Skip to main content
Skip to main content

FilterableShippingOptionTypeProps

The filters to apply on the retrieved shipping option types.

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 option types by.
labelstring | string[] | OperatorMap<string | string[]>
Filter the shipping option types by their label.
descriptionstring | string[] | OperatorMap<string | string[]>
Filter the shipping option types by their description.
codestring | string[] | OperatorMap<string | string[]>
Filter the shipping option types by their code.
Was this section helpful?