curl --request POST \
--url http://localhost:3000/v1/orders/{id}/allocate{
"success": true,
"allocation": {
"rfc_items": 123,
"sweep_items": 123,
"pick_lists_created": 123,
"sweeps_used": [
"<string>"
]
}
}Allocates order items to RFC inventory (pick_list_items) or sweeps (sweep_items).
curl --request POST \
--url http://localhost:3000/v1/orders/{id}/allocate{
"success": true,
"allocation": {
"rfc_items": 123,
"sweep_items": 123,
"pick_lists_created": 123,
"sweeps_used": [
"<string>"
]
}
}