API Reference - Orders
Create order
Create an order for delivering kits to a client, which will be created with a status of ‘pending’.The order will be created with the user making the request as the ‘placed_by’ user.
POST
Authorizations
Token-based authentication with required prefix "Token"
Body
A list of all the kit types to place in the order.
An optional dictionary of key-value pairs stored with the order.
Response
201 - application/json
A list of the kit types that are included in this order.
An optional dictionary of key-value pairs stored with the order.
The unique identifier of the order.
Available options:
pending
, in_progress
, completed
, canceled