@nautical-commerce/graphql-schema 1.72.0 → 1.73.0-2-gab5f66f39
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 +23 -9
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3243,6 +3243,7 @@ type Seller implements Node & ObjectWithMetadata {
|
|
3243
3243
|
if no order has been created
|
3244
3244
|
"""
|
3245
3245
|
firstOrderPlacedDate: DateTime
|
3246
|
+
fullfilledByMarketplace: Boolean!
|
3246
3247
|
created: DateTime!
|
3247
3248
|
updated: DateTime!
|
3248
3249
|
accountSetupTasksAreDone: Boolean
|
@@ -3755,6 +3756,11 @@ type Order implements Node & ObjectWithMetadata {
|
|
3755
3756
|
Indicates that the shipping price is set manually by user rather than taken from a related shipping method.
|
3756
3757
|
"""
|
3757
3758
|
isShippingPriceOverridden: Boolean!
|
3759
|
+
|
3760
|
+
"""
|
3761
|
+
Indicates that the order is being fulfilled by the marketplace and the seller is not responsible for shipping.
|
3762
|
+
"""
|
3763
|
+
fulfilledByMarketplace: Boolean!
|
3758
3764
|
token: String!
|
3759
3765
|
voucher: Voucher
|
3760
3766
|
discount: Money
|
@@ -4567,6 +4573,9 @@ type ProductType implements Node & ObjectWithMetadata {
|
|
4567
4573
|
|
4568
4574
|
"""Brand of the product"""
|
4569
4575
|
model: String
|
4576
|
+
|
4577
|
+
"""Whether this product type allows creating variants."""
|
4578
|
+
hasVariantOptions: Boolean!
|
4570
4579
|
}
|
4571
4580
|
|
4572
4581
|
"""Representation of tax types fetched from tax gateway."""
|
@@ -8832,10 +8841,10 @@ type SellerOnboardingSettings implements Node {
|
|
8832
8841
|
welcomeMessage: String
|
8833
8842
|
|
8834
8843
|
"""The fulfillment model used by the MP."""
|
8835
|
-
fulfillmentModel: String
|
8844
|
+
fulfillmentModel: String @deprecated(reason: "This will be removed on June 7, 2025")
|
8836
8845
|
|
8837
8846
|
"""A summary of required documents from sellers."""
|
8838
|
-
requiredDocuments: String
|
8847
|
+
requiredDocuments: String @deprecated(reason: "This will be removed on June 7, 2025")
|
8839
8848
|
|
8840
8849
|
"""Text displayed when the MP is not accepting new sellers."""
|
8841
8850
|
notAcceptingSellersMessage: String
|
@@ -13153,7 +13162,7 @@ type Mutation {
|
|
13153
13162
|
description: String
|
13154
13163
|
|
13155
13164
|
"""
|
13156
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13165
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/bmp, application/x-autocad, application/msword, application/x-zip-compressed, application/x-eps, application/x-csv, application/excel, application/x-tar, application/vnd.pdf, application/x-acad, image/gif, application/x-dwg, image/dxf, application/rtf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-jpg, application/gzip, application/x-gzip, application/svg+xml, image/heic, image/x-eps, application/vnd.oasis.opendocument.presentation, text/x-comma-separated-values, image/jpeg, application/pdf, application/x-dxf, drawing/dwg, image/vnd.dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/jpg, application/postscript, image/eps, image/tif, application/vnd.oasis.opendocument.text, application/zip, image/png, application/vnd.oasis.opendocument.spreadsheet, drawing/x-dwf, image/x-bmp, text/svg, text/x-csv, image/heif-sequence, application/dxf, drawing/x-dwg, application/x-tif, text/csv, application/acad, image/tiff, application/eps, application/vnd.ms-excel, image/x-dwg, application/x-rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-tif, application/acrobat, application/jpg, application/x-pdf, application/tif, image/heif, text/rtf, application/x-rar-compressed, application/csv, image/svg, text/pdf, pplication/vnd.rar, application/vnd.ms-word, text/plain, application/tiff, image/svg+xml, application/gzipped, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/x-pdf, application/x-tiff, image/webp, application/vnd.ms-powerpoint, image/x-dxf, image/heic-sequence, image/x-tiff, application/x-rar, text/comma-separated-values, image/x-ms-bmp, text/svg-xml, application/dwg.
|
13157
13166
|
"""
|
13158
13167
|
file: Upload!
|
13159
13168
|
|
@@ -16520,9 +16529,8 @@ input NauticalConfigurationInputItem {
|
|
16520
16529
|
|
16521
16530
|
"""Updates marketplace configuration."""
|
16522
16531
|
type MarketplaceConfigurationUpdate {
|
16523
|
-
"""Updated marketplace configuration."""
|
16524
|
-
marketplaceConfiguration: MarketplaceConfiguration
|
16525
16532
|
marketplaceConfigurationErrors: [MarketplaceConfigurationError!]!
|
16533
|
+
marketplaceConfiguration: MarketplaceConfiguration
|
16526
16534
|
}
|
16527
16535
|
|
16528
16536
|
type MarketplaceConfigurationError {
|
@@ -18053,10 +18061,10 @@ input SellerOnboardingSettingsCreateInput {
|
|
18053
18061
|
welcomeMessage: String
|
18054
18062
|
|
18055
18063
|
"""The fulfillment model used by the MP."""
|
18056
|
-
fulfillmentModel: String
|
18064
|
+
fulfillmentModel: String @deprecated(reason: "This will be removed on June 7, 2025.")
|
18057
18065
|
|
18058
18066
|
"""A summary of required documents from sellers."""
|
18059
|
-
requiredDocuments: String
|
18067
|
+
requiredDocuments: String @deprecated(reason: "This will be removed on June 7, 2025.")
|
18060
18068
|
|
18061
18069
|
"""Text displayed when the MP is not accepting new sellers."""
|
18062
18070
|
notAcceptingSellersMessage: String
|
@@ -18080,10 +18088,10 @@ input SellerOnboardingSettingsUpdateInput {
|
|
18080
18088
|
welcomeMessage: String
|
18081
18089
|
|
18082
18090
|
"""The fulfillment model used by the MP."""
|
18083
|
-
fulfillmentModel: String
|
18091
|
+
fulfillmentModel: String @deprecated(reason: "This will be removed on June 7, 2025.")
|
18084
18092
|
|
18085
18093
|
"""A summary of required documents from sellers."""
|
18086
|
-
requiredDocuments: String
|
18094
|
+
requiredDocuments: String @deprecated(reason: "This will be removed on June 7, 2025.")
|
18087
18095
|
|
18088
18096
|
"""Text displayed when the MP is not accepting new sellers."""
|
18089
18097
|
notAcceptingSellersMessage: String
|
@@ -19128,6 +19136,9 @@ input ProductCreateInput {
|
|
19128
19136
|
"""List of attributes."""
|
19129
19137
|
attributes: [AttributeValueInput!]
|
19130
19138
|
|
19139
|
+
"""List of attributes to assign as variant attributes to this product."""
|
19140
|
+
variantAttributes: [ID!]
|
19141
|
+
|
19131
19142
|
"""ID of the type that product belongs to."""
|
19132
19143
|
productType: ID
|
19133
19144
|
|
@@ -19356,6 +19367,9 @@ input ProductInput {
|
|
19356
19367
|
"""List of attributes."""
|
19357
19368
|
attributes: [AttributeValueInput!]
|
19358
19369
|
|
19370
|
+
"""List of attributes to assign as variant attributes to this product."""
|
19371
|
+
variantAttributes: [ID!]
|
19372
|
+
|
19359
19373
|
"""ID of the type that product belongs to."""
|
19360
19374
|
productType: ID
|
19361
19375
|
|