Orders

Add customer to an order

Use this endpoint to add a customer to an order.

post/shop/orders/{orderId}/customer

Request body

idstring required

Identifier of the customer to attach as the lead booker on this order. Where source is trybe this is the Trybe customer UUID; for third-party sources it's the external customer reference from the PMS or CRM.

sourcestring

The source of the customer addition

Example request

{
  "id": "abc123",
  "source": "trybe"
}

Response

A summary of a customer

Changes

No recorded changes to this endpoint across all 1 revision of this API.