Product Stock (Multi-Inventory)
Get Product Stock by ID
GETv1/products/{product_id}/stocks/{stock_id}/
Retrieve specific product stock data by its unique ID.
products.read - Products Read
List Product Stocks
GETv1/products/{product_id}/stocks/
Retrieve a list of all product stocks for a specific product.
products.read - Products Read
Add Product Stock
POSTv1/products/{product_id}/stocks/
Add a new product stock for a specific product.
products.read_write - Products Read & Write
Update Single Product Stock
PATCHv1/products/{product_id}/stocks/{stock_id}/
Update a single product stock by its unique ID. It is not recommended when handling lots of stocks.
products.read_write - Products Read & ...
Bulk Update Product Stocks
PATCHv1/products/{product_id}/stocks/
Bulk update product stocks through locations. It is recommended when updating multiple stocks.
products.read_write - Products Read & Write...