https://github.com/prestashop/webservice-postman-examples
This repository contains example API requests and configuration for Postman API Platform
https://github.com/prestashop/webservice-postman-examples
Last synced: 8 months ago
JSON representation
This repository contains example API requests and configuration for Postman API Platform
- Host: GitHub
- URL: https://github.com/prestashop/webservice-postman-examples
- Owner: PrestaShop
- Created: 2023-05-29T13:06:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T09:34:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T21:22:58.713Z (over 1 year ago)
- Size: 16.6 KB
- Stars: 11
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webservice Postman examples
This repository shows some Postman collections to illustrate how to use PrestaShop's webservices.
## What is Postman
Postman is a powerful collaboration platform that simplifies the process of developing, testing, documenting, and sharing APIs (Application Programming Interfaces) by providing a user-friendly interface and a comprehensive set of tools.
As a developer, Postman can greatly assist you in various ways. It allows you to effortlessly send HTTP requests to APIs and receive responses, enabling you to test and debug your own APIs or interact with external APIs. Postman supports different request methods, request headers, query parameters, and request bodies, making it explore API endpoints and their functionalities.
More informations: [Official Postman website](https://www.postman.com/)
## How to use those collections
Please read this tutorial: [Testing webservices with Postman on devdocs.prestashop-project.org](https://devdocs.prestashop-project.org/8/webservice/tutorials/testing-webservice-postman/).
## Examples
### demo_product_collection.json
This collection illustrates all the common CRUD actions on product resources.
### demo_custom_resource_collection.json
This collection illustrates all the common CRUD actions on a custom resource (articles) from the example module [demowsextend](https://github.com/PrestaShop/example-modules/tree/master/demowsextend), and explained here [extend webservice with the custom resource in devdocs](https://devdocs.prestashop-project.org/8/modules/concepts/webservice/).