Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.45 KB

ProductInformationLegacyImportRequest.md

File metadata and controls

19 lines (15 loc) · 1.45 KB

Yaksa.OrckestraCommerce.Client.Model.ProductInformationLegacyImportRequest

Integration resources dedicated to data exchanges across system boundaries or other systems.

Properties

Name Type Description Notes
AllowPricesDeleting bool Whether or not the import have to delete prices which are not specified in the import file. [optional]
CorrelationId string The correlation id for the durable task. [optional]
ExtendedOptions ImportProductExtendedOptions [optional]
FileFormat string The file format of the import, JSON or XML [optional]
MaximumErrors int The maximum number of validation errors that can be encountered. 0 means infinite number. [optional]
Path string The path of the file(s) to import. [optional]
RebuildSearchIndex bool Indicates whether or not the search indexes are rebuilt after the import. The default value is True (when not set). [optional]
ReIndex bool Whether or not the indexes are built after the import. The default value is True (when not set). [optional]
TaskId string the task id. Use this to query the system for the state of the task. [optional]

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