docs/v2/storefront/index.yaml in spree_api-4.0.5 vs docs/v2/storefront/index.yaml in spree_api-4.0.6
- old
+ new
@@ -1121,10 +1121,18 @@
type: string
example: 'USA'
company:
type: string
example: 'Google Inc.'
+ AddressList:
+ required:
+ - data
+ properties:
+ data:
+ type: array
+ items:
+ $ref: '#/components/schemas/Address'
Cart:
required:
- data
- included
properties:
@@ -1287,10 +1295,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:
@@ -1497,9 +1517,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'