-
开发者必读
Api调用说明(必读)
授权说明
国内直发对接流程
仓库一件代发对接流程
头程备货对接流程
海外仓发平台物流
平台Y2模式对接流程
常见问题
接口更新记录说明文档
OpenApi Postman使用示例
- 中国直发
- 商家与SKU
- FBA订单
- 头程入库
- 出库单
- 来货单
- 逆向物流服务
- 库存管理
- 收货服务
- 退件管理
- 轨迹查询
- 计价查询
- 数据列表
- 财务查询
处理退件
POST https://openapi.chukou1.cn:83/v1/OrderReturns
接口说明: 处理退件。
Http 200 - 成功
Http 400 - 失败输入参数
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", "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.