Orders
Add customer to an order
Use this endpoint to add a customer to an order.
post/shop/orders/{orderId}/customer
Request body
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.