Download OpenAPI specification:Download
API for a pricing engine that is called by the enfore platform
org-id required | string ID of the organization whose data is being accessed. |
register_id | string <= 256 characters The technical identifier of the device where the order is processed assigned by the enfore platform. |
operator_id | string <= 256 characters The technical identifier of the cashier who is processing the order assigned by the enfore platform. |
sales_channel_id | string <= 256 characters The technical identifier of the store where the order is processed assigned by the enfore platform. |
customer_id | string <= 256 characters The technical identifier of the customer assigned by the enfore platform. |
sales_orders_id | string <= 256 characters The ID of the order that this PricingEngineContext corresponds to. |
manual_discount | object (ManualDiscount) |
discounts | Array of objects (DiscountOrMarkupOrderLevel) |
markups | Array of objects (DiscountOrMarkupOrderLevel) |
items required | Array of objects (PricingEngineContextLineItem) |
additional_invoice_information | Array of objects (AdditionalInvoiceInformation) |
last_pricing_status | object (PricingStatus) Status flag and, when necessary, description, checksum and external_data for a calculation done by the external pricing engine. |
Result of the external pricing engine
Invalid parameters were sent by the client
Credentials missing or not sufficient
{- "register_id": "string",
- "operator_id": "string",
- "sales_channel_id": "string",
- "customer_id": "string",
- "sales_orders_id": "string",
- "manual_discount": {
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_data": "string"
}, - "discounts": [
- {
- "name": "string",
- "id": "string",
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_data": "string"
}
], - "markups": [
- {
- "name": "string",
- "id": "string",
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_data": "string"
}
], - "items": [
- {
- "id": "string",
- "product_id": "string",
- "lot_id": "string",
- "sales_category_ids": [
- "string"
], - "sales_types": "OTC",
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}, - "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "price_is_manual": false,
- "manual_discount": {
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_data": "string"
}, - "discounts": [
- {
- "name": "string",
- "id": "string",
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "is_single_item": true,
- "external_data": "string"
}
], - "markups": [
- {
- "name": "string",
- "id": "string",
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "is_single_item": true,
- "external_data": "string"
}
], - "escrow_supplier_id": "string",
- "order_date": "2025-04-23T13:32:48Z",
- "taxes": [
- "CH_STANDARD_VAT_2008"
], - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
], - "last_pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}, - "type": "SALE",
- "dependency": {
- "item_id": "string",
- "type": "UNKNOWN"
}, - "extra_charge_type": "DEPOSIT",
- "exclude_from_discounts": false
}
], - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
], - "last_pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}
}
{- "pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}, - "items": [
- {
- "line_item_id": "string",
- "pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}, - "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "price_is_manual": false,
- "manual_discount": {
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_data": "string"
}, - "discounts": [
- {
- "name": "string",
- "id": "string",
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "is_single_item": true,
- "external_data": "string"
}
], - "markups": [
- {
- "name": "string",
- "id": "string",
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "is_single_item": true,
- "external_data": "string"
}
], - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
], - "exclude_from_discounts": false
}
], - "unchanged_items": [
- "string"
], - "additional_items": [
- {
- "dependency": {
- "item_id": "string",
- "type": "UNKNOWN"
}, - "extra_charge_type": "DEPOSIT",
- "temp_item_id": "string",
- "product_id": "string",
- "lot_id": "string",
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}, - "pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}, - "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "escrow_supplier_id": "string",
- "manual_discount": {
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_data": "string"
}, - "discounts": [
- {
- "name": "string",
- "id": "string",
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "is_single_item": true,
- "external_data": "string"
}
], - "markups": [
- {
- "name": "string",
- "id": "string",
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "is_single_item": true,
- "external_data": "string"
}
], - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
], - "exclude_from_discounts": false
}
], - "manual_discount": {
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_data": "string"
}, - "discounts": [
- {
- "name": "string",
- "id": "string",
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_data": "string"
}
], - "markups": [
- {
- "name": "string",
- "id": "string",
- "gross_amount": {
- "value": 0,
- "unit": "AUD"
}, - "net_amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_data": "string"
}
], - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
]
}
org-id required | string ID of the organization whose data is being accessed. |
context_id | string <= 256 characters A technical identifier that identifies the basket context in the application that requests a pricing evaluation, e.g. a sales order. |
register_id | string <= 256 characters The technical identifier of the device where the the price evaluation is triggered. |
operator_id | string <= 256 characters The technical identifier of the cashier who is operating the device at the time of evaluation. |
sales_channel_id required | string <= 256 characters The technical identifier of the branch office where the device is located. |
customer required | object (CustomerIdentifier) Information about the customer assigned to the basket. |
items required | Array of objects (PricingEvaluationContextLineItem) |
use_net_amounts required | boolean If TRUE, all input amounts are net amounts and all results must be provided as net amounts Otherwise, all input amounts are gross amounts and all results must be provided as gross amounts. If some amounts required for any calculations need a conversion, the taxes provided in the items of the context can be used for that. |
discount_requests | Array of objects (DiscountRequest) Applicable discounts that have been added already from the client side. The external pricing engine must keep them and apply them in its calculations. |
markup_requests | Array of objects (MarkupRequest) Applicable non-discountable markups that have been added already from the client side. The external pricing engine must keep them and apply them in its calculations. |
selected_coupons | Array of objects (ExternalCouponIdentifier) Identifiers of coupons that have been selected for this context and must be evaluated. If the evaluation yields that the discount is applicable, a discount application is expected in the result data and the identifier of the coupon is expected to appear in its appliedCoupons. Coupons that already have been evaluated, are provided as discount request with a coupon identifier. |
customer_cards | Array of objects (ExternalCustomerCard) External customer cards presented for the basket. Usually they are input for external promotions. The enfore platform does not evaluate them, it just provides them as input for any external promotion or external pricing engine APIs. |
last_pricing_status | object (PricingStatus) Status flag and, when necessary, description, checksum and external_data for a calculation done by the external pricing engine. |
Result of the external pricing engine
Invalid parameters were sent by the client
Credentials missing or not sufficient
Resource(s) not found or invalid identifier
{- "context_id": "string",
- "register_id": "string",
- "operator_id": "string",
- "sales_channel_id": "string",
- "customer": {
- "customer_type": "ANONYMOUS",
- "customer_id": "string",
- "representative_id": "string",
- "unique_instance_id": "string",
- "external_data": "string"
}, - "items": [
- {
- "id": "string",
- "type": "SALE",
- "order_date": "2025-04-23T13:32:48Z",
- "item_data": {
- "product_id": "string",
- "lot_id": "string",
- "sales_category_id": "string",
- "sales_unit": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}, - "number_of_sales_units": 0,
- "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "price_is_fixed": false,
- "exclude_from_discounts": false,
- "discount_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}, - "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string"
}
], - "markup_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}
}
], - "last_pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}
}, - "is_take_away": true,
- "extra_charge_type": "DEPOSIT",
- "taxes": [
- "CH_STANDARD_VAT_2008"
], - "options": [
- {
- "id": "string",
- "option_id": "string",
- "option_group_id": "string",
- "line_item_id": "string",
- "item_data": {
- "product_id": "string",
- "lot_id": "string",
- "sales_category_id": "string",
- "sales_unit": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}, - "number_of_sales_units": 0,
- "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "price_is_fixed": false,
- "exclude_from_discounts": false,
- "discount_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}, - "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string"
}
], - "markup_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}
}
], - "last_pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}
}, - "is_single_issue": false,
- "taxes": [
- "CH_STANDARD_VAT_2008"
]
}
], - "extra_charges": [
- {
- "id": "string",
- "line_item_id": "string",
- "item_data": {
- "product_id": "string",
- "lot_id": "string",
- "sales_category_id": "string",
- "sales_unit": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}, - "number_of_sales_units": 0,
- "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "price_is_fixed": false,
- "exclude_from_discounts": false,
- "discount_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}, - "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string"
}
], - "markup_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}
}
], - "last_pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}
}, - "extra_charge_type": "DEPOSIT",
- "is_single_issue": false,
- "applied_by_calculation": true,
- "taxes": [
- "CH_STANDARD_VAT_2008"
]
}
], - "escrow_principal_id": "string"
}
], - "use_net_amounts": true,
- "discount_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}, - "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string"
}
], - "markup_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}
}
], - "selected_coupons": [
- {
- "promotion_reference": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string"
}
], - "customer_cards": [
- {
- "promotion_reference": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "card_identifier": "string"
}
], - "last_pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}
}
{- "items": [
- {
- "item_id": "string",
- "result_data": {
- "pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}, - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
], - "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "discounts": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string",
- "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string",
- "from_request": true
}
], - "markups": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string"
}
]
}, - "option_results": [
- {
- "sub_item_id": "string",
- "result_data": {
- "pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}, - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
], - "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "discounts": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string",
- "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string",
- "from_request": true
}
], - "markups": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string"
}
]
}
}
], - "extra_charge_results": [
- {
- "sub_item_id": "string",
- "result_data": {
- "pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}, - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
], - "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "discounts": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string",
- "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string",
- "from_request": true
}
], - "markups": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string"
}
]
}
}
], - "additional_extra_charges": [
- {
- "temp_id": "string",
- "item_data": {
- "product_id": "string",
- "lot_id": "string",
- "sales_category_id": "string",
- "sales_unit": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}, - "number_of_sales_units": 0,
- "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "price_is_fixed": false,
- "exclude_from_discounts": false,
- "discount_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}, - "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string"
}
], - "markup_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}
}
], - "last_pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}
}, - "is_single_issue": true,
- "extra_charge_type": "DEPOSIT",
- "result_data": {
- "pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}, - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
], - "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "discounts": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string",
- "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string",
- "from_request": true
}
], - "markups": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string"
}
]
}
}
]
}
], - "additional_extra_charges": [
- {
- "temp_id": "string",
- "item_data": {
- "product_id": "string",
- "lot_id": "string",
- "sales_category_id": "string",
- "sales_unit": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}, - "number_of_sales_units": 0,
- "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "price_is_fixed": false,
- "exclude_from_discounts": false,
- "discount_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}, - "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string"
}
], - "markup_requests": [
- {
- "description": "string",
- "type": "MANUAL",
- "external_reference": "string",
- "external_data": "string",
- "value": {
- "@type": "AmountBasedDiscountOrMarkupValue",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "amount_includes_tax": true
}
}
], - "last_pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}
}, - "extra_charge_type": "DEPOSIT",
- "result_data": {
- "pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}, - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
], - "base_price_and_quantity": {
- "price": {
- "value": 0,
- "unit": "AUD"
}, - "price_is_gross": true,
- "quantity": {
- "value": 0,
- "unit": "ENERGY_JOULES"
}
}, - "discounts": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string",
- "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string",
- "from_request": true
}
], - "markups": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string"
}
]
}
}
], - "result_data": {
- "pricing_status": {
- "value": "SUCCESS",
- "description": "string",
- "checksum": "string",
- "external_data": "string"
}, - "additional_invoice_information": [
- {
- "type": "string",
- "text": [
- "string"
]
}
], - "discounts": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string",
- "promotion": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string",
- "from_request": true
}
], - "markups": [
- {
- "description": "string",
- "type": "MANUAL",
- "amount": {
- "value": 0,
- "unit": "AUD"
}, - "external_reference": "string",
- "external_data": "string"
}
], - "applied_coupons": [
- {
- "promotion_reference": {
- "promotion_type": "OFFER_PROMOTION",
- "promotion_id": "string"
}, - "coupon_identifier": "string"
}
]
}
}