# Swagger References

SimpleStore API design follows micro-services architecture. Each service is responsible on a set of business capabilities.&#x20;

You can use the swagger documentation to generate client proxies to use in your application

### Catalog Service

<https://api.simplestore.io/swagger/catalog/index.html>

### Assets Service

<https://api.simplestore.io/swagger/assets/index.html>

### Customers Service

<https://api.simplestore.io/swagger/customers/index.html>

### Cart Service&#x20;

<https://api.simplestore.io/swagger/cart/index.html>

### Orders Service&#x20;

<https://api.simplestore.io/swagger/orders/index.html>

### Shipping Service&#x20;

[https://api.simplestore.io/swagger/orders/index.html](https://api.simplestore.io/swagger/shipping/index.html)

### Promotions Service&#x20;

<https://api.simplestore.io/swagger/promotions/index.html>

### Clients Gateway

<https://clients.api.simplestore.io/swagger/index.html>


---

# 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.simplestore.io/swagger.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.
