Mark order un hold
PUT /sellers/orders/sandbox/un_hold
This operation makes specified order item un hold from on hold. Please change the base url to sandbox to use this.
- application/json
Request Body required
- orderItemId string
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- response string
{
"response": "string"
}
Loading...