Skip to content

Fulfill order

POST
/partners/{id}/orders/{order_id}/fulfill
curl --request POST \
--url https://example.com/partners/example/orders/example/fulfill \
--header 'Content-Type: application/json' \
--data '{ "barcode": "example", "location_id": "example", "station_id": "example" }'
id
required
string
order_id
required
string
Media type application/json
object
barcode
required
string
location_id
Any of:
Any of:
string
station_id
Any of:
Any of:
string
Example generated
{
"barcode": "example",
"location_id": "example",
"station_id": "example"
}
Media type application/json
object
id
required
string
sku
required
string
name
required
string
dimensions
required
Any of:
string
price
required
Any of:
Any of:
number
quantity
required
Any of:
number
fulfilled
required
Any of:
number
created_at
required
string
updated_at
required
string
Example
{
"price": "NaN",
"quantity": "NaN",
"fulfilled": "NaN"
}