Fetch all series

Fetch all distinct series for a given app and locale. Deprecated. Use https://graphql.enad.io instead.

GET/api/v1/omni/:app_id/:store_group/:market/:locale/series
API
Shopper
Updated
Apr 26, 2026

shopper-api:GET:/api/v1/omni/:app_id/:store_group/:market/:locale/series

Fetch all distinct series for a given app and locale. Deprecated. Use https://graphql.enad.io instead.

API ownership

  • API family: Shopper API
  • Best for: Public storefront catalog reads and shopper-facing product discovery.
  • Prefer Search API for: New product discovery, facets, autocomplete, and other search-heavy storefront flows.
  • Do not use from: Trusted admin integrations that create, update, or delete merchant-owned data.
  • Guide route: /apis/shopper/latest

The OpenAPI contract defines the method, path, parameters, request body, and responses for this operation.

Operation

  • Method: GET
  • Path: /api/v1/omni/:app_id/:store_group/:market/:locale/series
  • Summary: Fetch all series
  • Description: Fetch all distinct series for a given app and locale. Deprecated. Use https://graphql.enad.io instead.
  • OpenAPI contract: shopper-api
  • Operation ID: Not documented in the OpenAPI contract.

Operation key uses API family, method, and path because this OpenAPI contract does not publish an operation ID.

Parameters6 parameters
NameInRequiredTypeDescription
app_idpathYesstringApp ID
marketpathYesstringMarket
localepathYesstringLocale
pagequeryNointegerPage number (default: 1)
per_pagequeryNointegerItems per page (default: 50)
idqueryNostring[]Filter by series ID
Request bodyNo documented body

Not documented in the OpenAPI contract.

Responses3 statuses
StatusDescriptionContent
200Paginated series responseapplication/json (object)
400Invalid app IDapplication/json (object)
500Internal server errorapplication/json (object)

200 - object

Paginated Series With Brand List

PropertyTypeRequiredDetails
dataobject[]No-
pageintegerNo-
totalintegerNo-
total_pagesintegerNo-
Series With Brand
PropertyTypeRequiredDetails
brandobjectNo-
cover_urlstringNo-
descriptionstringNo-
idstringYes-
logo_urlstringNo-
namestringYes-
slugstringYes-
Brand
PropertyTypeRequiredDetails
addressobjectNo-
cover_urlstringNo-
descriptionstringNo-
idstringYes-
logo_urlstringNo-
namestringYes-
slugstringYes-

Generated example (synthetic):

{
  "data": [
    {
      "brand": {
        "address": {
          "city": null,
          "co_address": null,
          "country": null,
          "email": null,
          "house_number": null,
          "postal_code": null,
          "state_province": null,
          "street_address": null
        },
        "cover_url": "string",
        "description": "string",
        "id": "string",
        "logo_url": "string",
        "name": "string",
        "slug": "string"
      },
      "cover_url": "string",
      "description": "string",
      "id": "string",
      "logo_url": "string",
      "name": "string",
      "slug": "string"
    }
  ],
  "page": 0,
  "total": 0,
  "total_pages": 0
}

400 - object

Error Message

PropertyTypeRequiredDetails
messagestringNo-

Generated example (synthetic):

{
  "message": "string"
}

500 - object

Error Message

PropertyTypeRequiredDetails
messagestringNo-

Generated example (synthetic):

{
  "message": "string"
}

Contract identity

Use these fields to confirm you are implementing the intended endpoint contract.

  • API family: Shopper API
  • Method: GET
  • Path: /api/v1/omni/:app_id/:store_group/:market/:locale/series
  • Operation ID: Not documented in the OpenAPI contract.
  • OpenAPI tag: Series
  • OpenAPI summary: Fetch all series

Fetch all series

# Fetch all series Fetch all distinct series for a given app and locale. Deprecated. Use https://graphql.enad.io instead.
GET /api/v1/omni/:app_id/:store_group/:market/:locale/series
Purpose

Fetch all distinct series for a given app and locale.

