Sha256: b1612ad2e0c1e6c53f1954bb0b084bb1352cfe99a8e9bac293e53096e0e6057c
Contents?: true
Size: 860 Bytes
Versions: 14
Compression:
Stored size: 860 Bytes
Contents
# UltracartClient::ItemInventorySnapshot ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **allocated_to_placed_orders** | **Integer** | | [optional] | | **allocated_to_shopping_carts** | **Integer** | | [optional] | | **available_to_allocate** | **Integer** | | [optional] | | **distribution_centers** | [**Array<ItemInventorySnapshotDistributionCenter>**](ItemInventorySnapshotDistributionCenter.md) | | [optional] | | **merchant_item_id** | **String** | | [optional] | | **quantity** | **Integer** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemInventorySnapshot.new( allocated_to_placed_orders: null, allocated_to_shopping_carts: null, available_to_allocate: null, distribution_centers: null, merchant_item_id: null, quantity: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems