简要描述Description
  • 订单类型shipping order type,use the code make a order
请求URL
  • /wms_api/order/type
请求方式method
  • POST
请求示例request
{
    "timestamp": {{timestamp}},
    "sign": "{{sign}}"
}
返回示例response
{
    "code": 200,
    "msg": "success",
    "data": [
        {
            "id": 1,
            "name": "一件代发",
            "en": "1pc Dispatch",
            "es": null,
            "code": "agent"     //用code进行发货下单  user code value to make a shipping order
        },
        {
            "id": 2,
            "name": "装箱/换标",
            "en": "To FBA". //一般发货到亚马逊用,always for amazon FBA
            "es": null,
            "code": "return"
        },
        {
            "id": 3,
            "name": "按箱发货",
            "en": "Carton Transfer",
            "es": null,
            "code": "box"
        },
        {
            "id": 4,
            "name": "转运回国",
            "en": "To China",
            "es": null,
            "code": "tochina"
        },
        {
            "id": 5,
            "name": "落地拆包",
            "en": "Landing Unpack",
            "es": null,
            "code": "unpack"
        }
    ]
}
作者:admin  创建时间:2024-08-05 21:11
最后编辑:admin  更新时间:2025-05-06 11:38