You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/apps/api-reference/specs/admin/openapi.full.yaml
+19-38Lines changed: 19 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -76258,17 +76258,6 @@ components:
76258
76258
- cart
76259
76259
- title
76260
76260
- id
76261
-
- item_total
76262
-
- item_subtotal
76263
-
- item_tax_total
76264
-
- original_total
76265
-
- original_subtotal
76266
-
- original_tax_total
76267
-
- total
76268
-
- subtotal
76269
-
- tax_total
76270
-
- discount_total
76271
-
- discount_tax_total
76272
76261
- requires_shipping
76273
76262
- is_discountable
76274
76263
- is_tax_inclusive
@@ -76551,47 +76540,47 @@ components:
76551
76540
original_total:
76552
76541
type: number
76553
76542
title: original_total
76554
-
description: The item's total including taxes, excluding promotions.
76543
+
description: The item's total including taxes, excluding promotions. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76555
76544
original_subtotal:
76556
76545
type: number
76557
76546
title: original_subtotal
76558
-
description: The item's total excluding taxes, including promotions.
76547
+
description: The item's total excluding taxes, including promotions. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76559
76548
original_tax_total:
76560
76549
type: number
76561
76550
title: original_tax_total
76562
-
description: The total taxes of the item excluding promotions.
76551
+
description: The total taxes of the item excluding promotions. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76563
76552
item_total:
76564
76553
type: number
76565
76554
title: original_tax_total
76566
-
description: The item's total including taxes and promotions.
76555
+
description: The item's total including taxes and promotions. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76567
76556
item_subtotal:
76568
76557
type: number
76569
76558
title: item_subtotal
76570
-
description: The item's total excluding taxes, including promotions.
76559
+
description: The item's total excluding taxes, including promotions. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76571
76560
item_tax_total:
76572
76561
type: number
76573
76562
title: item_tax_total
76574
-
description: The total taxes of the item including promotions.
76563
+
description: The total taxes of the item including promotions. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76575
76564
total:
76576
76565
type: number
76577
76566
title: total
76578
-
description: The item's total including taxes and promotions.
76567
+
description: The item's total including taxes and promotions. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76579
76568
subtotal:
76580
76569
type: number
76581
76570
title: subtotal
76582
-
description: The item's total excluding taxes, including promotions.
76571
+
description: The item's total excluding taxes, including promotions. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76583
76572
tax_total:
76584
76573
type: number
76585
76574
title: tax_total
76586
-
description: The total taxes of the item including promotions.
76575
+
description: The total taxes of the item including promotions. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76587
76576
discount_total:
76588
76577
type: number
76589
76578
title: discount_total
76590
-
description: The total discount of the item.
76579
+
description: The total discount of the item. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76591
76580
discount_tax_total:
76592
76581
type: number
76593
76582
title: discount_tax_total
76594
-
description: The total taxes applied on the discounted amount.
76583
+
description: The total taxes applied on the discounted amount. This field is only available if you expand the `items.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-cart-item-totals) guide.
76595
76584
StoreCartPromotion:
76596
76585
type: object
76597
76586
description: The promotion's promotions.
@@ -76668,14 +76657,6 @@ components:
76668
76657
- is_tax_inclusive
76669
76658
- created_at
76670
76659
- updated_at
76671
-
- original_total
76672
-
- original_subtotal
76673
-
- original_tax_total
76674
-
- total
76675
-
- subtotal
76676
-
- tax_total
76677
-
- discount_total
76678
-
- discount_tax_total
76679
76660
properties:
76680
76661
id:
76681
76662
type: string
@@ -76877,35 +76858,35 @@ components:
76877
76858
original_total:
76878
76859
type: number
76879
76860
title: original_total
76880
-
description: The shipping method's total including taxes, excluding promotions.
76861
+
description: The shipping method's total including taxes, excluding promotions. This field is only available if you expand the `shipping_methods.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-shipping-method-totals) guide.
76881
76862
original_subtotal:
76882
76863
type: number
76883
76864
title: original_subtotal
76884
-
description: The shipping method's total excluding taxes, including promotions.
76865
+
description: The shipping method's total excluding taxes, including promotions. This field is only available if you expand the `shipping_methods.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-shipping-method-totals) guide.
76885
76866
original_tax_total:
76886
76867
type: number
76887
76868
title: original_tax_total
76888
-
description: The total taxes applied on the shipping method's amount including promotions.
76869
+
description: The total taxes applied on the shipping method's amount including promotions. This field is only available if you expand the `shipping_methods.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-shipping-method-totals) guide.
76889
76870
total:
76890
76871
type: number
76891
76872
title: total
76892
-
description: The shipping method's total amount including taxes and promotions.
76873
+
description: The shipping method's total amount including taxes and promotions. This field is only available if you expand the `shipping_methods.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-shipping-method-totals) guide.
76893
76874
subtotal:
76894
76875
type: number
76895
76876
title: subtotal
76896
-
description: The shipping method's total amount excluding taxes, including promotions.
76877
+
description: The shipping method's total amount excluding taxes, including promotions. This field is only available if you expand the `shipping_methods.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-shipping-method-totals) guide.
76897
76878
tax_total:
76898
76879
type: number
76899
76880
title: tax_total
76900
-
description: The total taxes applied on the shipping method's amount including promotions.
76881
+
description: The total taxes applied on the shipping method's amount including promotions. This field is only available if you expand the `shipping_methods.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-shipping-method-totals) guide.
76901
76882
discount_total:
76902
76883
type: number
76903
76884
title: discount_total
76904
-
description: The total amount discounted.
76885
+
description: The total amount discounted. This field is only available if you expand the `shipping_methods.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-shipping-method-totals) guide.
76905
76886
discount_tax_total:
76906
76887
type: number
76907
76888
title: discount_tax_total
76908
-
description: The taxes applied on the discounted amount.
76889
+
description: The taxes applied on the discounted amount. This field is only available if you expand the `shipping_methods.*` relation. Learn more in the [Cart Totals](https://docs.medusajs.com/resources/storefront-development/cart/totals#retrieve-and-show-shipping-method-totals) guide.
0 commit comments