Stock Locations

Number of APIs: 5

  1. List all stock locations GET https://{{subdomain}}.commercelayer.io/api/stock_locations

  2. Update a stock location PATCH https://{{subdomain}}.commercelayer.io/api/stock_locations/{{stock_location_id}}

  3. Retrieve a stock location GET https://{{subdomain}}.commercelayer.io/api/stock_locations/{{stock_location_id}}

  4. Create a stock location POST https://{{subdomain}}.commercelayer.io/api/stock_locations

  5. Delete a stock location DELETE https://{{subdomain}}.commercelayer.io/api/stock_locations/{{stock_location_id}}