patch https://restapi.ordergroove.com/addresses//update/
Activates or deactivates a specified address.
Authentication
✔️ Application API Scope
✔️ Storefront API Scope (including with trust_level: recognized)
Response Body Definitions
Name | Type | Description | Example |
---|---|---|---|
customer | string | Customer ID | "00026001" |
public_id | string | Address ID | "c4cd7f86ccc411e8ada3bc764e101db1" |
label | string | ||
first_name | string | Customer first name | "Nathan" |
last_name | string | Customer last name | "Torres" |
company_name | string | Customer company name | "Torres Tower Construction LLC" |
address | string | Customer primary address | "75 Broad St Fl 23" |
address2 | string | Additional customer address | "123 Broadway" |
city | string | Customer city name | "New York" |
state_province_code | string | Customer state or province | "NY" |
zip_postal_code | string | Customer postal code | "10004-2487" |
phone | string | Customer phone number | "3154055372" |
fax | string | Customer fax number | "3839191337" |
country_code | string | Customer country code | "US" |
live | boolean | Account status: active = True | True |
created | string | Date of account creation | "2018-10-10 14:43:32" |
token_id | string | ||
store_public_id | string |