BuyerCloseReasonEnum
This enumeration type lists the possible reasons why a buyer may close an INR inquiry or a case.
Types that use BuyerCloseReasonEnum:
Calls that use one or more values of BuyerCloseReasonEnum:
Enumeration Values
Value | Description |
ITEM_ARRIVED | This enumeration value indicates that the buyer closed the INR inquiry or case because the item arrived. |
OTHER | This enumeration value indicates that the buyer closed the INR inquiry or case for an undisclosed reason. |
WORKED_OUT_WITH_SELLER | This enumeration value indicates that the buyer closed the INR inquiry or case after working out a solution with the seller. |
WOULD_RATHER_KEEP_THE_ITEM | This enumeration value indicates that the case is being closed because the buyer has decided to keep the item. This value cannot be used as a closeReason in a POST /post-order/v2/inquiry/{inquiryId}/close request. |