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.
id
string | string[] | OperatorMap<string | string[]>The IDs to filter the shipping options by.
name
string | string[] | OperatorMap<string | string[]>Filter the shipping options by their name.
shipping_profile_id
string | string[] | OperatorMap<string | string[]>Filter the shipping options by the ID of their associated shipping profile.
price_type
ShippingOptionPriceType | ShippingOptionPriceType[] | OperatorMap<ShippingOptionPriceType | ShippingOptionPriceType[]>Filter the shipping options by their price type.
service_zone
FilterableServiceZonePropsThe filters to apply on the retrieved service zones.
service_zone
FilterableServiceZonePropsshipping_option_type
FilterableShippingOptionTypePropsThe filters to apply on the retrieved shipping option types.
shipping_option_type
FilterableShippingOptionTypePropsThe filters to apply on the retrieved shipping option rules.
Was this section helpful?