Important
New shipment package stream endpoint is available

For large-scale scanning and synchronization flows, please prefer getShipmentPackagesStream.

HomeGuidesAPI ReferenceChangelogSupport Request
Guides

Product Delete

This method is used when removing your products from the Trendyol system. It supports single and multiple product deletion. You can delete your products pending approval and your approved products found in the archived status and not stopped for sale by Trendyol.

  • You must use the delete method.
  • You need to send "storeFrontCode" as Header Parameter.
❗️

After deleting the product, you need to check the status of your transaction with the batchRequestId in the response via the getBatchRequestResult service.

DELETE

Sample Request

{
    "items":[
        {
            "barcode": "test123"
        },
        {
            "barcode": "test456"
        }
    ]
}

Sample Response

{
    "batchRequestId": "c0bd29e1-003d-455a-9d74-3a00d868ce9d-1678194595"
}