Skip to main content
GET
/
{storeId}
/
products
Get all products.
curl --request GET \
  --url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/products
{
  "total": 123,
  "page": 123,
  "perPage": 123,
  "results": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://help.aasaan.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

storeId
string
required

Store ID for this resource request

Query Parameters

page
number

Current Page

perPage
integer

Number of products per page

Response

A list of all products.

total
number

Total number of records

page
number

Page Number

perPage
number

No of records per page

results
any[]