Sha256: cb2a04ba1da81e20b82790c24f7ef513bf2851b11349afe5df70d6b921a8966b

Contents?: true

Size: 864 Bytes

Versions: 3

Compression:

Stored size: 864 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] 
**product** | [**Product**](Product.md) |  | [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,
                                 product: null,
                                 create_if_not_exists: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/PatchItemCatalogAction.md
talon_one-6.0.0 docs/PatchItemCatalogAction.md
talon_one-5.0.0 docs/PatchItemCatalogAction.md