Skip to main content
PATCH
Update a shopper address

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

shopper_ref
string
required

Shopper external ID

address_ref
string
required

Address external ID

Body

application/json
address
object

Response

Address updated

id
integer
external_id
string | null
first_name
string | null
last_name
string | null
company
string | null
address
string | null
address_2
string | null
address_3
string | null
address_4
string | null
city
string | null
state
string | null
province
string | null
province_code
string | null
country
string | null
country_code
string | null
zip
string | null
phone
string | null
latitude
string | null
longitude
string | null
time_zone
string | null
default
boolean
is_default
boolean