Canto · Example Payload

Canto Put_Api_V1_Product_Channel_Templates_Id 200 Response

Digital Asset ManagementDAMBrand AssetsImagesVideosDocumentsMedia LibraryAsset Distribution

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

Top-level fields

idnameproduct_channel_idfile_name_export_formatimage_export_sizecreated_atupdated_atcustom_attribute_mappings

Example Payload

Raw ↑
{
  "id": 7,
  "name": "Updated Template",
  "product_channel_id": 10,
  "file_name_export_format": "Product_[name]_[sku].jpg",
  "image_export_size": null,
  "created_at": "2024-12-11T14:14:34.189Z",
  "updated_at": "2024-12-11T16:30:15.456Z",
  "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
    }
  ]
}