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.

Store

GetStore

Gets a specific store.

Arguments

Name Type Description
storeId long Id of the store.

Return values

Type Description
Store A store object.

Example

@using TeaCommerce.Umbraco.Web
@using TeaCommerce.Api.Models
@{
  Store store = TC.GetStore( 1 );
}
Last Updated: 12/27/2018, 11:37:24 AM