Product Catalog Management Service
Overview
The Product Catalog Management API enables your applications to get details of the catalog of products that can be sold. Your application calls the Product Catalog Management Service to retrieve information about products in the catalog that customers need to make a purchasing decision.
Product Catalog Management
Definition
The Product Catalog Management APIs enable applications to obtain a list of products that can be sold.
Process
The client application calls the Read All Product Catalogs API from the Product Catalog Management Service and receives a response containing a list of product catalog IDs.
The application then calls Read Product Catalog API from the Product Catalog Management Service for the product catalog ID and receives a response containing a list of product IDs.
Best Practices
- The frequency for updating the Product catalog should be weekly. Product issuers require that the current terms and conditions be used.
- The Product Catalog information should be cached by the client’s application server.
- Version number change only indicates when the products within a catalog are added or deleted.
- To determine any changes related to the underlying Product or Product Line, the respective API call should be initiated as part of the whole catalog update process.
Updated 4 months ago