Previous Docs Version
The documentation you are viewing is for a previous version of Tea Commerce. Click here to jump to the current stable version.
Previous Docs Version
The documentation you are viewing is for a previous version of Tea Commerce. Click here to jump to the current stable version.
Gets a specific store.
Name | Type | Description |
---|---|---|
storeId | long | Id of the store. |
Type | Description |
---|---|
Store | A store object. |
@using TeaCommerce.Umbraco.Web
@using TeaCommerce.Api.Models
@{
Store store = TC.GetStore( 1 );
}