Update product display priorities in store
POST/products/store/:storeId/priority
API to set the display priority of products in a store
Request
Version stringrequired
API Version
Available options
v3storeId stringrequired
Products related to the store
- application/json
- Body
- Example (auto)
Bodyrequired
altIdstringrequired
Location Id or Agency Id
altTypestringrequired
Available options
locationproductsarray[]required
Array of products with their display priorities
{
"altId": "6578278e879ad2646715ba9c",
"altType": "location",
"products": [
null
]
}
Successfully updated display priorities