UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

11 lines (10 loc) 246 B
export interface Category<TCategoryXp = any> { ID?: string; Name?: string; Description?: string; ListOrder?: number; Active?: boolean; ParentID?: string; readonly ChildCount?: number; xp?: TCategoryXp; }