@nautical-commerce/graphql-schema 2.28.0 → 2.29.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
@@ -12708,7 +12719,7 @@ type Mutation {
12708
12719
  description: String
12709
12720
 
12710
12721
  """
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.
12722
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/heif, application/vnd.pdf, image/heif-sequence, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/acad, application/svg+xml, application/vnd.ms-excel, application/x-eps, application/x-tif, application/x-pdf, image/eps, text/rtf, image/heic, image/vnd.dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-acad, application/tiff, application/x-rar, application/rtf, application/vnd.oasis.opendocument.text, image/tif, application/excel, application/x-gzip, application/x-rar-compressed, application/x-zip-compressed, application/vnd.oasis.opendocument.presentation, image/x-dxf, application/zip, drawing/x-dwf, drawing/dwg, image/svg, image/x-tiff, application/x-tiff, image/tiff, text/svg, application/eps, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-tif, application/dwg, application/jpg, image/gif, text/x-csv, application/vnd.oasis.opendocument.spreadsheet, image/dxf, text/csv, image/x-bmp, image/jpg, text/comma-separated-values, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/csv, application/x-tar, image/x-eps, image/jpeg, application/dxf, application/gzip-compressed, application/x-csv, application/vnd.ms-word, image/webp, application/x-dxf, application/gzipped, application/pdf, application/vnd.ms-powerpoint, image/x-dwg, application/tif, image/png, image/svg+xml, application/postscript, text/pdf, application/msword, text/plain, text/svg-xml, application/x-autocad, application/acrobat, application/x-rtf, application/x-dwg, application/x-jpg, drawing/x-dwg, pplication/vnd.rar, image/heic-sequence, image/bmp, application/gzip, text/x-pdf, text/x-comma-separated-values.
12712
12723
  """
12713
12724
  file: Upload!
12714
12725
 
@@ -15998,6 +16009,11 @@ input MarketplaceConfigurationInput {
15998
16009
  """Determines scope for checking duplicated variant attribute sets"""
15999
16010
  variantUniqueness: VariantUniquenessEnum = null
16000
16011
 
16012
+ """
16013
+ 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.
16014
+ """
16015
+ enableMasterProducts: Boolean
16016
+
16001
16017
  """List of all default checklists for seller."""
16002
16018
  defaultSellerChecklists: [DefaultSellerChecklistInput!]
16003
16019
 
@@ -18307,6 +18323,11 @@ input ProductCreateInput {
18307
18323
  """Product dimensions."""
18308
18324
  dimensions: ProductDimensionsInput
18309
18325
 
18326
+ """
18327
+ 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.
18328
+ """
18329
+ allowSellerVariants: Boolean
18330
+
18310
18331
  """ID of the seller that product belongs to."""
18311
18332
  seller: ID!
18312
18333
 
@@ -18531,6 +18552,11 @@ input ProductBulkCreateInput {
18531
18552
  """Product dimensions."""
18532
18553
  dimensions: ProductDimensionsInput
18533
18554
 
18555
+ """
18556
+ 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.
18557
+ """
18558
+ allowSellerVariants: Boolean
18559
+
18534
18560
  """ID of the seller that product belongs to."""
18535
18561
  seller: ID!
18536
18562
 
@@ -18704,6 +18730,11 @@ input ProductInput {
18704
18730
 
18705
18731
  """Product dimensions."""
18706
18732
  dimensions: ProductDimensionsInput
18733
+
18734
+ """
18735
+ 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.
18736
+ """
18737
+ allowSellerVariants: Boolean
18707
18738
  }
18708
18739
 
18709
18740
  """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.29.0",
4
4
  "description": "Traide API GraphQL Schema",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {