Canto · Example Payload

Canto Get_Api_V1_Product_Channel_Templates_Id 200 Response

Digital Asset ManagementDAMBrand AssetsImagesVideosDocumentsMedia LibraryAsset Distribution

Canto Get_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": "Export",
  "product_channel_id": 10,
  "file_name_export_format": null,
  "image_export_size": null,
  "created_at": "2024-12-11T14:14:34.189Z",
  "updated_at": "2024-12-11T14:14:34.189Z",
  "custom_attribute_mappings": [
    {
      "name": "Name",
      "product_custom_attribute_id": 17,
      "required": true
    },
    {
      "name": "SKU",
      "product_custom_attribute_id": 18,
      "required": true
    },
    {
      "name": "Image",
      "product_custom_attribute_id": 49,
      "required": false
    },
    {
      "name": "Unmapped Attribute",
      "product_custom_attribute_id": null,
      "required": false
    }
  ]
}