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. TMF679 Components
  • 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.

Following block diagram provides a sequence of operations involved. Sequence

NOTE:

I want to
Request TypeExample URL
Retrieve and display products for a specified catalog, category, or subcategoryPOST{{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.