List Sales Channel Product Templates
GET/api/v2/sales-channel-product-templates
Lists product templates across every connected sales channel, paginated.
products:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Each row reports how completely the template covers its category's fields:
total_fields_count— every field the channel measures for that category: the category's own attributes plus the channel's core listing fields.mapped_fields_count— fields someone configured: set directly on the template, or inherited from its listing profile (or the channel / integration defaults above it).inherited_fields_count— the subset of those that came from inheritance rather than the template itself.prefilled_fields_count— core fields the channel fills from the product automatically, such as a title taken from the product name. Neither mapped nor missing: nobody configured them, but publishing does not stop on them.unmapped_fields_count—total_fields_countminusmapped_fields_count.required_fields_count— how many measured fields the channel marks required.missing_required_fields_count— required fields with no value from any source. Publishing stops on these until they are filled.
Authentication: Requires Bearer token with the listings scope.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.