@nautical-commerce/graphql-schema 1.57.0-10-g784c5be17 → 1.57.0-12-gceacf3b10
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +1 -22
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3830,9 +3830,6 @@ type Order implements Node & ObjectWithMetadata {
|
|
3830
3830
|
"""Seller commission for the order"""
|
3831
3831
|
sellerCommission: Money
|
3832
3832
|
|
3833
|
-
"""Volume discount for the order"""
|
3834
|
-
volumeDiscount: TaxedMoney
|
3835
|
-
|
3836
3833
|
"""Validation status for the order"""
|
3837
3834
|
validationStatus: [ValidationStatus!]
|
3838
3835
|
|
@@ -5634,9 +5631,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
|
|
5634
5631
|
|
5635
5632
|
"""Returns True, if order requires shipping."""
|
5636
5633
|
isShippingRequired: Boolean!
|
5637
|
-
|
5638
|
-
"""Volume discount for the nautical order"""
|
5639
|
-
volumeDiscount: TaxedMoney
|
5640
5634
|
shippingMethodName: String!
|
5641
5635
|
|
5642
5636
|
"""Latest bid made against the order."""
|
@@ -10625,7 +10619,6 @@ type OrderVendorSummaryType {
|
|
10625
10619
|
average: Float
|
10626
10620
|
taxes: Float
|
10627
10621
|
discounts: Float
|
10628
|
-
volumeDiscounts: Float
|
10629
10622
|
revenue: Float
|
10630
10623
|
totals: Int
|
10631
10624
|
commission: Float
|
@@ -10645,7 +10638,6 @@ type OrderVendorReportType {
|
|
10645
10638
|
average: Float
|
10646
10639
|
taxes: Float
|
10647
10640
|
discounts: Float
|
10648
|
-
volumeDiscounts: Float
|
10649
10641
|
revenue: Float
|
10650
10642
|
totals: Int
|
10651
10643
|
commission: Float
|
@@ -10674,7 +10666,6 @@ type SingleVendorReportType {
|
|
10674
10666
|
average: Float
|
10675
10667
|
taxes: Float
|
10676
10668
|
discounts: Float
|
10677
|
-
volumeDiscounts: Float
|
10678
10669
|
revenue: Float
|
10679
10670
|
totals: Int
|
10680
10671
|
commission: Float
|
@@ -10698,7 +10689,6 @@ type SingleVendorSummaryType {
|
|
10698
10689
|
average: Float
|
10699
10690
|
taxes: Float
|
10700
10691
|
discounts: Float
|
10701
|
-
volumeDiscounts: Float
|
10702
10692
|
revenue: Float
|
10703
10693
|
totals: Int
|
10704
10694
|
commission: Float
|
@@ -12223,7 +12213,6 @@ type OrderSellerSummaryType {
|
|
12223
12213
|
average: Float
|
12224
12214
|
taxes: Float
|
12225
12215
|
discounts: Float
|
12226
|
-
volumeDiscounts: Float
|
12227
12216
|
revenue: Float
|
12228
12217
|
totals: Int
|
12229
12218
|
commission: Float
|
@@ -12239,7 +12228,6 @@ type OrderCustomerReportType {
|
|
12239
12228
|
average: Float
|
12240
12229
|
taxes: Float
|
12241
12230
|
discounts: Float
|
12242
|
-
volumeDiscounts: Float
|
12243
12231
|
revenue: Float
|
12244
12232
|
totals: Int
|
12245
12233
|
commission: Float
|
@@ -12280,7 +12268,6 @@ type OrderSellerReportType {
|
|
12280
12268
|
average: Float
|
12281
12269
|
taxes: Float
|
12282
12270
|
discounts: Float
|
12283
|
-
volumeDiscounts: Float
|
12284
12271
|
revenue: Float
|
12285
12272
|
totals: Int
|
12286
12273
|
commission: Float
|
@@ -12321,7 +12308,6 @@ type OrderMarketplaceReportType {
|
|
12321
12308
|
average: Float
|
12322
12309
|
taxes: Float
|
12323
12310
|
discounts: Float
|
12324
|
-
volumeDiscounts: Float
|
12325
12311
|
revenue: Float
|
12326
12312
|
totals: Int
|
12327
12313
|
commission: Float
|
@@ -12393,7 +12379,6 @@ type AbstractOrderSellerReportType {
|
|
12393
12379
|
average: Float
|
12394
12380
|
taxes: Float
|
12395
12381
|
discounts: Float
|
12396
|
-
volumeDiscounts: Float
|
12397
12382
|
revenue: Float
|
12398
12383
|
totals: Int
|
12399
12384
|
commission: Float
|
@@ -12408,7 +12393,6 @@ type MarketplaceTaxReportType {
|
|
12408
12393
|
average: Float
|
12409
12394
|
taxes: Float
|
12410
12395
|
discounts: Float
|
12411
|
-
volumeDiscounts: Float
|
12412
12396
|
revenue: Float
|
12413
12397
|
totals: Int
|
12414
12398
|
commission: Float
|
@@ -12448,7 +12432,6 @@ type MarketplaceTaxReportByLocaleType {
|
|
12448
12432
|
average: Float
|
12449
12433
|
taxes: Float
|
12450
12434
|
discounts: Float
|
12451
|
-
volumeDiscounts: Float
|
12452
12435
|
revenue: Float
|
12453
12436
|
totals: Int
|
12454
12437
|
commission: Float
|
@@ -12640,7 +12623,6 @@ type AbstractPercentReportType {
|
|
12640
12623
|
average: Float
|
12641
12624
|
taxes: Float
|
12642
12625
|
discounts: Float
|
12643
|
-
volumeDiscounts: Float
|
12644
12626
|
revenue: Float
|
12645
12627
|
totals: Float
|
12646
12628
|
}
|
@@ -12659,7 +12641,6 @@ type DashboardSellerOrderPerformanceType {
|
|
12659
12641
|
average: Float
|
12660
12642
|
taxes: Float
|
12661
12643
|
discounts: Float
|
12662
|
-
volumeDiscounts: Float
|
12663
12644
|
revenue: Float
|
12664
12645
|
totals: Int
|
12665
12646
|
commission: Float
|
@@ -12681,7 +12662,6 @@ type GraphDataType {
|
|
12681
12662
|
average: Float
|
12682
12663
|
taxes: Float
|
12683
12664
|
discounts: Float
|
12684
|
-
volumeDiscounts: Float
|
12685
12665
|
revenue: Float
|
12686
12666
|
totals: Int
|
12687
12667
|
commission: Float
|
@@ -13470,7 +13450,7 @@ type Mutation {
|
|
13470
13450
|
description: String
|
13471
13451
|
|
13472
13452
|
"""
|
13473
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13453
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-tif, application/x-dwg, text/x-csv, image/webp, image/jpeg, image/x-bmp, image/jpg, application/vnd.ms-word, text/comma-separated-values, image/svg, image/dxf, application/vnd.oasis.opendocument.presentation, text/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-rar, application/vnd.oasis.opendocument.text, drawing/dwg, drawing/x-dwf, image/heic, image/heic-sequence, drawing/x-dwg, application/msword, image/vnd.dwg, application/pdf, application/acad, application/x-tar, application/postscript, image/gif, application/x-acad, application/vnd.ms-excel, application/x-tiff, application/eps, application/x-dxf, application/x-jpg, application/x-zip-compressed, application/csv, image/svg+xml, image/x-dxf, application/svg+xml, application/excel, application/gzip-compressed, application/vnd.pdf, text/plain, image/x-dwg, application/x-pdf, application/tif, application/dwg, application/x-rtf, image/png, text/svg-xml, application/x-eps, pplication/vnd.rar, application/acrobat, application/vnd.oasis.opendocument.spreadsheet, application/jpg, application/x-rar-compressed, image/x-ms-bmp, text/x-comma-separated-values, image/tiff, image/eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/gzip, text/rtf, image/x-tiff, text/svg, application/x-csv, image/bmp, application/rtf, image/heif, application/gzipped, image/heif-sequence, application/tiff, image/x-eps, image/tif, application/zip, application/x-gzip, application/dxf, application/x-autocad, application/vnd.ms-powerpoint, text/x-pdf.
|
13474
13454
|
"""
|
13475
13455
|
file: Upload!
|
13476
13456
|
|
@@ -16018,7 +15998,6 @@ type Mutation {
|
|
16018
15998
|
Determines whether the email sent out is catered to carriers instead of customers
|
16019
15999
|
"""
|
16020
16000
|
vehicles: Boolean = false
|
16021
|
-
volumeDiscount: Float!
|
16022
16001
|
): CheckoutComplete
|
16023
16002
|
|
16024
16003
|
"""
|