Poq.SDK.Node

Home > @poq/sdk-sfcc > Inventory > (constructor)

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;
    });

Parameters

Parameter Type Description
params { id: string; ats?: number; backorderable?: boolean; inStockDate?: string; orderable?: boolean; preorderable?: boolean; stockLevel?: number; } (Optional)