# Storefront

- [Members](https://help.inveterate.com/dev/api-reference-docs/public-api-2.0-reference/storefront/members.md): Member get. Includes more member actions in sub-directories.
- [Credits](https://help.inveterate.com/dev/api-reference-docs/public-api-2.0-reference/storefront/members/credits.md): Get credits for a specific member.
- [Redemption](https://help.inveterate.com/dev/api-reference-docs/public-api-2.0-reference/storefront/members/credits/redemption.md): Create a credit redemption request for a member.
- [Cancellation](https://help.inveterate.com/dev/api-reference-docs/public-api-2.0-reference/storefront/members/cancellation.md): Create a cancellation request for a member.
- [Benefits](https://help.inveterate.com/dev/api-reference-docs/public-api-2.0-reference/storefront/benefits.md): This set of benefit endpoints should only be used by merchant that have Tiers disabled. Benefit access for merchants that have enabled Tiers can be found in the Tiers tab in this API reference.
- [Tiers](https://help.inveterate.com/dev/api-reference-docs/public-api-2.0-reference/storefront/tiers.md): These endpoints only work for merchants with tiers enabled. Access benefits via this set of endpoints.
- [Benefits](https://help.inveterate.com/dev/api-reference-docs/public-api-2.0-reference/storefront/tiers/benefits.md)
- [Campaigns](https://help.inveterate.com/dev/api-reference-docs/public-api-2.0-reference/storefront/tiers/campaigns.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.inveterate.com/dev/api-reference-docs/public-api-2.0-reference/storefront.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
