@nautical-commerce/graphql-schema 1.58.1-4-gd8b6e9049 → 1.58.2
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +28 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3761,6 +3761,11 @@ type Order implements Node & ObjectWithMetadata {
|
|
3761
3761
|
"""List of order lines."""
|
3762
3762
|
lines: [OrderLine!]!
|
3763
3763
|
|
3764
|
+
"""
|
3765
|
+
List of actions that can be performed in the current state of an order.
|
3766
|
+
"""
|
3767
|
+
actions: [OrderAction!]! @deprecated(reason: "This field should not be used as Orders will be changed to have no actions.All actions should be performed against the NauticalOrder. This will be removed on November 1, 2024.")
|
3768
|
+
|
3764
3769
|
"""
|
3765
3770
|
List of sub-statuses that can be changed to based on current state of the order
|
3766
3771
|
"""
|
@@ -5819,6 +5824,9 @@ type OrderLine implements Node & ObjectWithMetadata {
|
|
5819
5824
|
"""The pricebook, if any, that changed the price of this line."""
|
5820
5825
|
priceBook: PriceBook
|
5821
5826
|
|
5827
|
+
"""DEPRECATED: The number of items ordered on this order line."""
|
5828
|
+
quantity: Int! @deprecated(reason: "Use the more explicit quantityOrdered instead. This will be removed on November 1, 2024")
|
5829
|
+
|
5822
5830
|
"""The number of items ordered on this order line."""
|
5823
5831
|
quantityOrdered: Int!
|
5824
5832
|
|
@@ -5921,6 +5929,9 @@ type NauticalOrderLine implements Node & ObjectWithMetadata {
|
|
5921
5929
|
"""The related orderline attached to the connected seller order"""
|
5922
5930
|
sellerOrderline: OrderLine
|
5923
5931
|
|
5932
|
+
"""The number of items ordered on this order line"""
|
5933
|
+
quantity: Int! @deprecated(reason: "Use the more explicit quantityOrdered instead. This will be removed on November 1, 2024.")
|
5934
|
+
|
5924
5935
|
"""The number of items ordered on this order line"""
|
5925
5936
|
quantityOrdered: Int!
|
5926
5937
|
|
@@ -6794,6 +6805,11 @@ type RefundLine implements Node {
|
|
6794
6805
|
"""
|
6795
6806
|
percentage: Float!
|
6796
6807
|
|
6808
|
+
"""
|
6809
|
+
If configured as a quantity based refund, this is the number of units refunded.
|
6810
|
+
"""
|
6811
|
+
quantity: Int! @deprecated(reason: "This value was split into quantityFulfilled and quantityUnfulfilled and will be removed on November 1, 2024")
|
6812
|
+
|
6797
6813
|
"""
|
6798
6814
|
If configured as a quantity based refund, this is the number of fulfilled units refunded.
|
6799
6815
|
"""
|
@@ -8827,6 +8843,12 @@ type Shop {
|
|
8827
8843
|
languageCode: LanguageCodeEnum
|
8828
8844
|
): [CountryDisplay!]!
|
8829
8845
|
|
8846
|
+
"""List of available currencies."""
|
8847
|
+
currencies: [String!]! @deprecated(reason: "This field will be removed on November 1, 2024.")
|
8848
|
+
|
8849
|
+
"""Shop's default currency."""
|
8850
|
+
defaultCurrency: String! @deprecated(reason: "This field will be removed on November 1, 2024.")
|
8851
|
+
|
8830
8852
|
"""List of supported currencies."""
|
8831
8853
|
supportedCurrencies: [NauticalCurrency!]!
|
8832
8854
|
|
@@ -11231,6 +11253,11 @@ type MarketplaceConfiguration {
|
|
11231
11253
|
customerSetPasswordUrl: String
|
11232
11254
|
includeTaxesInPrices: Boolean!
|
11233
11255
|
chargeTaxesOnShipping: Boolean!
|
11256
|
+
|
11257
|
+
"""
|
11258
|
+
Deprecated: This field will always be overridden as True and will be removed on Nov 1, 2024.
|
11259
|
+
"""
|
11260
|
+
isSellerShippingZoneCreationAllowed: Boolean @deprecated(reason: "This field will always be overridden as True and will be removed on November 1, 2024.")
|
11234
11261
|
}
|
11235
11262
|
|
11236
11263
|
enum MarketplaceConfigurationPayoutAutomationStrategyEnum {
|
@@ -13449,7 +13476,7 @@ type Mutation {
|
|
13449
13476
|
description: String
|
13450
13477
|
|
13451
13478
|
"""
|
13452
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13479
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/dxf, image/x-dwg, application/msword, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/pdf, text/rtf, image/eps, text/svg, application/eps, application/csv, application/x-tif, application/x-rar, image/heif, application/x-acad, application/x-gzip, application/svg+xml, image/svg, image/heif-sequence, application/x-jpg, image/bmp, image/tif, application/vnd.ms-excel, application/gzipped, application/acrobat, text/pdf, image/tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/dwg, application/x-autocad, image/x-tif, application/x-rtf, application/x-tiff, application/x-tar, image/heic-sequence, text/x-pdf, application/vnd.pdf, application/tiff, image/gif, application/zip, application/x-dwg, image/x-tiff, text/comma-separated-values, drawing/x-dwg, application/vnd.ms-powerpoint, image/vnd.dwg, image/x-dxf, image/x-bmp, text/x-csv, text/plain, drawing/dwg, image/x-eps, image/svg+xml, application/vnd.oasis.opendocument.spreadsheet, application/jpg, image/x-ms-bmp, application/gzip, image/dxf, pplication/vnd.rar, image/jpg, application/excel, application/x-eps, application/x-dxf, application/x-csv, drawing/x-dwf, text/csv, application/x-zip-compressed, image/png, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/postscript, text/x-comma-separated-values, application/gzip-compressed, application/x-pdf, application/rtf, application/acad, text/svg-xml, application/vnd.oasis.opendocument.presentation, image/heic, image/jpeg, application/vnd.oasis.opendocument.text, application/vnd.ms-word, image/webp, application/tif.
|
13453
13480
|
"""
|
13454
13481
|
file: Upload!
|
13455
13482
|
|