docs/v2/storefront/index.yaml in spree_api-4.1.10 vs docs/v2/storefront/index.yaml in spree_api-4.1.11
- old
+ new
@@ -1297,10 +1297,22 @@
type: string
example: '10.0'
display_tax_total:
type: string
example: '$10.00'
+ pre_tax_item_amount:
+ type: string
+ example: '17.00'
+ display_pre_tax_item_amount:
+ type: string
+ example: '$17.00'
+ pre_tax_total:
+ type: string
+ example: '20.00'
+ display_pre_tax_total:
+ type: string
+ example: '$20.00'
item_count:
type: number
example: 2
description: 'Total quantity number of all items added to the Cart'
special_instructions:
@@ -1507,9 +1519,15 @@
example: '$5.00'
discounted_amount:
type: string
example: '125.0'
display_discounted_amount:
+ type: string
+ example: '$125.00'
+ pre_tax_amount:
+ type: string
+ example: '125.0'
+ display_pre_tax_amount:
type: string
example: '$125.00'
promo_total:
type: string
example: '-5.0'