Captures min reorder quantities from your base system at article store level. This will be considered during forecast and will be maintained.
Request
Body Params application/json
[
{
"article_id": "string",
"store_id": "string",
"min_limit": -1,
"max_limit": -1
}
]
Request Code Samples
curl --location --request POST 'https://test.your-api-server.com/master/article_store_limits/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"article_id": "string",
"store_id": "string",
"min_limit": -1,
"max_limit": -1
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04