Addresses
An Addresses record represents a shipping address. This article covers more information about how this record works.
Understanding addresses
Addresses represent one of the many shipping locations a customer can have. An address is created when a customer purchases a subscription. Subscriptions are tied to a given address. Customers can have multiple address objects in a many-to-one relationship. You can override shipping rates using this endpoint.
Customers can subscribe to the same product multiple times at different times throughout their customer journey. Each new purchase has a different address. Multi-address setups can be used to allow customers to receive deliveries in different physical locations.
The following table details which scopes are required to read and write the address record.
| Scope | Description |
|---|---|
read_addresses | Required to read the address record. |
write_addresses | Required to write to the address record. |
Updated 4 months ago
