Price Element
A price element refers to the individual components or factors that contribute to the determination of the final price for a product or service. These elements can include various costs, discounts, taxes, and other factors that impact the overall pricing structure.
Data Type | Field Name | About |
---|---|---|
Monetary | adjustmentAmount | The monetary value of the price element along with it’s currency etc. |
string | description | Optional text description for the price element |
string | lineNumber | Denotes the order of the price element in relation to other price elements in the sales order item’s set of price elements |
PriceElementType | priceElementType | Type of the price element. |
Note omitted fields: attributeField, extendedBy, externalIdentity, recordedBy, sourceSystemCode, sourceSystemId, uniqueText.
PriceElementType
Data Type | Description |
---|---|
string | ListAmount |
string | MinimumCharge |
string | HeaderFreight |
string | FreightAdmin |
string | DownPayment |
string | Tax |
string | Cost |
string | DiscretionaryDiscount |
string | BillingDiscount |
Sample JSON
{
"@type": "PriceAdjustment",
"adjustmentAmount": {
"@type": "Monetary",
"decimalValue": "44.47",
"currency": {
"@type": "DataReference",
"schemaName": "limber",
"shapeName": "CurrencyUnit",
"iri": "https://schema.limbergraph.com/limber/CurrencyUnit#NZD",
"keys": [
{
"code": "NZD"
}
],
"label": "NZD"
},
"uniqueText": "0971689a-8dc0-4b61-9a90-2f1c04499abc"
},
"priceElementType": {
"@type": "DataReference",
"schemaName": "limber",
"shapeName": "PriceElementType",
"iri": "https://schema.limbergraph.com/limber/PriceElementType#Cost",
"keys": [
{
"code": "Cost"
}
],
"label": "Cost"
},
"uniqueText": "f423f760-c697-491d-9f96-56b82855e07b"
}