You are here:
Order Management Plus: Accessing Pricing Information
You can write Apex code or JAVA to access pricing information so that price adjustments can be decomposed in Amazon Web Services.
-
Write Apex code to collate data on an orderItem in JSON format, decompose the orderItem, and send the JSON in the callout request. This is a convenient implementation if you do not use JAVA and have the flexibility to modify your legacy systems so that they can read JSON strings.
-
Write JAVA to collate data from order pricing records in AWS and merge this data with your callouts. You can use this approach if you are not using Time Plan and Policy in Vlocity Product Catalog. If you are using Time Plan and Policy, then you need to write Apex in Salesforce to determine the future prices of line items and decompose them for reading in AWS. This solution depends on having custom adapters in your project for the orchestration items to which you want to send this data, such as a billing system. This solution can not be used out of the box.

