Skip to main content

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

OK