@nautical-commerce/graphql-schema 2.28.0 → 2.30.0

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.
@@ -2821,6 +2821,11 @@ type Product implements Node & ObjectWithMetadata {
2821
2821
  isDigital: Boolean!
2822
2822
  productSource: ProductProductSource!
2823
2823
 
2824
+ """
2825
+ When enabled, other sellers can create their own variants on this product (cross-sell). Requires marketplace-level enable_master_products to be True.
2826
+ """
2827
+ allowSellerVariants: Boolean!
2828
+
2824
2829
  """
2825
2830
  List of private metadata items.Requires proper staff permissions to access.
2826
2831
  """
@@ -3224,6 +3229,11 @@ type MarketplaceConfiguration {
3224
3229
  """Determines scope for checking duplicated variant attribute sets"""
3225
3230
  variantUniqueness: VariantUniquenessEnum
3226
3231
 
3232
+ """
3233
+ Whether cross-sell products feature is enabled. When True, sellers can create variants on other sellers' products (if the product allows it).
3234
+ """
3235
+ enableMasterProducts: Boolean!
3236
+
3227
3237
  """Returns list of default checklists for seller."""
3228
3238
  defaultSellerChecklists: [DefaultSellerChecklist!]!
3229
3239
  enableStockAllocationForDrafts: Boolean!
@@ -4897,6 +4907,7 @@ input ProductFilterInput {
4897
4907
  sellers: [ID]
4898
4908
  subStatus: ProductSubStatusEnum
4899
4909
  slug: [String!]
4910
+ allowSellerVariants: Boolean
4900
4911
  price: PriceRangeInput
4901
4912
  minimalPrice: PriceRangeInput
4902
4913
  createdAt: DateTimeRangeInput
@@ -8309,6 +8320,11 @@ type App implements Node & ObjectWithMetadata {
8309
8320
  """User associated with this app."""
8310
8321
  user: User
8311
8322
 
8323
+ """
8324
+ Seller this app operates as. If null, this is a marketplace-level app (MPO).
8325
+ """
8326
+ seller: Seller
8327
+
8312
8328
  """Last 4 characters of the tokens."""
8313
8329
  tokens: [AppToken!]
8314
8330
 
@@ -12708,7 +12724,7 @@ type Mutation {
12708
12724
  description: String
12709
12725
 
12710
12726
  """
12711
- 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.oasis.opendocument.spreadsheet, image/bmp, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/gif, application/jpg, drawing/dwg, text/svg-xml, text/x-comma-separated-values, application/tiff, application/x-eps, application/rtf, image/webp, image/heic-sequence, application/vnd.oasis.opendocument.text, application/excel, image/svg+xml, application/x-dxf, image/dxf, image/x-dxf, application/dwg, text/rtf, application/x-autocad, application/pdf, image/x-tif, image/jpeg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel, image/jpg, application/x-zip-compressed, application/x-csv, application/x-acad, application/x-gzip, application/x-tif, application/acad, application/dxf, application/gzip, text/plain, application/zip, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/svg+xml, image/x-bmp, image/png, application/acrobat, pplication/vnd.rar, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/eps, application/postscript, drawing/x-dwf, application/gzip-compressed, text/csv, application/x-pdf, image/heif-sequence, image/heic, image/x-eps, application/vnd.pdf, image/x-dwg, image/svg, application/csv, text/pdf, application/vnd.ms-powerpoint, application/x-rtf, application/x-jpg, application/x-rar-compressed, application/vnd.ms-word, image/x-ms-bmp, application/x-rar, text/svg, image/heif, text/x-pdf, drawing/x-dwg, application/x-tar, application/msword, application/vnd.oasis.opendocument.presentation, application/x-dwg, application/x-tiff, image/vnd.dwg, image/x-tiff, image/tif, application/gzipped, text/comma-separated-values, application/eps, image/tiff, application/tif, text/x-csv.
12727
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/gif, application/x-tiff, application/dwg, application/msword, application/gzipped, image/heif, application/x-tar, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/svg+xml, text/x-csv, application/jpg, application/x-tif, text/comma-separated-values, image/heic-sequence, application/x-eps, application/vnd.ms-excel, image/heic, application/postscript, image/x-tif, application/dxf, image/bmp, application/tiff, application/svg+xml, text/x-pdf, text/plain, image/dxf, application/rtf, image/vnd.dwg, application/csv, text/rtf, application/x-jpg, image/webp, drawing/x-dwf, drawing/x-dwg, application/vnd.ms-word, application/pdf, application/x-dxf, application/acrobat, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, drawing/dwg, application/x-dwg, application/vnd.ms-powerpoint, application/x-gzip, application/excel, application/x-rar, application/x-pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-rtf, image/tif, application/x-rar-compressed, image/x-eps, text/svg-xml, text/svg, application/x-autocad, application/vnd.oasis.opendocument.presentation, image/x-tiff, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/csv, image/x-bmp, image/heif-sequence, image/png, application/x-acad, application/zip, application/gzip, application/vnd.oasis.opendocument.text, text/x-comma-separated-values, image/svg, image/eps, image/jpg, image/tiff, text/pdf, pplication/vnd.rar, application/tif, image/x-dxf, application/x-zip-compressed, application/vnd.pdf, application/x-csv, image/x-ms-bmp, image/x-dwg, application/vnd.oasis.opendocument.spreadsheet, application/gzip-compressed, application/eps, image/jpeg, application/acad.
12712
12728
  """
12713
12729
  file: Upload!
12714
12730
 
@@ -15998,6 +16014,11 @@ input MarketplaceConfigurationInput {
15998
16014
  """Determines scope for checking duplicated variant attribute sets"""
15999
16015
  variantUniqueness: VariantUniquenessEnum = null
16000
16016
 
16017
+ """
16018
+ Enable cross-sell products feature. When enabled, sellers can create variants on other sellers' products (if the product allows it). Requires variant_uniqueness to be UNIQUE_PER_SELLER.
16019
+ """
16020
+ enableMasterProducts: Boolean
16021
+
16001
16022
  """List of all default checklists for seller."""
16002
16023
  defaultSellerChecklists: [DefaultSellerChecklistInput!]
16003
16024
 
@@ -18307,6 +18328,11 @@ input ProductCreateInput {
18307
18328
  """Product dimensions."""
18308
18329
  dimensions: ProductDimensionsInput
18309
18330
 
18331
+ """
18332
+ When enabled, other sellers can create their own variants on this product (cross-sell). Requires marketplace-level enable_master_products to be True. Only the product owner can modify this setting.
18333
+ """
18334
+ allowSellerVariants: Boolean
18335
+
18310
18336
  """ID of the seller that product belongs to."""
18311
18337
  seller: ID!
18312
18338
 
@@ -18531,6 +18557,11 @@ input ProductBulkCreateInput {
18531
18557
  """Product dimensions."""
18532
18558
  dimensions: ProductDimensionsInput
18533
18559
 
18560
+ """
18561
+ When enabled, other sellers can create their own variants on this product (cross-sell). Requires marketplace-level enable_master_products to be True. Only the product owner can modify this setting.
18562
+ """
18563
+ allowSellerVariants: Boolean
18564
+
18534
18565
  """ID of the seller that product belongs to."""
18535
18566
  seller: ID!
18536
18567
 
@@ -18704,6 +18735,11 @@ input ProductInput {
18704
18735
 
18705
18736
  """Product dimensions."""
18706
18737
  dimensions: ProductDimensionsInput
18738
+
18739
+ """
18740
+ When enabled, other sellers can create their own variants on this product (cross-sell). Requires marketplace-level enable_master_products to be True. Only the product owner can modify this setting.
18741
+ """
18742
+ allowSellerVariants: Boolean
18707
18743
  }
18708
18744
 
18709
18745
  """Set product availability for purchase date."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v2.28.0",
3
+ "version": "v2.30.0",
4
4
  "description": "Traide API GraphQL Schema",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {