Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Canto product_channel_templates API

Product Channel Templates define the structure and configuration for importing and exporting product data into and out of Canto PIM.

Canto product_channel_templates API is one of 19 APIs that Canto publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include product_channel_templates. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 6 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.1, at version v1.0.1.

Requests are made against a single base URL, https://{tenantSubdomain}.{region}/api/v1/pim/.

6 operations 3 paths 4 schemas 1 DELETE2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
v1.0.1
Base URL
https://api.canto.com/
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Canto product_channel_templates API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (AccessToken) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

product_channel_templates 6

Product Channel Templates define the structure and configuration for importing and exporting product data into and out of Canto PIM.

GET
/product_channel_templates
Get Product Channel Templates
get_api_v1_product_channel_templates 3 params → 200400401500
POST
/product_channel_templates
Create Product Channel Template
post_api_v1_product_channel_templates body → 201400401422500
GET
/product_channel_templates/{product_channel_template_id}
Get Product Channel Template
get_api_v1_product_channel_templates_id 1 param → 200400401404500
PUT
/product_channel_templates/{product_channel_template_id}
Update Product Channel Template
put_api_v1_product_channel_templates_id 1 param body → 200400401404422500
DELETE
/product_channel_templates/{product_channel_template_id}
Destroy Product Channel Template
delete_api_v1_product_channel_templates_id 1 param → 204401404422500
POST
/product_channel_templates/{product_channel_template_id}/export
Export Product Channel Template
post_api_v1_product_channel_templates_product_channel_template_id_export 1 param → 201401404422500

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are product_channel_template (8 properties), product_channel_template_summary (7 properties), custom_attribute_mapping (3 properties), product_channel_templates_response (1 property). Each schema is shown below with its type and property counts.

product_channel_template
object
8 properties 5 required
product_channel_template_summary
object
7 properties 5 required
custom_attribute_mapping
object
3 properties 2 required
product_channel_templates_response
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

canto-product-channel-templates-api-openapi.yml Raw ↑

Other APIs Canto publishes across the network.

Canto bulk_products_catalogs API
Canto bulk_products_channel_templates API
Canto dimensions API
Canto filter API
Canto import_settings API
Canto imports API
Canto options API
Canto product_catalog_products API
Canto product_catalogs API
Canto product_categories API
Canto product_channel_template_products API
Canto product_custom_attributes API