InquiryStatusFilter
This enumerated type lists the possible inquiry state values that can be used if the inquiry_status filter is used in a GET /post-order/v2/inquiry/search request.
Call that uses one or more values of InquiryStatusFilter:
Enumeration Values
Value | Description |
CLOSED | This enumeration value is used if the user would like to retrieve all INR inquiries that have been closed. |
CLOSED_WITH_ESCALATION | This enumeration value is used if the user would like to retrieve all INR inquiries that have been closed after being escalated to an INR case. |
CS_CLOSED | This enumeration value is used if the user would like to retrieve all INR inquiries that have been closed by a customer support representative. |
OPEN | This enumeration value is used if the user would like to retrieve all active INR inquiries. |
OTHER | This enumeration value is used if the user would like to retrieve all INR inquiries where the status of the inquiry cannot be determined. |
PENDING | This enumeration value is used if the user would like to retrieve INR inquiries in the pending state. |
WAITING_BUYER_RESPONSE | This enumeration value is used if the user would like to retrieve all INR inquiries that are currently waiting for a buyer's response/action. |
WAITING_SELLER_RESPONSE | This enumeration value is used if the user would like to retrieve all INR inquiries that are currently waiting for a seller's response/action. |