input CreateWarehouseProductInput

Fields

FieldTypeDescription
warehouse_idString!
on_handInt!
inventory_binString
inventory_overstock_binString
reserve_inventoryInt
replenishment_levelInt

Available only for accounts that use Dynamic Slotting and used specifically for replenishment reports. SKUs will appear on the replenishment report if inventory allocated and not enough in pickable bins, or if the pickable bin inventory is less than the replenishment level

replenishment_max_levelInt

The maximum inventory level in the pickable bin. Replenishment quantities are capped so that stock in the pickable bin does not exceed this value

replenishment_incrementInt

The increment used when replenishing inventory. The replenishment quantity is rounded up to the nearest multiple of this value

reorder_levelInt
reorder_amountInt
priceString
customBoolean
warehouseString
valueString
value_currencyString

Referenced By

Example

{
  "warehouse_id": "abc123",
  "on_hand": 987,
  "inventory_bin": "abc123",
  "inventory_overstock_bin": "abc123",
  "reserve_inventory": 987,
  "replenishment_level": 987,
  "replenishment_max_level": 987,
  "replenishment_increment": 987,
  "reorder_level": 987,
  "reorder_amount": 987,
  "price": "abc123",
  "custom": true,
  "warehouse": "abc123",
  "value": "abc123",
  "value_currency": "abc123"
}