Canto · Example Payload

Canto Post_Api_V1_Product_Channel_Templates Request

Digital Asset ManagementDAMBrand AssetsImagesVideosDocumentsMedia LibraryAsset Distribution

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

Top-level fields

nameproduct_channel_idcustom_attribute_mappings

Example Payload

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