@nautical-commerce/graphql-schema 1.63.1 → 1.64.0-10-g411c4af25
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 +82 -9
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2645,8 +2645,8 @@ type Checkout implements Node & ObjectWithMetadata {
|
|
2645
2645
|
availableShippingMethodsBySeller: [MultiSellerShippingMethod!]!
|
2646
2646
|
|
2647
2647
|
"""Applicable volume discounts"""
|
2648
|
-
applicableVolumeDiscounts: Money
|
2649
|
-
applicableVolumeDiscountsBySeller: [SellerVolumeDiscount!]!
|
2648
|
+
applicableVolumeDiscounts: Money @deprecated(reason: "This will be removed on March 9, 2025")
|
2649
|
+
applicableVolumeDiscountsBySeller: [SellerVolumeDiscount!]! @deprecated(reason: "This will be removed on March 9, 2025")
|
2650
2650
|
|
2651
2651
|
"""List of available payment gateways."""
|
2652
2652
|
availablePaymentGateways: [PaymentGateway!]!
|
@@ -3220,6 +3220,7 @@ type Seller implements Node & ObjectWithMetadata {
|
|
3220
3220
|
externalPayoutSchedule: String
|
3221
3221
|
agreementDecisionReason: String
|
3222
3222
|
storeDescription: String
|
3223
|
+
storeDescriptionPlainText: String
|
3223
3224
|
|
3224
3225
|
"""List of documents associated with the seller."""
|
3225
3226
|
documents: [Document!]
|
@@ -3499,9 +3500,6 @@ enum SellerApplicationCheckpoint {
|
|
3499
3500
|
"""Address"""
|
3500
3501
|
ADDRESS
|
3501
3502
|
|
3502
|
-
"""Business Sell"""
|
3503
|
-
BUSINESS_SELL
|
3504
|
-
|
3505
3503
|
"""Complete"""
|
3506
3504
|
COMPLETE
|
3507
3505
|
}
|
@@ -4750,7 +4748,6 @@ type Permission {
|
|
4750
4748
|
name: String!
|
4751
4749
|
}
|
4752
4750
|
|
4753
|
-
"""An enumeration."""
|
4754
4751
|
enum PermissionEnum {
|
4755
4752
|
MANAGE_USERS
|
4756
4753
|
MANAGE_STAFF
|
@@ -4766,7 +4763,7 @@ enum PermissionEnum {
|
|
4766
4763
|
MANAGE_ORDERS
|
4767
4764
|
MANAGE_DRAFT_AND_QUOTE_ORDERS
|
4768
4765
|
MANAGE_FULFILLMENTS
|
4769
|
-
MANAGE_PAGES
|
4766
|
+
MANAGE_PAGES @deprecated(reason: "This will be removed on March 10, 2025. If you are using MANAGE_PAGES, please use MANAGE_STOREFRONTS instead.")
|
4770
4767
|
MANAGE_PRODUCTS
|
4771
4768
|
MANAGE_INVENTORY
|
4772
4769
|
MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES
|
@@ -8953,9 +8950,10 @@ type PublicSeller implements Node {
|
|
8953
8950
|
"""Size of the store's banner."""
|
8954
8951
|
size: Int
|
8955
8952
|
): Image
|
8956
|
-
storeDescription: String!
|
8957
8953
|
products(offset: Int, before: String, after: String, first: Int, last: Int): ProductCountableConnection!
|
8958
8954
|
variants(offset: Int, before: String, after: String, first: Int, last: Int): ProductVariantCountableConnection!
|
8955
|
+
storeDescription: String
|
8956
|
+
storeDescriptionPlainText: String
|
8959
8957
|
}
|
8960
8958
|
|
8961
8959
|
type SellerCountableConnection {
|
@@ -10507,6 +10505,10 @@ type Page implements Node & ObjectWithMetadata {
|
|
10507
10505
|
|
10508
10506
|
"""Whether the page is published."""
|
10509
10507
|
isPublished: Boolean!
|
10508
|
+
image(
|
10509
|
+
"""Featured image for the page."""
|
10510
|
+
size: Int
|
10511
|
+
): Image
|
10510
10512
|
}
|
10511
10513
|
|
10512
10514
|
type PageCountableConnection {
|
@@ -13164,7 +13166,7 @@ type Mutation {
|
|
13164
13166
|
description: String
|
13165
13167
|
|
13166
13168
|
"""
|
13167
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13169
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/tiff, image/svg, drawing/x-dwf, image/tif, drawing/dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-tar, application/zip, application/vnd.ms-word, application/x-tif, application/x-rar-compressed, application/csv, application/x-rar, application/x-rtf, application/svg+xml, pplication/vnd.rar, text/svg-xml, image/x-dwg, text/csv, image/gif, image/dxf, application/gzip, image/svg+xml, application/dxf, application/rtf, image/x-bmp, application/x-csv, application/vnd.oasis.opendocument.text, image/heif-sequence, image/heic, application/excel, image/jpg, application/msword, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/jpeg, application/acrobat, text/plain, application/acad, drawing/x-dwg, text/pdf, image/x-eps, image/heic-sequence, image/eps, application/x-dxf, image/png, application/gzipped, application/vnd.oasis.opendocument.spreadsheet, application/vnd.ms-powerpoint, image/vnd.dwg, application/postscript, application/x-jpg, image/bmp, image/x-ms-bmp, image/tiff, text/x-pdf, application/x-eps, application/gzip-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-dwg, application/tif, application/x-zip-compressed, application/eps, application/x-pdf, application/vnd.oasis.opendocument.presentation, application/x-autocad, image/x-tiff, application/x-gzip, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/x-csv, image/webp, application/x-tiff, application/vnd.pdf, application/jpg, image/x-dxf, text/svg, image/heif, text/rtf, application/vnd.ms-excel, text/comma-separated-values, image/x-tif, text/x-comma-separated-values, application/x-acad, application/pdf, application/dwg.
|
13168
13170
|
"""
|
13169
13171
|
file: Upload!
|
13170
13172
|
|
@@ -14635,6 +14637,26 @@ type Mutation {
|
|
14635
14637
|
input: PageInput!
|
14636
14638
|
): PageUpdate
|
14637
14639
|
|
14640
|
+
"""
|
14641
|
+
Creates a featured image for the given page.This mutation must be sent as a 'multipart' request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec
|
14642
|
+
"""
|
14643
|
+
pageImageUpdate(
|
14644
|
+
"""Alt text for the image."""
|
14645
|
+
alt: String!
|
14646
|
+
|
14647
|
+
"""ID of the page to update."""
|
14648
|
+
id: ID!
|
14649
|
+
|
14650
|
+
"""Represents an image file in a multipart request"""
|
14651
|
+
image: Upload!
|
14652
|
+
): PageImageUpdate
|
14653
|
+
|
14654
|
+
"""Deletes a features image for the given page."""
|
14655
|
+
pageImageDelete(
|
14656
|
+
"""ID of the page to delete the image off of."""
|
14657
|
+
id: ID!
|
14658
|
+
): PageImageDelete
|
14659
|
+
|
14638
14660
|
"""Completes creating an order."""
|
14639
14661
|
draftOrderComplete(
|
14640
14662
|
"""ID of the order that will be completed."""
|
@@ -14966,6 +14988,15 @@ type Mutation {
|
|
14966
14988
|
order: ID
|
14967
14989
|
): OrderFulfill
|
14968
14990
|
|
14991
|
+
"""Creates new fulfillments for a nautical order."""
|
14992
|
+
nauticalOrderFulfill(
|
14993
|
+
"""Fields required to create a fulfillment."""
|
14994
|
+
input: NauticalOrderFulfillInput!
|
14995
|
+
|
14996
|
+
"""ID of the Nautical Order to be fulfilled."""
|
14997
|
+
nauticalOrder: ID
|
14998
|
+
): NauticalOrderFulfill
|
14999
|
+
|
14969
15000
|
"""
|
14970
15001
|
Decline (permanently) part of an order. The buyer will not be charged for the missing stock. Use if stock in a warehouse is damaged, expired, or unavailable.
|
14971
15002
|
"""
|
@@ -20403,6 +20434,22 @@ type PageUpdate {
|
|
20403
20434
|
page: Page
|
20404
20435
|
}
|
20405
20436
|
|
20437
|
+
"""
|
20438
|
+
Creates a featured image for the given page.This mutation must be sent as a 'multipart' request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec
|
20439
|
+
"""
|
20440
|
+
type PageImageUpdate {
|
20441
|
+
"""An updated page instance."""
|
20442
|
+
page: Page
|
20443
|
+
pageErrors: [PageError!]!
|
20444
|
+
}
|
20445
|
+
|
20446
|
+
"""Deletes a features image for the given page."""
|
20447
|
+
type PageImageDelete {
|
20448
|
+
"""An updated page instance"""
|
20449
|
+
page: Page
|
20450
|
+
pageErrors: [PageError!]!
|
20451
|
+
}
|
20452
|
+
|
20406
20453
|
"""Completes creating an order."""
|
20407
20454
|
type DraftOrderComplete {
|
20408
20455
|
"""Completed order."""
|
@@ -21051,6 +21098,32 @@ input OrderFulfillStockInput {
|
|
21051
21098
|
warehouse: ID!
|
21052
21099
|
}
|
21053
21100
|
|
21101
|
+
"""Creates new fulfillments for a nautical order."""
|
21102
|
+
type NauticalOrderFulfill {
|
21103
|
+
"""List of created fulfillments."""
|
21104
|
+
fulfillments: [Fulfillment!]!
|
21105
|
+
|
21106
|
+
"""Fulfilled order."""
|
21107
|
+
nauticalOrder: NauticalOrder!
|
21108
|
+
orderErrors: [OrderError!]!
|
21109
|
+
}
|
21110
|
+
|
21111
|
+
input NauticalOrderFulfillInput {
|
21112
|
+
"""List of items informing how to fulfill the order."""
|
21113
|
+
lines: [NauticalOrderFulfillLineInput!]!
|
21114
|
+
|
21115
|
+
"""If true, send an email notification to the customer."""
|
21116
|
+
notifyCustomer: Boolean
|
21117
|
+
}
|
21118
|
+
|
21119
|
+
input NauticalOrderFulfillLineInput {
|
21120
|
+
"""The ID of the nautical order line."""
|
21121
|
+
nauticalOrderLineId: ID
|
21122
|
+
|
21123
|
+
"""List of stock items to create."""
|
21124
|
+
stocks: [OrderFulfillStockInput!]!
|
21125
|
+
}
|
21126
|
+
|
21054
21127
|
"""
|
21055
21128
|
Decline (permanently) part of an order. The buyer will not be charged for the missing stock. Use if stock in a warehouse is damaged, expired, or unavailable.
|
21056
21129
|
"""
|