Contains information about an address. It can represent a user's registration address, an order address, or a store's public location.
When used in paginations can be filtered with the where filter by:
id
custom.<field-name>
and sorted with the sort filter by:
id
custom.<field-name>
Returns the unique ID of the address.
Returns the address's title.
Returns the address's email.
Returns the address's first name.
Returns the address's last name.