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

Starting from the Winter ’26 release, only the Direct Access option will be supported. The MuleSoft gateway option will be deprecated, and customers must update their integrations to use the Connect/Apex REST endpoints for continued access to the inbound APIs.

It is assumed that you have completed the following.

Following block diagram provides a sequence of operations involved. Sequence

NOTE:

I want toRequest 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.