Class Store
Represents a store in Commerce Cloud Digital.
Property Summary
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
Methods inherited from class ExtensibleObject
describe , getCustom
Methods inherited from class PersistentObject
getCreationDate , getLastModified , getUUID
Methods inherited from class Object
assign , create , create , defineProperties , defineProperty , entries , freeze , fromEntries , getOwnPropertyDescriptor , getOwnPropertyNames , getOwnPropertySymbols , getPrototypeOf , hasOwnProperty , is , isExtensible , isFrozen , isPrototypeOf , isSealed , keys , preventExtensions , propertyIsEnumerable , seal , setPrototypeOf , toLocaleString , toString , valueOf , values
Property Details
ID
ID: String (read-only)
Returns the ID of the store.
address1
address1: String (read-only)
Returns the address1 of the store.
address2
address2: String (read-only)
Returns the address2 of the store.
city
city: String (read-only)
Returns the city of the store.
countryCode
countryCode: EnumValue (read-only)
Returns the countryCode of the store.
demandwarePosEnabled
demandwarePosEnabled: Boolean (read-only)
Returns the demandwarePosEnabled flag for the store.
Indicates that this store uses Commerce Cloud Store for point-of-sale.
Deprecated:
Use isPosEnabled() instead
email
email: String (read-only)
Returns the email of the store.
fax
fax: String (read-only)
Returns the fax of the store.
image
image: MediaFile (read-only)
Returns the store image.
inventoryList
inventoryList: ProductInventoryList (read-only)
Returns the inventory list the store is associated with. If the
store is not associated with a inventory list, or the inventory list does not
exist, the method returns null.
inventoryListID
inventoryListID: String (read-only)
Returns the inventory list id the store is associated with. If the
store is not associated with a inventory list, or the inventory list does not
exist, the method returns null.
latitude
latitude: Number (read-only)
Returns the latitude of the store.
longitude
longitude: Number (read-only)
Returns the longitude of the store.
name
name: String (read-only)
Returns the name of the store.
phone
phone: String (read-only)
Returns the phone of the store.
posEnabled
posEnabled: Boolean (read-only)
Returns the posEnabled flag for the Store.
Indicates that this store uses Commerce Cloud Store for point-of-sale.
postalCode
postalCode: String (read-only)
Returns the postalCode of the store.
stateCode
stateCode: String (read-only)
Returns the stateCode of the store.
storeEvents
storeEvents: MarkupText (read-only)
Returns the storeEvents of the store.
storeGroups
storeGroups: Collection (read-only)
Returns all the store groups this store belongs to.
storeHours
storeHours: MarkupText (read-only)
Returns the storeHours of the store.
storeLocatorEnabled
storeLocatorEnabled: Boolean (read-only)
Returns the storeLocatorEnabled flag for the store.
Method Details
getAddress1()
getAddress1(): String
Returns the address1 of the store.
Returns:
getAddress2()
getAddress2(): String
Returns the address2 of the store.
Returns:
getCity()
getCity(): String
Returns the city of the store.
Returns:
getCountryCode()
getCountryCode(): EnumValue
Returns the countryCode of the store.
Returns:
getEmail()
getEmail(): String
Returns the email of the store.
Returns:
getFax()
getFax(): String
Returns the fax of the store.
Returns:
getID()
getID(): String
Returns the ID of the store.
Returns:
getImage()
getImage(): MediaFile
Returns the store image.
Returns:
getInventoryList()
getInventoryList(): ProductInventoryList
Returns the inventory list the store is associated with. If the
store is not associated with a inventory list, or the inventory list does not
exist, the method returns null.
Returns:
ProductInventoryList or null
getInventoryListID()
getInventoryListID(): String
Returns the inventory list id the store is associated with. If the
store is not associated with a inventory list, or the inventory list does not
exist, the method returns null.
Returns:
getLatitude()
getLatitude(): Number
Returns the latitude of the store.
Returns:
getLongitude()
getLongitude(): Number
Returns the longitude of the store.
Returns:
getName()
getName(): String
Returns the name of the store.
Returns:
getPhone()
getPhone(): String
Returns the phone of the store.
Returns:
getPostalCode()
getPostalCode(): String
Returns the postalCode of the store.
Returns:
getStateCode()
getStateCode(): String
Returns the stateCode of the store.
Returns:
getStoreEvents()
getStoreEvents(): MarkupText
Returns the storeEvents of the store.
Returns:
getStoreGroups()
getStoreGroups(): Collection
Returns all the store groups this store belongs to.
Returns:
collection of store groups
getStoreHours()
getStoreHours(): MarkupText
Returns the storeHours of the store.
Returns:
isDemandwarePosEnabled()
isDemandwarePosEnabled(): Boolean
Returns the demandwarePosEnabled flag for the store.
Indicates that this store uses Commerce Cloud Store for point-of-sale.
Returns:
the demandwarePosEnabled flag
Deprecated:
Use isPosEnabled() instead
isPosEnabled()
isPosEnabled(): Boolean
Returns the posEnabled flag for the Store.
Indicates that this store uses Commerce Cloud Store for point-of-sale.
Returns:
isStoreLocatorEnabled()
isStoreLocatorEnabled(): Boolean
Returns the storeLocatorEnabled flag for the store.
Returns:
the storeLocatorEnabled flag