@nautical-commerce/graphql-schema 1.73.0-29-gade2f4d05 → 1.73.0-30-g6f073b4c7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nautical/schema.graphql +16 -15
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1363,13 +1363,13 @@ type Query {
|
|
1363
1363
|
|
1364
1364
|
"""Return the last n elements from the list."""
|
1365
1365
|
last: Int
|
1366
|
-
): NauticalOrderCountableConnection
|
1366
|
+
): NauticalOrderCountableConnection @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
1367
1367
|
|
1368
1368
|
"""Look up a nautical quote order by token"""
|
1369
1369
|
nauticalQuoteOrderByToken(
|
1370
1370
|
"""The Nautical quote order token"""
|
1371
1371
|
token: NauticalUUID!
|
1372
|
-
): NauticalOrder
|
1372
|
+
): NauticalOrder @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
1373
1373
|
|
1374
1374
|
"""List of quote orders."""
|
1375
1375
|
quoteOrders(
|
@@ -1393,7 +1393,7 @@ type Query {
|
|
1393
1393
|
|
1394
1394
|
"""Return the last n elements from the list."""
|
1395
1395
|
last: Int
|
1396
|
-
): OrderCountableConnection
|
1396
|
+
): OrderCountableConnection @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
1397
1397
|
|
1398
1398
|
"""Return the total sales amount from a specific period."""
|
1399
1399
|
ordersTotal(
|
@@ -2416,7 +2416,7 @@ type User implements Node & ObjectWithMetadata {
|
|
2416
2416
|
|
2417
2417
|
"""Return the last n elements from the list."""
|
2418
2418
|
last: Int
|
2419
|
-
): OrderCountableConnection
|
2419
|
+
): OrderCountableConnection @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
2420
2420
|
numOrders: Int
|
2421
2421
|
|
2422
2422
|
"""List of user's nautical orders."""
|
@@ -2459,7 +2459,7 @@ type User implements Node & ObjectWithMetadata {
|
|
2459
2459
|
|
2460
2460
|
"""Return the last n elements from the list."""
|
2461
2461
|
last: Int
|
2462
|
-
): NauticalOrderCountableConnection
|
2462
|
+
): NauticalOrderCountableConnection @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
2463
2463
|
|
2464
2464
|
"""List of user's permissions."""
|
2465
2465
|
userPermissions: [UserPermission!]!
|
@@ -3900,7 +3900,7 @@ enum OrderOrderSource {
|
|
3900
3900
|
"""An enumeration."""
|
3901
3901
|
enum OrderStatus {
|
3902
3902
|
DRAFT
|
3903
|
-
QUOTE
|
3903
|
+
QUOTE @deprecated(reason: "This will be removed on June 11, 2025")
|
3904
3904
|
UNFULFILLED
|
3905
3905
|
PARTIALLY_FULFILLED
|
3906
3906
|
FULFILLED
|
@@ -5723,10 +5723,10 @@ enum NauticalOrderSubStatus {
|
|
5723
5723
|
|
5724
5724
|
enum OrderSubStatusEnum {
|
5725
5725
|
"""In Review"""
|
5726
|
-
IN_REVIEW
|
5726
|
+
IN_REVIEW @deprecated(reason: "This will be removed on June 11, 2025")
|
5727
5727
|
|
5728
5728
|
"""Quote Requested"""
|
5729
|
-
QUOTE_REQUESTED
|
5729
|
+
QUOTE_REQUESTED @deprecated(reason: "This will be removed on June 11, 2025")
|
5730
5730
|
|
5731
5731
|
"""Awaiting Payment"""
|
5732
5732
|
AWAITING_PAYMENT
|
@@ -7809,10 +7809,11 @@ enum OrderStatusFilter {
|
|
7809
7809
|
CANCELED
|
7810
7810
|
}
|
7811
7811
|
|
7812
|
+
"""An enumeration."""
|
7812
7813
|
enum OrderSourceFilter {
|
7813
7814
|
CHECKOUT
|
7814
7815
|
DRAFT
|
7815
|
-
QUOTE
|
7816
|
+
QUOTE @deprecated(reason: "This will be removed on June 11, 2025")
|
7816
7817
|
MANUAL
|
7817
7818
|
EXTERNAL
|
7818
7819
|
}
|
@@ -8552,7 +8553,7 @@ type Shop {
|
|
8552
8553
|
dashboardUrl: String
|
8553
8554
|
|
8554
8555
|
"""Whether the marketplace has enabled quote orders."""
|
8555
|
-
enableQuoteOrders: Boolean
|
8556
|
+
enableQuoteOrders: Boolean @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
8556
8557
|
|
8557
8558
|
"""Whether the marketplace has enabled offer orders."""
|
8558
8559
|
enableOfferOrders: Boolean @deprecated(reason: "This will be removed on February 20, 2025.")
|
@@ -13167,7 +13168,7 @@ type Mutation {
|
|
13167
13168
|
description: String
|
13168
13169
|
|
13169
13170
|
"""
|
13170
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13171
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/x-comma-separated-values, application/gzip, application/x-tif, text/x-pdf, application/zip, image/heic, drawing/x-dwf, text/pdf, image/svg+xml, image/gif, application/eps, text/rtf, image/bmp, application/x-csv, application/acrobat, application/vnd.oasis.opendocument.presentation, text/svg, image/x-dwg, application/x-rar-compressed, image/vnd.dwg, application/tif, application/x-dwg, image/heic-sequence, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv, text/svg-xml, image/x-tif, application/jpg, application/vnd.ms-excel, drawing/dwg, application/x-eps, application/acad, application/x-autocad, image/jpg, image/svg, application/x-rtf, text/plain, application/vnd.ms-word, image/x-dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-eps, application/x-tar, drawing/x-dwg, text/comma-separated-values, image/tiff, image/eps, application/x-rar, image/tif, application/csv, image/heif-sequence, text/x-csv, pplication/vnd.rar, image/png, application/pdf, application/x-dxf, application/x-acad, application/x-gzip, image/webp, application/vnd.ms-powerpoint, application/x-zip-compressed, application/x-tiff, image/dxf, application/vnd.oasis.opendocument.spreadsheet, application/gzip-compressed, application/svg+xml, image/jpeg, application/excel, application/tiff, application/x-pdf, application/msword, application/postscript, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-tiff, image/heif, image/x-ms-bmp, application/vnd.oasis.opendocument.text, application/dxf, application/rtf, image/x-bmp, application/vnd.pdf, application/x-jpg, application/gzipped.
|
13171
13172
|
"""
|
13172
13173
|
file: Upload!
|
13173
13174
|
|
@@ -15129,7 +15130,7 @@ type Mutation {
|
|
15129
15130
|
URL to send customer to for quote confirmation. Whatever URL is sent will have `token` added to the search parameters of the URL, e.g. if you send http://localhost/quote, the generated URL will be http://localhost/quote?token=...
|
15130
15131
|
"""
|
15131
15132
|
storefrontUrl: String!
|
15132
|
-
): NauticalQuoteOrderSendToCustomer @deprecated(reason: "The ability to send Order IDs will be removed on February 26, 2025.")
|
15133
|
+
): NauticalQuoteOrderSendToCustomer @deprecated(reason: "The ability to send Order IDs will be removed on February 26, 2025. This will be removed on June 11, 2025.")
|
15133
15134
|
|
15134
15135
|
"""Creates a new order fee."""
|
15135
15136
|
orderFeeCreate(
|
@@ -15610,7 +15611,7 @@ type Mutation {
|
|
15610
15611
|
checkoutConvertToNauticalQuoteOrder(
|
15611
15612
|
"""Checkout ID."""
|
15612
15613
|
checkoutId: ID!
|
15613
|
-
): CheckoutConvertToNauticalQuoteOrder
|
15614
|
+
): CheckoutConvertToNauticalQuoteOrder @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
15614
15615
|
|
15615
15616
|
"""Create a new checkout."""
|
15616
15617
|
checkoutCreate(
|
@@ -16596,7 +16597,7 @@ input MarketplaceConfigurationInput {
|
|
16596
16597
|
supportedCountries: [String!]
|
16597
16598
|
|
16598
16599
|
"""True if sellers can send quotes to customers."""
|
16599
|
-
sellerCanSendQuote: Boolean
|
16600
|
+
sellerCanSendQuote: Boolean @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
16600
16601
|
|
16601
16602
|
"""Determines scope for checking duplicated variant attribute sets"""
|
16602
16603
|
variantUniqueness: VariantUniquenessEnum = null
|
@@ -16605,7 +16606,7 @@ input MarketplaceConfigurationInput {
|
|
16605
16606
|
defaultSellerChecklists: [DefaultSellerChecklistInput!]
|
16606
16607
|
|
16607
16608
|
"""True if quote orders trigger stock allocation."""
|
16608
|
-
enableStockAllocationForQuotes: Boolean
|
16609
|
+
enableStockAllocationForQuotes: Boolean @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
16609
16610
|
|
16610
16611
|
"""True if offer orders trigger stock allocation."""
|
16611
16612
|
enableStockAllocationForOffers: Boolean @deprecated(reason: "This will be removed on February 20, 2025.")
|