Updates store product properties (min/max, prices, forecast, attention codes, replenishment, etc.) for one or more products at a store.
PUT/api/v2/public/stores/{store_number}/storeproducts
Updates store product properties (min/max, prices, forecast, attention codes, replenishment, etc.) for one or more products at a store.
Path Parameters
store_number: string
Body ParametersJSON
Returns
data: optional string
Optional data payload returned by the operation.
message: optional string
Human-readable message describing the result.
success: optional boolean
Indicates whether the operation completed successfully.
Updates store product properties (min/max, prices, forecast, attention codes, replenishment, etc.) for one or more products at a store.
curl https://api.colleqtive.net/api/v2/public/stores/$STORE_NUMBER/storeproducts \
-X PUT \
-H "Authorization: $COLLEQTIVE_BEARER_TOKEN"{
"data": "12345",
"message": "Record created successfully.",
"success": true
}Returns Examples
{
"data": "12345",
"message": "Record created successfully.",
"success": true
}