Gets the customer set on an in progress order base

Licenses Required

  • Vista.Ocapi
Request
path Parameters
orderId
required
string

The unique identifier of the in progress order base

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Order does not exist, or customer has not been set.

get/ocapi/v1/orders/{orderId}/customer
Request samples
Response samples
application/json
{
  • "name": {
    },
  • "email": "string",
  • "phoneNumber": "string",
  • "preferences": {
    },
  • "taxDetails": {
    }
}