Skip to main content
Skip to main content

FilterableShippingOptionProps

The filters to apply on the retrieved shipping options.

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 options by.
namestring | string[] | OperatorMap<string | string[]>
Filter the shipping options by their name.
shipping_profile_idstring | string[] | OperatorMap<string | string[]>
Filter the shipping options by the ID of their associated shipping profile.
price_typeShippingOptionPriceType | ShippingOptionPriceType[] | OperatorMap<ShippingOptionPriceType | ShippingOptionPriceType[]>
Filter the shipping options by their price type.
The filters to apply on the retrieved service zones.
The filters to apply on the retrieved shipping option types.
The filters to apply on the retrieved shipping option rules.
Was this section helpful?