POST http://openapi.ck1info.com/v1/OrderReturns
名称 | 类型 | 格式要求 | 是否必须 | 描述 | 示例值 |
---|---|---|---|---|---|
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", "RecipientBirthday": "sample string 2", "IDNumber": "sample string 3", "BankCardLast4digits": "sample string 4", "PaymentType": "sample string 5", "IssuingInstitution": "sample string 6", "Taxfree": "sample string 7", "DutyParagraph": "sample string 8", "TypeOfTaxId": "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", "HouseNumber": "sample string 18", "Postcode": "sample string 19" }, "NewProductName": "sample string 3", "ProductVatNo": "sample string 4", "VatCode": "sample string 5", "CodAmount": 6, "Custom": "sample string 7" }
None.