Orders

Order creation and management

Create order from parcels

post

Create an order from existing parcels

Authorizations
AuthorizationstringRequired

Laravel Sanctum token authentication. Include the token in the Authorization header: Bearer {your-token}

Body
idsinteger[]Required

Array of parcel IDs to include in the order

Example: [1000001,1000002,1000003]
Responses
chevron-right
201

Order created successfully

application/json
post
/v3/orders

Last updated