ordercloud-javascript-sdk
    Preparing search index...

    Interface ProductSyncConfig

    interface ProductSyncConfig {
        ConfigData?: any;
        DeliveryConfigID?: string;
        ExcludePriceSchedules?: boolean;
        Paused?: boolean;
        SyncProductChanged?: boolean;
        SyncProductDeleted?: boolean;
    }
    Index
    ConfigData?: any
    DeliveryConfigID?: string
    ExcludePriceSchedules?: boolean
    Paused?: boolean
    SyncProductChanged?: boolean
    SyncProductDeleted?: boolean