Communications Cloud TM Forum API Release Notes
These features are implemented/enhanced for Summer’25 release.
TM Forum 622 v4 Product Ordering Management API (Inbound)
Supporting Fields and Attributes at the Sub-resource Level
Enhance flexibility and to provide more granular control, support for fields and attributes is extended to the sub-resource level, specifically to the OrderLineItem
level, rather than being limited solely to the main Order
resource.
Creating AssetToOrder
Create a new order using the asset ID from the payload, including the asset with updated attributes provided.
Ordering Multi-Root Products with Required Items
Create an order that includes multiple root products that contain mandatory child items.
Ordering Multiple Line Items with Distinct Product Attributes
Create an order containing the same product multiple times as separate order line items, where each line item can have different attribute values.
Handling Inbound Notification
Update the order status in Salesforce using Inbound Notification system. When the order status changes, a notification event can be pushed to Salesforce through the exposed inbound endpoint.
TM Forum 622 v4 Product Ordering Management API (Outbound)
This method is supported for /productOrder
resource.
- POST /productOrder
TM Forum 674 v4 Geographic Site API (Outbound)
These methods are supported for /geographicSite
resource.
- GET /geographicSite
- GET /geographicSite/{id}
- POST /geographicSite
- PATCH /geographicSite/{id}
TM Forum 675 v4 Geographic Location API (Outbound)
These methods are supported for /geographicLocation
resource.
- GET /geographicLocation
- GET /geographicLocation/{id}
- POST /geographicLocation
- PATCH /geographicLocation/{id}
- DELETE /geographicLocation/{id}
TM Forum Notifications Framework (Outbound)
Notification framework is available for these TMF APIs.
TMF 622 v4 Product Ordering Management
Outbound notifications are triggered for these events. They are triggered only for the parent entity (Order entity).
/api/notification/productOrderCreateEvent
/api/notification/productOrderAttributeValueChangeEvent
/api/notification/productOrderStatusChangeEvent
(status field)
TMF 629 v4 Customer Management
Outbound notifications are triggered for these events. They are triggered only for the parent entity (Account entity).
/api/notification/customerCreateEvent
/api/notification/customerAttributeValueChangeEvent
/api/notification/customerStateChangeEvent
(status field)
TMF 632 v4 Party Management
Outbound notifications are triggered for these events. They are triggered only for the parent entity (Contact entity).
/api/notification/individualCreateEvent
/api/notification/individualStateChangeEvent
/api/notification/individualAttributeValueChangeEvent
(status field)
TMF 637 v4 Product Inventory Management
Outbound notifications are triggered for these events. They are triggered only for the parent entity (Asset entity).
/api/notification/productCreateEvent
/api/notification/productAttributeValueChangeEvent
/api/notification/productStateChangeEvent
(status field)
TMF 651 v4 Agreement Management
Outbound notifications are triggered for these events. They are triggered only for the parent entity (Contract entity).
/api/notification/agreementCreateEvent
/api/notification/agreementAttributeValueChangeEvent
/api/notification/agreementStateChangeEvent
(status field)