@nautical-commerce/graphql-schema 1.71.1 → 1.72.0-10-g703001053

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.
@@ -3142,6 +3142,9 @@ type Product implements Node & ObjectWithMetadata {
3142
3142
 
3143
3143
  """Product dimensions."""
3144
3144
  dimensions: ProductDimensions
3145
+
3146
+ """Whether this product allows creating variants."""
3147
+ hasVariantOptions: Boolean!
3145
3148
  }
3146
3149
 
3147
3150
  """
@@ -3240,6 +3243,7 @@ type Seller implements Node & ObjectWithMetadata {
3240
3243
  if no order has been created
3241
3244
  """
3242
3245
  firstOrderPlacedDate: DateTime
3246
+ fullfilledByMarketplace: Boolean!
3243
3247
  created: DateTime!
3244
3248
  updated: DateTime!
3245
3249
  accountSetupTasksAreDone: Boolean
@@ -3359,6 +3363,25 @@ type Tenant implements Node {
3359
3363
  id: ID!
3360
3364
  name: String!
3361
3365
  isActive: Boolean!
3366
+ onboardingStepsCompleted: [TenantOnboardingStep!]!
3367
+ }
3368
+
3369
+ """The different possible onboarding steps for new tenants."""
3370
+ enum TenantOnboardingStep {
3371
+ BUSINESS_DETAILS
3372
+ SHIPPING_FULFILLMENT
3373
+ SHIPPING_ZONE
3374
+ WAREHOUSE
3375
+ STOREFRONT_BRANDING
3376
+ PRODUCT
3377
+ CUSTOM_DOMAIN
3378
+ TEST_ORDER
3379
+ FULFILL_ORDER
3380
+ TEST_PAYOUT
3381
+ PAYMENT_PROVIDER
3382
+ PRODUCT_CATEGORIES
3383
+ PRODUCT_TEMPLATE
3384
+ SELLER_ONBOARDING
3362
3385
  }
3363
3386
 
