Api - Liquid Tag Reference
On this page
The api block tag defines an API endpoint within a Liquid template. Wrap request-handling logic inside {% api %}...{% endapi %} to expose data or functionality through a web API.
Syntax
```liquid
{% api %} {% endapi %} ```
| Property | Value |
|---|---|
| Tag Name | api |
| Type | Block tag |
| Source | StoreConnect |
Description
The api tag provides functionality in StoreConnect Liquid templates.
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.