Get an address

Prev Next
Get
/box/customer/v1/customers/{customerId}/addresses/{addressId}

Get a customers address by ID

Path parameters
customerId
stringRequired

A given customer ID

addressId
stringRequired

A given address ID

Responses
200

Successful operation

Expand All
object
data
object (1.0.11_Address)
id
string (uuid)
type
string
Valid values[ "ADDRESS" ]
createdAt
string (date-time)
updatedAt
string (date-time)
line1
string
line2
string
city
string
province
string
zipcode
string
country
string
400

Invalid format

401

Unauthorized

403

Forbidden

404

Address or customer not found

500

Internal error