Skip to main content

Delete Linked SKU Order

DELETE 

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

Delete the linked SKU.io sales order while keeping the Temu order. Returns 404 if no SKU order is linked.

Authorization

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

Optional body field archive_order (boolean, default false): when true, also archives the Temu order after the SKU order is deleted, preventing the next refresh from immediately re-creating it.

Request

Responses

OK

Response Headers
    Content-Type