Products

The Inventory API gives developers direct access to KEEPUP Store product data for seamless integration of inventory management features into your applications.

API Endpoints:

List Products GET

Retrieves a list of all products. You can apply filters to narrow down the results based on product name, SKU, category, and more.

Fetch Product GET

Fetches details of specific products using the product ID. This is useful for viewing complete product details.

Add Product POST

Allows you to add a new product to your inventory.

Edit Product PUT

Edit details of an existing product. This endpoint can be used to modify product name, category, selling price, and, more.

Last updated