Inventory Stock Locations

Number of APIs: 5

  1. Retrieve an inventory stock location GET https://{{subdomain}}.commercelayer.io/api/inventory_stock_locations/{{inventory_stock_location_id}}

  2. List all inventory stock locations GET https://{{subdomain}}.commercelayer.io/api/inventory_stock_locations

  3. Create an inventory stock location POST https://{{subdomain}}.commercelayer.io/api/inventory_stock_locations

  4. Update an inventory stock location PATCH https://{{subdomain}}.commercelayer.io/api/inventory_stock_locations/{{inventory_stock_location_id}}

  5. Delete an inventory stock location DELETE https://{{subdomain}}.commercelayer.io/api/inventory_stock_locations/{{inventory_stock_location_id}}