ADM-ASSORTMENT-570 - List assortment variants

Returns a paginated list of variants linked to a specific assortment.

Scope

  • One row equals one variant linked to the assortment.
  • Each row includes the associated product snapshot and variant snapshot.

Search

  • Optional text search applied on :
    • product SKU
    • product external Id
    • product name
    • variant SKU
    • variant external Id
    • variant name
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Assortment identifier.

Query Params
string

Optional filter to return only variants belonging to the provided product identifier.

string

Optional text search applied on key product and variant fields.

  • product name, SKU, external id
  • variant name, SKU, external id
integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 20

The size of the page to be returned

sort
array of strings

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Format: property:direction (recommended) or property,direction (kept for backward compatibility).

sort
Headers
string
enum
required

OPERATOR: Platform operator user.

ACCOUNT: Customer account user.

SUPPLIER:Supplier managing orders.

Allowed:
string
required

API key required for authentication. Must be valid and linked to the requesting user.

string

(Optional) Store ID in multi-store environments.

string

(Optional) Store view ID in multi-store environments.

Responses

401

Unauthorized (invalid or missing API key)

403

Forbidden (insufficient permissions)

404

Not found (unknown reference)

500

Internal server error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*