-
开发者必读
处理退件
POST http://openapi.ck1info.com/v1/OrderReturns
输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 SerialNumber string None.
必须
退件流水号
123456
ApplyDealType Enumeration+OrderReturnApplyDealType None.
必须
处理方式
ApplyAbandon
ServiceCode string None.
改发渠道代码
RRE
ShipToAddress ShipToAddress None.
收货地址
NewProductName string None.
新的产品名称
ProductVatNo string None.
重新上架用到的vat账号
VatCode string None.
Vat税号或者IOSS号码
vatcode
CodAmount decimal number 浮点数格式: 18,4
COD金额,COD币种默认为目的国家币种
Custom string 长度: 0 ~ 1000
客户自定义,可以用于打印在地址标签Custom区域
bag-red
{ "SerialNumber": "sample string 1", "ApplyDealType": "Undetermined", "ServiceCode": "sample string 2", "ShipToAddress": { "TaxId": "sample string 1", "HouseNumber": "sample string 2", "RecipientBirthday": "sample string 3", "IDNumber": "sample string 4", "BankCardLast4digits": "sample string 5", "PaymentType": "sample string 6", "IssuingInstitution": "sample string 7", "Taxfree": "sample string 8", "DutyParagraph": "sample string 9", "Contact": "sample string 10", "Phone": "sample string 11", "Email": "sample string 12", "Country": "sample string 13", "Province": "sample string 14", "City": "sample string 15", "Street1": "sample string 16", "Street2": "sample string 17", "Postcode": "sample string 18" }, "NewProductName": "sample string 3", "ProductVatNo": "sample string 4", "VatCode": "sample string 5", "CodAmount": 6, "Custom": "sample string 7" }
返回结果
None.