@nautical-commerce/graphql-schema 1.60.1 → 1.61.0-2-ge7fd31e0b
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +39 -16
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3891,7 +3891,10 @@ type Order implements Node & ObjectWithMetadata {
|
|
3891
3891
|
payoutStatus: OrderPayoutStatusEnum
|
3892
3892
|
|
3893
3893
|
"""Summary of all payouts of this order"""
|
3894
|
-
payoutsSummary
|
3894
|
+
payoutsSummary(
|
3895
|
+
"""Order payout status."""
|
3896
|
+
payoutStatus: PayoutStatusEnum
|
3897
|
+
): [OrderPayoutSummary!]!
|
3895
3898
|
|
3896
3899
|
"""Remaining available balance to be paid out."""
|
3897
3900
|
availablePayoutBalance: Money
|
@@ -7192,6 +7195,23 @@ type OrderPayoutSummary {
|
|
7192
7195
|
vendorPayout: VendorPayout!
|
7193
7196
|
}
|
7194
7197
|
|
7198
|
+
enum PayoutStatusEnum {
|
7199
|
+
"""Draft"""
|
7200
|
+
DRAFT
|
7201
|
+
|
7202
|
+
"""Paid"""
|
7203
|
+
PAID
|
7204
|
+
|
7205
|
+
"""Archived"""
|
7206
|
+
ARCHIVED
|
7207
|
+
|
7208
|
+
"""Locked"""
|
7209
|
+
LOCKED
|
7210
|
+
|
7211
|
+
"""Error"""
|
7212
|
+
ERROR
|
7213
|
+
}
|
7214
|
+
|
7195
7215
|
type AgreementSellersCountableConnection {
|
7196
7216
|
"""Pagination data for this connection."""
|
7197
7217
|
pageInfo: PageInfo!
|
@@ -8996,9 +9016,6 @@ type Domain {
|
|
8996
9016
|
"""The host name of the domain."""
|
8997
9017
|
host: String!
|
8998
9018
|
|
8999
|
-
"""Inform if SSL is enabled."""
|
9000
|
-
sslEnabled: Boolean! @deprecated(reason: "This will be removed on November 14, 2024")
|
9001
|
-
|
9002
9019
|
"""Shop's absolute URL."""
|
9003
9020
|
url: String!
|
9004
9021
|
}
|
@@ -9121,6 +9138,9 @@ type StorefrontTheme implements Node {
|
|
9121
9138
|
|
9122
9139
|
"""Font to be used on the storefront"""
|
9123
9140
|
font: Font
|
9141
|
+
|
9142
|
+
"""Font color in hex."""
|
9143
|
+
fontColor: String
|
9124
9144
|
}
|
9125
9145
|
|
9126
9146
|
"""Font for a storefront."""
|
@@ -11176,11 +11196,6 @@ type MarketplaceConfiguration {
|
|
11176
11196
|
tenant: Tenant!
|
11177
11197
|
id: UUID!
|
11178
11198
|
marketplaceName: String!
|
11179
|
-
|
11180
|
-
"""
|
11181
|
-
True if marketplace accrues shipping revenue, false if sellers accrue shipping revenue
|
11182
|
-
"""
|
11183
|
-
marketplaceAccruesShippingRevenue: Boolean @deprecated(reason: "Replaced by fulfillmentModel. This will be removed on November 25, 2024.")
|
11184
11199
|
requireProductApproval: Boolean!
|
11185
11200
|
requireProductTypes: Boolean!
|
11186
11201
|
|
@@ -13469,7 +13484,7 @@ type Mutation {
|
|
13469
13484
|
description: String
|
13470
13485
|
|
13471
13486
|
"""
|
13472
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13487
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: drawing/dwg, image/gif, application/svg+xml, application/x-tif, application/x-pdf, text/x-pdf, application/dxf, application/excel, image/tiff, image/dxf, image/eps, application/x-eps, text/csv, application/x-tiff, image/x-dxf, application/acrobat, text/svg-xml, application/x-rar, text/rtf, application/x-acad, application/zip, application/vnd.ms-excel, image/x-ms-bmp, application/x-tar, application/msword, application/dwg, image/jpg, image/heif-sequence, image/x-eps, application/x-rtf, pplication/vnd.rar, image/svg+xml, application/vnd.oasis.opendocument.spreadsheet, application/x-autocad, image/tif, application/x-csv, image/x-bmp, application/vnd.pdf, text/comma-separated-values, application/jpg, application/pdf, image/jpeg, application/vnd.oasis.opendocument.presentation, application/x-rar-compressed, text/svg, application/gzip, image/webp, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/tiff, drawing/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/svg, application/x-zip-compressed, application/gzipped, application/x-gzip, drawing/x-dwf, image/x-dwg, application/x-dxf, text/pdf, image/x-tiff, application/x-dwg, application/acad, application/vnd.ms-word, image/bmp, application/vnd.ms-powerpoint, application/eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.text, image/heic, application/rtf, image/png, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/x-csv, application/tif, image/heif, application/x-jpg, image/vnd.dwg, image/x-tif, application/gzip-compressed, text/plain, application/csv, application/postscript, image/heic-sequence.
|
13473
13488
|
"""
|
13474
13489
|
file: Upload!
|
13475
13490
|
|
@@ -15098,7 +15113,7 @@ type Mutation {
|
|
15098
15113
|
nauticalHistoricalOrderCreate(
|
15099
15114
|
"""Fields required to create an historical order."""
|
15100
15115
|
input: NauticalHistoricalOrderInput!
|
15101
|
-
): NauticalHistoricalOrderCreate
|
15116
|
+
): NauticalHistoricalOrderCreate @deprecated(reason: "This mutation will be removed on February 18, 2025")
|
15102
15117
|
|
15103
15118
|
"""Deletes a draft order."""
|
15104
15119
|
draftOrderDelete(
|
@@ -17018,11 +17033,6 @@ input MarketplaceConfigurationInput {
|
|
17018
17033
|
"""
|
17019
17034
|
isSellerShippingZoneCreationAllowed: Boolean
|
17020
17035
|
|
17021
|
-
"""
|
17022
|
-
True if marketplace accrues shipping revenue, false if sellers accrue shipping revenue
|
17023
|
-
"""
|
17024
|
-
marketplaceAccruesShippingRevenue: Boolean @deprecated(reason: "Replaced by fulfillmentModel. This will be removed on November 25, 2024.")
|
17025
|
-
|
17026
17036
|
"""True if seller products require approval"""
|
17027
17037
|
requireProductApproval: Boolean
|
17028
17038
|
|
@@ -18740,6 +18750,9 @@ input StorefrontThemeInput {
|
|
18740
18750
|
|
18741
18751
|
"""ID of of the selected font."""
|
18742
18752
|
font: String
|
18753
|
+
|
18754
|
+
"""Font color in hex."""
|
18755
|
+
fontColor: String
|
18743
18756
|
}
|
18744
18757
|
|
18745
18758
|
"""Update a storefront theme."""
|
@@ -24083,6 +24096,11 @@ input UserCreateInput {
|
|
24083
24096
|
"""Marketplace VAT identification number"""
|
24084
24097
|
vatIdentificationNumber: String
|
24085
24098
|
|
24099
|
+
"""
|
24100
|
+
Indicates whether a 'set password' email should be sent to the customer.
|
24101
|
+
"""
|
24102
|
+
sendCustomerSetPasswordEmail: Boolean
|
24103
|
+
|
24086
24104
|
"""
|
24087
24105
|
URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
|
24088
24106
|
"""
|
@@ -24137,6 +24155,11 @@ input CustomerInput {
|
|
24137
24155
|
|
24138
24156
|
"""Marketplace VAT identification number"""
|
24139
24157
|
vatIdentificationNumber: String
|
24158
|
+
|
24159
|
+
"""
|
24160
|
+
Indicates whether a 'set password' email should be sent to the customer.
|
24161
|
+
"""
|
24162
|
+
sendCustomerSetPasswordEmail: Boolean
|
24140
24163
|
}
|
24141
24164
|
|
24142
24165
|
"""Deletes a customer."""
|