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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Query parameters:

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

Request

Responses

OK

Response Headers
    Content-Type