@nautical-commerce/graphql-schema 1.72.0-30-g77eb17fd3 → 1.72.0-32-gfbb8873f8
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 +6 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3756,6 +3756,11 @@ type Order implements Node & ObjectWithMetadata {
|
|
3756
3756
|
Indicates that the shipping price is set manually by user rather than taken from a related shipping method.
|
3757
3757
|
"""
|
3758
3758
|
isShippingPriceOverridden: Boolean!
|
3759
|
+
|
3760
|
+
"""
|
3761
|
+
Indicates that the order is being fulfilled by the marketplace and the seller is not responsible for shipping.
|
3762
|
+
"""
|
3763
|
+
fulfilledByMarketplace: Boolean!
|
3759
3764
|
token: String!
|
3760
3765
|
voucher: Voucher
|
3761
3766
|
discount: Money
|
@@ -13157,7 +13162,7 @@ type Mutation {
|
|
13157
13162
|
description: String
|
13158
13163
|
|
13159
13164
|
"""
|
13160
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-
|
13165
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-autocad, text/x-csv, application/x-tif, application/csv, application/x-rar-compressed, text/x-comma-separated-values, text/svg, text/pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-ms-bmp, image/heic-sequence, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-tiff, application/pdf, text/plain, application/tif, application/gzip, image/heif, application/x-gzip, application/rtf, application/vnd.oasis.opendocument.spreadsheet, image/svg+xml, application/x-tiff, image/tiff, image/eps, image/png, image/heif-sequence, application/acad, application/vnd.oasis.opendocument.text, application/svg+xml, application/msword, application/dxf, image/x-bmp, application/x-zip-compressed, application/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-dwg, image/x-tif, image/vnd.dwg, image/x-eps, image/jpeg, application/x-dxf, image/dxf, application/eps, text/svg-xml, drawing/dwg, application/jpg, image/jpg, application/tiff, image/gif, application/x-tar, application/gzip-compressed, image/svg, application/x-acad, application/x-csv, image/heic, text/comma-separated-values, application/vnd.pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-excel, pplication/vnd.rar, application/x-rar, application/zip, application/acrobat, image/bmp, image/x-dxf, application/x-pdf, application/x-jpg, image/webp, application/vnd.ms-word, application/x-rtf, text/csv, application/x-dwg, drawing/x-dwf, application/excel, image/tif, application/postscript, application/gzipped, application/vnd.oasis.opendocument.presentation, text/rtf, text/x-pdf, application/vnd.ms-powerpoint, drawing/x-dwg, application/dwg.
|
13161
13166
|
"""
|
13162
13167
|
file: Upload!
|
13163
13168
|
|