- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
FilterableOrderShippingMethodProps
The filters to apply on the retrieved shipping methods.
$and
(FilterableOrderShippingMethodProps | BaseFilterable<FilterableOrderShippingMethodProps>)[]OptionalAn array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
$and
(FilterableOrderShippingMethodProps | BaseFilterable<FilterableOrderShippingMethodProps>)[]OptionalAn array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
id
string | string[]OptionalThe IDs to filter the shipping methods by.
order_id
string | string[]OptionalFilter the shipping methods by their associated order's ID.
name
stringOptionalFilter shipping methods by their name.
shipping_option_id
string | string[]OptionalFilter the shipping methods by their associated shipping option's ID.
Was this page helpful?