Get Assortments

Returns a cursor-paginated list of assortments for the authenticated retailer account, with optional filters (status, brands, created/modified ranges).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
number
required

JOOR Account (retailer) ID.

string
required
Defaults to 20

Page size. Min 1, max 20.

string
required

Opaque cursor from the previous response’s pagination. next_cursor (or use pagination.next_page).

string

Filter by assortment status (comma separated). Allowed values: IN_WORK, IN_REVIEW, DONE. Multiple values are OR’d (match any listed status). Example: statuses=IN_WORK,DONE

string

Comma separated list of brand IDs. Example: brand_ids=101,202

string

Filter assorments based on crated timestamp (greater than this instant). Format (ISO 8601): YYYY-MM-DDTHH:MM:SSZ (UTC Z suffix required).

string

Filter assorments based on crated timestamp (less than this instant). Format (ISO 8601): YYYY-MM-DDTHH:MM:SSZ (UTC Z suffix required).

string

Timestemp to filter assorments based on last update (greater than this instant). Format (ISO 8601): YYYY-MM-DDTHH:MM:SSZ (UTC Z suffix required).

string

Timestemp to filter assorments based on last update (less than this instant). Format (ISO 8601): YYYY-MM-DDTHH:MM:SSZ (UTC Z suffix required).

boolean

Filter assortments based on it's archived state. Values accepted: true, True, TRUE, false, False, False, 0, 1.
If filter is not sent, all assortments are retrieved.
Note: Sending both archived=True and statuses filter is not allowed. Archived assortments have a status=ARCHIVED by default.

Headers
string
required

Bearer token (same pattern as other v4 endpoints).

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json