Overview
- The TMF679 API provides a standardized mechanism for service providers to implement efficient, consistent, and interoperable processes for determining Product Ordering Qualification. This is a process of verifying whether a specific product or service can be ordered by a customer based on various criteria such as availability, eligibility, location, and customer profile.
- Following block diagram provides a high-level overview of how the various components are involved in handling TMF 679 API operations.
- Using TMF679 API you can perform these operations for product offerings.
- Retrieve the list of product offerings.
- Check product availability and eligibility for product ordering qualification.
It is assumed that you have completed the following.
- Enabling Access to Industry APIs
- Ensuring that the required licenses and data packs are installed. For more information.
Following block diagram provides a sequence of operations involved.
NOTE:
- For mandatory fields and resource mappings, refer TMF679 Resource Mappings.
I want to | Request Type | Example URL |
---|---|---|
Retrieve and display products for a specified catalog, category, or subcategory | POST | {{orgendpoint}}/services/data/{{version}}/connect/comms/productofferingqualification/v5/queryProductOfferingQualification/ |
Check product offering qualification. | POST | {{orgendpoint}}/services/data/{{version}}/connect/comms/productofferingqualification/v5/checkProductOfferingQualification/ |
Consider you want to retrieve and display products for a specified catalog, category, or subcategory.
https://vlocity-1f5-dev-ed.develop.my.salesforce.com/services/data/v63.0/connect/comms/productofferingqualification/v5/queryProductOfferingQualification/
This operation uses RLM's Products List (POST) API.
Consider you want to check product offering qualification.
https://vlocity-1f5-dev-ed.develop.my.salesforce.com/services/data/v63.0connect/comms/productofferingqualification/v5/checkProductOfferingQualification/
This operation uses RLM's Qualification (POST) API.