UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

7 lines (6 loc) 152 B
export interface BundleProductAssignment { ProductID?: string; BundleID?: string; Required?: boolean; DefaultQuantity?: number; }