Sha256: 58f6583e78ab32ddc36f21b5038d763c24a2023d123c2dee7d3a2ada42a3b71e
Contents?: true
Size: 840 Bytes
Versions: 3
Compression:
Stored size: 840 Bytes
Contents
# TalonOne::AddItemCatalogAction ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **sku** | **String** | The unique SKU of the item to add. | **price** | **Float** | Price of the item. | [optional] **attributes** | [**Object**](.md) | The attributes of the item to add. | [optional] **replace_if_exists** | **Boolean** | Indicates whether to replace the attributes of the item if the same SKU exists. | [optional] [default to false] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AddItemCatalogAction.new(sku: SKU1241028, price: 99.99, attributes: {"origin":"germany","color":"blue"}, replace_if_exists: false) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/AddItemCatalogAction.md |
talon_one-3.0.1 | docs/AddItemCatalogAction.md |
talon_one-3.0.0 | docs/AddItemCatalogAction.md |