This repository contains a Postman collection to test your implementation of the custom shop API.
- Download the Postman collection
- Open Postman and click
File > Import...
or pressctrl + o
- Select the downloaded .json file.
- Create a new environment (upper right corner inside the Postman window)
- Add this variables to the environment
shop_endpoint
: The URL to your API Endpointauth_user
: If BasicAuth is used -> the usernameauth_password
: If BasicAuth is used -> the passwordauth_security_key
: If Token Authentication is used, the Security Key
- Save the collection
- Select the environment in the dropdown
Click on a request you want to perform in the Billbee Custom Shop
Postman collection
Fill required parameters and click the send button: