# Fulfilment Inventory ## Get Inventory - [GET /api/fulfilment/inventory](https://developer-docs.quiqup.com/openapi/fulfilment-inventory/get:fulfilment_public_api.listinventory.md): ## List All Inventory ### 📌 Description This endpoint retrieves a list of all inventory items stored in the fulfilment centre under your account. Clients can filter the results using query parameters such as SKU or product ID. ### 🔹 Use Cases - Checking stock levels before placing new orders. - Filtering inventory to track specific products. - Verifying stock availability for customer fulfilment. ## Get Inventory By SKU - [GET /api/fulfilment/inventory/{sku}](https://developer-docs.quiqup.com/openapi/fulfilment-inventory/get:fulfilment_public_api.getinventorybysku.md): ## Get Inventory for a Specific Product ### 📌 Description This endpoint retrieves inventory details for a specific product using its unique productId. The response includes stock availability, storage location, and last update timestamp. ### 🔹 Use Cases - Checking real-time stock levels for a specific product. - Verifying if a product is available in a fulfilment centre. - Monitoring stock movements to optimise replenishment.