dw.catalog
Class Store
Represents a store in Commerce Cloud Digital.
Properties
address1  :  String  (Read Only)
The address1 of the store.
address2  :  String  (Read Only)
The address2 of the store.
city  :  String  (Read Only)
The city of the store.
countryCode  :  EnumValue  (Read Only)
The countryCode of the store.
demandwarePosEnabled  :  boolean  (Read Only)
The demandwarePosEnabled flag for the store. Indicates that this store uses Commerce Cloud Store for point-of-sale.
Deprecated:
Use isPosEnabled() instead
email  :  String  (Read Only)
The email of the store.
fax  :  String  (Read Only)
The fax of the store.
ID  :  String  (Read Only)
The ID of the store.
image  :  MediaFile  (Read Only)
The store image.
inventoryList  :  ProductInventoryList  (Read Only)
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  :  String  (Read Only)
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  :  Number  (Read Only)
The latitude of the store.
longitude  :  Number  (Read Only)
The longitude of the store.
name  :  String  (Read Only)
The name of the store.
phone  :  String  (Read Only)
The phone of the store.
posEnabled  :  boolean  (Read Only)
The posEnabled flag for the Store. Indicates that this store uses Commerce Cloud Store for point-of-sale.
postalCode  :  String  (Read Only)
The postalCode of the store.
stateCode  :  String  (Read Only)
The stateCode of the store.
storeEvents  :  MarkupText  (Read Only)
The storeEvents of the store.
storeGroups  :  Collection  (Read Only)
All the store groups this store belongs to.
storeHours  :  MarkupText  (Read Only)
The storeHours of the store.
storeLocatorEnabled  :  boolean  (Read Only)
The storeLocatorEnabled flag for the store.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getAddress1() : String
Returns the address1 of the store.
getAddress2() : String
Returns the address2 of the store.
getCity() : String
Returns the city of the store.
getCountryCode() : EnumValue
Returns the countryCode of the store.
getEmail() : String
Returns the email of the store.
getFax() : String
Returns the fax of the store.
getID() : String
Returns the ID of the store.
getImage() : MediaFile
Returns the store image.
getInventoryList() : ProductInventoryList
Returns the inventory list the store is associated with.
getInventoryListID() : String
Returns the inventory list id the store is associated with.
getLatitude() : Number
Returns the latitude of the store.
getLongitude() : Number
Returns the longitude of the store.
getName() : String
Returns the name of the store.
getPhone() : String
Returns the phone of the store.
getPostalCode() : String
Returns the postalCode of the store.
getStateCode() : String
Returns the stateCode of the store.
getStoreEvents() : MarkupText
Returns the storeEvents of the store.
getStoreGroups() : Collection
Returns all the store groups this store belongs to.
getStoreHours() : MarkupText
Returns the storeHours of the store.
isDemandwarePosEnabled() : boolean
Returns the demandwarePosEnabled flag for the store.
isPosEnabled() : boolean
Returns the posEnabled flag for the Store.
isStoreLocatorEnabled() : boolean
Returns the storeLocatorEnabled flag for the store.
Methods inherited from class ExtensibleObject
Salesforce Commerce Cloud Courses
Salesforce B2C Commerce Developer - Certification Tests
Why risk failing the SFCC exam? Get 180 real questions, killer content, and everything you need to crush the Salesforce B2C Commerce Developer certification.

Becoming a Salesforce B2C Commerce Developer is your ticket to higher salaries, better job opportunities, and the credibility to stand out from the competition. But let's be honestβ€”passing the certification exam isn't easy. That's where we come in.
Salesforce Javascript Developer I - Certification Tests
Not just another prep courseβ€”this is your shortcut to passing. Master JavaScript for Salesforce and go from 'hoping to pass' to knowing you will. Ready to start?

This isn't just another prep courseβ€”it's your shortcut to mastering the skills and confidence you need to pass. With multiple practice tests covering every section and a final exam simulation designed to mirror the real thing, you'll feel like you've already aced it before test day.
Salesforce B2C Commerce Architect - Certification Tests
Think the Developer exam was hard? Welcome to the next level.

The Salesforce B2C Commerce Architect certification is a whole different gameβ€”complex solutions, elevated difficulty, and skills that set you apart in the eCommerce industry. That's why we're including 11 downloadable PDF guides, packed with best practices and strategies to help you prepare for the exam and build confidence in every topic.
Methods inherited from class PersistentObject
Method Detail
getAddress1
getAddress1() : String
Returns the address1 of the store.
Returns:
address1 of the store

getAddress2
getAddress2() : String
Returns the address2 of the store.
Returns:
address2 of the store

getCity
getCity() : String
Returns the city of the store.
Returns:
city of the store

getCountryCode
getCountryCode() : EnumValue
Returns the countryCode of the store.
Returns:
countryCode of the store

getEmail
getEmail() : String
Returns the email of the store.
Returns:
email of the store

getFax
getFax() : String
Returns the fax of the store.
Returns:
fax of the store

getID
getID() : String
Returns the ID of the store.
Returns:
ID of the store

getImage
getImage() : MediaFile
Returns the store image.
Returns:
the store image.

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:
the inventory list id

getLatitude
getLatitude() : Number
Returns the latitude of the store.
Returns:
latitude of the store

getLongitude
getLongitude() : Number
Returns the longitude of the store.
Returns:
longitude of the store

getName
getName() : String
Returns the name of the store.
Returns:
name of the store

getPhone
getPhone() : String
Returns the phone of the store.
Returns:
phone of the store

getPostalCode
getPostalCode() : String
Returns the postalCode of the store.
Returns:
postalCode of the store

getStateCode
getStateCode() : String
Returns the stateCode of the store.
Returns:
stateCode of the store

getStoreEvents
getStoreEvents() : MarkupText
Returns the storeEvents of the store.
Returns:
storeEvents of the store

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:
storeHours of the store

isDemandwarePosEnabled
isDemandwarePosEnabled() : boolean
Returns the demandwarePosEnabled flag for the store. Indicates that this store uses Commerce Cloud Store for point-of-sale.
Deprecated:
Use isPosEnabled() instead
Returns:
the demandwarePosEnabled flag

isPosEnabled
isPosEnabled() : boolean
Returns the posEnabled flag for the Store. Indicates that this store uses Commerce Cloud Store for point-of-sale.
Returns:
the posEnabled flag

isStoreLocatorEnabled
isStoreLocatorEnabled() : boolean
Returns the storeLocatorEnabled flag for the store.
Returns:
the storeLocatorEnabled flag

β™₯
Notifications pending to read 9