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.
- 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
- orderId string
orderItems object[]
Array [orderItemId stringlistingId stringquantity int64]
{
"orderId": "string",
"orderItems": [
{
"orderItemId": "string",
"listingId": "string",
"quantity": 0
}
]
}
Loading...