Canto · Example Payload

Canto Get_Api_V1_Products_Product_Id_Variants 200 Response

Digital Asset ManagementDAMBrand AssetsImageVideosDocumentsMedia LibraryAsset Distribution

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

Top-level fields

variantsproduct_assets

Example Payload

Raw ↑
{
  "variants": [
    {
      "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
        }
      ]
    },
    {
      "id": 2,
      "dimension_options": {
        "primary": {
          "name": "Size",
          "value": "Large",
          "dimension_id": 1,
          "dimension_option_id": 3
        },
        "secondary": {
          "name": "Color",
          "value": "Blue",
          "dimension_id": 2,
          "dimension_option_id": 4
        },
        "tertiary": null
      },
      "product_custom_attributes": [
        {
          "name": "name",
          "value": "Blue Large Shirt",
          "data_type": "text",
          "product_custom_attribute_id": 3,
          "product_attribute_group_id": 1
        },
        {
          "name": "sku",
          "value": "BL-L",
          "data_type": "text",
          "product_custom_attribute_id": 4,
          "product_attribute_group_id": 1
        }
      ]
    }
  ],
  "product_assets": [
    {
      "asset_id": "e29b41d4a7166655440000",
      "product_ids": [
        1,
        2
      ]
    }
  ]
}

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-get_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.