mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
34 lines
2.7 KiB
JSON
34 lines
2.7 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules"
|
|
],
|
|
"title": "SalesTransaction - Data API",
|
|
"description": "Defines the business logic for a sales transaction, for example, an order or a cart. This object interface is available in API version 55.0 and later.",
|
|
"fields_columns": [
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"ImplementorType": {
|
|
"description": "Type: string Properties: Default on create, Filter, Group, Restricted picklist, Sort Description: The object that is implementing this object interface, for example, an Order object."
|
|
},
|
|
"TotalAdjustmentAmount": {
|
|
"description": "Type: currency Properties: Filter, Nillable, Sort Description: The sum of all adjustments applied to the sales transaction, inclusive of quantity, prorated for the duration of the subscription. Includes distributed price adjustment items and price adjustment items applied directly. This is a calculated field equal to the sum of TotalAdjustmentAmount on the related sales transaction items."
|
|
},
|
|
"TotalAdjustmentDistAmount": {
|
|
"description": "Type: currency Properties: Filter, Nillable, Sort Description: The sum of the distributed price adjustment items applied to the related sales transaction items, inclusive of quantity, prorated for the duration of the subscription. Does not include price adjustment items that are applied directly. This is a calculated field equal to the sum of TotalAdjustmentDistAmount on the related sales transaction items."
|
|
},
|
|
"TotalAmount": {
|
|
"description": "Type: currency Properties: Filter, Nillable, Sort Description: The final price of the sales transaction, after all adjustments, inclusive of quantity, prorated for the duration of the subscription. This is a calculated field equal to the sum of TotalPrice on the related sales transaction items."
|
|
},
|
|
"TotalListAmount": {
|
|
"description": "Type: currency Properties: Filter, Nillable, Sort Description: The sum of the list price of the related sales transaction items, inclusive of quantity, prorated for the duration of the subscription. This is a calculated field equal to the sum of ListPriceTotal on the related sales transaction items."
|
|
},
|
|
"TotalProductAmount": {
|
|
"description": "Type: currency Properties: Filter, Nillable, Sort Description: The total price of all related sales transaction items of type Product, before price adjustments, inclusive of quantity, prorated for the duration of the subscription. This is a calculated field equal to the sum of TotalLineAmount on the related sales transaction items of type Product."
|
|
}
|
|
},
|
|
"special_access_rules": "This object interface is available with Subscription Management and B2B Commerce."
|
|
} |