@nautical-commerce/graphql-schema 1.67.1 → 1.68.0-10-gff9b7f576

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.
@@ -458,19 +458,19 @@ type Query {
458
458
  """Return the last n elements from the list."""
459
459
  last: Int
460
460
  ): AgreementCountableConnection
461
- sellerListCards(period: ReportingPeriod!, identifier: ID): SellerCards
462
- sellerDetailCards(period: ReportingPeriod!, identifier: ID!): SellerDetailCards
461
+ sellerListCards(period: ReportingPeriod!, identifier: ID): SellerCards @deprecated(reason: "This will be removed on April 16, 2025")
462
+ sellerDetailCards(period: ReportingPeriod!, identifier: ID!): SellerDetailCards @deprecated(reason: "This will be removed on April 16, 2025")
463
463
 
464
464
  """Number of new sellers created in given period."""
465
- newSellers(period: ReportingPeriod!): Int
465
+ newSellers(period: ReportingPeriod!): Int @deprecated(reason: "This will be removed on April 16, 2025")
466
466
 
467
467
  """Number of orders placed by sellers in given period."""
468
- sellerOrders(period: ReportingPeriod!, identifier: ID): Int
468
+ sellerOrders(period: ReportingPeriod!, identifier: ID): Int @deprecated(reason: "This will be removed on April 16, 2025")
469
469
 
470
470
  """
471
471
  Return the total commissions earned across all sellers for the given period.
472
472
  """
473
- sellerCommissions(period: ReportingPeriod!, identifier: ID): Money
473
+ sellerCommissions(period: ReportingPeriod!, identifier: ID): Money @deprecated(reason: "This will be removed on April 16, 2025")
474
474
 
475
475
  """Look up an refund by ID."""
476
476
  refund(
@@ -1038,13 +1038,13 @@ type Query {
1038
1038
 
1039
1039
  """Search term to use when retrieving typeform forms"""
1040
1040
  search: String
1041
- ): TypeformForms
1041
+ ): TypeformForms @deprecated(reason: "Typeform support will be removed on April 17, 2025")
1042
1042
 
1043
1043
  """Form details for specified form_id"""
1044
1044
  typeformForm(
1045
1045
  """ID of the form to get details for."""
1046
1046
  id: ID
1047
- ): TypeformForm
1047
+ ): TypeformForm @deprecated(reason: "Typeform support will be removed on April 17, 2025")
1048
1048
 
1049
1049
  """Get the flows associated with a particular plugin and seller"""
1050
1050
  pluginFlows(
@@ -1053,7 +1053,7 @@ type Query {
1053
1053
 
1054
1054
  """ID of the seller."""
1055
1055
  seller: ID
1056
- ): [Flow!]
1056
+ ): [Flow!] @deprecated(reason: "Typeform support will be removed on April 17, 2025")
1057
1057
 
1058
1058
  """Get client secret if necessary for frontend configuration."""
