Order Controller
Update order email
Update the email address for an order. If a customer with the new email exists, the order will be linked to that customer. Otherwise, the current customer's email will be updated.
patch/orders/update-email
Request body
Example request
{
"orderId": 123,
"newEmail": "newemail@example.com"
}Response
Order email updated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.