This endpoint allows you to update inventory information for specific products in a store. You can modify quantity, status, price, and location for existing products using their external_id.
POST
{micro_service_base_url}
/
inventory-service-v2
/
companies
/
1000019
/
store
/
449235c1-3d04-4519-998b-40d2a621e5e0
/
inventory
This endpoint updates inventory details for products that already exist in your store. Use this to adjust stock levels, prices, product status, and storage locations.
This endpoint only updates existing products. To add new products, use the Upsert Products endpoints.