@nautical-commerce/graphql-schema 1.61.0-5-g1f6862617 → 1.61.0-50-g00ef768da
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 +21 -112
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2202,11 +2202,9 @@ enum EventTypeEnum {
|
|
2202
2202
|
order_fulfillment_confirmation
|
2203
2203
|
order_fulfillment_denied
|
2204
2204
|
order_fulfillment_update
|
2205
|
-
order_payment_confirmation
|
2206
2205
|
order_canceled
|
2207
2206
|
partial_order_cancel
|
2208
2207
|
order_refund_confirmation
|
2209
|
-
seller_bid_action
|
2210
2208
|
pending_quote
|
2211
2209
|
account_set_staff_password
|
2212
2210
|
csv_export_products_success
|
@@ -2222,8 +2220,6 @@ enum EventTypeEnum {
|
|
2222
2220
|
seller_status_paused
|
2223
2221
|
seller_agreement_accepted
|
2224
2222
|
seller_agreement_not_accepted
|
2225
|
-
vin_decode_success
|
2226
|
-
vin_decode_failed
|
2227
2223
|
import_catalog_failed
|
2228
2224
|
import_catalog_success
|
2229
2225
|
account_activate_request
|
@@ -2231,7 +2227,6 @@ enum EventTypeEnum {
|
|
2231
2227
|
account_deactivated
|
2232
2228
|
pending_order
|
2233
2229
|
pending_customer
|
2234
|
-
buyer_bid_action
|
2235
2230
|
quote_requested
|
2236
2231
|
}
|
2237
2232
|
|
@@ -2890,7 +2885,7 @@ type ProductVariant implements Node & ObjectWithMetadata {
|
|
2890
2885
|
allowBackorders: Boolean
|
2891
2886
|
|
2892
2887
|
"""
|
2893
|
-
indicates whether we allow overriding the unit_price of variants in checkout and draft, quote
|
2888
|
+
indicates whether we allow overriding the unit_price of variants in checkout and draft, quote order lines
|
2894
2889
|
"""
|
2895
2890
|
isPriceOverrideAllowed: Boolean!
|
2896
2891
|
isShippingRequired: Boolean!
|
@@ -3046,7 +3041,7 @@ type Product implements Node & ObjectWithMetadata {
|
|
3046
3041
|
subStatus: ProductSubStatus!
|
3047
3042
|
|
3048
3043
|
"""
|
3049
|
-
indicates whether we allow overriding the unit_price of variants in checkout and draft, quote
|
3044
|
+
indicates whether we allow overriding the unit_price of variants in checkout and draft, quote order lines
|
3050
3045
|
"""
|
3051
3046
|
isPriceOverrideAllowed: Boolean!
|
3052
3047
|
isShippingRequired: Boolean!
|
@@ -3892,9 +3887,6 @@ enum OrderOrderSource {
|
|
3892
3887
|
"""quote"""
|
3893
3888
|
QUOTE
|
3894
3889
|
|
3895
|
-
"""offer"""
|
3896
|
-
OFFER
|
3897
|
-
|
3898
3890
|
"""manual"""
|
3899
3891
|
MANUAL
|
3900
3892
|
|
@@ -3906,7 +3898,6 @@ enum OrderOrderSource {
|
|
3906
3898
|
enum OrderStatus {
|
3907
3899
|
DRAFT
|
3908
3900
|
QUOTE
|
3909
|
-
OFFER
|
3910
3901
|
UNFULFILLED
|
3911
3902
|
PARTIALLY_FULFILLED
|
3912
3903
|
FULFILLED
|
@@ -3932,24 +3923,6 @@ enum OrderSubStatus {
|
|
3932
3923
|
|
3933
3924
|
"""Complete"""
|
3934
3925
|
COMPLETE
|
3935
|
-
|
3936
|
-
"""Offer Approved"""
|
3937
|
-
OFFER_APPROVED
|
3938
|
-
|
3939
|
-
"""Offer Cancelled"""
|
3940
|
-
OFFER_CANCELLED
|
3941
|
-
|
3942
|
-
"""Offer Created"""
|
3943
|
-
OFFER_CREATED
|
3944
|
-
|
3945
|
-
"""Offer Expired"""
|
3946
|
-
OFFER_EXPIRED
|
3947
|
-
|
3948
|
-
"""Offer Negotiating"""
|
3949
|
-
OFFER_NEGOTIATING
|
3950
|
-
|
3951
|
-
"""Offer Rejected"""
|
3952
|
-
OFFER_REJECTED
|
3953
3926
|
}
|
3954
3927
|
|
3955
3928
|
"""
|
@@ -4571,7 +4544,7 @@ type ProductType implements Node & ObjectWithMetadata {
|
|
4571
4544
|
weight: Weight
|
4572
4545
|
|
4573
4546
|
"""
|
4574
|
-
indicates whether we allow overriding the unit_price of variants in checkout and draft, quote
|
4547
|
+
indicates whether we allow overriding the unit_price of variants in checkout and draft, quote order lines
|
4575
4548
|
"""
|
4576
4549
|
isPriceOverrideAllowed: Boolean!
|
4577
4550
|
createdBy: Seller
|
@@ -4961,6 +4934,7 @@ enum WebhookEventTypeEnum {
|
|
4961
4934
|
SELLER_CREATED
|
4962
4935
|
SELLER_UPDATED
|
4963
4936
|
SELLER_AGREEMENT_ACKNOWLEDGED
|
4937
|
+
SELLER_AGREEMENT_DECLINED
|
4964
4938
|
VARIANT_CREATED
|
4965
4939
|
VARIANT_DELETED
|
4966
4940
|
VARIANT_UPDATED
|
@@ -5684,9 +5658,6 @@ enum NauticalOrderOrderSource {
|
|
5684
5658
|
"""quote"""
|
5685
5659
|
QUOTE
|
5686
5660
|
|
5687
|
-
"""offer"""
|
5688
|
-
OFFER
|
5689
|
-
|
5690
5661
|
"""manual"""
|
5691
5662
|
MANUAL
|
5692
5663
|
|
@@ -5698,7 +5669,6 @@ enum NauticalOrderOrderSource {
|
|
5698
5669
|
enum NauticalOrderStatus {
|
5699
5670
|
DRAFT
|
5700
5671
|
QUOTE
|
5701
|
-
OFFER
|
5702
5672
|
UNFULFILLED
|
5703
5673
|
PARTIALLY_FULFILLED
|
5704
5674
|
FULFILLED
|
@@ -5724,24 +5694,6 @@ enum NauticalOrderSubStatus {
|
|
5724
5694
|
|
5725
5695
|
"""Complete"""
|
5726
5696
|
COMPLETE
|
5727
|
-
|
5728
|
-
"""Offer Approved"""
|
5729
|
-
OFFER_APPROVED
|
5730
|
-
|
5731
|
-
"""Offer Cancelled"""
|
5732
|
-
OFFER_CANCELLED
|
5733
|
-
|
5734
|
-
"""Offer Created"""
|
5735
|
-
OFFER_CREATED
|
5736
|
-
|
5737
|
-
"""Offer Expired"""
|
5738
|
-
OFFER_EXPIRED
|
5739
|
-
|
5740
|
-
"""Offer Negotiating"""
|
5741
|
-
OFFER_NEGOTIATING
|
5742
|
-
|
5743
|
-
"""Offer Rejected"""
|
5744
|
-
OFFER_REJECTED
|
5745
5697
|
}
|
5746
5698
|
|
5747
5699
|
enum OrderSubStatusEnum {
|
@@ -5756,24 +5708,6 @@ enum OrderSubStatusEnum {
|
|
5756
5708
|
|
5757
5709
|
"""Complete"""
|
5758
5710
|
COMPLETE
|
5759
|
-
|
5760
|
-
"""Offer Approved"""
|
5761
|
-
OFFER_APPROVED
|
5762
|
-
|
5763
|
-
"""Offer Cancelled"""
|
5764
|
-
OFFER_CANCELLED
|
5765
|
-
|
5766
|
-
"""Offer Created"""
|
5767
|
-
OFFER_CREATED
|
5768
|
-
|
5769
|
-
"""Offer Expired"""
|
5770
|
-
OFFER_EXPIRED
|
5771
|
-
|
5772
|
-
"""Offer Negotiating"""
|
5773
|
-
OFFER_NEGOTIATING
|
5774
|
-
|
5775
|
-
"""Offer Rejected"""
|
5776
|
-
OFFER_REJECTED
|
5777
5711
|
}
|
5778
5712
|
|
5779
5713
|
"""Represents order line of particular order."""
|
@@ -6657,12 +6591,6 @@ enum OrderEventsEmailsEnum {
|
|
6657
6591
|
|
6658
6592
|
"""The quote request email was sent to the marketplace operator"""
|
6659
6593
|
QUOTE_REQUESTED
|
6660
|
-
|
6661
|
-
"""A bid action performed by the seller triggered email to be sent"""
|
6662
|
-
SELLER_BID_ACTION
|
6663
|
-
|
6664
|
-
"""A bid action performed by the buyer triggered email to be sent"""
|
6665
|
-
BUYER_BID_ACTION
|
6666
6594
|
}
|
6667
6595
|
|
6668
6596
|
type NauticalOrderEventOrderLineObject {
|
@@ -7059,7 +6987,7 @@ enum OrderPayoutStatusEnum {
|
|
7059
6987
|
READY_FOR_PAYOUT
|
7060
6988
|
|
7061
6989
|
"""Pending final payout"""
|
7062
|
-
PENDING_FINAL_PAYOUT
|
6990
|
+
PENDING_FINAL_PAYOUT @deprecated(reason: "This will be removed on February 26, 2025")
|
7063
6991
|
|
7064
6992
|
"""Paid out"""
|
7065
6993
|
PAID_OUT
|
@@ -8318,6 +8246,7 @@ enum WebhookSampleEventTypeEnum {
|
|
8318
8246
|
SELLER_CREATED
|
8319
8247
|
SELLER_UPDATED
|
8320
8248
|
SELLER_AGREEMENT_ACKNOWLEDGED
|
8249
|
+
SELLER_AGREEMENT_DECLINED
|
8321
8250
|
VARIANT_CREATED
|
8322
8251
|
VARIANT_DELETED
|
8323
8252
|
VARIANT_UPDATED
|
@@ -8605,6 +8534,9 @@ type Content implements Node {
|
|
8605
8534
|
"""
|
8606
8535
|
draftData: JSONString!
|
8607
8536
|
|
8537
|
+
"""Revision number of the latest content version."""
|
8538
|
+
revision: Int!
|
8539
|
+
|
8608
8540
|
"""Whether the content has an active draft."""
|
8609
8541
|
hasActiveDraft: Boolean
|
8610
8542
|
|
@@ -11128,7 +11060,7 @@ type MarketplaceConfiguration {
|
|
11128
11060
|
enableBackorders: Boolean!
|
11129
11061
|
|
11130
11062
|
"""Determines when revenue is accrued to the marketplace and sellers"""
|
11131
|
-
revenueAccrualStrategy: RevenueAccrualStrategyEnum
|
11063
|
+
revenueAccrualStrategy: RevenueAccrualStrategyEnum @deprecated(reason: "This will be removed on February 20, 2025.")
|
11132
11064
|
|
11133
11065
|
"""
|
11134
11066
|
Determines whether shipping methods are available based on marketplace checkout total or seller totals
|
@@ -11840,9 +11772,6 @@ enum EmailEventMessageType {
|
|
11840
11772
|
"""Order Fulfillment Update"""
|
11841
11773
|
ORDER_FULFILLMENT_UPDATE
|
11842
11774
|
|
11843
|
-
"""Order Payment Confirmation"""
|
11844
|
-
ORDER_PAYMENT_CONFIRMATION
|
11845
|
-
|
11846
11775
|
"""Order Canceled"""
|
11847
11776
|
ORDER_CANCELED
|
11848
11777
|
|
@@ -11852,9 +11781,6 @@ enum EmailEventMessageType {
|
|
11852
11781
|
"""Order Refund Confirmation"""
|
11853
11782
|
ORDER_REFUND_CONFIRMATION
|
11854
11783
|
|
11855
|
-
"""Seller Bid Action"""
|
11856
|
-
SELLER_BID_ACTION
|
11857
|
-
|
11858
11784
|
"""Pending Quote"""
|
11859
11785
|
PENDING_QUOTE
|
11860
11786
|
|
@@ -11900,12 +11826,6 @@ enum EmailEventMessageType {
|
|
11900
11826
|
"""Seller Agreement Not Accepted"""
|
11901
11827
|
SELLER_AGREEMENT_NOT_ACCEPTED
|
11902
11828
|
|
11903
|
-
"""Vin Decode Success"""
|
11904
|
-
VIN_DECODE_SUCCESS
|
11905
|
-
|
11906
|
-
"""Vin Decode Failed"""
|
11907
|
-
VIN_DECODE_FAILED
|
11908
|
-
|
11909
11829
|
"""Import Catalog Failed"""
|
11910
11830
|
IMPORT_CATALOG_FAILED
|
11911
11831
|
|
@@ -11927,9 +11847,6 @@ enum EmailEventMessageType {
|
|
11927
11847
|
"""Pending Customer"""
|
11928
11848
|
PENDING_CUSTOMER
|
11929
11849
|
|
11930
|
-
"""Buyer Bid Action"""
|
11931
|
-
BUYER_BID_ACTION
|
11932
|
-
|
11933
11850
|
"""Quote Requested"""
|
11934
11851
|
QUOTE_REQUESTED
|
11935
11852
|
}
|
@@ -11975,9 +11892,6 @@ enum NotifyEventTypeEnum {
|
|
11975
11892
|
"""Order Fulfillment Update"""
|
11976
11893
|
ORDER_FULFILLMENT_UPDATE
|
11977
11894
|
|
11978
|
-
"""Order Payment Confirmation"""
|
11979
|
-
ORDER_PAYMENT_CONFIRMATION @deprecated(reason: "Will be removed on Nov 12, 2024")
|
11980
|
-
|
11981
11895
|
"""Order Canceled"""
|
11982
11896
|
ORDER_CANCELED
|
11983
11897
|
|
@@ -11987,9 +11901,6 @@ enum NotifyEventTypeEnum {
|
|
11987
11901
|
"""Order Refund Confirmation"""
|
11988
11902
|
ORDER_REFUND_CONFIRMATION
|
11989
11903
|
|
11990
|
-
"""Seller Bid Action"""
|
11991
|
-
SELLER_BID_ACTION @deprecated(reason: "Will be removed on Nov 12, 2024")
|
11992
|
-
|
11993
11904
|
"""Pending Quote"""
|
11994
11905
|
PENDING_QUOTE
|
11995
11906
|
|
@@ -12035,12 +11946,6 @@ enum NotifyEventTypeEnum {
|
|
12035
11946
|
"""Seller Agreement Not Accepted"""
|
12036
11947
|
SELLER_AGREEMENT_NOT_ACCEPTED
|
12037
11948
|
|
12038
|
-
"""Vin Decode Success"""
|
12039
|
-
VIN_DECODE_SUCCESS @deprecated(reason: "Will be removed on Nov 12, 2024")
|
12040
|
-
|
12041
|
-
"""Vin Decode Failed"""
|
12042
|
-
VIN_DECODE_FAILED @deprecated(reason: "Will be removed on Nov 12, 2024")
|
12043
|
-
|
12044
11949
|
"""Import Catalog Failed"""
|
12045
11950
|
IMPORT_CATALOG_FAILED
|
12046
11951
|
|
@@ -12062,9 +11967,6 @@ enum NotifyEventTypeEnum {
|
|
12062
11967
|
"""Pending Customer"""
|
12063
11968
|
PENDING_CUSTOMER
|
12064
11969
|
|
12065
|
-
"""Buyer Bid Action"""
|
12066
|
-
BUYER_BID_ACTION @deprecated(reason: "Will be removed on Nov 12, 2024")
|
12067
|
-
|
12068
11970
|
"""Quote Requested"""
|
12069
11971
|
QUOTE_REQUESTED
|
12070
11972
|
}
|
@@ -13382,7 +13284,7 @@ type Mutation {
|
|
13382
13284
|
description: String
|
13383
13285
|
|
13384
13286
|
"""
|
13385
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13287
|
+
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-tiff, image/x-dwg, application/tiff, text/plain, drawing/dwg, application/x-tif, application/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.slideshow, pplication/vnd.rar, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/x-pdf, image/png, image/x-bmp, application/svg+xml, application/x-pdf, application/x-zip-compressed, image/heif-sequence, application/excel, image/jpg, image/vnd.dwg, image/x-ms-bmp, text/csv, image/x-dxf, image/svg, application/gzip, application/vnd.ms-excel, application/x-jpg, application/x-rar, application/x-dwg, image/heic-sequence, image/dxf, application/acrobat, image/bmp, application/postscript, image/svg+xml, image/eps, image/x-eps, application/msword, application/x-gzip, text/pdf, application/vnd.pdf, image/heif, application/zip, image/heic, text/x-csv, application/x-dxf, text/rtf, application/x-autocad, image/webp, image/tiff, application/vnd.ms-powerpoint, image/tif, drawing/x-dwf, application/x-acad, application/tif, application/jpg, image/x-tif, application/vnd.ms-word, application/acad, text/x-comma-separated-values, image/x-tiff, application/x-rar-compressed, application/vnd.oasis.opendocument.text, image/jpeg, application/x-csv, image/gif, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-tar, text/svg-xml, application/rtf, application/dwg, text/comma-separated-values, application/dxf, text/svg, application/gzip-compressed, application/x-rtf, application/x-eps, drawing/x-dwg, application/eps, application/vnd.oasis.opendocument.spreadsheet, application/csv, application/gzipped.
|
13386
13288
|
"""
|
13387
13289
|
file: Upload!
|
13388
13290
|
|
@@ -15345,7 +15247,7 @@ type Mutation {
|
|
15345
15247
|
"""Target order id."""
|
15346
15248
|
id: ID!
|
15347
15249
|
input: OrderPayoutStatusUpdateInput!
|
15348
|
-
): OrderPayoutStatusUpdate
|
15250
|
+
): OrderPayoutStatusUpdate @deprecated(reason: "This will be removed on February 26, 2025.")
|
15349
15251
|
|
15350
15252
|
"""Updates a shipping method of the order."""
|
15351
15253
|
orderUpdateShipping(
|
@@ -15423,7 +15325,7 @@ type Mutation {
|
|
15423
15325
|
URL to send customer to for quote confirmation. Whatever URL is sent will have `token` added to the search parameters of the URL, e.g. if you send http://localhost/quote, the generated URL will be http://localhost/quote?token=...
|
15424
15326
|
"""
|
15425
15327
|
storefrontUrl: String!
|
15426
|
-
): NauticalQuoteOrderSendToCustomer
|
15328
|
+
): NauticalQuoteOrderSendToCustomer @deprecated(reason: "The ability to send Order IDs will be removed on February 26, 2025.")
|
15427
15329
|
|
15428
15330
|
"""Creates a new order fee."""
|
15429
15331
|
orderFeeCreate(
|
@@ -16836,7 +16738,7 @@ input MarketplaceConfigurationInput {
|
|
16836
16738
|
payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum = null
|
16837
16739
|
|
16838
16740
|
"""Update revenue accrual strategy"""
|
16839
|
-
revenueAccrualStrategy: RevenueAccrualStrategyEnum = null
|
16741
|
+
revenueAccrualStrategy: RevenueAccrualStrategyEnum = null @deprecated(reason: "This will be removed on February 20, 2025.")
|
16840
16742
|
|
16841
16743
|
"""Update available shipping strategy"""
|
16842
16744
|
availableShippingStrategy: AvailableShippingStrategyEnum = null
|
@@ -18251,6 +18153,7 @@ enum ShopErrorCode {
|
|
18251
18153
|
REQUIRED
|
18252
18154
|
UNIQUE
|
18253
18155
|
NOT_ALLOWED
|
18156
|
+
STALE_DATA
|
18254
18157
|
}
|
18255
18158
|
|
18256
18159
|
input ContentPageDataCreateInput {
|
@@ -18302,6 +18205,9 @@ type ContentSave {
|
|
18302
18205
|
}
|
18303
18206
|
|
18304
18207
|
input ContentSaveInput {
|
18208
|
+
"""Revision of the previous content version"""
|
18209
|
+
previousRevision: Int!
|
18210
|
+
|
18305
18211
|
"""Editor data"""
|
18306
18212
|
data: JSONString!
|
18307
18213
|
}
|
@@ -18319,6 +18225,9 @@ type ContentPublish {
|
|
18319
18225
|
}
|
18320
18226
|
|
18321
18227
|
input ContentPublishInput {
|
18228
|
+
"""Revision of the previous content version"""
|
18229
|
+
previousRevision: Int!
|
18230
|
+
|
18322
18231
|
"""Editor data"""
|
18323
18232
|
data: JSONString!
|
18324
18233
|
|