Inventories
Get Store Location by ID
GETv1/locations/{location_id}/
Retrieves details about a specified location.
inventories.read - Inventories Read
List Store Locations
GETv1/locations/
Retrieves a list of locations associated with the store.
inventories.read - Inventories Read
Add a New Location
POSTv1/locations/
Adds a new location to the store.
inventories.read_write - Inventories Read & Write
Update a Location by ID
PATCHv1/locations/{location_id}/
Updates the details of a specified location.
inventories.read_write - Inventories Read & Write
Update Products Stock by Location ID
POSTv1/locations/{{location_id}}/stock-update/
This endpoint allows store managers to update stock quantities for products at a specific location. Managers can specify the available quantity and wh...