简要描述Description
- 获取某个仓库能发的物流服务Fetch carrier service of each store, because different store address, we provide different carrier service, so store_id required
 
请求URL
/wms_api/order/carrierdeprecated/wms_api/store/carriernew
请求方式Method
POST
请求示例request
{
    "timestamp": {{timestamp}},
    "sign": "{{sign}}",
    "store_id": 1 //必需required,请选发货仓库,上面接口获取仓库和库存。暂时不支持多仓库调配、分拆
}返回示例response
{
    "code": 200,
    "msg": "success",
    "data": [{
            "id": 5,
            "name": "USPS Priority",
            "en": "USPS Priority",
            "remark": "2-3天 1磅以上请选",  
            "remark_en": "2-3 day",
            "target": "us",
            "min_weight": 453,
            "max_weight": null
        },
        {
            "id": 6,
            "name": "USPS 1stClass",
            "en": "USPS 1stClass",
            "remark": "3-5天 1磅以下请选",
            "remark_en": "3-5 day",
            "target": "us",
            "min_weight": null,
            "max_weight": 453
        },
        {
            "id": 8,
            "name": "FBA自提",
            "en": "FBA Pickup",
            "remark": "运费自付",
            "remark_en": "Prepaid postage by user",
            "target": "us",
            "min_weight": null,
            "max_weight": null
        }
    ]
}仓库可用物流 available carrier for each store, same as above
update at 2024-08-07; you
| 仓库store id | 仓库store name | 物流carrier | 
|---|---|---|
| 1 | US-LAX | 3UPS、4FEDEX、8FBA自提、12DHL Parcel Expedited、13DHL Parcel Plus Expedited、21DHL Parcel MAX、22Amazon Home Delivery、23UPS MI | 
| 2 | CN-FJ | 7迅蜂快线 | 
| 3 | US-NJ | 3UPS、4FEDEX、8FBA自提、12DHL Parcel Expedited、13DHL Parcel Plus Expedited、21DHL Parcel MAX、22Amazon Home Delivery、23UPS MI | 
| 4 | US-CNO | 3UPS、4FEDEX、8FBA自提、12DHL Parcel Expedited、13DHL Parcel Plus Expedited、21DHL Parcel MAX、22Amazon Home Delivery、23UPS MI | 
| 5 | US-ATL | 3UPS、8FBA自提、20USPS Ground Advantage | 
| 6 | US-ATL2 | 3UPS、8FBA自提、20USPS Ground Advantage | 
| 7 | US-LAX2 | 3UPS、4FEDEX、8FBA自提、12DHL Parcel Expedited、13DHL Parcel Plus Expedited、21DHL Parcel MAX、22Amazon Home Delivery、23UPS MI | 
作者:admin  创建时间:2024-01-30 11:58
最后编辑:admin 更新时间:2025-05-06 11:38
最后编辑:admin 更新时间:2025-05-06 11:38