Create a new equipment order for a person or office
Places a new order for one or more SKUs, delivered to either a person or an office. Exactly one of personId or officeId must be provided. Shipping address is auto-resolved from the recipient when not explicitly supplied. Returns the newly created order, including its ID and initial status.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Body
Request body for creating a new order. Either personId or officeId must be provided, but not both.
A list of SKUs (items) to include in the order.
The shipping address for the order. If not provided, it will be auto-resolved from the deliverToOffice address, the person's address (personId), or the office's address (officeId) — in that priority order.
The ID of the person receiving the order. Either this or officeId must be set, but not both.
"123e4567-e89b-12d3-a456-426614174000"
The ID of the office receiving the order. Either this or personId must be set, but not both.
"123e4567-e89b-12d3-a456-426614174001"
The ID of the person to whom the order should be delivered. Used to auto-resolve the shipping address when shippingAddress is not provided.
"123e4567-e89b-12d3-a456-426614174002"
The ID of the office to which the order should be delivered. Used to auto-resolve the shipping address when shippingAddress is not provided.
"123e4567-e89b-12d3-a456-426614174003"