A profile can have multiple addresses, but only one default address at a time. The default address is used in shipping, communications, and personalisation contexts.Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Address fields
| Field | Required | Description |
|---|---|---|
address_line_1 | Yes | Street address |
city | Yes | City or suburb |
country | Yes | Country code (ISO 3166-1 alpha-2) |
postcode | Yes | Postal code |
address_line_2 | No | Unit, apartment, or suite number |
state | No | State or province |
is_default | No | Set this address as the profile’s default |
Adding an address
Listing a profile’s addresses
Reading a specific address
Updating an address
Setting a default address
To change the default address, update the target address with"is_default": true. Omneo will unset the default on any other address automatically.
Deleting an address
Notes
- Street address, city, country, and postcode are required when creating a new address.
- A profile’s default address is also readable at the top-level profile object under the
addresskey.