ENUM
RefundRequestLineItemCreateStatusEnum
The status to start the refund request line item in.
link GraphQL Schema definition
- enum RefundRequestLineItemCreateStatusEnum {
- # 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.
- }