List Listing Profiles
GET/api/v2/sales-channel-listing-profiles
Cross-channel paginated list of listing profiles, with the owning sales channel and "used by" template/draft counts. Requires the listing-publishing feature to be enabled (403 otherwise).
Authentication: Requires Bearer token.
Available filters:
- filter[sales_channel_id]: exact match on channel
- filter[is_default]: exact match on the default flag (1/0)
- filter[name]: partial match on name
- filter[search]: search by name or exact id
- filter[created_at] / filter[updated_at]: date filters
Allowed sorts: id, name, sales_channel_id, is_default, created_at, updated_at (default: name).
Pagination: page (default 1), per_page (default 20, max 100).
Request
Responses
- 200
- 401
- 403
- 429
OK
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden
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.