- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
FilterableOrderShippingMethodTaxLineProps
The filters to apply on the retrieved shipping method tax lines.
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[]OptionalThe IDs to filter the order shipping method tax lines by.
description
stringOptionalFilter the tax lines by their description
code
string | string[]OptionalFilter the tax lines by their code.
tax_rate_id
string | string[]OptionalFilter the tax lines by their associated tax rate's ID.
provider_id
string | string[]OptionalFilter the tax lines by their associated provider's ID.
shipping_method_id
string | string[]OptionalFilter the tax lines by their associated shipping method's ID.
The filters to apply on the retrieved associated shipping methods.
Was this page helpful?