ENUM

LineItemStatusEnum

All possible statuses for line items.

link GraphQL Schema definition

  • enum LineItemStatusEnum {
  • # Associated with an active, mutable cart.
  • NEW
  • # Associated with a finalized, immutable order.
  • ALLOCATED
  • # A purchased item for which the user has received a refund.
  • REFUNDED
  • # Associated with an order that has been cancelled.
  • CANCELLED
  • }