Skip to main content

Create order

POST 

/api/v3/order

This endpoint is for creating orders linked to either a patient or a site, with order content specified by item or kit IDs and an association with a patient or site ID. Optional attributes offer further customization, such as tracking through external order IDs.\n\nFor site orders, the site must already exist in Impilo and the request must include site.id. Site name and address details are not used to create or look up a site during order creation. To create a new site, use POST /api/v3/site first, then use the returned id when creating the order.\n\nThis endpoint also supports two-way orders (outbound + return) by including returnDevices, returnItems, or returnPackedKits. When including returns without outbound items, at least one return field must be specified.\n\nFor a comprehensive guide on utilizing this endpoint, including examples, required and optional attributes, and additional functionalities like listing and fetching orders, visit the Order Management Guide.

Request

Responses

Order created successfully