FilterableCustomerAddressProps
The filters to apply on the retrieved customer address.
id
string | string[]The IDs to filter the customer address by.
address_name
string | OperatorMap<string>Filter addresses by name.
is_default_shipping
boolean | OperatorMap<boolean>Filter addresses by whether they're the default for shipping.
is_default_billing
boolean | OperatorMap<boolean>Filter addresses by whether they're the default for billing.
customer_id
string | string[]Filter addresses by the associated customer's ID.
customer
string | string[] | FilterableCustomerPropsFilter addresses by the associated customer.
company
string | OperatorMap<string>Filter addresses by company.
first_name
string | OperatorMap<string>Filter addresses by first name.
last_name
string | OperatorMap<string>Filter addresses by last name.
address_1
string | OperatorMap<string>Filter addresses by first address line.
address_2
string | OperatorMap<string>Filter addresses by second address line.
city
string | OperatorMap<string>Filter addresses by city.
country_code
string | OperatorMap<string>Filter addresses by country code.
province
string | OperatorMap<string>Filter addresses by province.
postal_code
string | OperatorMap<string>Filter addresses by postal code.
phone
string | OperatorMap<string>Filter addresses by phone number.
metadata
Record<string, unknown> | OperatorMap<Record<string, unknown>>Holds custom data in key-value pairs.
created_at
OperatorMap<string>Filter addresses by created date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter addresses by updated date.
updated_at
OperatorMap<string>An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
Was this section helpful?