Poq.SDK.Node

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

Store.(constructor)

Constructs a new instance of the Store class

Signature:

constructor(params?: {
        id: string;
        address1?: string;
        address2?: string;
        cCountryCodeValue?: string;
        cInventoryListId?: string;
        city?: string;
        countryCode?: StoreCountryCodeEnum;
        distance?: number;
        distanceUnit?: string;
        email?: string;
        fax?: string;
        image?: string;
        inventoryId?: string;
        latitude?: number;
        longitude?: number;
        name?: string;
        phone?: string;
        posEnabled?: boolean;
        postalCode?: string;
        stateCode?: string;
        storeEvents?: string;
        storeHours?: string;
        storeLocatorEnabled?: boolean;
    });

Parameters

Parameter Type Description
params { id: string; address1?: string; address2?: string; cCountryCodeValue?: string; cInventoryListId?: string; city?: string; countryCode?: StoreCountryCodeEnum; distance?: number; distanceUnit?: string; email?: string; fax?: string; image?: string; inventoryId?: string; latitude?: number; longitude?: number; name?: string; phone?: string; posEnabled?: boolean; postalCode?: string; stateCode?: string; storeEvents?: string; storeHours?: string; storeLocatorEnabled?: boolean; } (Optional)