Inventory > Inventory Locations
Inventory Locations
The Inventory Locations API empowers you to efficiently manage multiple inventory locations spread across diverse geographical areas.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| inventoryLocations | Get inventory locations | GET:inventory_locations.json |
| inventoryLocationsCreate | Create inventory locations | POST:inventory_locations.json |
| inventoryLocationsExport | Export inventory locations | POST:inventory_locations/export.json |
| inventoryLocationsImport | Import inventory locations | POST:inventory_locations/import.json |
| inventoryLocationsModify | Modify inventory locations | POST:inventory_locations.json |
| inventoryLocationsRelocate | Relocate inventory location | POST:inventory_locations/relocate.json |
Types
| Types |
|---|
| ForeignShardedTask |
| GenericExport |
| GenericImport |
| InventoryLocation |
| InventoryLocationCreate |
| InventoryLocationModify |
| InventoryLocationRelocate |