Manage Products
Let's look at all the available features for managing a product object. The endpoint list below demonstrates how various APIs can be used to manage products.
The following are the product API endpoints for creating, retrieving, updating, and much more.
- Create a product →
POST
→ /products - Retrieve a product →
GET
→ /products/{id} - List all products →
GET
→ /products
Updated about 1 month ago