FilterableShippingProfileProps
The filters to apply on the retrieved shipping profiles.
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 profiles by.
name
string | string[] | OperatorMap<string | string[]>Filter the shipping profiles by their name.
type
string | string[] | OperatorMap<string | string[]>Filter the shipping profiles by their type.
shipping_options
FilterableShippingOptionPropsThe filters to apply on the retrieved shipping options.
shipping_options
FilterableShippingOptionPropsWas this section helpful?