Canto · Example Payload

Canto Post_Api_V1_Bulk_Products_Channel_Templates Request

Digital Asset ManagementDAMBrand AssetsImagesVideosDocumentsMedia LibraryAsset Distribution

Canto Post_Api_V1_Bulk_Products_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

operationproduct_channel_template_idproduct_ids

Example Payload

Raw ↑
{
  "operation": "add",
  "product_channel_template_id": 1,
  "product_ids": [
    1,
    2,
    3,
    4,
    5
  ]
}