Home > @poq/sdk-sfcc > 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;
});
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) |