UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

9 lines (8 loc) 227 B
export interface Inventory { Enabled?: boolean; NotificationPoint?: number; VariantLevelTracking?: boolean; OrderCanExceed?: boolean; QuantityAvailable?: number; readonly LastUpdated?: string; }