Skip to main content
GET
/
api
/
v1
/
omni
/
:app_id
/
:store_group
/
:market
/
:locale
/
products
/
slugs
Error
A valid request URL is required to generate request examples
{
  "data": [
    "<string>"
  ],
  "page": 123,
  "total": 123,
  "total_pages": 123
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and a token.

Path Parameters

app_id
string
required

App ID

store_group
string
required

Store group

market
string
required

Market

locale
string
required

Alpha 2 country code. e.g se

Query Parameters

only_active
boolean

Only active products

page
integer

Page number (default: 1)

per_page
integer

Items per page (default: 500)

include_child_category_products
boolean

Include products from child categories when filtering by category or category_id

Response

List of product slugs

data
string[]
page
integer
total
integer
total_pages
integer