Get Returns OTC
GET /sellers/v3/shipments/otc/:locationId
This operation returns the OTCs for Return type
Path Parameters
- locationId string required
Comma separated locationId
- requestType string
requestType. Possible values
RETURN
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
otcs array
status stringrequestType stringPossible values: [
RETURN
]otc array
code stringtype stringvendor string
{
"otcs": [
null
]
}
Loading...