Update Address
Beta/v1/sales/addresses/{id}Idempotent with Idempotency-Key header. Learn more
Partially updates an address.
Changing a street, locality, state, postal code, or country field may replace the address's geolocation, so the geolocation id in the response can change.
idstringAddress ID.
nameoptional stringDisplay name of the address.
phoneoptional stringnullablePhone number associated with the address.
Send null to clear. Send null to clear.
emailoptional stringnullableEmail address associated with the address.
Send null to clear. Send null to clear.
typeoptional stringenumValues:standarddrop_shipHow the address is used.
standard: a normal shipping or billing address.drop_ship: an address an order is shipped to directly, typically a third party or end customer rather than the account itself.
street_line_1optional stringFirst line of the street address.
street_line_2optional stringnullableSecond line of the street address.
Send null to clear. Send null to clear.
localityoptional stringCity or locality.
stateoptional stringState or administrative area.
postal_codeoptional stringPostal or ZIP code.
countryoptional stringTwo-letter country code.
idstringAddress ID.
objectstringenumValues:addressResource type identifier.
namestringDisplay name of the address.
phonestringnullablePhone number associated with the address.
emailstringnullableEmail address associated with the address.
typestringenumValues:standarddrop_shipHow the address is used.
standard: a normal shipping or billing address.drop_ship: an address an order is shipped to directly, typically a third party or end customer rather than the account itself.
geolocationgeolocationnullableGeolocation details for the address.
idstringGeolocation ID.
objectstringenumValues:geolocationResource type identifier.
street_line_1stringnullableFirst line of the street address.
street_line_2stringnullableSecond line of the street address.
localitystringnullableCity or locality.
statestringnullableState or administrative area.
postal_codestringnullablePostal or ZIP code.
countrystringTwo-letter country code.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
Successful response for Update Address