Process return events
POST /sellers/returns/sandbox/return_events
This operation marks return completed or cancelled and sends notification for the same. Please change the base url to sandbox to use this.
- application/json
Request Body required
- orderItemId string
- eventType string
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- response string
{
"response": "string"
}
Loading...