FilterableCustomerAddressProps
An object used to allow specifying flexible queries with and/or conditions.
Properties
id
string | string[]address_name
string | OperatorMap<string>is_default_shipping
boolean | OperatorMap<boolean>is_default_billing
boolean | OperatorMap<boolean>customer_id
string | string[]customer
string | string[] | FilterableCustomerPropscompany
string | OperatorMap<string>first_name
string | OperatorMap<string>last_name
string | OperatorMap<string>address_1
string | OperatorMap<string>address_2
string | OperatorMap<string>city
string | OperatorMap<string>country_code
string | OperatorMap<string>province
string | OperatorMap<string>postal_code
string | OperatorMap<string>phone
string | OperatorMap<string>metadata
Record<string, unknown> | OperatorMap<Record<string, unknown>>created_at
OperatorMap<string>
created_at
OperatorMap<string>updated_at
OperatorMap<string>
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?