# API reference

Getting started with integration is a breeze! The first step is to create a store and get your store credentials for a secure connection. Simply go to the "Stores" section from the left-hand menu and click the "Create" button in the custom integration box. You'll then be asked to provide a few details such as:

* The name of your store
* The store's URL
* Your preferred printing location (either Europe or North America)

When it comes to your printing location, keep in mind that it affects the customers you can serve. If you choose Cologne, you'll be able to reach European customers as well as some extra-European destinations. And if you choose Miami, you'll be able to serve customers in the US, Canada, and Puerto Rico.

<figure><img src="https://2117957693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4MugJXFfaJuUhfaca4iJ%2Fuploads%2FAZFu1h1DODHlqz7fP8og%2Fimage.png?alt=media&#x26;token=2fb49923-e03d-45ce-87e8-d61520b13ee4" alt=""><figcaption></figcaption></figure>

By default, stores are set in sandbox mode, meaning that all incoming orders will not be fulfilled.

Once you've created your store, you can easily access your store credentials from the settings page.

<figure><img src="https://2117957693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4MugJXFfaJuUhfaca4iJ%2Fuploads%2FcpMLRbj1OyBARLjqtd10%2Fimage.png?alt=media&#x26;token=03890b60-21df-4b9d-9c0f-30d2929d2e23" alt=""><figcaption></figcaption></figure>

**Type:** `Basic`\
**User:** `Store's API user`\
**Password:** `Store's API key`\
**Header format:** `Authorization: Basic base64_encode(user:password)`<br>


---

# 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.merchone.com/api-reference.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.
