Skip to content

CancelRequestState Enum eBay Docs

This enumeration type defines the possible status of a order cancellation request.

ValueDescription
COMPLETEDThis enumeration value indicates that the order cancellation request was successfully processed and completed.
REJECTEDThis enumeration value indicates that the buyer's request to cancel the order has been rejected by the seller.
REQUESTEDThis enumeration value indicates that the buyer has requested that a particular order be cancelled, but the seller has yet to accept or reject the cancellation request.

Example

php
use Rat\eBaySDK\Enums\CancelRequestState;

CancelRequestState::COMPLETED;

This software is not an official eBay product and is not associated with, sponsored by, or endorsed by eBay Inc.