Skip to main content

List Channel Field Names

GET 

/api/v2/sales-channels/:salesChannel/attribute-mappings/field-names

Every distinct field name across the channel's synced categories, with how many categories carry it and in how many it is required. This is the vocabulary a global attribute mapping targets: a mapping is keyed on a NAME and matched case-insensitively against each category's fields when a listing's values are resolved, so a name that recurs across hundreds of categories is worth mapping once, while a one-off belongs on that category's template.

Required scope: products:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Ordered by category count, descending. Capped at 500 names.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type