Stores Location Object


A location is a physical or virtual site where products are sold.

Properties
idstringRead-onlyformat GUID

Stores location ID.


revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the Stores location is updated. To prevent conflicting changes, the current revision must be passed when updating the Stores location.

Ignored when creating a Stores location.


createdDatestringRead-onlyformat date-time

Date and time the Stores location was created.


updatedDatestringRead-onlyformat date-time

Date and time the Stores location was last updated.


wixLocationIdstringformat GUID

Wix location ID. Learn more about the Locations API.


locationTypestringRead-only
3 enum supported values:
UNKNOWN_LOCATION_TYPEVIRTUALPHYSICAL

Location type.

  • VIRTUAL: Online store.
  • PHYSICAL: Physical location. For example, for POS.

namestringRead-onlyminLength 1maxLength 150

Stores location name.


defaultLocationboolean

Whether the location is the site's default location.

Was this helpful?
Yes
No