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.
- # 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.
- }