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
- # When all line items in the refund request are in the Refund Denied status
- # When all line items in the refund request are in the Refund Accepted status
- # 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.
- # The line item will be in this status when a decision has been made to have the
- # item shipped back to the Seller.
- # 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.
- # When the Operator denies refunding the line item, then it moves to the Refund
- # denied status.
- # When the Operator refunds the line item, then it moves to the Refunded status.
- }