Change `dispatch_by_date` and `dispatch_after_date`
POST /sellers/orders/sandbox/update_dispatch_slot
This operation changes dispatch_by_date and dispatch_after_date for a specified order item. Please note dispatch dates should be in IST format. For ex 'dispatch_after_date':'YYYY-MM-DDTHH:MM:SS+05:30'. Please change the base url to sandbox to use this.
- application/json
Request Body required
- shipmentType string
- locationId string
orderItems object[]
Array [listingId stringquantity int64subItem object
listingId string]
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- response string
{
"response": "string"
}
Loading...