Skip to main content

Create test orders

POST /sellers/orders/sandbox/test_orders

This operation creates test orders in sandbox. 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
  • orderId string
  • orderItems object[]
  • Array [
  • orderItemId string
  • listingId string
  • quantity int64
  • ]
Loading...