cURL
curl --request GET \ --url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/product-ordering
[ { "id": "product-id-1", "name": "sample product name goes here" } ]
Gets the current product ordering.
Documentation IndexFetch the complete documentation index at: https://help.aasaan.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://help.aasaan.app/llms.txt
Use this file to discover all available pages before exploring further.
Store ID for this resource request
An ordered list of all products sorted by their current display ordering.
product id of the specified product
"product-id-1"
name of the product
"sample product name goes here"