@nautical-commerce/graphql-schema 1.58.1-2-g56c92d453 → 1.58.1-3-g83147c588
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +21 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3825,6 +3825,9 @@ type Order implements Node & ObjectWithMetadata {
|
|
3825
3825
|
"""Seller commission for the order"""
|
3826
3826
|
sellerCommission: Money
|
3827
3827
|
|
3828
|
+
"""Volume discount for the order"""
|
3829
|
+
volumeDiscount: TaxedMoney @deprecated(reason: "This will be removed on February 1, 2025.")
|
3830
|
+
|
3828
3831
|
"""Validation status for the order"""
|
3829
3832
|
validationStatus: [ValidationStatus!]
|
3830
3833
|
|
@@ -5628,6 +5631,9 @@ type NauticalOrder implements Node & ObjectWithMetadata {
|
|
5628
5631
|
|
5629
5632
|
"""Returns True, if order requires shipping."""
|
5630
5633
|
isShippingRequired: Boolean!
|
5634
|
+
|
5635
|
+
"""Volume discount for the nautical order"""
|
5636
|
+
volumeDiscount: TaxedMoney @deprecated(reason: "This will be removed on February 1, 2025.")
|
5631
5637
|
shippingMethodName: String!
|
5632
5638
|
|
5633
5639
|
"""Latest bid made against the order."""
|
@@ -10603,6 +10609,7 @@ type OrderVendorSummaryType {
|
|
10603
10609
|
average: Float
|
10604
10610
|
taxes: Float
|
10605
10611
|
discounts: Float
|
10612
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
10606
10613
|
revenue: Float
|
10607
10614
|
totals: Int
|
10608
10615
|
commission: Float
|
@@ -10622,6 +10629,7 @@ type OrderVendorReportType {
|
|
10622
10629
|
average: Float
|
10623
10630
|
taxes: Float
|
10624
10631
|
discounts: Float
|
10632
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
10625
10633
|
revenue: Float
|
10626
10634
|
totals: Int
|
10627
10635
|
commission: Float
|
@@ -10650,6 +10658,7 @@ type SingleVendorReportType {
|
|
10650
10658
|
average: Float
|
10651
10659
|
taxes: Float
|
10652
10660
|
discounts: Float
|
10661
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
10653
10662
|
revenue: Float
|
10654
10663
|
totals: Int
|
10655
10664
|
commission: Float
|
@@ -10673,6 +10682,7 @@ type SingleVendorSummaryType {
|
|
10673
10682
|
average: Float
|
10674
10683
|
taxes: Float
|
10675
10684
|
discounts: Float
|
10685
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
10676
10686
|
revenue: Float
|
10677
10687
|
totals: Int
|
10678
10688
|
commission: Float
|
@@ -12192,6 +12202,7 @@ type OrderSellerSummaryType {
|
|
12192
12202
|
average: Float
|
12193
12203
|
taxes: Float
|
12194
12204
|
discounts: Float
|
12205
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12195
12206
|
revenue: Float
|
12196
12207
|
totals: Int
|
12197
12208
|
commission: Float
|
@@ -12207,6 +12218,7 @@ type OrderCustomerReportType {
|
|
12207
12218
|
average: Float
|
12208
12219
|
taxes: Float
|
12209
12220
|
discounts: Float
|
12221
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12210
12222
|
revenue: Float
|
12211
12223
|
totals: Int
|
12212
12224
|
commission: Float
|
@@ -12247,6 +12259,7 @@ type OrderSellerReportType {
|
|
12247
12259
|
average: Float
|
12248
12260
|
taxes: Float
|
12249
12261
|
discounts: Float
|
12262
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12250
12263
|
revenue: Float
|
12251
12264
|
totals: Int
|
12252
12265
|
commission: Float
|
@@ -12287,6 +12300,7 @@ type OrderMarketplaceReportType {
|
|
12287
12300
|
average: Float
|
12288
12301
|
taxes: Float
|
12289
12302
|
discounts: Float
|
12303
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12290
12304
|
revenue: Float
|
12291
12305
|
totals: Int
|
12292
12306
|
commission: Float
|
@@ -12358,6 +12372,7 @@ type AbstractOrderSellerReportType {
|
|
12358
12372
|
average: Float
|
12359
12373
|
taxes: Float
|
12360
12374
|
discounts: Float
|
12375
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12361
12376
|
revenue: Float
|
12362
12377
|
totals: Int
|
12363
12378
|
commission: Float
|
@@ -12372,6 +12387,7 @@ type MarketplaceTaxReportType {
|
|
12372
12387
|
average: Float
|
12373
12388
|
taxes: Float
|
12374
12389
|
discounts: Float
|
12390
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12375
12391
|
revenue: Float
|
12376
12392
|
totals: Int
|
12377
12393
|
commission: Float
|
@@ -12411,6 +12427,7 @@ type MarketplaceTaxReportByLocaleType {
|
|
12411
12427
|
average: Float
|
12412
12428
|
taxes: Float
|
12413
12429
|
discounts: Float
|
12430
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12414
12431
|
revenue: Float
|
12415
12432
|
totals: Int
|
12416
12433
|
commission: Float
|
@@ -12602,6 +12619,7 @@ type AbstractPercentReportType {
|
|
12602
12619
|
average: Float
|
12603
12620
|
taxes: Float
|
12604
12621
|
discounts: Float
|
12622
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12605
12623
|
revenue: Float
|
12606
12624
|
totals: Float
|
12607
12625
|
}
|
@@ -12620,6 +12638,7 @@ type DashboardSellerOrderPerformanceType {
|
|
12620
12638
|
average: Float
|
12621
12639
|
taxes: Float
|
12622
12640
|
discounts: Float
|
12641
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12623
12642
|
revenue: Float
|
12624
12643
|
totals: Int
|
12625
12644
|
commission: Float
|
@@ -12641,6 +12660,7 @@ type GraphDataType {
|
|
12641
12660
|
average: Float
|
12642
12661
|
taxes: Float
|
12643
12662
|
discounts: Float
|
12663
|
+
volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
12644
12664
|
revenue: Float
|
12645
12665
|
totals: Int
|
12646
12666
|
commission: Float
|
@@ -13429,7 +13449,7 @@ type Mutation {
|
|
13429
13449
|
description: String
|
13430
13450
|
|
13431
13451
|
"""
|
13432
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13452
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/heif, application/acad, application/gzip, image/x-eps, application/x-jpg, text/svg, text/pdf, text/x-comma-separated-values, application/vnd.oasis.opendocument.text, application/x-tiff, image/svg, image/tiff, application/x-dxf, image/tif, image/x-dwg, application/excel, image/x-ms-bmp, application/x-rtf, image/svg+xml, application/gzipped, application/x-gzip, image/webp, application/x-eps, application/eps, application/acrobat, text/comma-separated-values, image/x-dxf, drawing/x-dwg, text/rtf, application/msword, image/vnd.dwg, image/heic, image/dxf, image/x-tif, application/x-tar, application/vnd.pdf, application/x-rar-compressed, image/jpeg, application/dxf, application/x-csv, application/vnd.ms-powerpoint, image/png, application/x-rar, application/zip, drawing/x-dwf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heic-sequence, application/csv, application/x-tif, application/x-pdf, image/gif, application/vnd.ms-excel, image/x-tiff, image/eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/dwg, text/svg-xml, drawing/dwg, image/x-bmp, image/jpg, text/csv, application/tif, pplication/vnd.rar, application/vnd.oasis.opendocument.spreadsheet, application/x-autocad, application/vnd.ms-word, image/heif-sequence, text/plain, application/pdf, application/x-zip-compressed, application/tiff, text/x-pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/postscript, application/vnd.oasis.opendocument.presentation, application/svg+xml, application/gzip-compressed, application/rtf, text/x-csv, application/x-acad, image/bmp, application/jpg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-dwg.
|
13433
13453
|
"""
|
13434
13454
|
file: Upload!
|
13435
13455
|
|