@nautical-commerce/graphql-schema 1.79.1-2-g8c88052c5 → 1.79.1-3-g12fc99cf9
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 +1 -78
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2890,9 +2890,6 @@ type ProductVariant implements Node & ObjectWithMetadata {
|
|
2890
2890
|
"""
|
2891
2891
|
pricing: VariantPricingInfo
|
2892
2892
|
|
2893
|
-
"""Product variant size info."""
|
2894
|
-
size: VariantSize @deprecated(reason: "This will be removed on April 17, 2025.")
|
2895
|
-
|
2896
2893
|
"""List of attributes assigned to this variant."""
|
2897
2894
|
attributes: [SelectedAttribute!]!
|
2898
2895
|
|
@@ -8050,42 +8047,6 @@ type VariantPricingInfo {
|
|
8050
8047
|
priceUndiscountedLocalCurrency: TaxedMoney!
|
8051
8048
|
}
|
8052
8049
|
|
8053
|
-
"""Represents a size info."""
|
8054
|
-
type VariantSize {
|
8055
|
-
length: Decimal
|
8056
|
-
width: Decimal
|
8057
|
-
height: Decimal
|
8058
|
-
|
8059
|
-
"""Size units for length, width and height."""
|
8060
|
-
sizeUnits: DistanceUnitsEnum
|
8061
|
-
}
|
8062
|
-
|
8063
|
-
enum DistanceUnitsEnum {
|
8064
|
-
"""Inch"""
|
8065
|
-
INCH
|
8066
|
-
|
8067
|
-
"""Foot"""
|
8068
|
-
FT
|
8069
|
-
|
8070
|
-
"""Yard"""
|
8071
|
-
YD
|
8072
|
-
|
8073
|
-
"""Mile"""
|
8074
|
-
ML
|
8075
|
-
|
8076
|
-
"""Millimeter"""
|
8077
|
-
MM
|
8078
|
-
|
8079
|
-
"""Centimeter"""
|
8080
|
-
CM
|
8081
|
-
|
8082
|
-
"""Meter"""
|
8083
|
-
M
|
8084
|
-
|
8085
|
-
"""Kilometer"""
|
8086
|
-
KM
|
8087
|
-
}
|
8088
|
-
|
8089
8050
|
"""Represents stock."""
|
8090
8051
|
type Stock implements Node {
|
8091
8052
|
warehouse: Warehouse!
|
@@ -12712,7 +12673,7 @@ type Mutation {
|
|
12712
12673
|
description: String
|
12713
12674
|
|
12714
12675
|
"""
|
12715
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12676
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/svg-xml, image/tif, image/svg+xml, image/jpeg, application/x-tiff, image/heic, application/x-autocad, image/eps, application/dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/webp, image/svg, drawing/dwg, application/vnd.oasis.opendocument.spreadsheet, image/heif, image/x-tiff, text/comma-separated-values, application/x-zip-compressed, text/x-csv, application/x-gzip, application/vnd.oasis.opendocument.text, application/x-jpg, image/x-dxf, application/zip, application/csv, image/vnd.dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/dwg, application/postscript, image/bmp, application/x-dxf, application/rtf, image/x-ms-bmp, application/x-rar-compressed, application/eps, text/csv, application/gzipped, image/gif, image/heic-sequence, application/svg+xml, drawing/x-dwg, image/dxf, application/x-rar, application/x-eps, application/x-acad, application/vnd.pdf, image/tiff, application/tif, application/x-dwg, application/msword, application/x-tif, pplication/vnd.rar, text/pdf, image/png, application/acad, application/gzip, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/x-pdf, text/rtf, image/x-bmp, application/vnd.ms-excel, image/jpg, application/vnd.ms-word, text/svg, application/x-rtf, application/vnd.ms-powerpoint, application/pdf, image/x-tif, application/vnd.oasis.opendocument.presentation, application/tiff, application/acrobat, image/x-eps, application/x-tar, application/excel, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/plain, application/gzip-compressed, image/heif-sequence, application/x-csv, text/x-comma-separated-values, application/jpg, application/x-pdf, drawing/x-dwf, image/x-dwg.
|
12716
12677
|
"""
|
12717
12678
|
file: Upload!
|
12718
12679
|
|
@@ -18723,11 +18684,6 @@ input ProductCreateInput {
|
|
18723
18684
|
"""
|
18724
18685
|
sku: String
|
18725
18686
|
|
18726
|
-
"""
|
18727
|
-
Size of the variant. Note: this field is only used if product doesn't use variants. DEPRECATED: All products are now configurable instead of simple. This field will be removed after 2024-07-01.
|
18728
|
-
"""
|
18729
|
-
variantSize: VariantSizeInput = null
|
18730
|
-
|
18731
18687
|
"""
|
18732
18688
|
Determines whether to track changes to this variant's inventory. If set to 'false', the product's stock quantity won't reduce when a customer purchases this item. However, even when 'false', you must assign a stock quantity to a warehouse to allow checkouts. Usually, this involves allocating a placeholder stock amount that matches the maximum quantity purchased at once. Note: this field is applicable only for simple products.DEPRECATED: All products are now configurable instead of simple. This field will be removed after 2024-07-01.
|
18733
18689
|
"""
|
@@ -18815,16 +18771,6 @@ input ProductCreateInput {
|
|
18815
18771
|
image: Upload
|
18816
18772
|
}
|
18817
18773
|
|
18818
|
-
"""Represents size of a specific variant."""
|
18819
|
-
input VariantSizeInput {
|
18820
|
-
length: Decimal
|
18821
|
-
width: Decimal
|
18822
|
-
height: Decimal
|
18823
|
-
|
18824
|
-
"""Size units for length, width and height."""
|
18825
|
-
sizeUnits: DistanceUnitsEnum
|
18826
|
-
}
|
18827
|
-
|
18828
18774
|
input ProductDimensionsInput {
|
18829
18775
|
length: PositiveDecimal
|
18830
18776
|
width: PositiveDecimal
|
@@ -18939,11 +18885,6 @@ input ProductInput {
|
|
18939
18885
|
"""
|
18940
18886
|
sku: String
|
18941
18887
|
|
18942
|
-
"""
|
18943
|
-
Size of the variant. Note: this field is only used if product doesn't use variants. DEPRECATED: All products are now configurable instead of simple. This field will be removed after 2024-07-01.
|
18944
|
-
"""
|
18945
|
-
variantSize: VariantSizeInput = null
|
18946
|
-
|
18947
18888
|
"""
|
18948
18889
|
Determines whether to track changes to this variant's inventory. If set to 'false', the product's stock quantity won't reduce when a customer purchases this item. However, even when 'false', you must assign a stock quantity to a warehouse to allow checkouts. Usually, this involves allocating a placeholder stock amount that matches the maximum quantity purchased at once. Note: this field is applicable only for simple products.DEPRECATED: All products are now configurable instead of simple. This field will be removed after 2024-07-01.
|
18949
18890
|
"""
|
@@ -19347,18 +19288,12 @@ input ProductVariantCreateInput {
|
|
19347
19288
|
"""Weight of the Product Variant."""
|
19348
19289
|
weight: WeightScalar
|
19349
19290
|
|
19350
|
-
"""Size of the Product Variant."""
|
19351
|
-
size: VariantSizeInput @deprecated(reason: "This field will be removed on April 17th, 2025.")
|
19352
|
-
|
19353
19291
|
"""Name for the variant."""
|
19354
19292
|
name: String
|
19355
19293
|
|
19356
19294
|
"""True if variant requires quote pricing."""
|
19357
19295
|
requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
|
19358
19296
|
|
19359
|
-
"""Substatus the variant is to be changed to."""
|
19360
|
-
subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
|
19361
|
-
|
19362
19297
|
"""
|
19363
19298
|
Informs whether a collection is published. All variants are published by default
|
19364
19299
|
"""
|
@@ -19488,18 +19423,12 @@ input ProductVariantBulkCreateInput {
|
|
19488
19423
|
"""Weight of the Product Variant."""
|
19489
19424
|
weight: WeightScalar
|
19490
19425
|
|
19491
|
-
"""Size of the Product Variant."""
|
19492
|
-
size: VariantSizeInput @deprecated(reason: "This field will be removed on April 17th, 2025.")
|
19493
|
-
|
19494
19426
|
"""Name for the variant."""
|
19495
19427
|
name: String
|
19496
19428
|
|
19497
19429
|
"""True if variant requires quote pricing."""
|
19498
19430
|
requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
|
19499
19431
|
|
19500
|
-
"""Substatus the variant is to be changed to."""
|
19501
|
-
subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
|
19502
|
-
|
19503
19432
|
"""
|
19504
19433
|
Informs whether a collection is published. All variants are published by default
|
19505
19434
|
"""
|
@@ -19664,18 +19593,12 @@ input ProductVariantInput {
|
|
19664
19593
|
"""Weight of the Product Variant."""
|
19665
19594
|
weight: WeightScalar
|
19666
19595
|
|
19667
|
-
"""Size of the Product Variant."""
|
19668
|
-
size: VariantSizeInput @deprecated(reason: "This field will be removed on April 17th, 2025.")
|
19669
|
-
|
19670
19596
|
"""Name for the variant."""
|
19671
19597
|
name: String
|
19672
19598
|
|
19673
19599
|
"""True if variant requires quote pricing."""
|
19674
19600
|
requiresQuote: Boolean @deprecated(reason: "This field will be removed on April 25th, 2025.")
|
19675
19601
|
|
19676
|
-
"""Substatus the variant is to be changed to."""
|
19677
|
-
subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
|
19678
|
-
|
19679
19602
|
"""
|
19680
19603
|
Informs whether a collection is published. All variants are published by default
|
19681
19604
|
"""
|