World is now on Opti ID! Learn more

Class ODPJobOptions

Contains options for the ODPJobOptions scheduled job.

Inheritance
System.Object
ODPJobOptions
Namespace: EPiServer.Commerce.ODP
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0
Syntax
public class ODPJobOptions : Object

Constructors

ODPJobOptions()

Declaration
public ODPJobOptions()

Properties

CustomerBatchSize

Batch size when sending customers to ODP

Declaration
public int CustomerBatchSize { get; set; }
Property Value
Type Description
System.Int32

DisableDeltaExport

Disable deltal export. Default is false.

Declaration
public bool DisableDeltaExport { get; set; }
Property Value
Type Description
System.Boolean

ExportCatalog

Export products to ODP. Default is true.

Declaration
public bool ExportCatalog { get; set; }
Property Value
Type Description
System.Boolean

ExportCustomers

Export customers to ODP. Default is true.

Declaration
public bool ExportCustomers { get; set; }
Property Value
Type Description
System.Boolean

ExportOrders

Export orders to ODP. Default is true.

Declaration
public bool ExportOrders { get; set; }
Property Value
Type Description
System.Boolean

IncludeProducts

Inlcude products as well as variations and packages. Default is true

Declaration
public bool IncludeProducts { get; set; }
Property Value
Type Description
System.Boolean

MarketKeys

The market keys used to communicate with ODP api.

Declaration
public IList<MarketKey> MarketKeys { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<MarketKey>

OrderBatchSize

Batch size when sending orders to ODP

Declaration
public int OrderBatchSize { get; set; }
Property Value
Type Description
System.Int32

ProductBatchSize

Batch size when sending products to ODP

Declaration
public int ProductBatchSize { get; set; }
Property Value
Type Description
System.Int32