Orders
Authorizations
AuthorizationstringRequired
Laravel Sanctum token authentication.
Include the token in the Authorization header: Bearer {your-token}
Body
idsinteger[]RequiredExample:
Array of parcel IDs to include in the order
[1000001,1000002,1000003]Responses
201
Order created successfully
application/json
401
Authentication required
application/json
422
Validation failed
application/json
post
/v3/ordersLast updated