ENUM
LineItemStatusEnum
All possible statuses for line items.
link GraphQL Schema definition
- enum LineItemStatusEnum {
- # Associated with an active, mutable cart.
- # Associated with a finalized, immutable order.
- # A purchased item for which the user has received a refund.
- # Associated with an order that has been cancelled.
- }