whalet-platform
  1. Trade Materials Upload
whalet-platform
  • Introduction
  • Shop Bind
    • Shop Account Bind
      POST
    • Shop Account Bind Query
      POST
  • Payment
    • Payment Apply
      POST
    • Payment Query
      POST
  • Trade Materials Upload
    • Trade Materials Upload
      POST
  • Balance
    • Balance Query
      POST
  • webhooks
    • Shop Account Bind Notify
      POST
    • Bulk Payments Received Notify
      POST
    • Payment Apply Notify
      POST
  1. Trade Materials Upload

Trade Materials Upload

开发中
POST
/v1/platform/tradeMaterialsUpload

请求参数

Body 参数application/json

示例
{
    "shopId": "1686214",
    "materials": [{
        "tradeOrderId": "11831075433200",
        "tradeOrderNo": "OR2023124424400222",
        "tradeType": 0,
        "tradeTime": "2024-01-01 12:00:34",
        "tradeCurrency": "CNY",
        "tradeAmount": "39.68",
        "tradeName": "Mouthwash and Mouth Freshener",
        "tradeCount": 1,
        "tradeUnit": "piece",
        "payerName": "11104794119010",
        "payerCountryCode": "RU",
        "goodsCarrier": "China Post ePacket Economy Track(e邮宝特惠)",
        "goodsLogisticsNo": "SDFFS3242343434322",
        "serviceDetail": "",
        "serviceTime": "",
        "hsCode": "7323990000",
        "memo": ""
    }]
}

返回响应

🟢200成功
application/json
Body

示例
{}
上一页
Payment Query
下一页
Balance Query
Built with