Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Collection of commercetools API examples setup on top of Postman

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 operate

This 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).