API Tools

This section introduces tools that make working with the Shoptet API easier. Below you can find links to our official SDK and Postman collection.


Shoptet SDK

The Shoptet SDK is the official PHP library for working with the Shoptet REST API. It provides a convenient way to integrate your application with our API without having to manually handle HTTP requests, authentication or data structures. The SDK follows the same logic and structure as our OpenAPI specification — making it easier to navigate and work with.

The SDK is open-source and available on both Packagist and GitHub.

Installation

You can install the SDK directly via Composer:
composer require shoptet/api-sdk-php

SDK requires the following extensions and libraries to work properly:

For complete installation steps, please refer to the README on GitHub. Info about SDK you can see also in our  OpenAPI documentation.

Please don’t oversee the MIT license wording, either.


Postman Collection

The Shoptet Postman collection allows you to explore and test the Shoptet REST API directly in Postman. It contains all API endpoints generated from our OpenAPI specification and provides an easy way to send requests, inspect responses, and experiment with integrations without writing any code.

Using the Public Workspace (recommended)

You can fork the official Shoptet API collection from the Shoptet Public API Workspace, which ensures you can easily keep your version updated with the latest changes.

Manual Import

Alternatively, you can download the openapi.yaml file and import it directly into Postman. Postman will automatically create a full API collection based on the specification.

For more details, including authorization setup and environment variables, see our documentation or Postman’s official guides.

 

We welcome all feedback regarding the SDK and Postman collection — feel free to send your comments and ideas to api@shoptet.com