- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
FilterableLineItemProps
The filters to apply on the retrieved line items.
id
string | string[]OptionalThe IDs to filter the line items by.
cart_id
string | string[]OptionalFilter the line items by the ID of their associated cart.
title
stringOptionalFilter the line items by their title.
variant_id
string | string[]OptionalFilter the line items by the ID of their associated variant.
product_id
string | string[]OptionalFilter the line items by the ID of their associated product.
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?