Put order on hold
PUT /sellers/orders/sandbox/on_hold
This operation puts specified order item on hold and sends notification for the same. 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...