v3
latestOpenAPI 3.1.02026-08-0797185285.8 KBPost Storage Unit
Creates a storage unit in the Isometric system.
post/storage_units
Headers
x-client-secretstring required
A secret token identifying the client connecting to the API
Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP
A secret token identifying the client connecting to the API
Request body
Example request
{
"storage_location_id": "slc_1F3PMGVC91S0SBK3",
"latitude": 51.5072,
"longitude": -0.1276
}Response
Successful Response
Example response
{
"id": "sgu_1E844FWM71S0E0TM",
"latitude": 51.5072,
"longitude": -0.1276,
"storage_location_id": "slc_1F3PMGVC91S0SBK3",
"supplier_id": "spl_1CC712KFS1S0YKPS"
}