Skip to main content

List Sales Channel Product Templates

GET 

/api/v2/sales-channel-product-templates

Lists product templates across every connected sales channel, paginated.

Required scope: products:read

Grant 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_counttotal_fields_count minus mapped_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

OK

Response Headers
    Content-Type