paystack-products
Installation
SKILL.md
Paystack Products
The Products API lets you create and manage product inventories on your integration.
Depends on: paystack-setup for the
paystackRequesthelper.
Related: paystack-payment-pages for adding products to hosted pages.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /product |
Create a product |
| GET | /product |
List products |
| GET | /product/:id |
Fetch a product |
| PUT | /product/:id |
Update a product |
Create Product
| Param | Type | Required | Description |
Related skills