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