Skip to content

Commit

Permalink
Deployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Suchánek committed Sep 11, 2024
1 parent 351defb commit a684778
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ info:
See https://developers.shoptet.com/premium for more information about API access.
# Basic principles of working with API

## How to call API
## How to call our API

API supports communication in JSON format. The URL for calling API requests is https://api.myshoptet.com. The API calls
(endpoints and message formats) are common for private as well as addons access, it however uses different authentication
Expand Down
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Now you can explore the API endpoints and use them directly within Postman!
## Collection settings

1. Click the **Shoptet API** collection name.
2. Go to **Variables** tab.
3. Set your access token into the `shoptetAccessToken` variable.
4. You can set `baseUrl` variable in the same place.
2. Go to **Authorization** tab.
3. Set your access token into the `value` of `Shoptet-Access-Token` key.
4. Go to **Variables** tab.
4. You can set `baseUrl` variable here.

0 comments on commit a684778

Please sign in to comment.