Stock Locations
Number of APIs: 5
-
List all stock locations GET https://{{subdomain}}.commercelayer.io/api/stock_locations
-
Update a stock location PATCH https://{{subdomain}}.commercelayer.io/api/stock_locations/{{stock_location_id}}
-
Retrieve a stock location GET https://{{subdomain}}.commercelayer.io/api/stock_locations/{{stock_location_id}}
-
Create a stock location POST https://{{subdomain}}.commercelayer.io/api/stock_locations
-
Delete a stock location DELETE https://{{subdomain}}.commercelayer.io/api/stock_locations/{{stock_location_id}}