Commerce
payments, invoices & products api
API to set the display priority of products in a store
cURL
curl --request POST \ --url https://services.leadconnectorhq.com/products/store/{storeId}/priority \ --header 'Content-Type: application/json' \ --header 'Version: <version>' \ --data ' { "altId": "6578278e879ad2646715ba9c", "altType": "location", "products": [ "<array>" ] } '
{ "statusCode": 400, "message": "Bad Request" }
API Version
2021-07-28
Products related to the store
"3SwdhCu3svxI8AKsPJt6"
Location Id or Agency Id
"6578278e879ad2646715ba9c"
location
Array of products with their display priorities
Successfully updated display priorities
Was this page helpful?