Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.14 KB

CancelRequest.md

File metadata and controls

15 lines (11 loc) · 2.14 KB

CancelRequest

Properties

Name Type Description Notes
cancelCompletedDate string The date and time that the order cancellation was completed, if applicable. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. This field is not returned until the cancellation request has actually been approved by the seller. Format: YYYY-MM-DDTHH:MM:SS.SSSZ Example: 2015-08-04T19:09:02.768Z [optional]
cancelInitiator string This string value indicates the party who made the initial cancellation request. Typically, either the 'Buyer' or 'Seller'. If a cancellation request has been made, this field should be returned. [optional]
cancelReason string The reason why the cancelInitiator initiated the cancellation request. Cancellation reasons for a buyer might include 'order placed by mistake' or 'order won't arrive in time'. For a seller, a typical cancellation reason is 'out of stock'. If a cancellation request has been made, this field should be returned. [optional]
cancelRequestedDate string The date and time that the order cancellation was requested. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. This field is returned for each cancellation request. Format: YYYY-MM-DDTHH:MM:SS.SSSZ Example: 2015-08-04T19:09:02.768Z [optional]
cancelRequestId string The unique identifier of the order cancellation request. This field is returned for each cancellation request. [optional]
cancelRequestState string The current stage or condition of the cancellation request. This field is returned for each cancellation request. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/fulfillment/types/CancelRequestStateEnum.html&#39;&gt;eBay API documentation</a> [optional]

[Back to Model list] [Back to API list] [Back to README]