cURL
curl --request POST \ --url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/product-ordering \ --header 'Content-Type: application/json' \ --data ' [ { "id": "product-id-1", "name": "sample product name goes here" } ] '
[ { "id": "product-id-1", "name": "sample product name goes here" } ]
Updates the product ordering within a category
Store ID for this resource request
an order list of products in a way it needs to be sorted/displayed
product id of the specified product
"product-id-1"
name of the product
"sample product name goes here"
A list of all products.