Skip to main content
Skip to main content

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.
idstring | string[] | OperatorMap<string | string[]>
The IDs to filter the shipping profiles by.
namestring | string[] | OperatorMap<string | string[]>
Filter the shipping profiles by their name.
typestring | string[] | OperatorMap<string | string[]>
Filter the shipping profiles by their type.
The filters to apply on the retrieved shipping options.
Was this section helpful?