@nautical-commerce/graphql-schema 1.80.0-1-g234500387 → 1.80.0-11-gf173474a0
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.
- package/nautical/schema.graphql +10 -19
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2327,7 +2327,6 @@ type User implements Node & ObjectWithMetadata {
|
|
2327
2327
|
email: String!
|
2328
2328
|
firstName: String!
|
2329
2329
|
lastName: String!
|
2330
|
-
isStaff: Boolean!
|
2331
2330
|
isActive: Boolean!
|
2332
2331
|
|
2333
2332
|
"""A note about the customer."""
|
@@ -2480,7 +2479,12 @@ type User implements Node & ObjectWithMetadata {
|
|
2480
2479
|
last: Int
|
2481
2480
|
): WishlistCountableConnection
|
2482
2481
|
seller: Seller
|
2483
|
-
|
2482
|
+
|
2483
|
+
"""If true, the user can be assigned as the owner of a seller"""
|
2484
|
+
isAssignable: Boolean!
|
2485
|
+
|
2486
|
+
"""If true, the user is an MPO or a seller staff member"""
|
2487
|
+
isStaff: Boolean!
|
2484
2488
|
|
2485
2489
|
"""List of documents associated with the user."""
|
2486
2490
|
documents: [Document!]!
|
@@ -3362,7 +3366,7 @@ type MarketplaceConfiguration {
|
|
3362
3366
|
Determines whether shipping methods are available based on marketplace checkout total or seller totals
|
3363
3367
|
"""
|
3364
3368
|
availableShippingStrategy: AvailableShippingStrategyEnum
|
3365
|
-
attributeTemplateStrategy:
|
3369
|
+
attributeTemplateStrategy: AttributeTemplateStrategyEnum @deprecated(reason: "This field will be removed on July 23, 2025.")
|
3366
3370
|
|
3367
3371
|
"""Determines the fulfillment model for the marketplace"""
|
3368
3372
|
fulfillmentModel: FulfillmentModelEnum!
|
@@ -4004,8 +4008,7 @@ enum AvailableShippingStrategyEnum {
|
|
4004
4008
|
MARKETPLACE_LINES
|
4005
4009
|
}
|
4006
4010
|
|
4007
|
-
|
4008
|
-
enum MarketplaceConfigurationAttributeTemplateStrategy {
|
4011
|
+
enum AttributeTemplateStrategyEnum {
|
4009
4012
|
"""
|
4010
4013
|
Assigned attributes may only come from templates (ProductType for PIM-specific attribute usage or CustomFieldTemplate for custom field attribute usage), no non-templated attribute assignment is allowed
|
4011
4014
|
"""
|
@@ -12557,7 +12560,7 @@ type Mutation {
|
|
12557
12560
|
description: String
|
12558
12561
|
|
12559
12562
|
"""
|
12560
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12563
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/jpeg, application/svg+xml, application/tif, drawing/x-dwf, application/x-tiff, application/x-dwg, image/png, application/vnd.oasis.opendocument.spreadsheet, application/pdf, text/plain, application/acrobat, application/jpg, text/svg-xml, application/gzip, image/tif, application/x-acad, text/csv, image/x-eps, text/x-pdf, application/vnd.oasis.opendocument.presentation, image/svg+xml, application/acad, application/gzip-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/rtf, application/x-zip-compressed, text/x-comma-separated-values, application/x-tar, image/eps, image/svg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/heic, application/vnd.ms-excel, application/vnd.pdf, image/heic-sequence, drawing/dwg, text/svg, application/gzipped, application/vnd.ms-word, application/msword, application/zip, pplication/vnd.rar, application/x-csv, image/dxf, text/comma-separated-values, application/excel, image/x-dxf, image/webp, application/postscript, application/x-rar-compressed, text/x-csv, application/rtf, application/x-eps, drawing/x-dwg, application/x-rar, application/x-rtf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-dwg, application/vnd.ms-powerpoint, application/csv, image/bmp, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/eps, image/gif, application/x-pdf, application/x-tif, image/x-ms-bmp, application/x-dxf, application/tiff, image/x-tif, application/dxf, application/x-autocad, application/x-jpg, image/x-bmp, image/heif, application/vnd.oasis.opendocument.text, application/dwg, image/heif-sequence, image/tiff, application/x-gzip, text/pdf, image/vnd.dwg, image/jpg, image/x-tiff.
|
12561
12564
|
"""
|
12562
12565
|
file: Upload!
|
12563
12566
|
|
@@ -15939,7 +15942,7 @@ input MarketplaceConfigurationInput {
|
|
15939
15942
|
availableShippingStrategy: AvailableShippingStrategyEnum = null
|
15940
15943
|
|
15941
15944
|
"""Update attribute template strategy"""
|
15942
|
-
attributeTemplateStrategy: AttributeTemplateStrategyEnum = null
|
15945
|
+
attributeTemplateStrategy: AttributeTemplateStrategyEnum = null @deprecated(reason: "This field will be removed on July 23, 2025.")
|
15943
15946
|
|
15944
15947
|
"""
|
15945
15948
|
Updates currency of the marketplace. Marketplace currency will be updated after the cache time (approximately 30 seconds)'
|
@@ -16026,18 +16029,6 @@ input MarketplaceConfigurationInput {
|
|
16026
16029
|
chargeTaxesOnShipping: Boolean
|
16027
16030
|
}
|
16028
16031
|
|
16029
|
-
enum AttributeTemplateStrategyEnum {
|
16030
|
-
"""
|
16031
|
-
Assigned attributes may only come from templates (ProductType for PIM-specific attribute usage or CustomFieldTemplate for custom field attribute usage), no non-templated attribute assignment is allowed
|
16032
|
-
"""
|
16033
|
-
STRICT
|
16034
|
-
|
16035
|
-
"""
|
16036
|
-
Assigned attributes may come from BOTH attribute templates and non-templated attribute assignments
|
16037
|
-
"""
|
16038
|
-
FLEXIBLE
|
16039
|
-
}
|
16040
|
-
|
16041
16032
|
input DefaultSellerChecklistInput {
|
16042
16033
|
title: String!
|
16043
16034
|
description: String!
|