Orders

Transfer a concierge order to provider(s)

Concierge action. Assigns an order to one or more fulfilling providers, releases it to order_sent, notifies the assigned provider(s), and emits the PHI-free order_reassigned event. Works for the initial pending_review release and for re-routing any non-terminal order to a different provider (terminal orders are rejected with 409). Requires the provider-relations (or super-admin) role.

post/v1/orders/{orderId}/transfer

Path parameters

orderIdstring required

Request body

providerIdsstring[] required

One or more provider ids to assign the order to. The order item(s) are assigned to the first provider.

Response

Default Response