Unicode C++ / Salesforce Platform APIs / Calculate Price (New Sale Bundles)
Back to Collection Items
void ChilkatSample(void)
{
json.UpdateString(L"listPricebookId",L"{{standardPricebook}}"); json.UpdateString(L"candidatePricebookIds[0]",L"{{standardPricebook}}"); json.UpdateString(L"pricingFlow",L"GET_PRICE_USING_CONTEXT"); json.UpdateString(L"graph.graphId",L"1"); json.UpdateString(L"graph.records[0].referenceId",L"ref_sales_txn"); json.UpdateString(L"graph.records[0].record.attributes.type",L"SalesTransactionShape"); json.UpdateString(L"graph.records[0].record.CurrencyIsoCode",L"USD"); json.UpdateString(L"graph.records[1].referenceId",L"ref_sales_txn_item1"); json.UpdateString(L"graph.records[1].record.attributes.type",L"SalesTransactionItemShape"); json.UpdateString(L"graph.records[1].record.SalesTransactionShapeId",L"@{ref_sales_txn.Id}"); json.UpdateString(L"graph.records[1].record.StartDate",L"2022-01-01"); json.UpdateString(L"graph.records[1].record.ProductId",L"{{WorkAnywhereBundleProduct}}"); json.UpdateString(L"graph.records[1].record.ProductSellingModelId",L"{{EvergreenMonthlyPSM}}"); json.UpdateNumber(L"graph.records[1].record.Quantity",L"10.0"); json.UpdateString(L"graph.records[1].record.PricingTransactionType",L"NewSale"); json.UpdateString(L"graph.records[1].record.CurrencyIsoCode",L"USD"); json.UpdateString(L"graph.records[2].referenceId",L"ref_sales_txn_item2"); json.UpdateString(L"graph.records[2].record.attributes.type",L"SalesTransactionItemShape"); json.UpdateString(L"graph.records[2].record.SalesTransactionShapeId",L"@{ref_sales_txn.Id}"); json.UpdateString(L"graph.records[2].record.StartDate",L"2023-01-01"); json.UpdateString(L"graph.records[2].record.ProductId",L"{{VirtualRouterProduct}}"); json.UpdateString(L"graph.records[2].record.ProductSellingModelId",L"{{EvergreenMonthlyPSM}}"); json.UpdateNumber(L"graph.records[2].record.Quantity",L"10.0"); json.UpdateString(L"graph.records[2].record.PricingTransactionType",L"NewSale"); json.UpdateString(L"graph.records[2].record.CurrencyIsoCode",L"USD"); json.UpdateString(L"graph.records[3].referenceId",L"ref_sales_txn_item3"); json.UpdateString(L"graph.records[3].record.attributes.type",L"SalesTransactionItemShape"); json.UpdateString(L"graph.records[3].record.SalesTransactionShapeId",L"@{ref_sales_txn.Id}"); json.UpdateString(L"graph.records[3].record.StartDate",L"2023-01-01"); json.UpdateString(L"graph.records[3].record.ProductId",L"{{SLA_BronzeProduct}}"); json.UpdateString(L"graph.records[3].record.ProductSellingModelId",L"{{EvergreenMonthlyPSM}}"); json.UpdateNumber(L"graph.records[3].record.Quantity",L"10.0"); json.UpdateString(L"graph.records[3].record.PricingTransactionType",L"NewSale"); json.UpdateString(L"graph.records[3].record.CurrencyIsoCode",L"USD"); json.UpdateString(L"graph.records[4].referenceId",L"ref_sales_txn_item4"); json.UpdateString(L"graph.records[4].record.attributes.type",L"SalesTransactionItemShape"); json.UpdateString(L"graph.records[4].record.SalesTransactionShapeId",L"@{ref_sales_txn.Id}"); json.UpdateString(L"graph.records[4].record.StartDate",L"2023-01-01"); json.UpdateString(L"graph.records[4].record.ProductId",L"{{ClassTrainingProduct}}"); json.UpdateString(L"graph.records[4].record.ProductSellingModelId",L"{{OneTimePSM}}"); json.UpdateNumber(L"graph.records[4].record.Quantity",L"50.0"); json.UpdateString(L"graph.records[4].record.PricingTransactionType",L"NewSale"); json.UpdateString(L"graph.records[4].record.CurrencyIsoCode",L"USD"); json.UpdateString(L"graph.records[5].referenceId",L"ref_rel1"); json.UpdateString(L"graph.records[5].record.attributes.type",L"SalesTrxnItemRelationShape"); json.UpdateString(L"graph.records[5].record.MainSalesTrxnItemShapeId",L"@{ref_sales_txn_item1.Id}"); json.UpdateString(L"graph.records[5].record.AssocSalesTrxnItemShapeId",L"@{ref_sales_txn_item2.Id}"); json.UpdateString(L"graph.records[5].record.MainSalesTrxnItemShapeRole",L"Bundle"); json.UpdateString(L"graph.records[5].record.AssocSalesTrxnItemShapeRole",L"BundleComponent"); json.UpdateString(L"graph.records[5].record.AssociatedItemShapePricing",L"IncludedInBundlePrice"); json.UpdateString(L"graph.records[6].referenceId",L"ref_rel2"); json.UpdateString(L"graph.records[6].record.attributes.type",L"SalesTrxnItemRelationShape"); json.UpdateString(L"graph.records[6].record.MainSalesTrxnItemShapeId",L"@{ref_sales_txn_item1.Id}"); json.UpdateString(L"graph.records[6].record.AssocSalesTrxnItemShapeId",L"@{ref_sales_txn_item3.Id}"); json.UpdateString(L"graph.records[6].record.MainSalesTrxnItemShapeRole",L"Bundle"); json.UpdateString(L"graph.records[6].record.AssocSalesTrxnItemShapeRole",L"BundleComponent"); json.UpdateString(L"graph.records[6].record.AssociatedItemShapePricing",L"IncludedInBundlePrice"); json.UpdateString(L"graph.records[7].referenceId",L"ref_rel3"); json.UpdateString(L"graph.records[7].record.attributes.type",L"SalesTrxnItemRelationShape"); json.UpdateString(L"graph.records[7].record.MainSalesTrxnItemShapeId",L"@{ref_sales_txn_item1.Id}"); json.UpdateString(L"graph.records[7].record.AssocSalesTrxnItemShapeId",L"@{ref_sales_txn_item4.Id}"); json.UpdateString(L"graph.records[7].record.MainSalesTrxnItemShapeRole",L"Bundle"); json.UpdateString(L"graph.records[7].record.AssocSalesTrxnItemShapeRole",L"BundleComponent"); json.UpdateString(L"graph.records[7].record.AssociatedItemShapePricing",L"NotIncludedInBundlePrice"); http.put_AuthToken(L"<access_token>"); success = http.HttpJson(L"POST",L"https://domain.com/services/data/v{{version}}/commerce/pricing/salestransaction/actions/calculate-price",json,L"application/json",resp);
}
Curl Command
curl -X POST
-H "Authorization: Bearer <access_token>"
-H "Content-Type: application/json"
-d '{
"listPricebookId": "{{standardPricebook}}",
"candidatePricebookIds": [
"{{standardPricebook}}"
],
"pricingFlow": "GET_PRICE_USING_CONTEXT",
"graph": {
"graphId": "1",
"records": [
{
"referenceId": "ref_sales_txn",
"record": {
"attributes": {
"type": "SalesTransactionShape"
},
"CurrencyIsoCode": "USD"
}
},
{
"referenceId": "ref_sales_txn_item1",
"record": {
"attributes": {
"type": "SalesTransactionItemShape"
},
"SalesTransactionShapeId": "@{ref_sales_txn.Id}",
"StartDate": "2022-01-01",
"ProductId": "{{WorkAnywhereBundleProduct}}",
"ProductSellingModelId": "{{EvergreenMonthlyPSM}}",
"Quantity": 10.0,
"PricingTransactionType": "NewSale",
"CurrencyIsoCode": "USD"
}
},
{
"referenceId": "ref_sales_txn_item2",
"record": {
"attributes": {
"type": "SalesTransactionItemShape"
},
"SalesTransactionShapeId": "@{ref_sales_txn.Id}",
"StartDate": "2023-01-01",
"ProductId": "{{VirtualRouterProduct}}",
"ProductSellingModelId": "{{EvergreenMonthlyPSM}}",
"Quantity": 10.0,
"PricingTransactionType": "NewSale",
"CurrencyIsoCode": "USD"
}
},
{
"referenceId": "ref_sales_txn_item3",
"record": {
"attributes": {
"type": "SalesTransactionItemShape"
},
"SalesTransactionShapeId": "@{ref_sales_txn.Id}",
"StartDate": "2023-01-01",
"ProductId": "{{SLA_BronzeProduct}}",
"ProductSellingModelId": "{{EvergreenMonthlyPSM}}",
"Quantity": 10.0,
"PricingTransactionType": "NewSale",
"CurrencyIsoCode": "USD"
}
},
{
"referenceId": "ref_sales_txn_item4",
"record": {
"attributes": {
"type": "SalesTransactionItemShape"
},
"SalesTransactionShapeId": "@{ref_sales_txn.Id}",
"StartDate": "2023-01-01",
"ProductId": "{{ClassTrainingProduct}}",
"ProductSellingModelId": "{{OneTimePSM}}",
"Quantity": 50.0,
"PricingTransactionType": "NewSale",
"CurrencyIsoCode": "USD"
}
},
{
"referenceId": "ref_rel1",
"record": {
"attributes": {
"type": "SalesTrxnItemRelationShape"
},
"MainSalesTrxnItemShapeId": "@{ref_sales_txn_item1.Id}",
"AssocSalesTrxnItemShapeId": "@{ref_sales_txn_item2.Id}",
"MainSalesTrxnItemShapeRole": "Bundle",
"AssocSalesTrxnItemShapeRole": "BundleComponent",
"AssociatedItemShapePricing": "IncludedInBundlePrice"
}
},
{
"referenceId": "ref_rel2",
"record": {
"attributes": {
"type": "SalesTrxnItemRelationShape"
},
"MainSalesTrxnItemShapeId": "@{ref_sales_txn_item1.Id}",
"AssocSalesTrxnItemShapeId": "@{ref_sales_txn_item3.Id}",
"MainSalesTrxnItemShapeRole": "Bundle",
"AssocSalesTrxnItemShapeRole": "BundleComponent",
"AssociatedItemShapePricing": "IncludedInBundlePrice"
}
},
{
"referenceId": "ref_rel3",
"record": {
"attributes": {
"type": "SalesTrxnItemRelationShape"
},
"MainSalesTrxnItemShapeId": "@{ref_sales_txn_item1.Id}",
"AssocSalesTrxnItemShapeId": "@{ref_sales_txn_item4.Id}",
"MainSalesTrxnItemShapeRole": "Bundle",
"AssocSalesTrxnItemShapeRole": "BundleComponent",
"AssociatedItemShapePricing": "NotIncludedInBundlePrice"
}
}
]
}
}'
https://domain.com/services/data/v{{version}}/commerce/pricing/salestransaction/actions/calculate-price
Postman Collection Item JSON
{
"name": "Calculate Price (New Sale Bundles)",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"listPricebookId\": \"{{standardPricebook}}\",\n \"candidatePricebookIds\": [\n \"{{standardPricebook}}\"\n ],\n \"pricingFlow\": \"GET_PRICE_USING_CONTEXT\",\n \"graph\": {\n \"graphId\": \"1\",\n \"records\": [\n {\n \"referenceId\": \"ref_sales_txn\",\n \"record\": {\n \"attributes\": {\n \"type\": \"SalesTransactionShape\"\n },\n \"CurrencyIsoCode\": \"USD\" \n }\n },\n {\n \"referenceId\": \"ref_sales_txn_item1\",\n \"record\": {\n \"attributes\": {\n \"type\": \"SalesTransactionItemShape\"\n },\n \"SalesTransactionShapeId\": \"@{ref_sales_txn.Id}\",\n \"StartDate\": \"2022-01-01\",\n \"ProductId\": \"{{WorkAnywhereBundleProduct}}\",\n \"ProductSellingModelId\": \"{{EvergreenMonthlyPSM}}\",\n \"Quantity\": 10.0,\n \"PricingTransactionType\": \"NewSale\",\n \"CurrencyIsoCode\": \"USD\" \n }\n },\n {\n \"referenceId\": \"ref_sales_txn_item2\",\n \"record\": {\n \"attributes\": {\n \"type\": \"SalesTransactionItemShape\"\n },\n \"SalesTransactionShapeId\": \"@{ref_sales_txn.Id}\",\n \"StartDate\": \"2023-01-01\",\n \"ProductId\": \"{{VirtualRouterProduct}}\",\n \"ProductSellingModelId\": \"{{EvergreenMonthlyPSM}}\",\n \"Quantity\": 10.0,\n \"PricingTransactionType\": \"NewSale\",\n \"CurrencyIsoCode\": \"USD\" \n }\n }, \n {\n \"referenceId\": \"ref_sales_txn_item3\",\n \"record\": {\n \"attributes\": {\n \"type\": \"SalesTransactionItemShape\"\n },\n \"SalesTransactionShapeId\": \"@{ref_sales_txn.Id}\",\n \"StartDate\": \"2023-01-01\",\n \"ProductId\": \"{{SLA_BronzeProduct}}\",\n \"ProductSellingModelId\": \"{{EvergreenMonthlyPSM}}\",\n \"Quantity\": 10.0,\n \"PricingTransactionType\": \"NewSale\",\n \"CurrencyIsoCode\": \"USD\" \n }\n },\n {\n \"referenceId\": \"ref_sales_txn_item4\",\n \"record\": {\n \"attributes\": {\n \"type\": \"SalesTransactionItemShape\"\n },\n \"SalesTransactionShapeId\": \"@{ref_sales_txn.Id}\",\n \"StartDate\": \"2023-01-01\",\n \"ProductId\": \"{{ClassTrainingProduct}}\",\n \"ProductSellingModelId\": \"{{OneTimePSM}}\",\n \"Quantity\": 50.0,\n \"PricingTransactionType\": \"NewSale\",\n \"CurrencyIsoCode\": \"USD\" \n }\n }, \n {\n \"referenceId\": \"ref_rel1\",\n \"record\": {\n \"attributes\": {\n \"type\": \"SalesTrxnItemRelationShape\"\n },\n \"MainSalesTrxnItemShapeId\": \"@{ref_sales_txn_item1.Id}\",\n \"AssocSalesTrxnItemShapeId\": \"@{ref_sales_txn_item2.Id}\",\n \"MainSalesTrxnItemShapeRole\": \"Bundle\",\n \"AssocSalesTrxnItemShapeRole\": \"BundleComponent\",\n \"AssociatedItemShapePricing\": \"IncludedInBundlePrice\"\n }\n },\n {\n \"referenceId\": \"ref_rel2\",\n \"record\": {\n \"attributes\": {\n \"type\": \"SalesTrxnItemRelationShape\"\n },\n \"MainSalesTrxnItemShapeId\": \"@{ref_sales_txn_item1.Id}\",\n \"AssocSalesTrxnItemShapeId\": \"@{ref_sales_txn_item3.Id}\",\n \"MainSalesTrxnItemShapeRole\": \"Bundle\",\n \"AssocSalesTrxnItemShapeRole\": \"BundleComponent\",\n \"AssociatedItemShapePricing\": \"IncludedInBundlePrice\"\n }\n },\n {\n \"referenceId\": \"ref_rel3\",\n \"record\": {\n \"attributes\": {\n \"type\": \"SalesTrxnItemRelationShape\"\n },\n \"MainSalesTrxnItemShapeId\": \"@{ref_sales_txn_item1.Id}\",\n \"AssocSalesTrxnItemShapeId\": \"@{ref_sales_txn_item4.Id}\",\n \"MainSalesTrxnItemShapeRole\": \"Bundle\",\n \"AssocSalesTrxnItemShapeRole\": \"BundleComponent\",\n \"AssociatedItemShapePricing\": \"NotIncludedInBundlePrice\"\n }\n } \n ]\n }\n}"
},
"url": {
"raw": "{{_endpoint}}/services/data/v{{version}}/commerce/pricing/salestransaction/actions/calculate-price",
"host": [
"{{_endpoint}}"
],
"path": [
"services",
"data",
"v{{version}}",
"commerce",
"pricing",
"salestransaction",
"actions",
"calculate-price"
]
},
"description": "Calculate the price of the Work Anywhere software bundle plus all it's bundle components for the pricing period of 1 month. Because this bundle is sold on an evergreen subscription rather than a termed subscription, the price is calculated per month rather than for the length of the subscription.\n\nAdd one RelationShape for each bundle component. Note that the classroom training product is not included in the bundle price, while the other two bundle components are.\n\nSee [Calculate Price](https://desktop.postman.com/?desktopVersion=10.13.6&webVersion=10.13.7-ui-230522-1730&userId=10709048&teamId=0)."
},
"response": [
]
}