Skip to main content
GET
/
{storeId}
/
product-ordering
Gets the current product ordering.
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"
  }
]

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

Response

An ordered list of all products sorted by their current display ordering.

id
string

product id of the specified product

Example:

"product-id-1"

name
string

name of the product

Example:

"sample product name goes here"