Moves product stock between locations within a store.
Deprecated
POST/api/v2/public/stores/{store_number}/storeproductlocation/movement
Deprecated. Moves product stock between two locations within a single store.
Moves product stock between locations within a store.
curl https://api.colleqtive.net/api/v2/public/stores/$STORE_NUMBER/storeproductlocation/movement \
-X POST \
-H "Authorization: $COLLEQTIVE_BEARER_TOKEN"{
"success": true,
"data": "data",
"message": "message"
}Returns Examples
{
"success": true,
"data": "data",
"message": "message"
}