-
开发者必读
创建退件预报
POST http://openapi.ck1info.com/v1/OrderReturns/prediction
输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 PackageId string None.
必须
Skus Collection of ReturnOrderPredictionSkuInfo None.
必须
SKU列表(必须是退回包裹里面的sku)
ApplyDealType Enumeration+OrderReturnApplyDealType None.
必须
处理方式
ApplyAbandon
ExpressName string None.
必须
TrackingNo string None.
必须
退货追踪号
Remark string None.
退件备注
{ "PackageId": "sample string 1", "Skus": [ { "StorageNo": "sample string 1", "Quantity": 2, "ToStorageNo": "sample string 3" }, { "StorageNo": "sample string 1", "Quantity": 2, "ToStorageNo": "sample string 3" } ], "ApplyDealType": "Undetermined", "ExpressName": "sample string 2", "TrackingNo": "sample string 3", "Remark": "sample string 4" }
返回结果
名称 类型 格式要求 是否必须 描述 示例值 PackageId string None.
{ "PackageId": "sample string 1" }