# Endpoints

The Storefront API is broken down into a number endpoints of grouped by resource type. Select a resource type below to review the available endpoints.

{% content-ref url="/pages/we2WtyBIclGftrn93AzG" %}
[Order](/umbraco-commerce/13.latest/reference/storefront-api/endpoints/order.md)
{% endcontent-ref %}

{% content-ref url="/pages/KHK4EKwvA5qfu8oF0PWE" %}
[Checkout](/umbraco-commerce/13.latest/reference/storefront-api/endpoints/checkout.md)
{% endcontent-ref %}

{% content-ref url="/pages/wM6sFFZtGsqRlZEkAYyZ" %}
[Product](/umbraco-commerce/13.latest/reference/storefront-api/endpoints/product.md)
{% endcontent-ref %}

{% content-ref url="/pages/p0FZZkvdSnLsXbVTkdVt" %}
[Customer](/umbraco-commerce/13.latest/reference/storefront-api/endpoints/customer.md)
{% endcontent-ref %}

{% content-ref url="/pages/0ZVob39ikFzGnDRAgt9A" %}
[Store](/umbraco-commerce/13.latest/reference/storefront-api/endpoints/store.md)
{% endcontent-ref %}

{% content-ref url="/pages/zJZCz41zrUjK1pSyP3K4" %}
[Currency](/umbraco-commerce/13.latest/reference/storefront-api/endpoints/currency.md)
{% endcontent-ref %}

{% content-ref url="/pages/XtCvV84S0aGnuQ6ID8ld" %}
[Country](/umbraco-commerce/13.latest/reference/storefront-api/endpoints/country.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZEf3RRiK2D0GQtI0AnmK" %}
[Payment method](/umbraco-commerce/13.latest/reference/storefront-api/endpoints/payment-method.md)
{% endcontent-ref %}

{% content-ref url="/pages/3l8g7IFY7s3w7VGNwFck" %}
[Shipping method](/umbraco-commerce/13.latest/reference/storefront-api/endpoints/shipping-method.md)
{% endcontent-ref %}

{% content-ref url="/pages/AQxaiySnPvRGFlUspJpN" %}
[Content](/umbraco-commerce/13.latest/reference/storefront-api/endpoints/content.md)
{% endcontent-ref %}


---

# 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://docs.umbraco.com/umbraco-commerce/13.latest/reference/storefront-api/endpoints.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.
