FilterableOrderProps
An object used to allow specifying flexible queries with and/or conditions.
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.
id
string | string[]sales_channel_id
string | string[] | OperatorMap<string>customer_id
string | string[] | OperatorMap<string>region_id
string | string[] | OperatorMap<string>created_at
OperatorMap<string>
created_at
OperatorMap<string>updated_at
OperatorMap<string>
updated_at
OperatorMap<string>Was this section helpful?