Cancel ITAD Order

Cancel an existing ITAD order within 2 hours of placement.

POST
/api/v1/itad/{order_id}/cancel

Description

Cancels a buyback ITAD order (no campaign_id). Cancellation is only allowed within 2 hours of order creation (UTC).

Request

Headers

HeaderValueRequired
AuthorizationBearer <access_token>Yes
Content-Typeapplication/jsonYes

Path Parameters

ParameterTypeRequiredDescription
order_idnumberYesInternal buyback order ID (order_id from place-order response).

Response

Related Endpoints

Did this page help you?