Canto · Example Payload

Canto Post_Api_V1_Products_Product_Id_Variants 200 Response

Digital Asset ManagementDAMBrand AssetsImageVideosDocumentsMedia LibraryAsset Distribution

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

Top-level fields

iddimension_optionsproduct_custom_attributesproduct_assets

Example Payload

Raw ↑
{
  "id": 1,
  "dimension_options": {
    "primary": {
      "name": "Size",
      "value": "Small",
      "dimension_id": 1,
      "dimension_option_id": 1
    },
    "secondary": {
      "name": "Color",
      "value": "Red",
      "dimension_id": 2,
      "dimension_option_id": 2
    },
    "tertiary": null
  },
  "product_custom_attributes": [
    {
      "name": "name",
      "value": "Red Small Shirt",
      "data_type": "text",
      "product_custom_attribute_id": 1,
      "product_attribute_group_id": 1
    },
    {
      "name": "sku",
      "value": "RS-S",
      "data_type": "text",
      "product_custom_attribute_id": 2,
      "product_attribute_group_id": 1
    },
    {
      "name": "Description",
      "value": "This is a red small shirt",
      "data_type": "text",
      "product_custom_attribute_id": 3,
      "product_attribute_group_id": 2
    },
    {
      "name": "An Image",
      "value": null,
      "data_type": "image",
      "asset_ids": [
        "abc123",
        "def234"
      ],
      "product_custom_attribute_id": 4,
      "product_attribute_group_id": 2
    }
  ],
  "product_assets": [
    {
      "asset_id": "e29b41d4a7166655440000",
      "product_ids": [
        1
      ]
    },
    {
      "asset_id": "f47ac10b58cc4372a5",
      "product_ids": [
        1
      ]
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/canto-post_api_v1_products_product_id_variants-200-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.