Skip to main content
GET
Get products in a collection
OAuth scope: offer_readAPI keys have full access to this endpoint.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

collectionId
string
required

Query Parameters

page
integer<int32>
default:0
size
integer<int32>
default:20
status
enum<string>

Filter by product status Filter for product status in a collection

Available options:
PUBLIC,
AVAILABLE,
SOLD_OUT,
HIDDEN,
ARCHIVED

Response

OK

results
Offer Full · object[]
required
total
integer<int32>
page
integer<int32>
size
integer<int32>
totalPages
integer<int32>