1059
1059
  getClientSecret(
@@ -2840,10 +2840,6 @@ type ProductVariant implements Node & ObjectWithMetadata {
2840
2840
  id: ID!
2841
2841
  createdAt: DateTime!
2842
2842
  updatedAt: DateTime!
2843
-
2844
- """Product model code"""
2845
- description: String @deprecated(reason: "This will be removed on April 15, 2025.")
2846
- descriptionHtml: String!
2847
2843
  externalId: String
2848
2844
  externalSource: String
2849
2845
  seoTitle: String
@@ -2866,7 +2862,6 @@ type ProductVariant implements Node & ObjectWithMetadata {
2866
2862
  """Whether the product variant is published."""
2867
2863
  isPublished: Boolean!
2868
2864
  overrideCurrency: Boolean!
2869
- requiresQuote: Boolean!
2870
2865
  allowBackorders: Boolean
2871
2866
 
2872
2867
  """
@@ -2897,8 +2892,14 @@ type ProductVariant implements Node & ObjectWithMetadata {
2897
2892
  """Whether this variant is visible on the buyer side or not"""
2898
2893
  isVisible: Boolean! @deprecated(reason: "This will be removed on April 15, 2025.")
2899
2894
 
2895
+ """Product description"""
2896
+ description: String @deprecated(reason: "This will be removed on April 15, 2025.")
2897
+
2898
+ """Product description HTML"""
2899
+ descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
2900
+
2900
2901
  """Product variant size info."""
2901
- size: VariantSize
2902
+ size: VariantSize @deprecated(reason: "This will be removed on April 17, 2025.")
2902
2903
 
2903
2904
  """List of attributes assigned to this variant."""
2904
2905
  attributes: [SelectedAttribute!]!
@@ -2961,6 +2962,7 @@ type ProductVariant implements Node & ObjectWithMetadata {
2961
2962
 
2962
2963
  """List of vouchers associated with the product."""
2963
2964
  vouchers: [Voucher!]!
2965
+ requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
2964
2966
 
2965
2967
  """
2966
2968
  The sub status of the product variant. This will be the same as product's sub status.
@@ -3833,9 +3835,6 @@ type Order implements Node & ObjectWithMetadata {
3833
3835
  """Marketplace order that this seller order belongs to."""
3834
3836
  marketplaceOrder: NauticalOrder
3835
3837
 
3836
- """Latest vendor payout this order is in"""
3837
- vendorPayout: VendorPayout @deprecated(reason: "This will be removed on January 15, 2025. Use the more accurate vendorPayouts field instead.")
3838
-
3839
3838
  """All vendor payouts that contain this order"""
3840
3839
  vendorPayouts: [VendorPayout!]
3841
3840
 
@@ -4746,7 +4745,7 @@ type Permission {
4746
4745
  enum PermissionEnum {
4747
4746
  MANAGE_USERS
4748
4747
  MANAGE_STAFF
4749
- MANAGE_PERMISSIONS
4748
+ MANAGE_PERMISSIONS @deprecated(reason: "This will be removed on April 23, 2025.")
4750
4749
  MANAGE_APPS
4751
4750
  MANAGE_DISCOUNTS
4752
4751
  MANAGE_DOCUMENTS
@@ -7081,18 +7080,7 @@ type Agreement implements Node {
7081
7080
  seoDescription: String
7082
7081
  slug: String!
7083
7082
  title: String!
7084
-
7085
- """Commission type"""
7086
- commissionType: CommissionTypeEnum! @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
7087
7083
  defaultCommission: Decimal!
7088
-
7089
- """Markup commission type"""
7090
- markupCommissionType: MarkupCommissionTypeEnum! @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
7091
-
7092
- """
7093
- If a markup commission is selected, this is the amount of the commission.
7094
- """
7095
- markupCommissionValue: Decimal @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
7096
7084
  isActive: Boolean
7097
7085
 
7098
7086
  """List of granular commissions associated with the agreement."""
@@ -7103,22 +7091,6 @@ type Agreement implements Node {
7103
7091
  fees: [AgreementFees!]!
7104
7092
  }
7105
7093
 
7106
- enum CommissionTypeEnum {
7107
- """Gross Price Commission"""
7108
- MARKETPLACE
7109
-
7110
- """Markup Commission"""
7111
- WHOLESALE
7112
-
7113
- """Absolute Price Commission"""
7114
- DROPSHIPPING
7115
- }
7116
-
7117
- enum MarkupCommissionTypeEnum {
7118
- """Percentage"""
7119
- PERCENTAGE
7120
- }
7121
-
7122
7094
  """An agreement commission"""
7123
7095
  type AgreementCommission implements Node {
7124
7096
  """The ID of the object"""
@@ -9115,6 +9087,7 @@ type Policy implements Node & ObjectWithMetadata {
9115
9087
  """The ID of the object"""
9116
9088
  id: ID!
9117
9089
  publicationDate: Date
9090
+ isPublished: Boolean!
9118
9091
  createdAt: DateTime!
9119
9092
  updatedAt: DateTime!
9120
9093
  content: String!
@@ -9132,9 +9105,6 @@ type Policy implements Node & ObjectWithMetadata {
9132
9105
 
9133
9106
  """List of public metadata items. Can be accessed without permissions."""
9134
9107
  metadata: [MetadataItem!]!
9135
-
9136
- """Whether the policy is published."""
9137
- isPublished: Boolean!
9138
9108
  }
9139
9109
 
9140
9110
  """An enumeration."""
@@ -9225,6 +9195,7 @@ input CategoryFilterInput {
9225
9195
  customFields: [AttributeInput!]
9226
9196
  metadata: MetadataFilterInput
9227
9197
  privateMetadata: MetadataFilterInput
9198
+ allowProductAssignment: Boolean
9228
9199
  }
9229
9200
 
9230
9201
  input CategorySortingInput {
@@ -10564,6 +10535,7 @@ type Page implements Node & ObjectWithMetadata {
10564
10535
  """The ID of the object"""
10565
10536
  id: ID!
10566
10537
  publicationDate: Date
10538
+ isPublished: Boolean!
10567
10539
  createdAt: DateTime!
10568
10540
  updatedAt: DateTime!
10569
10541
  content: String!
@@ -10580,9 +10552,6 @@ type Page implements Node & ObjectWithMetadata {
10580
10552
 
10581
10553
  """List of public metadata items. Can be accessed without permissions."""
10582
10554
  metadata: [MetadataItem!]!
10583
-
10584
- """Whether the page is published."""
10585
- isPublished: Boolean!
10586
10555
  image(
10587
10556
  """Featured image for the page."""
10588
10557
  size: Int
@@ -10860,7 +10829,7 @@ type Menu implements Node {
10860
10829
  }
10861
10830
 
10862
10831
  """
10863
- Represents a single item of the related menu. Can store categories, collection or pages.
10832
+ Represents a single item of the related menu. Can store categories, collection, pages, sellers, products, content or policy pages.
10864
10833
  """
10865
10834
  type MenuItem implements Node {
10866
10835
  """The ID of the object"""
@@ -10871,6 +10840,10 @@ type MenuItem implements Node {
10871
10840
  category: Category
10872
10841
  collection: Collection
10873
10842
  page: Page
10843
+ seller: Seller
10844
+ product: Product
10845
+ content: Content
10846
+ policy: Policy
10874
10847
  level: Int!
10875
10848
  children: [MenuItem!]!
10876
10849
 
@@ -10956,7 +10929,9 @@ type MarketplaceConfiguration {
10956
10929
  id: UUID!
10957
10930
  marketplaceName: String!
10958
10931
  requireProductApproval: Boolean!
10959
- requireProductTypes: Boolean!
10932
+
10933
+ """True if products require product types to be created"""
10934
+ requireProductTypes: Boolean @deprecated(reason: "This will be removed on April 15, 2025.")
10960
10935
 
10961
10936
  """Determines payout status transformation strategy"""
10962
10937
  payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum
@@ -11002,6 +10977,9 @@ type MarketplaceConfiguration {
11002
10977
 
11003
10978
  """Default weight unit."""
11004
10979
  defaultWeightUnit: WeightUnitsEnum
10980
+
10981
+ """Default length unit."""
10982
+ defaultLengthUnit: LengthUnitsStrEnum
11005
10983
  automaticFulfillmentDigitalProducts: Boolean!
11006
10984
  defaultDigitalMaxDownloads: Int
11007
10985
  defaultDigitalUrlValidDays: Int
@@ -11631,6 +11609,16 @@ enum FulfillmentModelEnum {
11631
11609
  HYBRID
11632
11610
  }
11633
11611
 
11612
+ "\n String enum counterpart of the LengthUnits.\n "
11613
+ enum LengthUnitsStrEnum {
11614
+ IN
11615
+ FT
11616
+ YD
11617
+ MM
11618
+ CM
11619
+ M
11620
+ }
11621
+
11634
11622
  type EmailEventCountableConnection {
11635
11623
  """Pagination data for this connection."""
11636
11624
  pageInfo: PageInfo!
@@ -13203,7 +13191,7 @@ type Mutation {
13203
13191
  description: String
13204
13192
 
13205
13193
  """
13206
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/svg, image/x-tiff, text/x-csv, image/gif, application/x-gzip, image/svg+xml, drawing/x-dwg, text/x-pdf, text/plain, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/jpg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-tif, image/bmp, application/svg+xml, application/dxf, image/heif-sequence, text/comma-separated-values, application/gzipped, application/gzip, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/eps, text/svg-xml, application/zip, application/x-rar, application/vnd.pdf, application/acad, image/heic, drawing/x-dwf, pplication/vnd.rar, application/x-zip-compressed, image/heic-sequence, image/tif, text/rtf, application/vnd.oasis.opendocument.presentation, application/x-tiff, application/vnd.oasis.opendocument.spreadsheet, image/heif, image/dxf, application/vnd.ms-word, application/x-jpg, text/svg, application/csv, application/excel, application/acrobat, application/jpg, application/rtf, application/x-rtf, text/csv, application/postscript, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/x-dwg, application/dwg, text/pdf, image/eps, application/x-pdf, application/x-csv, application/tiff, application/vnd.oasis.opendocument.text, application/tif, application/x-dxf, image/x-dxf, image/x-dwg, image/webp, image/x-bmp, image/x-ms-bmp, image/tiff, text/x-comma-separated-values, application/x-autocad, image/x-eps, application/x-eps, image/x-tif, drawing/dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-tar, application/pdf, image/png, image/vnd.dwg, application/x-acad, image/jpeg, application/x-rar-compressed.
13194
+ 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.oasis.opendocument.text, application/x-jpg, application/x-dwg, application/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-tiff, application/eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.pdf, image/eps, image/svg, text/pdf, text/svg, image/x-ms-bmp, application/x-dxf, application/jpg, application/vnd.ms-word, application/x-tiff, text/x-csv, application/gzip, application/excel, application/gzipped, text/svg-xml, text/x-comma-separated-values, application/vnd.ms-powerpoint, image/jpg, application/acrobat, text/x-pdf, application/dxf, image/bmp, application/x-rar, application/csv, application/msword, application/x-autocad, image/webp, image/heic-sequence, application/postscript, drawing/x-dwf, drawing/x-dwg, application/pdf, application/x-pdf, image/jpeg, application/zip, image/vnd.dwg, pplication/vnd.rar, application/acad, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-tif, application/x-csv, image/png, application/x-zip-compressed, application/vnd.oasis.opendocument.presentation, text/plain, application/x-rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/svg+xml, application/gzip-compressed, application/tif, application/tiff, drawing/dwg, application/vnd.ms-excel, image/tiff, application/vnd.oasis.opendocument.spreadsheet, image/svg+xml, application/dwg, application/x-eps, text/rtf, application/x-gzip, application/x-acad, image/tif, image/x-dwg, text/comma-separated-values, image/gif, image/dxf, text/csv, image/heif-sequence, image/x-eps, image/heic, image/x-bmp, application/x-tar, image/x-dxf, image/x-tif, application/x-rar-compressed.
13207
13195
  """
13208
13196
  file: Upload!
13209
13197
 
@@ -15280,7 +15268,7 @@ type Mutation {
15280
15268
  """Creates a new menu item."""
15281
15269
  menuItemCreate(
15282
15270
  """
15283
- Fields required to update a menu item. Only one of `url`, `category`, `page`, `collection` is allowed per item.
15271
+ Fields required to update a menu item. Only one of `url`, `category`, `page`, `collection`, `seller`, `product`, `content`, 'policy` is allowed per item.
15284
15272
  """
15285
15273
  input: MenuItemCreateInput!
15286
15274
  ): MenuItemCreate
@@ -15303,7 +15291,7 @@ type Mutation {
15303
15291
  id: ID!
15304
15292
 
15305
15293
  """
15306
- Fields required to update a menu item. Only one of `url`, `category`, `page`, `collection` is allowed per item.
15294
+ Fields required to update a menu item. Only one of `url`, `category`, `page`, `collection`, `seller`, `product`, `content`, `policy` is allowed per item.
15307
15295
  """
15308
15296
  input: MenuItemInput!
15309
15297
  ): MenuItemUpdate
@@ -15440,13 +15428,13 @@ type Mutation {
15440
15428
 
15441
15429
  """Fields required to update a plugins sync settings."""
15442
15430
  input: PluginFlowInput
15443
- ): PluginFlowUpdate
15431
+ ): PluginFlowUpdate @deprecated(reason: "Typeform support will be removed on April 17, 2025")
15444
15432
 
15445
15433
  """Delete plugin flow."""
15446
15434
  pluginFlowDelete(
15447
15435
  """ID of flow to delete."""
15448
15436
  id: ID!
15449
- ): PluginFlowDelete
15437
+ ): PluginFlowDelete @deprecated(reason: "Typeform support will be removed on April 17, 2025")
15450
15438
 
15451
15439
  """
15452
15440
  Retrieves an onboarding link for the given vendor from the given gateway if available.
@@ -15467,11 +15455,6 @@ type Mutation {
15467
15455
 
15468
15456
  """ID of the vendor to retrieve an onboarding link for"""
15469
15457
  vendorId: ID!
15470
-
15471
- """
15472
- Whether the vendor to retrieve an onboarding link for is a SELLER or an AFFILIATE
15473
- """
15474
- vendorType: String @deprecated(reason: "This will be removed on January 24, 2025.")
15475
15458
  ): VendorPayoutOnboardingLinkRequest
15476
15459
 
15477
15460
  """
@@ -15627,9 +15610,6 @@ type Mutation {
15627
15610
  """Checkout ID."""
15628
15611
  checkoutId: ID!
15629
15612
 
15630
- """ID of microsite that checkout was completed from"""
15631
- microsite: ID @deprecated(reason: "This will be removed on January 24, 2025.")
15632
-
15633
15613
  """Client-side generated data required to finalize the payment."""
15634
15614
  paymentData: JSONString
15635
15615
 
@@ -16605,7 +16585,7 @@ input MarketplaceConfigurationInput {
16605
16585
  requireProductApproval: Boolean
16606
16586
 
16607
16587
  """True if products require product types to be created"""
16608
- requireProductTypes: Boolean
16588
+ requireProductTypes: Boolean @deprecated(reason: "This will be removed on April 15, 2025.")
16609
16589
 
16610
16590
  """Updates status transformation strategy for payout."""
16611
16591
  payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum = null
@@ -16666,6 +16646,9 @@ input MarketplaceConfigurationInput {
16666
16646
  """Default weight unit."""
16667
16647
  defaultWeightUnit: WeightUnitsEnum = null
16668
16648
 
16649
+ """Default length unit."""
16650
+ defaultLengthUnit: LengthUnitsStrEnum = null
16651
+
16669
16652
  """Enable automatic fulfillment for all digital products."""
16670
16653
  automaticFulfillmentDigitalProducts: Boolean
16671
16654
 
@@ -16753,9 +16736,6 @@ enum PayoutErrorCode {
16753
16736
  }
16754
16737
 
16755
16738
  input PayoutCreateInput {
16756
- """Vendor type for the payout"""
16757
- vendorType: String @deprecated(reason: "This will be removed on January 24, 2025")
16758
-
16759
16739
  """
16760
16740
  Payout end date. ISO 8601 standard. Can not be greater than current date.
16761
16741
  """
@@ -17080,13 +17060,13 @@ input AgreementInput {
17080
17060
  updatedAt: String
17081
17061
 
17082
17062
  """Gross Price, Markup, Absolute etc"""
17083
- commissionType: CommissionTypeEnum
17063
+ commissionType: CommissionTypeEnum @deprecated(reason: "This will be removed on April 23, 2025.")
17084
17064
 
17085
17065
  """Percentage by default"""
17086
- markupCommissionType: MarkupCommissionTypeEnum
17066
+ markupCommissionType: MarkupCommissionTypeEnum @deprecated(reason: "This will be removed on April 23, 2025.")
17087
17067
 
17088
17068
  """Markup commission percentage for all items"""
17089
- markupCommissionValue: Decimal
17069
+ markupCommissionValue: Decimal @deprecated(reason: "This will be removed on April 23, 2025.")
17090
17070
  }
17091
17071
 
17092
17072
  input SeoInput {
@@ -17097,6 +17077,22 @@ input SeoInput {
17097
17077
  description: String
17098
17078
  }
17099
17079
 
17080
+ enum CommissionTypeEnum {
17081
+ """Gross Price Commission"""
17082
+ MARKETPLACE
17083
+
17084
+ """Markup Commission"""
17085
+ WHOLESALE
17086
+
17087
+ """Absolute Price Commission"""
17088
+ DROPSHIPPING
17089
+ }
17090
+
17091
+ enum MarkupCommissionTypeEnum {
17092
+ """Percentage"""
17093
+ PERCENTAGE
17094
+ }
17095
+
17100
17096
  """Deletes a agreement."""
17101
17097
  type AgreementDelete {
17102
17098
  agreementErrors: [AgreementError!]!
@@ -17611,12 +17607,12 @@ input WebhookCreateInput {
17611
17607
  """The url to receive the payload."""
17612
17608
  targetUrl: String
17613
17609
 
17614
- """
17615
- The events that webhook wants to subscribe. The CHECKOUT_QUANTITY_CHANGED is depreacted. It will be removed in Nautical 3.0
17616
- """
17610
+ """The events that webhook wants to subscribe."""
17617
17611
  events: [WebhookEventTypeEnum!]
17618
17612
 
17619
- """ID of the app to which webhook belongs."""
17613
+ """
17614
+ ID of the app to which webhook belongs. If not specified, a bearer token must be used and the webhook will be attached to the app the bearer token belongs to.
17615
+ """
17620
17616
  app: ID
17621
17617
 
17622
17618
  """Determine if webhook will be set active or not."""
@@ -17653,12 +17649,12 @@ input WebhookUpdateInput {
17653
17649
  """The url to receive the payload."""
17654
17650
  targetUrl: String
17655
17651
 
17656
- """
17657
- The events that webhook wants to subscribe. The CHECKOUT_QUANTITY_CHANGED is depreacted. It will be removed in Nautical 3.0
17658
- """
17652
+ """The events that webhook wants to subscribe."""
17659
17653
  events: [WebhookEventTypeEnum!]
17660
17654
 
17661
- """ID of the app to which webhook belongs."""
17655
+ """
17656
+ ID of the app to which webhook belongs. If not specified, a bearer token must be used and the webhook will be attached to the app the bearer token belongs to.
17657
+ """
17662
17658
  app: ID
17663
17659
 
17664
17660
  """Determine if webhook will be set active or not."""
@@ -19764,7 +19760,7 @@ input ProductVariantCreateInput {
19764
19760
  description: String @deprecated(reason: "This will be removed on April 15, 2025.")
19765
19761
 
19766
19762
  """Product variant description (HTML)."""
19767
- descriptionHtml: String
19763
+ descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
19768
19764
 
19769
19765
  """Price of the particular variant."""
19770
19766
  price: PositiveDecimal
@@ -19795,13 +19791,13 @@ input ProductVariantCreateInput {
19795
19791
  weight: WeightScalar
19796
19792
 
19797
19793
  """Size of the Product Variant."""
19798
- size: VariantSizeInput
19794
+ size: VariantSizeInput @deprecated(reason: "This field will be removed on April 17th, 2025.")
19799
19795
 
19800
19796
  """Name for the variant."""
19801
19797
  name: String
19802
19798
 
19803
19799
  """True if variant requires quote pricing."""
19804
- requiresQuote: Boolean
19800
+ requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
19805
19801
 
19806
19802
  """Substatus the variant is to be changed to."""
19807
19803
  subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
@@ -19905,7 +19901,7 @@ input ProductVariantBulkCreateInput {
19905
19901
  description: String @deprecated(reason: "This will be removed on April 15, 2025.")
19906
19902
 
19907
19903
  """Product variant description (HTML)."""
19908
- descriptionHtml: String
19904
+ descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
19909
19905
 
19910
19906
  """Price of the particular variant."""
19911
19907
  price: PositiveDecimal
@@ -19936,13 +19932,13 @@ input ProductVariantBulkCreateInput {
19936
19932
  weight: WeightScalar
19937
19933
 
19938
19934
  """Size of the Product Variant."""
19939
- size: VariantSizeInput
19935
+ size: VariantSizeInput @deprecated(reason: "This field will be removed on April 17th, 2025.")
19940
19936
 
19941
19937
  """Name for the variant."""
19942
19938
  name: String
19943
19939
 
19944
19940
  """True if variant requires quote pricing."""
19945
- requiresQuote: Boolean
19941
+ requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
19946
19942
 
19947
19943
  """Substatus the variant is to be changed to."""
19948
19944
  subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
@@ -20084,7 +20080,7 @@ input ProductVariantInput {
20084
20080
  description: String @deprecated(reason: "This will be removed on April 15, 2025.")
20085
20081
 
20086
20082
  """Product variant description (HTML)."""
20087
- descriptionHtml: String
20083
+ descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
20088
20084
 
20089
20085
  """Price of the particular variant."""
20090
20086
  price: PositiveDecimal
@@ -20115,13 +20111,13 @@ input ProductVariantInput {
20115
20111
  weight: WeightScalar
20116
20112
 
20117
20113
  """Size of the Product Variant."""
20118
- size: VariantSizeInput
20114
+ size: VariantSizeInput @deprecated(reason: "This field will be removed on April 17th, 2025.")
20119
20115
 
20120
20116
  """Name for the variant."""
20121
20117
  name: String
20122
20118
 
20123
20119
  """True if variant requires quote pricing."""
20124
- requiresQuote: Boolean
20120
+ requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
20125
20121
 
20126
20122
  """Substatus the variant is to be changed to."""
20127
20123
  subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
@@ -21674,6 +21670,18 @@ input MenuItemInput {
21674
21670
 
21675
21671
  """Page to which item points."""
21676
21672
  page: ID
21673
+
21674
+ """Seller to which item points."""
21675
+ seller: ID
21676
+
21677
+ """Product to which item points."""
21678
+ product: ID
21679
+
21680
+ """Storefront contenet page to which item points."""
21681
+ content: ID
21682
+
21683
+ """Policy page to which item points."""
21684
+ policy: ID
21677
21685
  }
21678
21686
 
21679
21687
  """Deletes a menu."""
@@ -21725,6 +21733,18 @@ input MenuItemCreateInput {
21725
21733
  """Page to which item points."""
21726
21734
  page: ID
21727
21735
 
21736
+ """Seller to which item points."""
21737
+ seller: ID
21738
+
21739
+ """Product to which item points."""
21740
+ product: ID
21741
+
21742
+ """Storefront contenet page to which item points."""
21743
+ content: ID
21744
+
21745
+ """Policy page to which item points."""
21746
+ policy: ID
21747
+
21728
21748
  """Menu to which item belongs."""
21729
21749
  menu: ID!
21730
21750
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.67.1",
3
+ "version": "v1.68.0-10-gff9b7f576",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {