Store Shopping Cart API

The Store Shopping Cart API allows you to pull in Store cart contents into different parts of the website.

Learn more about APIs.

Minimum Tag

{{ _api.store.cart.template('template-key') }}

API Tag Parameters

ParameterDescription
template
t
Required if responseFormat is not 'data'. The template key of the template to use.

If this is not passed when it's required then nothing will be returned. In some cases, by not passing this parameter you will get just the raw data back.

You an alternately use the short form "t" instead of "template"

Type: String

Examples:
template('template-key')


t('template-key')