Adds or updates lines on an existing product list.
POST/api/v2/public/stores/{store_number}/productlists/{id}
Adds or updates lines on an existing product list.
Adds or updates lines on an existing product list.
curl https://api.colleqtive.net/api/v2/public/stores/$STORE_NUMBER/productlists/$ID \
-X POST \
-H "Authorization: $COLLEQTIVE_BEARER_TOKEN"{
"code": 0,
"data": "data",
"message": "message",
"status": "status"
}Returns Examples
{
"code": 0,
"data": "data",
"message": "message",
"status": "status"
}