Mark order item as delivered
POST /sellers/orders/sandbox/delivered
This operation marks specified order item delivered 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...