- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
FilterableOrderLineItemProps
The filters to apply on the retrieved order line items.
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 line items by.
order_id
string | string[]OptionalFilter line items by their associated order's ID.
title
stringOptionalFilter by line items' title.
variant_id
string | string[]OptionalFilter line items by their associated variant's ID.
product_id
string | string[]OptionalFilter line items by their associated product's ID.
Was this page helpful?