-
开发者必读
创建退件
POST http://openapi.ck1info.com/v1/OrderReturns/prediction
接口说明: 创建退件预报。
Http 200 - 创建成功
Http 400 - 创建失败,请根据返回的提示进行调整输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 PackageId string 满足正则: ^[a-zA-Z0-9\-_]*$
长度: 0 ~ 50
必须
原订单参考号;出库包裹Id(第三方系统自定义Id,客户+包裹Id 具有唯一性)
MN006T0005
Skus Collection of OrderReturnSkuObject None.
必须
SKU列表
ExpressName string 长度: 0 ~ 100
必须
退货物流公司
USPS
TrackingNo string 长度: 0 ~ 100
必须
退货追踪号
92612903813
Remark string 长度: 0 ~ 250
退件备注
ApplyDealType Enumeration+OrderReturnApplyDealType None.
必须
处理方式
{ "PackageId": "sample string 1", "Skus": [ { "StorageNo": "sample string 1", "Sku": "sample string 2", "Quantity": 3, "ToStorageNo": "sample string 4" }, { "StorageNo": "sample string 1", "Sku": "sample string 2", "Quantity": 3, "ToStorageNo": "sample string 4" } ], "ExpressName": "sample string 2", "TrackingNo": "sample string 3", "Remark": "sample string 4", "ApplyDealType": "Undetermined" }
返回结果
None.