Commerce Foundation StoreProfile
The StoreProfile Microsoft Multi-Channel Commerce Foundation commerce entity provides create, delete, query and update operation capability for the Commerce Server StoreObject profile. Each store can have one or more Address Commerce Entity. While each store has only one logical address, the address relationship list maintains address of the store in different languages. The store’s preferred address represents the address locale that will be used to upload to the Virtual Earth platform.
Model
This commerce entity can be modified, as required. This model, taken from the out-of-the-box site, is provided as an example.
Properties
Property |
Type |
Description |
---|---|---|
Id |
String |
Unique id of the store |
Name |
String |
Name of the store |
PreferredAddress |
String |
The Address Commerce Entity that for this store. This represents the preferred (default) address locale to upload to the Virtual Earth Platform. |
Addresses |
String[] |
The list of Address Commerce Entity containing address in different locale for the store. |
Latitude |
String |
The geocoded latitude for the store in decimal degree. |
Longitude |
String |
The geocoded longitude for the store in decimal degree. |
DateCreated |
DateTime |
The date/time the store profile was created. |
DateModified |
DateTime |
The date/time the store profile was last modified. |
ModifiedBy |
String |
The user id that last modified the store profile entry. |
Relationships
Property |
Description |
---|---|
Addresses |
Relationship list that contains the Address commerce entities for this user. |
PreferredAddress |
Relationship list that contains the PreferredAddress commerce entities for this user. |
Supported Operations
The StoreProfile commerce entity supports the following operations:
Commerce Foundation StoreProfile CommerceCreate
Commerce Foundation StoreProfile CommerceDelete