UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

7 lines (6 loc) 155 B
export interface CatalogAssignment { CatalogID?: string; BuyerID?: string; ViewAllCategories?: boolean; ViewAllProducts?: boolean; }