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.
Store ID for this resource request
An ordered list of all products sorted by their current display ordering.
The response is of type object[].
object[]