Skip to main content

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.

Request Body required
  • shipmentType string
  • locationId string
  • orderItems object[]
  • Array [
  • listingId string
  • quantity int64
  • subItem object
  • listingId string
  • ]
Responses

successful operation

Schema
  • response string
Loading...