Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.3 KB

ProductAddBatch.md

File metadata and controls

13 lines (9 loc) · 1.3 KB

Org.OpenAPITools.Model.ProductAddBatch

Properties

Name Type Description Notes
NestedItemsUpdateBehaviour string Determines how updates to nested items should be handled.<hr><div style=&quot;font-style:normal&quot;> Values description: <div style=&quot;margin-left: 2%; padding-top: 2%&quot;> <div style=&quot;font-size:85%&quot;> <b> replace</b>: This option indicates that the nested items should be completely replaced with the new data provided. </br> <b> merge</b>: With this option, updates to nested items are merged with the existing data. </br> </div> </div></div> [optional] [default to NestedItemsUpdateBehaviourEnum.Replace]
ClearCache bool [optional] [default to false]
Reindex bool [optional] [default to false]
Payload List<ProductAddBatchPayloadInner> Contains an array of product objects. The list of properties may vary depending on the specific platform.

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