Skip to main content
Skip to main content

FilterableCartProps

The filters to apply on the retrieved carts.

idstring | string[]
The IDs to filter the carts by.
sales_channel_idstring | string[] | OperatorMap<string>
Filter the carts by the ID of their associated sales channel.
customer_idstring | string[] | OperatorMap<string>
Filter the carts by the ID of their associated customer.
region_idstring | string[] | OperatorMap<string>
Filter the carts by the ID of their associated region.
created_atOperatorMap<string>
Filter the carts by their creation date.
updated_atOperatorMap<string>
Filter the carts by their update date.
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?