FilterableCartProps
The filters to apply on the retrieved carts.
id
string | string[]The IDs to filter the carts by.
sales_channel_id
string | string[] | OperatorMap<string>Filter the carts by the ID of their associated sales channel.
customer_id
string | string[] | OperatorMap<string>Filter the carts by the ID of their associated customer.
region_id
string | string[] | OperatorMap<string>Filter the carts by the ID of their associated region.
created_at
OperatorMap<string>Filter the carts by their creation date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter the carts by their update date.
updated_at
OperatorMap<string>$and
(FilterableCartProps | BaseFilterable<FilterableCartProps>)[]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?