Canto · Example Payload

Canto Put_Api_V1_Product_Channel_Templates_Id Request

Digital Asset ManagementDAMBrand AssetsImagesVideosDocumentsMedia LibraryAsset Distribution

Canto Put_Api_V1_Product_Channel_Templates_Id Request is an example object payload from Canto, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namecustom_attribute_mappings

Example Payload

Raw ↑
{
  "name": "Updated Template",
  "custom_attribute_mappings": [
    {
      "name": "Updated Name",
      "product_custom_attribute_id": 17,
      "required": true
    },
    {
      "name": "Updated SKU",
      "product_custom_attribute_id": 18,
      "required": true
    },
    {
      "name": "Updated Image",
      "product_custom_attribute_id": 49,
      "required": false
    },
    {
      "name": "Updated Description",
      "product_custom_attribute_id": 25,
      "required": false
    }
  ]
}