Create forward or reverse services for drop ship orders
POST /sellers/v2/shipments/sandbox/create_service/
This operation creates forward or reverse services for self ship order items. PS: Order items should be of type self ship. serviceType field should be either 'FORWARD' or 'REVERSE'. Please change the base url to sandbox to use this.
- application/json
Request Body required
- orderItemId string
- serviceType string
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- response string
{
"response": "string"
}
Loading...