Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commercetools/commercetools-postman-collection
Collection of commercetools API examples setup on top of Postman
https://github.com/commercetools/commercetools-postman-collection
api api-rest audit-sdk postman postman-collection
Last synced: about 5 hours ago
JSON representation
Collection of commercetools API examples setup on top of Postman
- Host: GitHub
- URL: https://github.com/commercetools/commercetools-postman-collection
- Owner: commercetools
- Created: 2017-09-19T10:08:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T14:16:22.000Z (about 2 months ago)
- Last Synced: 2024-09-29T18:22:58.702Z (about 2 months ago)
- Topics: api, api-rest, audit-sdk, postman, postman-collection
- Language: Makefile
- Homepage:
- Size: 2.36 MB
- Stars: 117
- Watchers: 82
- Forks: 171
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changes.md
Awesome Lists containing this project
README
# Composable Commerce Postman Collections
Postman provides a REST client that helps you executing API requests without any development effort.
API requests can be organized into **collections** that you can import into Postman.Theoretically, you can run the whole commerce journey from creating Customers and Products to creating Orders where these Customers purchase the Products.
Key benefits of using the Composable Commerce Postman Collections:
- Works with minimum technical knowledge with no coding required
- Can be used as soon as you have created a Project
- The API endpoints can be explored to achieve a holistic view of how Composable Commerce and other services operateThis repository contains Postman Collections including requests and responses for most Composable Commerce endpoints.
For each request, the smallest possible payload is given. Optional fields can be found in the related [official documentation](http://docs.commercetools.com/).Additionally, the collections provide example requests and responses for specific tasks and more complex data models.
## Disclaimer
This is not the official commercetools documentation.
To learn more about Composable Commerce APIs and to find the complete and approved documentation, visit [docs.commercetools.com](http://docs.commercetools.com/).## Available Postman Collections
The following Postman Collections are available:
- [HTTP API](api/)
- [Connect](connect/)
- [Import](import/)> **:warning: Note:**
>
> - Be aware that Postman automatically synchronizes environment variables (including your API Client credentials) to your workspace if logged in.
> - Use these collections only for development purposes and non-production projects.Feel free to clone the collections and adjust them to your needs.
## Getting started
For information on how to use the Composable Commerce Postman Collections and set up an environment, refer to [Getting started](GettingStarted.md).