Update an inventory request Run in API Explorer
Ask AI
PATCH
/api/external/hub/v1/inventory_requests/{id}
curl \
--request PATCH 'https://api.useshelf.com/api/external/hub/v1/inventory_requests/{id}' \
--header "Content-Type: application/json" \
--data '{"warehouse_id":42,"notes":"string","estimated_ship_date":"2026-05-04","shipment_method":"CUSTOMER","packslip_source":"CUSTOMER","exp_date":"2026-05-04","lot_number":"string"}'
Request examples
{
"warehouse_id": 42,
"notes": "string",
"estimated_ship_date": "2026-05-04",
"shipment_method": "CUSTOMER",
"packslip_source": "CUSTOMER",
"exp_date": "2026-05-04",
"lot_number": "string"
}