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

Path Parameters

storeId
string
required

Query Parameters

Search in product title/description

status
string

Filter by product status (ACTIVE, DRAFT, etc.)

collectionIds[]
string

Filter products by collection IDs (can be multiple)

page
string

Page number (default: 1)

limit
string

Items per page (default: 20)

Response

200 - application/json

Successful response