GET
/v2/providers/openapi/apis/api/v6/vendors/{vendorId}/returnRequests/{receiptId}2609170000单件退货申请查询
# 01
简介
单件退货申请查询
# 02
详细内容
API支持的买家用户地区:韩国、台湾
通过退货受理编号查询单件退货情况。
路径
GET/v2/providers/openapi/apis/api/v6/vendors/{vendorId}/returnRequests/{receiptId}
示例端点
https://api-gateway.coupang.com/v2/providers/openapi/apis/api/v6/vendors/A00012697/returnRequests/363585# 03
Path 参数
| Name | Type | Description |
|---|---|---|
| vendorId* | string | 卖家ID
|
| receiptId* | number | 退货受理编号(不支持取消编号) 您可通过退货申请列表查询API查看ReceiptId 。 ReceiptId必须为number类型。 |
# 04
响应体
响应消息
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| code | string | Http request status code Example: 200, 400, 500 | ||||||||||||
| message | string | 成功或失败时显示的结果信息
| ||||||||||||
| data | object[] | |||||||||||||
| receiptId data[].receiptId | number | 退货申请编号
| ||||||||||||
| orderId data[].orderId | number | 订单号
| ||||||||||||
| paymentId data[].paymentId | number | 付款编号
| ||||||||||||
| receiptType data[].receiptType | string | 取消类型 RETURN | ||||||||||||
| receiptStatus data[].receiptStatus | string | 退货状态
|
# 05
错误码
| HTTP | 代码 | 消息 |
|---|---|---|
| -- | ||