3364
3387
  type SellerEventTypeCountableConnection {
@@ -13117,6 +13140,12 @@ type Mutation {
13117
13140
  input: TenantUpdateInput!
13118
13141
  ): TenantUpdate
13119
13142
 
13143
+ """Tenant onboarding update mutation."""
13144
+ tenantOnboardingUpdate(
13145
+ """Field for updating onboarding steps"""
13146
+ input: TenantOnboardingUpdateInput!
13147
+ ): TenantOnboardingUpdate
13148
+
13120
13149
  """
13121
13150
  Add or attach a document to any allowed entity (note: consider to use DocumentAttach for 'attach' action). Must only receive one of either file or document_id in input.
13122
13151
  """
@@ -13125,7 +13154,7 @@ type Mutation {
13125
13154
  description: String
13126
13155
 
13127
13156
  """
13128
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/rtf, image/svg+xml, application/x-rtf, image/webp, image/svg, application/msword, application/x-acad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.presentation, application/x-tif, text/comma-separated-values, application/x-eps, image/gif, application/x-dwg, drawing/dwg, application/postscript, image/eps, image/jpeg, image/heif-sequence, application/vnd.ms-powerpoint, application/zip, application/eps, text/plain, application/acad, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/svg+xml, pplication/vnd.rar, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/dxf, application/vnd.oasis.opendocument.spreadsheet, application/vnd.ms-word, application/pdf, application/acrobat, text/svg-xml, application/gzip, application/jpg, application/csv, application/x-dxf, text/pdf, image/x-dwg, image/tif, image/tiff, image/heic-sequence, text/rtf, image/bmp, image/heif, application/vnd.pdf, application/excel, image/vnd.dwg, application/dwg, application/vnd.ms-excel, application/tiff, text/x-csv, application/x-jpg, text/x-comma-separated-values, application/x-zip-compressed, application/x-rar, image/png, application/vnd.oasis.opendocument.text, image/heic, application/x-rar-compressed, image/x-tif, text/csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, drawing/x-dwf, application/x-gzip, application/gzipped, application/x-tiff, application/tif, image/x-eps, drawing/x-dwg, application/gzip-compressed, application/x-csv, application/x-tar, application/dxf, application/x-pdf, image/x-bmp, image/x-ms-bmp, image/jpg, image/x-tiff, text/svg, image/x-dxf, text/x-pdf, application/x-autocad.
13157
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/rtf, text/svg, image/svg, image/heic, application/x-pdf, image/png, application/x-rtf, drawing/dwg, text/svg-xml, application/gzip-compressed, application/vnd.oasis.opendocument.text, application/x-rar-compressed, image/bmp, drawing/x-dwg, application/rtf, application/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/comma-separated-values, application/vnd.oasis.opendocument.presentation, application/x-jpg, application/gzip, text/pdf, text/x-csv, application/vnd.pdf, image/x-bmp, image/jpeg, application/dxf, text/x-comma-separated-values, application/postscript, text/x-pdf, image/svg+xml, image/jpg, image/x-tiff, application/x-acad, image/x-eps, application/csv, image/vnd.dwg, application/x-eps, application/x-tar, application/x-tiff, image/heif-sequence, image/x-tif, image/eps, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/x-gzip, image/heic-sequence, application/eps, image/tiff, text/plain, application/x-csv, application/tiff, application/pdf, application/x-tif, application/svg+xml, image/x-dwg, drawing/x-dwf, application/x-autocad, text/csv, application/x-rar, application/acad, application/jpg, image/gif, application/gzipped, application/vnd.oasis.opendocument.spreadsheet, image/x-ms-bmp, application/msword, pplication/vnd.rar, image/x-dxf, image/dxf, application/excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/tif, application/x-dxf, application/acrobat, application/zip, image/heif, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/webp, application/x-dwg, application/x-zip-compressed, application/vnd.ms-word, application/tif.
13129
13158
  """
13130
13159
  file: Upload!
13131
13160
 
@@ -16369,6 +16398,17 @@ input TenantUpdateInput {
16369
16398
  slug: String
16370
16399
  }
16371
16400
 
16401
+ """Tenant onboarding update mutation."""
16402
+ type TenantOnboardingUpdate {
16403
+ tenant: Tenant
16404
+ tenantErrors: [TenantError!]!
16405
+ }
16406
+
16407
+ input TenantOnboardingUpdateInput {
16408
+ """List of onboarding steps completed"""
16409
+ onboardingStepsCompleted: [TenantOnboardingStep!]
16410
+ }
16411
+
16372
16412
  """
16373
16413
  Add or attach a document to any allowed entity (note: consider to use DocumentAttach for 'attach' action). Must only receive one of either file or document_id in input.
16374
16414
  """
@@ -19089,6 +19129,9 @@ input ProductCreateInput {
19089
19129
  """List of attributes."""
19090
19130
  attributes: [AttributeValueInput!]
19091
19131
 
19132
+ """List of attributes to assign as variant attributes to this product."""
19133
+ variantAttributes: [ID!]
19134
+
19092
19135
  """ID of the type that product belongs to."""
19093
19136
  productType: ID
19094
19137
 
@@ -19317,6 +19360,9 @@ input ProductInput {
19317
19360
  """List of attributes."""
19318
19361
  attributes: [AttributeValueInput!]
19319
19362
 
19363
+ """List of attributes to assign as variant attributes to this product."""
19364
+ variantAttributes: [ID!]
19365
+
19320
19366
  """ID of the type that product belongs to."""
19321
19367
  productType: ID
19322
19368
 
@@ -19793,6 +19839,9 @@ input ProductVariantCreateInput {
19793
19839
  The external ID from a foreign system if a product variant originated from that system, used in combination with provided externalSource. If submitting externalId, you must also provide an externalSource argument. If these two are provided, the productVariantCreate mutation will attempt to perform an upsert instead of a creation.
19794
19840
  """
19795
19841
  externalId: String
19842
+
19843
+ """Initial image to associate with the variant."""
19844
+ image: Upload
19796
19845
  }
19797
19846
 
19798
19847
  """Deletes a product variant."""
@@ -22685,6 +22734,9 @@ input AttributeValueCreateInput {
22685
22734
  """Name of a value displayed in the interface."""
22686
22735
  name: String!
22687
22736
 
22737
+ """Internal representation of a value (unique per attribute)."""
22738
+ slug: String
22739
+
22688
22740
  """Supporting information like color, links, etc."""
22689
22741
  value: String
22690
22742
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.71.1",
3
+ "version": "v1.72.0-10-g703001053",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {