Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.02 KB

AddItemCatalogAction.md

File metadata and controls

14 lines (11 loc) · 1.02 KB

TalonOne.Model.AddItemCatalogAction

The specific properties of the "ADD" catalog sync action.

Properties

Name Type Description Notes
Sku string The unique SKU of the item to add.
Price decimal Price of the item. [optional]
Attributes Object The attributes of the item to add. [optional]
Product Product [optional]
ReplaceIfExists bool Indicates whether to replace the attributes of the item if the same SKU exists. Note: When set to `true`: - If you do not provide a new `price` value, the existing `price` value is retained. - If you do not provide a new `product` value, the `product` value is set to `null`. [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]