ENUM

RefundRequestLineItemStatusEnum

The current status of an refund request line item.

link GraphQL Schema definition

  • enum RefundRequestLineItemStatusEnum {
  • # When a refund request has been initiated, line items will go to the Pending
  • # Approval status. At this state the Seller needs to make a decision on wanting
  • # the item shipped back to them.
  • PENDING_APPROVAL
  • # The line item will be in this status when a decision has been made to have the
  • # item shipped back to the Seller.
  • AWAITING_RETURN
  • # The line item will be in this status when a decision has been made to not have
  • # the item shipped back to the Seller. The Seller wants a returnless refund.
  • REFUND_ACCEPTED
  • # When the Operator denies refunding the line item, then it moves to the Refund
  • # denied status.
  • REFUND_DENIED
  • # When the Operator refunds the line item, then it moves to the Refunded status.
  • REFUNDED
  • }