data-slots=heading, code
data-repeat=3
data-languages=JSON, JSON, JSON

create

{
  "sku": "b7757d8a-3f3a-4ffd-932a-28cb07debef6",
  "name": "A Product Name",
  "description": "A product description"
}

update

{
  "sku": "b7757d8a-3f3a-4ffd-932a-28cb07debef6",
  "name": "A Product Name",
  "price": 99.99,
  "description": "A product description"
}

delete

{
  "sku": "b7757d8a-3f3a-4ffd-932a-28cb07debef6"
}