API Reference - Orders
Update order metadata
Replace the metadata for an order with a new set of values
POST
/
api
/
v2
/
orders
/
{public_id}
/
Authorizations
Token-based authentication with required prefix "Token"
Path Parameters
The ID of the order to retrieve.
Body
application/json
The metadata to replace the existing metadata with.
Response
200 - application/json
The unique identifier of the order.
Available options:
pending
, in_progress
, completed
, canceled
A list of the kit types that are included in this order.
The date and time the order was created.
The date and time the order was last updated.
An optional dictionary of key-value pairs stored with the order.