TOKEN: ********************{
"requestNo": "requestNo",
"openID": "openID",
"amount": 200,
"buyerName": "买家名称",
"clearanceAppendixs": [
{
"fileUrl": "ttwallet/1764748803400_e5fb6268e9407ab5c0942af119834767.png",
"name": "进口清关文件.png"
}
],
"clearanceProductsAppendixs": [
{
"fileUrl": "ttwallet/1764748803400_e5fb6268e9407ab5c0942af119834767.png",
"name": "清关产品图片.png"
}
],
"contractAppendixs": [
{
"fileUrl": "ttwallet/1764748803400_e5fb6268e9407ab5c0942af119834767.png",
"name": "合同文件.png"
}
],
"currency": "USD",
"customerWebsite": "https://www.baidu.com/",
"deliveryMethod": "EXW",
"deliveryTime": "1764839724000",
"estimatedDeliverTime": "",
"goodName": "交易名称",
"goodsAppendixs": [
{
"fileUrl": "ttwallet/1764748803400_e5fb6268e9407ab5c0942af119834767.png",
"name": "商品采购明细.png"
}
],
"mainTradeType": "GOODS_TRADE",
"orderAppendixs": [
{
"fileUrl": "ttwallet/1764748747299_5bfa07d322d1f454bfb72605750a4d7c.jpg",
"name": "PICI.jpg"
}
],
"orderTime": 1762011510673,
"otherAppendixs": [
{
"fileUrl": "ttwallet/1764748747299_5bfa07d322d1f454bfb72605750a4d7c.jpg",
"name": "other.jpg"
}
],
"quantity": 1,
"shipping": {
"addressLine1": "详细地址1",
"addressLine2": "详细地址2",
"appendixs": [
{
"fileUrl": "ttwallet/1764748785205_af056c1fed84c90ee76420106644f28b.png",
"name": "发货凭证.png"
}
],
"consigneeName": "收货人",
"country": "CN",
"cusDeclaAppendixs": [
{
"fileUrl": "ttwallet/1764748785205_af056c1fed84c90ee76420106644f28b.png",
"name": "报关单文件.png"
}
],
"cusDetailAppendixs": [
{
"fileUrl": "ttwallet/1764748785205_af056c1fed84c90ee76420106644f28b.png",
"name": "报关单明细文件.png"
}
],
"customsDeclarationNo": "bgdh20251205",
"logisticsCompany": "物流公司名称",
"logisticsNo": "wldh20251205",
"otherAppendixs": [
{
"fileUrl": "ttwallet/1764748785205_af056c1fed84c90ee76420106644f28b.png",
"name": "物流其他文件.png"
}
],
"phone": "18395552222",
"remark": "物流信息备注"
},
"type": "1"
}curl --location --request POST 'https://open-test.inflyway.com/openTrade/create' \
--header 'Authorization: Bearer {{token}}' \
--header 'TOKEN: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestNo": "requestNo",
"openID": "openID",
"amount": 200,
"buyerName": "买家名称",
"clearanceAppendixs": [
{
"fileUrl": "ttwallet/1764748803400_e5fb6268e9407ab5c0942af119834767.png",
"name": "进口清关文件.png"
}
],
"clearanceProductsAppendixs": [
{
"fileUrl": "ttwallet/1764748803400_e5fb6268e9407ab5c0942af119834767.png",
"name": "清关产品图片.png"
}
],
"contractAppendixs": [
{
"fileUrl": "ttwallet/1764748803400_e5fb6268e9407ab5c0942af119834767.png",
"name": "合同文件.png"
}
],
"currency": "USD",
"customerWebsite": "https://www.baidu.com/",
"deliveryMethod": "EXW",
"deliveryTime": "1764839724000",
"estimatedDeliverTime": "",
"goodName": "交易名称",
"goodsAppendixs": [
{
"fileUrl": "ttwallet/1764748803400_e5fb6268e9407ab5c0942af119834767.png",
"name": "商品采购明细.png"
}
],
"mainTradeType": "GOODS_TRADE",
"orderAppendixs": [
{
"fileUrl": "ttwallet/1764748747299_5bfa07d322d1f454bfb72605750a4d7c.jpg",
"name": "PICI.jpg"
}
],
"orderTime": 1762011510673,
"otherAppendixs": [
{
"fileUrl": "ttwallet/1764748747299_5bfa07d322d1f454bfb72605750a4d7c.jpg",
"name": "other.jpg"
}
],
"quantity": 1,
"shipping": {
"addressLine1": "详细地址1",
"addressLine2": "详细地址2",
"appendixs": [
{
"fileUrl": "ttwallet/1764748785205_af056c1fed84c90ee76420106644f28b.png",
"name": "发货凭证.png"
}
],
"consigneeName": "收货人",
"country": "CN",
"cusDeclaAppendixs": [
{
"fileUrl": "ttwallet/1764748785205_af056c1fed84c90ee76420106644f28b.png",
"name": "报关单文件.png"
}
],
"cusDetailAppendixs": [
{
"fileUrl": "ttwallet/1764748785205_af056c1fed84c90ee76420106644f28b.png",
"name": "报关单明细文件.png"
}
],
"customsDeclarationNo": "bgdh20251205",
"logisticsCompany": "物流公司名称",
"logisticsNo": "wldh20251205",
"otherAppendixs": [
{
"fileUrl": "ttwallet/1764748785205_af056c1fed84c90ee76420106644f28b.png",
"name": "物流其他文件.png"
}
],
"phone": "18395552222",
"remark": "物流信息备注"
},
"type": "1"
}'{"code":200,"data":{"tradeOrderId":"1999435790570299394"},"message":"请求成功"}