Production Pipeline Execution
Run in Apidog
Captures execution of how the bulk repacking was perfomed at your warehouse. This tracks deviation between the repack plan provided vs on ground repack execution.
Request Body Params application/json
[
{
"store_id" : "string" ,
"repack_order_id" : "string" ,
"created_at" : "string" ,
"article_id" : "string" ,
"quantity" : "string" ,
"parent_item_code" : "string"
}
]
Request Code Samples
curl --location --request POST 'https://test.your-api-server.com/master/production_pipeline_execution/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"store_id": "string",
"repack_order_id": "string",
"created_at": "string",
"article_id": "string",
"quantity": "string",
"parent_item_code": "string"
}
]'
Responses
{
"status" : "string" ,
"message" : "string"
}
Modified at 2025-02-10 12:39:04