Remove a product from an order
Remove a single prescription product, non-prescription product, or order material item from an order.
Edits are allowed when an order is in received status.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for the order, either UUID, order number (e.g. ORD250312003548IAU4), or external ID (e.g. my-system-128318AA2) if you have provided one during order creation or update.
Type of product line to remove
prescription, non_prescription, order_material Unique identifier (UUID) of the product on the order line
Query Parameters
Unique identifier (UUID) of the order line row. Required when the same product appears more than once on the order; use the order_item_id value from the order's products object.
Response
Product removed from order successfully
"Non_prescription product removed from order"