Skip to main content
GET
/
v1
/
store
/
{storeId}
/
public
/
collections
/
{collectionId}
/
products
Get Products by Collection
curl --request GET \
  --url https://storekit.samarthh.me/v1/store/{storeId}/public/collections/{collectionId}/products

Path Parameters

storeId
string
required
collectionId
string
required

Query Parameters

page
string

Page number (default: 1)

limit
string

Items per page (default: 20)

Response

200 - application/json

Successful response