@nautical-commerce/graphql-schema 1.61.0-1-gda19ec096 → 1.61.0-3-g8ae73ad47
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +1 -20
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8891,9 +8891,6 @@ type Shop {
|
|
8891
8891
|
"""Include taxes in prices."""
|
8892
8892
|
includeTaxesInPrices: Boolean!
|
8893
8893
|
|
8894
|
-
"""Display prices with tax in store."""
|
8895
|
-
displayGrossPrices: Boolean! @deprecated(reason: "This will be removed on November 22, 2024. Use the includeTaxesInPrices setting instead.")
|
8896
|
-
|
8897
8894
|
"""Charge taxes on shipping."""
|
8898
8895
|
chargeTaxesOnShipping: Boolean!
|
8899
8896
|
|
@@ -8924,9 +8921,6 @@ type Shop {
|
|
8924
8921
|
"""Is authenticated user required for to view product price information."""
|
8925
8922
|
loginForPrice: Boolean
|
8926
8923
|
|
8927
|
-
"""Is authenticated user required to view product listings."""
|
8928
|
-
loginForProducts: Boolean @deprecated(reason: "This will be removed on November 22, 2024. Use the loginForPrice setting instead.")
|
8929
|
-
|
8930
8924
|
"""Gets active plugins."""
|
8931
8925
|
activePlugins: [Plugin!]!
|
8932
8926
|
|
@@ -11196,11 +11190,6 @@ type MarketplaceConfiguration {
|
|
11196
11190
|
tenant: Tenant!
|
11197
11191
|
id: UUID!
|
11198
11192
|
marketplaceName: String!
|
11199
|
-
|
11200
|
-
"""
|
11201
|
-
True if marketplace accrues shipping revenue, false if sellers accrue shipping revenue
|
11202
|
-
"""
|
11203
|
-
marketplaceAccruesShippingRevenue: Boolean @deprecated(reason: "Replaced by fulfillmentModel. This will be removed on November 25, 2024.")
|
11204
11193
|
requireProductApproval: Boolean!
|
11205
11194
|
requireProductTypes: Boolean!
|
11206
11195
|
|
@@ -13489,7 +13478,7 @@ type Mutation {
|
|
13489
13478
|
description: String
|
13490
13479
|
|
13491
13480
|
"""
|
13492
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/
|
13481
|
+
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, text/x-comma-separated-values, application/x-acad, application/x-rar-compressed, application/svg+xml, application/x-tif, image/vnd.dwg, application/x-dxf, application/vnd.pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-dwg, application/vnd.ms-word, image/dxf, text/rtf, text/x-pdf, application/zip, image/png, application/x-zip-compressed, image/svg+xml, application/x-pdf, drawing/dwg, application/tif, text/x-csv, image/x-tif, application/x-dwg, application/gzip, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/postscript, application/acad, image/heic, application/gzipped, image/tiff, image/webp, application/x-rar, text/pdf, application/acrobat, image/jpg, image/x-dxf, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, pplication/vnd.rar, drawing/x-dwg, image/x-ms-bmp, application/vnd.ms-powerpoint, application/tiff, application/x-jpg, image/svg, application/x-rtf, image/tif, application/jpg, image/x-eps, application/pdf, application/eps, application/excel, image/jpeg, application/x-gzip, text/plain, image/heif-sequence, application/rtf, application/csv, image/heic-sequence, image/eps, text/svg, drawing/x-dwf, text/svg-xml, image/x-tiff, application/x-eps, application/dxf, application/x-autocad, text/csv, image/bmp, text/comma-separated-values, application/x-tar, application/vnd.oasis.opendocument.presentation, application/vnd.ms-excel, image/x-bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/dwg, image/gif, application/msword, application/x-csv, application/vnd.oasis.opendocument.text, application/x-tiff.
|
13493
13482
|
"""
|
13494
13483
|
file: Upload!
|
13495
13484
|
|
@@ -17038,11 +17027,6 @@ input MarketplaceConfigurationInput {
|
|
17038
17027
|
"""
|
17039
17028
|
isSellerShippingZoneCreationAllowed: Boolean
|
17040
17029
|
|
17041
|
-
"""
|
17042
|
-
True if marketplace accrues shipping revenue, false if sellers accrue shipping revenue
|
17043
|
-
"""
|
17044
|
-
marketplaceAccruesShippingRevenue: Boolean @deprecated(reason: "Replaced by fulfillmentModel. This will be removed on November 25, 2024.")
|
17045
|
-
|
17046
17030
|
"""True if seller products require approval"""
|
17047
17031
|
requireProductApproval: Boolean
|
17048
17032
|
|
@@ -18642,9 +18626,6 @@ input ShopSettingsInput {
|
|
18642
18626
|
"""Include taxes in prices."""
|
18643
18627
|
includeTaxesInPrices: Boolean
|
18644
18628
|
|
18645
|
-
"""Display prices with tax in store."""
|
18646
|
-
displayGrossPrices: Boolean @deprecated(reason: "This will be removed on November 22, 2024.")
|
18647
|
-
|
18648
18629
|
"""Charge taxes on shipping."""
|
18649
18630
|
chargeTaxesOnShipping: Boolean
|
18650
18631
|
|