v1

latestOpenAPI 3.0.12026-08-06135498863.0 KB
Orders

Sets the customer for an in progress standard order or in progress gift shop order

This endpoint is not available for in progress subscription order entities, as the order customer is automatically set based on the details of the authenticated member

Licenses Required

  • Vista.Ocapi
put/ocapi/v1/orders/{orderId}/customer

Path parameters

orderIdstring required

The unique identifier of the in progress standard order or in progress gift shop order being modified

Headers

Connect-Region-Codestring

Region Code

Request body

emailstring required

Gets the email address

phoneNumberstring nullable

Gets the phone number

Example request

{
  "preferences": {
    "languageTag": "en-US"
  }
}

Response

Order customer updated.