Sha256: b9d532a7f5b7dc95b558e8cd88b5d3b320a1ffcbfb873c00ea20d0fc13943e70
Contents?: true
Size: 759 Bytes
Versions: 3
Compression:
Stored size: 759 Bytes
Contents
# TalonOne::PatchItemCatalogAction ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **sku** | **String** | The unique SKU of the item to patch. | **price** | **Float** | Price of the item. | [optional] **attributes** | [**Object**](.md) | The attributes of the item to patch. | [optional] **create_if_not_exists** | **Boolean** | Indicates whether to create an item if the SKU does not exist. | [optional] [default to false] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::PatchItemCatalogAction.new(sku: null, price: 99.99, attributes: null, create_if_not_exists: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/PatchItemCatalogAction.md |
talon_one-3.0.1 | docs/PatchItemCatalogAction.md |
talon_one-3.0.0 | docs/PatchItemCatalogAction.md |