Canto · Example Payload

Canto Get_Api_V1_Product_Channel_Templates 200 Response

Digital Asset ManagementDAMBrand AssetsImagesVideosDocumentsMedia LibraryAsset Distribution

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

Top-level fields

product_channel_templates

Example Payload

Raw ↑
{
  "product_channel_templates": [
    {
      "id": 1,
      "name": "First Export Template",
      "product_channel_id": 1,
      "file_name_export_format": "Product_Image_[name]_[sku]_[attribute_1].jpg",
      "image_export_size": "500px",
      "created_at": "2021-01-01T00:00:00.000Z",
      "updated_at": "2021-01-01T00:00:00.000Z"
    },
    {
      "id": 2,
      "name": "Import Template",
      "product_channel_id": 2,
      "file_name_export_format": null,
      "image_export_size": null,
      "created_at": "2021-01-01T00:00:00.000Z",
      "updated_at": "2021-01-01T00:00:00.000Z"
    },
    {
      "id": 3,
      "name": "Shopify Template",
      "product_channel_id": 1,
      "file_name_export_format": null,
      "image_export_size": null,
      "created_at": "2021-01-01T00:00:00.000Z",
      "updated_at": "2021-01-01T00:00:00.000Z"
    }
  ]
}