Skip to main content

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.

Request Body required
  • orderItemId string
  • serviceType string
Responses

successful operation

Schema
  • response string
Loading...