# Creator Storefront API

{% hint style="info" %}
**Creator Storefront API** 使用 GraphQL 規格，目前尚不支持 REST API 格式
{% endhint %}

透過

如果公版商城沒辦法滿足客製化的需要，那可以透過 Creator Storefront GraphQL API 來製作全面客製化的商城前台。

## GraphQL Playground 說明文件

<https://creator.qubic.app/market/graphql/playground>

{% hint style="info" %}
API Endpoint: <https://creator.qubic.app/market/graphql>
{% endhint %}


---

# 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://qubic.gitbook.io/docs/api/creator-storefront-api.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.
