> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Stores Locations V3 # Type: Stores Location Object # Link: https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/stores-locations-v3/stores-location-object.md ## Description: A location is a physical or virtual site where products are sold. ## Schema: ```json Type: Stores Location Object | type: StoresLocation Description: A location is a physical or virtual site where products are sold. - name: id | type: string | description: Stores location ID. - name: value | type: string | description: - name: revision | type: string | description: 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. - name: value | type: string | description: - name: createdDate | type: string | description: Date and time the Stores location was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the Stores location was last updated. - name: wixLocationId | type: string | description: Wix location ID. Learn more about the [Locations API](https://dev.wix.com/docs/api-reference/business-management/locations/introduction.md). - name: locationType | type: string | description: Location type. enum: VIRTUAL, PHYSICAL - name: name | type: string | description: Stores location name. - name: defaultLocation | type: boolean | description: Whether the location is the site's default location. ```