ENUM

RefundRequestNoteStatusEnum

The status of the refund request or refund request line item when the refund request note was created.

link GraphQL Schema definition

  • enum RefundRequestNoteStatusEnum {
  • # When the refund request is awaiting actions, usually when a line item is in
  • # Pending Approval or Awaiting Return status
  • AWAITING
  • RETURNED
  • # When all line items in the refund request are in the Refund Denied status
  • DENIED
  • # When all line items in the refund request are in the Refund Accepted status
  • PROCESSED
  • # 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
  • }