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