v55

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012046146.0 KB
Product Layers

Delete product layers

Remove specific product layers by SKU and source identifiers. This operation permanently deletes the layer data while preserving the base product.

Use Cases:

  • Remove expired seasonal or promotional layers
  • Clean up test layers after A/B testing completion
  • Delete locale-specific layers when discontinuing market support
  • Remove outdated customizations

Important Notes:

  • Only the specified layer is deleted; base product and other layers remain intact
  • Both sku and source (locale + layer) must match exactly for successful deletion
post/v1/catalog/products/layers/delete

Headers

Authorizationstring required

Authorization Bearer token

Content-Type'application/json' required
Content-Encoding'gzip'

Use this header if the payload is compressed with gzip.

Request body

skustring required

SKU (Stock Keeping Unit) that identifies the base product containing the layer to delete. Must match an existing product SKU in the catalog.

Example request

[
  {
    "sku": "red-pants",
    "source": {
      "locale": "en-US",
      "layer": "seasonal-winter-2024"
    }
  }
]

Response

All items accepted and will be processed asynchronously