Skip to main content

Delete Linked Sales Order

DELETE 

/api/ebay/:integrationInstance/orders/:order/sku-order

Delete the sales order linked to an eBay order, keeping the eBay order record itself. Optionally archives the eBay order afterwards so it will not be re-created by order automation.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Query parameters:

  • archive_order (boolean, default false): Archive the eBay order after deleting the linked sales order.

Request

Responses

OK

Response Headers
    Content-Type