v1
latestOpenAPI 3.0.12026-08-06135498863.0 KBCompleted Orders
Gets the customer set on a completed standard order or completed gift shop order
As order customer contains Personally Identifiable Information (PII), the client is responsible for storing this data securely and for as little time as possible.
Licenses Required
- Vista.Ocapi
get/ocapi/v1/orders/completed/{orderId}/customer
Path parameters
orderIdstring required
The unique identifier of the completed order base
Headers
Connect-Region-Codestring
Region Code
Response
Success
Example response
{
"customer": {
"preferences": {
"languageTag": "en-US"
}
}
}