Home > @poq/sdk-sfcc > Inventory > (constructor)
Constructs a new instance of the Inventory
class
Signature:
constructor(params?: {
id: string;
ats?: number;
backorderable?: boolean;
inStockDate?: string;
orderable?: boolean;
preorderable?: boolean;
stockLevel?: number;
});
Parameter | Type | Description |
---|---|---|
params | { id: string; ats?: number; backorderable?: boolean; inStockDate?: string; orderable?: boolean; preorderable?: boolean; stockLevel?: number; } | (Optional) |