UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

10 lines (9 loc) 219 B
export interface Catalog<TCatalogXp = any> { ID?: string; OwnerID?: string; Name: string; Description?: string; Active?: boolean; readonly CategoryCount?: number; xp?: TCatalogXp; }