Stores Location Object


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

Properties
createdDatestringRead-onlyformat date-time

Date and time the Stores location was created.


defaultLocationbooleanRead-only

Whether the location is the site's default location.


idstringRead-onlyformat GUID

Stores location ID.


locationTypestringRead-only

Location type.


namestringRead-onlyminLength 1maxLength 150

Stores location name.


revisionstringRead-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.


updatedDatestringRead-onlyformat date-time

Date and time the Stores location was last updated.


wixLocationIdstringformat GUIDimmutable

Wix location ID. Learn more about the Locations API.

Did this help?