Logo
Logo
⌘K

Get Product Sets

Fetch your ProductSet objects.
Parameters

limit

number

Required

Number of results to return in each paginated query.

maxCreatedAt

string

Filter by the maximum creation date of the product set.

maxUpdatedAt

string

Filter by the maximum updated date of product set.

minCreatedAt

string

Filter by the minimum creation date of product set.

minUpdatedAt

string

Filter by the minimum updated date of product set.

name

string

Filter by the name of the product set.

offset

number

Offset for pagination.

sortBy

enum

Attribute to sort the product sets based on. Defaults to updatedAt.
Possible enum values
createdAt
updatedAt

sortDirection

enum

Sort direction for product sets. Defaults to descending.
Possible enum values
asc
desc
Returns

A list of ProductSet objects.

GET

/product-sets/get

Response