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