Overview

Contains information about an address. It can represent a user's registration address, an order address, or a store's public location.

Filtering

When used in paginations can be filtered with the where filter by:

and sorted with the sort filter by:

Properties

address.id

Returns the unique ID of the address.

address.title

Returns the address's title.

address.email

Returns the address's email.

address.first_name

Returns the address's first name.

address.last_name

Returns the address's last name.