Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 407 Bytes

File metadata and controls

18 lines (12 loc) · 407 Bytes

UltracartClient::ItemInventoryUpdateRequest

Properties

Name Type Description Notes
inventory_updates Array<ItemInventoryUpdate> Inventory updates array [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ItemInventoryUpdateRequest.new(
  inventory_updates: null
)