curl --location --request PUT 'https://sandbox.trynavigate.co/api/v1/prep' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromLocationId": 180273,
"fromLocationInstruction": "Dispatch only after quality check is completed.",
"products": [
{
"productSku": "B32AY70LFZ",
"prepQuantity": 1,
"expiryDate": "2027-08-21",
"lotNumber": "A12345B",
"inventory": [
{
"sku": "B32AY70LFZ",
"quantity": 1,
"expiryDate": "2027-08-21",
"lotNumber": "A12345B",
"warehouseInventory": 50505050
}
]
}
],
"requestType": "ONLINE",
"toLocationId": 1081638,
"toLocationInstruction": ""
}'