Skip to main content
Skip to main content

FilterableShippingOptionRuleProps

The filters to apply on the retrieved shipping option rules.

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.
idstring | string[] | OperatorMap<string | string[]>
The IDs to filter the shipping option rules by.
attributestring | string[] | OperatorMap<string | string[]>
Filter the shipping option rules by their attribute.
operatorstring | string[] | OperatorMap<string | string[]>
Filter the shipping option rules by their operator.
valuestring | string[] | OperatorMap<string | string[]>
Filter the shipping option rules by their values.
Was this section helpful?