- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
FilterableLineItemAdjustmentProps
The filters to apply on the retrieved line item adjustments.
id
string | string[]OptionalThe IDs to filter the line item adjustments by.
item_id
string | string[]OptionalFilter the adjustments by the ID of their associated line item.
promotion_id
string | string[]OptionalFilter the line item adjustments by the ID of their associated promotion.
provider_id
string | string[]OptionalFilter the line item adjustments by the ID of their associated provider.
Filter the adjustments by their associated line item.
$and
(FilterableLineItemAdjustmentProps | BaseFilterable<FilterableLineItemAdjustmentProps>)[]OptionalAn array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
$and
(FilterableLineItemAdjustmentProps | BaseFilterable<FilterableLineItemAdjustmentProps>)[]Optional$or
(FilterableLineItemAdjustmentProps | BaseFilterable<FilterableLineItemAdjustmentProps>)[]OptionalAn array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
$or
(FilterableLineItemAdjustmentProps | BaseFilterable<FilterableLineItemAdjustmentProps>)[]OptionalWas this page helpful?