UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

8 lines (7 loc) 174 B
export interface CategoryAssignment { CategoryID?: string; BuyerID?: string; UserGroupID?: string; Visible?: boolean; ViewAllProducts?: boolean; }