OrderTotalSummary
Version 2024-04-01
Overview
Represents the summary of charges on the order by rolling up different charges appropriately and categorizing them into a high level view.
Typically provides the following summary:
- Order Total Price - Represents the total on the order to be charged to shopper.
- Order Subtotal - Represents the total price of items part of the order.
- Order Total Shipping - Represents the total shipping charges on the order.
- Order Total Tax - Represents the total tax charges on the order.
Fields
Field | Description |
---|---|
rollupCharges ([RollupCharge]) | List of charges rolled up by type. |
totalPrice (Money) | DeprecatedUse Represents the total on the order to be charged to shopper based on the charges listed under rollupCharges. |
value (Money) | Represents the total on the order to be charged to shopper based on the charges listed under rollupCharges. |
verified (Boolean) | Indicates whether the data provided in OrderTotalSummary was generated and verified by Buy with Prime. If false, the monetary values represented in the charges and totals here may not accurately represent the summary of charges for the order. |
Updated about 2 months ago