1. Docs
  2. products

Products API

Welcome to the documentation for the Products API. This section provides detailed information on various API endpoints related to managing products within the Management Software system. products are essential components in tracking sales opportunities and managing your sales pipeline efficiently.

Add new Product

The "Add New Product" endpoint allows you to create a new product within the Management Software system. This functionality enables you to record and track new sales opportunities as they arise.

Responses

Status (2XX): Success

Product added successfully.

Status (401): Unauthorized

Authentication token is missing or is invalid

Status (404): Bad request

Product does not exist.


Update Product

The "Update Product" endpoint allows you to update existing products within the Management Software system.

Responses

Status (2XX): Success

Product added successfully.

Status (401): Unauthorized

Authentication token is missing or is invalid

Status (404): Bad request

Product does not exist.