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
Request
path Parameters
orderId
required
string

The unique identifier of the completed order base

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

400

Invalid order type.

404

Order does not exist

get/ocapi/v1/orders/completed/{orderId}/customer
Request samples
Response samples
application/json
{
  • "customer": {
    }
}