UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

8 lines (7 loc) 171 B
export interface ProductAssignment { SellerID?: string; ProductID?: string; BuyerID?: string; UserGroupID?: string; PriceScheduleID?: string; }