Value breakdown of the order, contains the details of the breakup value for the order.
Fields
currency_code
StringThe international currency code representing the currency used for the value. For example, 'INR', 'USD', or 'EUR'.
currency_symbol
StringSymbol representing the currency used for the value. For example, '₹', '$', or '€'.
display
StringThe name of the entity as it should be displayed. For example, 'Subtotal' or 'Shipping Charges'.
name
StringThe slug identifier of the entity. For example, 'subtotal' or 'delivery_charge'.
value
FloatThe numerical value associated with the entity in the currency of the order. For example, 1000.50 or 150.00.
sub_values
[OrderBreakupValue!]Array of nested breakup values that can contain further sub-values (recursive structure)
Was this section helpful?