Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 959 Bytes

PatchItemCatalogAction.md

File metadata and controls

14 lines (11 loc) · 959 Bytes

TalonOne.Model.PatchItemCatalogAction

The specific properties of the "PATCH" catalog sync action. Note: - 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.

Properties

Name Type Description Notes
Sku string The unique SKU of the item to patch.
Price decimal Price of the item. [optional]
Attributes Object The attributes of the item to patch. [optional]
Product Product [optional]
CreateIfNotExists bool Indicates whether to create an item if the SKU does not exist. [optional] [default to false]

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