Required inputs

app_id path market path locale path

Primary response

200 ยท Paginated series response

Operation key

shopper-api:GET:/api/v1/omni/:app_id/:store_group/:market/:locale/series

## API ownership - API family: Shopper API - Best for: Public storefront catalog reads and shopper-facing product discovery. - Prefer Search API for: New product discovery, facets, autocomplete, and other search-heavy storefront flows. - Do not use from: Trusted admin integrations that create, update, or delete merchant-owned data. - Guide route: [/apis/shopper/latest](/apis/shopper/latest) The OpenAPI contract defines the method, path, parameters, request body, and responses for this operation. ## Operation - Method: `GET` - Path: `/api/v1/omni/:app_id/:store_group/:market/:locale/series` - Summary: Fetch all series - Description: Fetch all distinct series for a given app and locale. Deprecated. Use https://graphql.enad.io instead. - OpenAPI contract: shopper-api - Operation ID: Not documented in the OpenAPI contract. - Stable operation key: `shopper-api:GET:/api/v1/omni/:app_id/:store_group/:market/:locale/series` Operation key uses API family, method, and path because this OpenAPI contract does not publish an operation ID. ## Parameters | Name | In | Required | Type | Description | | --- | --- | --- | --- | --- | | app_id | path | Yes | string | App ID | | market | path | Yes | string | Market | | locale | path | Yes | string | Locale | | page | query | No | integer | Page number (default: 1) | | per_page | query | No | integer | Items per page (default: 50) | | id | query | No | string[] | Filter by series ID | ## Request body Not documented in the OpenAPI contract. ## Responses | Status | Description | Content | | --- | --- | --- | | 200 | Paginated series response | application/json (object) | | 400 | Invalid app ID | application/json (object) | | 500 | Internal server error | application/json (object) | ### 200 - object #### Paginated Series With Brand List | Property | Type | Required | Details | | --- | --- | --- | --- | | `data` | object[] | No | - | | `page` | integer | No | - | | `total` | integer | No | - | | `total_pages` | integer | No | - | ##### Series With Brand | Property | Type | Required | Details | | --- | --- | --- | --- | | `brand` | object | No | - | | `cover_url` | string | No | - | | `description` | string | No | - | | `id` | string | Yes | - | | `logo_url` | string | No | - | | `name` | string | Yes | - | | `slug` | string | Yes | - | ##### Brand | Property | Type | Required | Details | | --- | --- | --- | --- | | `address` | object | No | - | | `cover_url` | string | No | - | | `description` | string | No | - | | `id` | string | Yes | - | | `logo_url` | string | No | - | | `name` | string | Yes | - | | `slug` | string | Yes | - | **Generated example (synthetic):** ```json { "data": [ { "brand": { "address": { "city": null, "co_address": null, "country": null, "email": null, "house_number": null, "postal_code": null, "state_province": null, "street_address": null }, "cover_url": "string", "description": "string", "id": "string", "logo_url": "string", "name": "string", "slug": "string" }, "cover_url": "string", "description": "string", "id": "string", "logo_url": "string", "name": "string", "slug": "string" } ], "page": 0, "total": 0, "total_pages": 0 } ``` ### 400 - object #### Error Message | Property | Type | Required | Details | | --- | --- | --- | --- | | `message` | string | No | - | **Generated example (synthetic):** ```json { "message": "string" } ``` ### 500 - object #### Error Message | Property | Type | Required | Details | | --- | --- | --- | --- | | `message` | string | No | - | **Generated example (synthetic):** ```json { "message": "string" } ``` ## Contract identity Use these fields to confirm you are implementing the intended endpoint contract. - API family: Shopper API - Method: `GET` - Path: `/api/v1/omni/:app_id/:store_group/:market/:locale/series` - Operation ID: Not documented in the OpenAPI contract. - Stable operation key: `shopper-api:GET:/api/v1/omni/:app_id/:store_group/:market/:locale/series` - OpenAPI tag: Series - OpenAPI summary: Fetch all series