TM Forum · Capability
TM Forum Product-to-Cash
Unified workflow capability combining TM Forum Product Catalog (TMF620), Product Ordering (TMF622), and Product Inventory (TMF637) APIs for end-to-end product lifecycle management from catalog to active subscriptions. Used by BSS architects and order managers.
What You Can Do
GET
List catalog categories
— List product catalog categories
/v1/product-catalog/categories
POST
Create catalog category
— Create a product catalog category
/v1/product-catalog/categories
GET
List product offerings
— List product offerings
/v1/product-catalog/offerings
POST
Create product offering
— Create a product offering
/v1/product-catalog/offerings
GET
List product orders
— List product orders
/v1/product-orders
POST
Create product order
— Create a new product order
/v1/product-orders
GET
Get product order
— Retrieve a specific product order
/v1/product-orders/{id}
MCP Tools
list-catalog-categories
List product catalog categories from TMF620
read-only
get-catalog-category
Retrieve a specific product catalog category
read-only
create-catalog-category
Create a new product catalog category
list-product-offerings
List product offerings from the catalog
read-only
get-product-offering
Retrieve a specific product offering
read-only
list-product-orders
List product orders from TMF622
read-only
get-product-order
Retrieve a specific product order by ID
read-only
create-product-order
Submit a new product order
APIs Used
tmf620
tmf622