| Name | Type | Description | Notes |
|---|---|---|---|
| inventory_updates | Array<ItemInventoryUpdate> | Inventory updates array | [optional] |
require 'ultracart_api'
instance = UltracartClient::ItemInventoryUpdateRequest.new(
inventory_updates: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| inventory_updates | Array<ItemInventoryUpdate> | Inventory updates array | [optional] |
require 'ultracart_api'
instance = UltracartClient::ItemInventoryUpdateRequest.new(
inventory_updates: null
)