Create and persist a shipping or billing address for the authenticated user.
Use this endpoint when the user confirms a new address in checkout or account settings.
Common ways to call this endpoint:
Request guidance:
Behavior notes:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Type of address, 'shipping' or 'billing'
shipping, billing First line of the formatted address
1City or town
1State or province name
Postal or ZIP code
1ISO 3166-1 alpha-2 country code
2A recognisable label for the address, e.g. "Home", "Work"
Second line of the formatted address
The LoqateID of the address, if applicable
Whether the address has been validated using Loqate
Whether the address is the primary address for this type
Address created
Information representing a user's address. A user address can be either a shipping or billing address.
Type of address, 'shipping' or 'billing'
shipping, billing First line of the formatted address
1City or town
1State or province name
Postal or ZIP code
1ISO 3166-1 alpha-2 country code
2Unique identifier for the address
A recognisable label for the address, e.g. "Home", "Work"
Second line of the formatted address
The LoqateID of the address, if applicable
Whether the address has been validated using Loqate
Whether the address is the primary address for this type
Timestamp when the address was created
Timestamp when the address was last updated