@nautical-commerce/graphql-schema 1.72.0 → 1.73.0-1-g08fce5ada

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.
@@ -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/vnd.pdf, text/x-comma-separated-values, application/eps, application/x-tar, text/csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-dxf, application/gzipped, image/heic, drawing/dwg, image/vnd.dwg, image/svg, application/tiff, image/jpeg, application/vnd.ms-word, application/x-csv, image/heif, application/acrobat, text/comma-separated-values, text/rtf, application/zip, application/x-pdf, image/heic-sequence, application/x-tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/svg-xml, application/vnd.oasis.opendocument.presentation, application/x-rar, image/x-bmp, pplication/vnd.rar, application/pdf, application/x-dwg, drawing/x-dwf, application/x-zip-compressed, application/x-acad, application/rtf, application/x-tif, application/svg+xml, image/bmp, text/pdf, application/vnd.oasis.opendocument.text, image/png, image/x-dwg, application/gzip, application/jpg, application/vnd.ms-powerpoint, drawing/x-dwg, text/x-csv, application/x-jpg, application/msword, application/csv, image/eps, application/x-rar-compressed, image/jpg, application/dwg, image/heif-sequence, text/x-pdf, application/x-autocad, application/excel, image/tiff, image/gif, application/vnd.ms-excel, text/svg, application/dxf, application/acad, application/x-rtf, image/x-tiff, application/gzip-compressed, image/x-tif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-dxf, image/svg+xml, application/vnd.oasis.opendocument.spreadsheet, image/x-ms-bmp, image/dxf, application/postscript, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-eps, image/webp, image/x-eps, application/tif, text/plain, image/tif, application/x-gzip.
13165
+ 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-eps, text/plain, image/bmp, image/gif, application/x-autocad, drawing/x-dwf, application/x-csv, application/msword, application/svg+xml, application/postscript, application/x-rar, application/x-dxf, image/dxf, application/x-pdf, application/eps, image/webp, image/heic, image/png, application/x-jpg, application/tif, text/csv, image/x-bmp, application/zip, application/gzip-compressed, application/x-tiff, application/vnd.oasis.opendocument.presentation, text/x-pdf, text/rtf, image/jpg, image/vnd.dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/svg+xml, application/pdf, image/x-ms-bmp, text/pdf, text/x-comma-separated-values, drawing/x-dwg, application/vnd.pdf, application/acad, application/dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-excel, image/x-dwg, pplication/vnd.rar, image/heif-sequence, application/x-rar-compressed, image/x-tif, image/tiff, drawing/dwg, image/svg, application/x-acad, application/csv, image/jpeg, application/tiff, image/eps, application/vnd.oasis.opendocument.text, image/heif, application/jpg, image/x-tiff, application/rtf, text/svg, application/gzipped, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg-xml, image/tif, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/x-csv, application/excel, application/dwg, application/x-tif, application/x-zip-compressed, application/gzip, image/x-dxf, application/x-tar, application/acrobat, application/x-dwg, application/vnd.ms-word, application/x-gzip, image/x-eps, application/x-rtf, text/comma-separated-values, image/heic-sequence.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.72.0",
3
+ "version": "v1.73.0-1-g08fce5ada",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {