UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

9 lines (8 loc) 227 B
export interface ProductSyncConfig { SyncProductChanged?: boolean; SyncProductDeleted?: boolean; DeliveryConfigID?: string; ConfigData?: any; Paused?: boolean; ExcludePriceSchedules?: boolean; }