GetStock
. Returns the stock of your products for one or more warehouses, including warehouses under the FBF model.
The API GetStock returns the available stock quantity for one or more SellerSku in each of the seller’s active warehouses. This information does not include units reserved for orders in process.
- The maximum number of SKUs per response is 1000.
- It is recommended to use
limit
andoffset
to iterate through the entire product catalog.
If you want to know the specific stock of a warehouse, you can use the FacilityId or WarehouseID to make your search more specific.
How to obtain the SellerWarehouseId or FacilityId?
To obtain the SellerWarehouseId or FacilityId of your warehouses, remember that you can use the GetWarehouse method.
Stock in Fulfillment By Falabella model
The warehouses shown within the FulfillmentWarehouses object correspond to Falabella warehouses under the FBF model. The FBF stock of a product is calculated as the sum of the SKU across all Falabella warehouses.
Response Fields
The response fields provided by this API are detailed in the following table:
Field | Description |
---|---|
SellerSku | Product SKU (assigned by the seller) |
Quantity | Available stock (does not include reserved units) |
FacilityId | Warehouse ID assigned by Falabella. It can be obtained through the GetWarehouse API. |
SellerWarehouseId | Warehouse ID assigned by the seller. It can be obtained through the GetWarehouse API. |
WarehouseId | Falabella warehouse ID |