My Store
An API to manage the product catalog and orders in my store. This API is open and may be used for demonstration / testing purposes. Data will be periodically wiped.
1.4k subscribers
0.1/10 popularity
15921 ms avg latency
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
My Store endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Products /catalog/products |
Get all products in the store |
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Categories /catalog/categories |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| Order | ||
| POST |
Create Order /order/new |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| GET |
Get Order /order/{id} |
|
My Store pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|