@nautical-commerce/graphql-schema 1.78.3 → 1.79.0-1-g9e65da5cf
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 +186 -698
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -480,19 +480,6 @@ type Query {
|
|
480
480
|
"""Return the last n elements from the list."""
|
481
481
|
last: Int
|
482
482
|
): AgreementCountableConnection @deprecated(reason: "This will be removed on April 29, 2025.")
|
483
|
-
sellerListCards(period: ReportingPeriod!, identifier: ID): SellerCards @deprecated(reason: "This will be removed on April 16, 2025")
|
484
|
-
sellerDetailCards(period: ReportingPeriod!, identifier: ID!): SellerDetailCards @deprecated(reason: "This will be removed on April 16, 2025")
|
485
|
-
|
486
|
-
"""Number of new sellers created in given period."""
|
487
|
-
newSellers(period: ReportingPeriod!): Int @deprecated(reason: "This will be removed on April 16, 2025")
|
488
|
-
|
489
|
-
"""Number of orders placed by sellers in given period."""
|
490
|
-
sellerOrders(period: ReportingPeriod!, identifier: ID): Int @deprecated(reason: "This will be removed on April 16, 2025")
|
491
|
-
|
492
|
-
"""
|
493
|
-
Return the total commissions earned across all sellers for the given period.
|
494
|
-
"""
|
495
|
-
sellerCommissions(period: ReportingPeriod!, identifier: ID): Money @deprecated(reason: "This will be removed on April 16, 2025")
|
496
483
|
|
497
484
|
"""Look up an refund by ID."""
|
498
485
|
refund(
|
@@ -1576,61 +1563,6 @@ type Query {
|
|
1576
1563
|
"""Return the last n elements from the list."""
|
1577
1564
|
last: Int
|
1578
1565
|
): EmailEventCountableConnection
|
1579
|
-
insightsOrdersCustomerSummary(
|
1580
|
-
"""Beginning of the period to filter results"""
|
1581
|
-
startDate: Date!
|
1582
|
-
|
1583
|
-
"""End of the period to filter results"""
|
1584
|
-
endDate: Date!
|
1585
|
-
): InReportOrderCustomerSummaryType @deprecated(reason: "This will be removed on April 13, 2025.")
|
1586
|
-
insightsOrdersSellerSummary(
|
1587
|
-
"""Beginning of the period to filter results"""
|
1588
|
-
startDate: Date!
|
1589
|
-
|
1590
|
-
"""End of the period to filter results"""
|
1591
|
-
endDate: Date!
|
1592
|
-
): InReportOrderSellerSummaryType @deprecated(reason: "This will be removed on April 13, 2025.")
|
1593
|
-
insightsOrdersMarketplaceSummary(
|
1594
|
-
"""Beginning of the period to filter results"""
|
1595
|
-
startDate: Date!
|
1596
|
-
|
1597
|
-
"""End of the period to filter results"""
|
1598
|
-
endDate: Date!
|
1599
|
-
|
1600
|
-
"""Period dimension such as DAY, WEEK, MONTH, QUARTER, YEAR"""
|
1601
|
-
dimension: InsightDimensionEnum = MONTH
|
1602
|
-
): InReportOrderMarketplaceSummaryType @deprecated(reason: "This will be removed on April 13, 2025.")
|
1603
|
-
insightsMarketplacePayoutsSummary(
|
1604
|
-
"""Beginning of the period to filter results"""
|
1605
|
-
startDate: Date!
|
1606
|
-
|
1607
|
-
"""End of the period to filter results"""
|
1608
|
-
endDate: Date!
|
1609
|
-
): InReportMarketplacePayoutsSummaryType @deprecated(reason: "This will be removed on April 13, 2025.")
|
1610
|
-
insightsMarketplaceTaxSummary(
|
1611
|
-
"""Beginning of the period to filter results"""
|
1612
|
-
startDate: Date!
|
1613
|
-
|
1614
|
-
"""End of the period to filter results"""
|
1615
|
-
endDate: Date!
|
1616
|
-
|
1617
|
-
"""Period dimension such as DAY, WEEK, MONTH, QUARTER, YEAR"""
|
1618
|
-
dimension: InsightDimensionEnum = YEAR
|
1619
|
-
): InReportMarketplaceTaxSummaryType @deprecated(reason: "This will be removed on April 13, 2025.")
|
1620
|
-
insightsMarketplaceTaxesByCountry(
|
1621
|
-
"""Beginning of the period to filter results"""
|
1622
|
-
startDate: Date!
|
1623
|
-
|
1624
|
-
"""End of the period to filter results"""
|
1625
|
-
endDate: Date!
|
1626
|
-
): InReportMarketplaceTaxesByCountryType @deprecated(reason: "This will be removed on April 13, 2025.")
|
1627
|
-
insightsMarketplaceTaxesByCountryArea(
|
1628
|
-
"""Beginning of the period to filter results"""
|
1629
|
-
startDate: Date!
|
1630
|
-
|
1631
|
-
"""End of the period to filter results"""
|
1632
|
-
endDate: Date!
|
1633
|
-
): InReportMarketplaceTaxesByCountryType @deprecated(reason: "This will be removed on April 13, 2025.")
|
1634
1566
|
insightsTopPerformingProducts(
|
1635
1567
|
"""Beginning of the period to filter results"""
|
1636
1568
|
startDate: Date!
|
@@ -1663,19 +1595,6 @@ type Query {
|
|
1663
1595
|
"""Top or worst performing"""
|
1664
1596
|
perspective: PerformancePerspective!
|
1665
1597
|
): InReportTopPerformingCategoriesType
|
1666
|
-
insightsMarketplacePaymentsSummary(
|
1667
|
-
"""Beginning of the period to filter results"""
|
1668
|
-
startDate: Date!
|
1669
|
-
|
1670
|
-
"""End of the period to filter results"""
|
1671
|
-
endDate: Date!
|
1672
|
-
|
1673
|
-
"""Total number of products to list"""
|
1674
|
-
limit: Int = 25
|
1675
|
-
|
1676
|
-
"""Period dimension such as DAY, WEEK, MONTH, QUARTER, YEAR"""
|
1677
|
-
dimension: InsightDimensionEnum = DAY
|
1678
|
-
): InReportMarketplacePaymentsSummaryType @deprecated(reason: "This will be removed on April 13, 2025.")
|
1679
1598
|
dashboardOrdersSummary(
|
1680
1599
|
"""ID of seller for filtering"""
|
1681
1600
|
identifier: ID
|
@@ -2971,15 +2890,6 @@ type ProductVariant implements Node & ObjectWithMetadata {
|
|
2971
2890
|
"""
|
2972
2891
|
pricing: VariantPricingInfo
|
2973
2892
|
|
2974
|
-
"""Whether this variant is visible on the buyer side or not"""
|
2975
|
-
isVisible: Boolean! @deprecated(reason: "This will be removed on April 15, 2025.")
|
2976
|
-
|
2977
|
-
"""Product description"""
|
2978
|
-
description: String @deprecated(reason: "This will be removed on April 15, 2025.")
|
2979
|
-
|
2980
|
-
"""Product description HTML"""
|
2981
|
-
descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
|
2982
|
-
|
2983
2893
|
"""Product variant size info."""
|
2984
2894
|
size: VariantSize @deprecated(reason: "This will be removed on April 17, 2025.")
|
2985
2895
|
|
@@ -3074,18 +2984,6 @@ type Product implements Node & ObjectWithMetadata {
|
|
3074
2984
|
externalId: String
|
3075
2985
|
externalSource: String
|
3076
2986
|
seller: Seller
|
3077
|
-
|
3078
|
-
"""Manufacturer Product Number"""
|
3079
|
-
mpn: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
3080
|
-
|
3081
|
-
"""Brand of the product"""
|
3082
|
-
brand: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
3083
|
-
|
3084
|
-
"""Manufacturer of the product"""
|
3085
|
-
manufacturer: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
3086
|
-
|
3087
|
-
"""Product model code"""
|
3088
|
-
model: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
3089
2987
|
seoTitle: String
|
3090
2988
|
seoDescription: String
|
3091
2989
|
productType: ProductType
|
@@ -3211,14 +3109,12 @@ type Product implements Node & ObjectWithMetadata {
|
|
3211
3109
|
"""List of sales associated with the product."""
|
3212
3110
|
sales: [Sale!]!
|
3213
3111
|
|
3112
|
+
"""List of sale messages for the storefront."""
|
3113
|
+
saleMessages: [String!]
|
3114
|
+
|
3214
3115
|
"""List of vouchers associated with the product."""
|
3215
3116
|
vouchers: [Voucher!]!
|
3216
3117
|
|
3217
|
-
"""
|
3218
|
-
The product's sorting priority weight in query results. A larger value indicates a higher priority. This field can be used in both ascending and descending sorting methods.
|
3219
|
-
"""
|
3220
|
-
sortPriorityWeight: Decimal @deprecated(reason: "This field will be removed on April 15, 2025.")
|
3221
|
-
|
3222
3118
|
"""List of logs for product status changes."""
|
3223
3119
|
productStatusLogs: [ProductStatusLog!]
|
3224
3120
|
|
@@ -3325,7 +3221,6 @@ type Seller implements Node & ObjectWithMetadata {
|
|
3325
3221
|
if no order has been created
|
3326
3222
|
"""
|
3327
3223
|
firstOrderPlacedDate: DateTime
|
3328
|
-
fullfilledByMarketplace: Boolean!
|
3329
3224
|
created: DateTime!
|
3330
3225
|
updated: DateTime!
|
3331
3226
|
accountSetupTasksAreDone: Boolean
|
@@ -3694,9 +3589,11 @@ type Payout implements Node & ObjectWithMetadata {
|
|
3694
3589
|
tenant: Tenant!
|
3695
3590
|
created: String!
|
3696
3591
|
updated: DateTime!
|
3697
|
-
startDate: Date
|
3592
|
+
startDate: Date @deprecated(reason: "This will be removed on July 16, 2025.")
|
3698
3593
|
endDate: String!
|
3699
|
-
|
3594
|
+
|
3595
|
+
"""Status of the payout"""
|
3596
|
+
status: PayoutStatusEnum!
|
3700
3597
|
name: String
|
3701
3598
|
currency: String!
|
3702
3599
|
vendorPayouts(offset: Int, before: String, after: String, first: Int, last: Int): VendorPayoutCountableConnection!
|
@@ -3711,8 +3608,7 @@ type Payout implements Node & ObjectWithMetadata {
|
|
3711
3608
|
payout: Money!
|
3712
3609
|
}
|
3713
3610
|
|
3714
|
-
|
3715
|
-
enum PayoutStatus {
|
3611
|
+
enum PayoutStatusEnum {
|
3716
3612
|
"""Draft"""
|
3717
3613
|
DRAFT
|
3718
3614
|
|
@@ -3727,6 +3623,12 @@ enum PayoutStatus {
|
|
3727
3623
|
|
3728
3624
|
"""Error"""
|
3729
3625
|
ERROR
|
3626
|
+
|
3627
|
+
"""Creating"""
|
3628
|
+
CREATING
|
3629
|
+
|
3630
|
+
"""Processing"""
|
3631
|
+
PROCESSING
|
3730
3632
|
}
|
3731
3633
|
|
3732
3634
|
"""An enumeration."""
|
@@ -3778,7 +3680,7 @@ enum VendorPayoutEventsEnum {
|
|
3778
3680
|
"""Vendor payout status was updated."""
|
3779
3681
|
VENDOR_PAYOUT_STATUS_UPDATED
|
3780
3682
|
|
3781
|
-
"""A note was added to the vendor payout"""
|
3683
|
+
"""A note was added to the vendor payout."""
|
3782
3684
|
NOTE_ADDED
|
3783
3685
|
|
3784
3686
|
"""The vendor payout email was sent."""
|
@@ -4251,7 +4153,6 @@ input ProductFilterInput {
|
|
4251
4153
|
sellers: [ID]
|
4252
4154
|
subStatus: ProductSubStatusEnum
|
4253
4155
|
slug: [String!]
|
4254
|
-
brand: [String!]
|
4255
4156
|
features: FeatureFilterInput
|
4256
4157
|
price: PriceRangeInput
|
4257
4158
|
minimalPrice: PriceRangeInput
|
@@ -4262,7 +4163,6 @@ input ProductFilterInput {
|
|
4262
4163
|
advancedSearch: ProductSearchInput
|
4263
4164
|
ids: [ID]
|
4264
4165
|
isStaff: Boolean
|
4265
|
-
mpn: String
|
4266
4166
|
metadata: MetadataFilterInput
|
4267
4167
|
privateMetadata: MetadataFilterInput
|
4268
4168
|
}
|
@@ -4391,10 +4291,6 @@ input ProductSearchInput {
|
|
4391
4291
|
|
4392
4292
|
enum ProductSearchFieldEnum {
|
4393
4293
|
NAME
|
4394
|
-
BRAND
|
4395
|
-
MANUFACTURER
|
4396
|
-
MPN
|
4397
|
-
MODEL
|
4398
4294
|
SELLER_NAME
|
4399
4295
|
CATEGORY_NAME
|
4400
4296
|
NSN
|
@@ -4468,15 +4364,6 @@ enum ProductOrderField {
|
|
4468
4364
|
"""Sort products by sub status."""
|
4469
4365
|
SUB_STATUS
|
4470
4366
|
|
4471
|
-
"""Sort products by sort priority weight."""
|
4472
|
-
SORT_PRIORITY_WEIGHT
|
4473
|
-
|
4474
|
-
"""Sort products by brand."""
|
4475
|
-
BRAND
|
4476
|
-
|
4477
|
-
"""Sort products by manufacturer."""
|
4478
|
-
MANUFACTURER
|
4479
|
-
|
4480
4367
|
"""Sort products by external id."""
|
4481
4368
|
EXTERNAL_ID
|
4482
4369
|
|
@@ -5377,7 +5264,6 @@ enum ProductVariantSearchFieldEnum {
|
|
5377
5264
|
VARIANT_ATTRIBUTE_NAME
|
5378
5265
|
VARIANT_ATTRIBUTE_VALUE_NAME
|
5379
5266
|
VARIANT_ATTRIBUTE_VALUE_VALUE
|
5380
|
-
DESCRIPTION
|
5381
5267
|
}
|
5382
5268
|
|
5383
5269
|
input VariantSortingInput {
|
@@ -5436,12 +5322,6 @@ enum VariantSortField {
|
|
5436
5322
|
"""Sort variants by category."""
|
5437
5323
|
CATEGORY
|
5438
5324
|
|
5439
|
-
"""Sort variants by brand."""
|
5440
|
-
BRAND
|
5441
|
-
|
5442
|
-
"""Sort variants by manufacturer."""
|
5443
|
-
MANUFACTURER
|
5444
|
-
|
5445
5325
|
"""Sort variants by external id."""
|
5446
5326
|
EXTERNAL_ID
|
5447
5327
|
|
@@ -7098,9 +6978,6 @@ enum OrderPayoutStatusEnum {
|
|
7098
6978
|
"""Ready for payout"""
|
7099
6979
|
READY_FOR_PAYOUT
|
7100
6980
|
|
7101
|
-
"""Pending final payout"""
|
7102
|
-
PENDING_FINAL_PAYOUT @deprecated(reason: "This will be removed on February 26, 2025")
|
7103
|
-
|
7104
6981
|
"""Paid out"""
|
7105
6982
|
PAID_OUT
|
7106
6983
|
|
@@ -7140,23 +7017,6 @@ type OrderPayoutSummary {
|
|
7140
7017
|
vendorPayout: VendorPayout!
|
7141
7018
|
}
|
7142
7019
|
|
7143
|
-
enum PayoutStatusEnum {
|
7144
|
-
"""Draft"""
|
7145
|
-
DRAFT
|
7146
|
-
|
7147
|
-
"""Paid"""
|
7148
|
-
PAID
|
7149
|
-
|
7150
|
-
"""Archived"""
|
7151
|
-
ARCHIVED
|
7152
|
-
|
7153
|
-
"""Locked"""
|
7154
|
-
LOCKED
|
7155
|
-
|
7156
|
-
"""Error"""
|
7157
|
-
ERROR
|
7158
|
-
}
|
7159
|
-
|
7160
7020
|
type AgreementSellersCountableConnection {
|
7161
7021
|
"""Pagination data for this connection."""
|
7162
7022
|
pageInfo: PageInfo!
|
@@ -8621,11 +8481,6 @@ type Shop {
|
|
8621
8481
|
"""Gets active plugins."""
|
8622
8482
|
activePlugins: [Plugin!]!
|
8623
8483
|
|
8624
|
-
"""
|
8625
|
-
None if shop does not use Crisp, otherwise this contains Crisp Website ID.
|
8626
|
-
"""
|
8627
|
-
crispWebsiteId: String @deprecated(reason: "This will be removed on April 7, 2025.")
|
8628
|
-
|
8629
8484
|
"""Storefront integrations for the given contexts"""
|
8630
8485
|
storefrontUiIntegrations(
|
8631
8486
|
"""
|
@@ -9027,23 +8882,6 @@ type AgreementCountableEdge {
|
|
9027
8882
|
cursor: String!
|
9028
8883
|
}
|
9029
8884
|
|
9030
|
-
type SellerCards {
|
9031
|
-
newSellers: Int
|
9032
|
-
sellerOrders: Int
|
9033
|
-
sellerCommissions: Money
|
9034
|
-
}
|
9035
|
-
|
9036
|
-
enum ReportingPeriod {
|
9037
|
-
TODAY
|
9038
|
-
THIS_MONTH
|
9039
|
-
}
|
9040
|
-
|
9041
|
-
type SellerDetailCards {
|
9042
|
-
sellerOrders: Int
|
9043
|
-
sellerCommissions: Money
|
9044
|
-
sellerSales: TaxedMoney
|
9045
|
-
}
|
9046
|
-
|
9047
8885
|
type RefundCountableConnection {
|
9048
8886
|
"""Pagination data for this connection."""
|
9049
8887
|
pageInfo: PageInfo!
|
@@ -9333,6 +9171,11 @@ enum ProductTypeSortField {
|
|
9333
9171
|
EXTERNAL_SOURCE
|
9334
9172
|
}
|
9335
9173
|
|
9174
|
+
enum ReportingPeriod {
|
9175
|
+
TODAY
|
9176
|
+
THIS_MONTH
|
9177
|
+
}
|
9178
|
+
|
9336
9179
|
type PriceBookCountableConnection {
|
9337
9180
|
"""Pagination data for this connection."""
|
9338
9181
|
pageInfo: PageInfo!
|
@@ -10940,9 +10783,6 @@ type MarketplaceConfiguration {
|
|
10940
10783
|
marketplaceName: String!
|
10941
10784
|
requireProductApproval: Boolean!
|
10942
10785
|
|
10943
|
-
"""True if products require product types to be created"""
|
10944
|
-
requireProductTypes: Boolean @deprecated(reason: "This will be removed on April 15, 2025.")
|
10945
|
-
|
10946
10786
|
"""Determines payout status transformation strategy"""
|
10947
10787
|
payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum
|
10948
10788
|
|
@@ -11499,6 +11339,9 @@ enum MarketplaceConfigurationCurrencyEnum {
|
|
11499
11339
|
"""Venezuelan Bolívar Fuerte"""
|
11500
11340
|
VEF
|
11501
11341
|
|
11342
|
+
"""Venezuelan Bolívar Soberano"""
|
11343
|
+
VES
|
11344
|
+
|
11502
11345
|
"""Vietnamese Dong"""
|
11503
11346
|
VND
|
11504
11347
|
|
@@ -11898,284 +11741,13 @@ input EmailEventSortingInput {
|
|
11898
11741
|
"""Specifies the direction in which to sort products."""
|
11899
11742
|
direction: OrderDirection!
|
11900
11743
|
|
11901
|
-
"""Sort email_logs by the selected field."""
|
11902
|
-
field: EmailEventSortField!
|
11903
|
-
}
|
11904
|
-
|
11905
|
-
enum EmailEventSortField {
|
11906
|
-
"""Sort return email_logs by date."""
|
11907
|
-
DATE
|
11908
|
-
}
|
11909
|
-
|
11910
|
-
type InReportOrderCustomerSummaryType {
|
11911
|
-
"""Category of the metric."""
|
11912
|
-
category: String!
|
11913
|
-
|
11914
|
-
"""Title of the metric."""
|
11915
|
-
title: String!
|
11916
|
-
|
11917
|
-
"""
|
11918
|
-
Description of main columns in report and summary. Note: report and summary can contain additional columns.
|
11919
|
-
"""
|
11920
|
-
columns: [ColumnObjectType!]
|
11921
|
-
|
11922
|
-
"""Info about applied filters."""
|
11923
|
-
filters: [FilterObjectType!]
|
11924
|
-
|
11925
|
-
"""Total summary for selected period."""
|
11926
|
-
summary: OrderSellerSummaryType!
|
11927
|
-
|
11928
|
-
"""
|
11929
|
-
Report where each row represent aggregated, by selected (in filters) dimension, summary.
|
11930
|
-
"""
|
11931
|
-
report: [OrderCustomerReportType!]
|
11932
|
-
}
|
11933
|
-
|
11934
|
-
type OrderSellerSummaryType {
|
11935
|
-
gross: Float
|
11936
|
-
orders: Int
|
11937
|
-
net: Float
|
11938
|
-
shipping: Float
|
11939
|
-
average: Float
|
11940
|
-
taxes: Float
|
11941
|
-
discounts: Float
|
11942
|
-
revenue: Float
|
11943
|
-
totals: Int
|
11944
|
-
commission: Float
|
11945
|
-
payout: Float
|
11946
|
-
sellers: Float
|
11947
|
-
}
|
11948
|
-
|
11949
|
-
type OrderCustomerReportType {
|
11950
|
-
gross: Float
|
11951
|
-
orders: Int
|
11952
|
-
net: Float
|
11953
|
-
shipping: Float
|
11954
|
-
average: Float
|
11955
|
-
taxes: Float
|
11956
|
-
discounts: Float
|
11957
|
-
revenue: Float
|
11958
|
-
totals: Int
|
11959
|
-
commission: Float
|
11960
|
-
payout: Float
|
11961
|
-
userId: Int
|
11962
|
-
user: User
|
11963
|
-
}
|
11964
|
-
|
11965
|
-
type InReportOrderSellerSummaryType {
|
11966
|
-
"""Category of the metric."""
|
11967
|
-
category: String!
|
11968
|
-
|
11969
|
-
"""Title of the metric."""
|
11970
|
-
title: String!
|
11971
|
-
|
11972
|
-
"""
|
11973
|
-
Description of main columns in report and summary. Note: report and summary can contain additional columns.
|
11974
|
-
"""
|
11975
|
-
columns: [ColumnObjectType!]
|
11976
|
-
|
11977
|
-
"""Info about applied filters."""
|
11978
|
-
filters: [FilterObjectType!]
|
11979
|
-
|
11980
|
-
"""Total summary for selected period."""
|
11981
|
-
summary: OrderSellerSummaryType!
|
11982
|
-
|
11983
|
-
"""
|
11984
|
-
Report where each row represent aggregated, by selected (in filters) dimension, summary.
|
11985
|
-
"""
|
11986
|
-
report: [OrderSellerReportType!]
|
11987
|
-
}
|
11988
|
-
|
11989
|
-
type OrderSellerReportType {
|
11990
|
-
gross: Float
|
11991
|
-
orders: Int
|
11992
|
-
net: Float
|
11993
|
-
shipping: Float
|
11994
|
-
average: Float
|
11995
|
-
taxes: Float
|
11996
|
-
discounts: Float
|
11997
|
-
revenue: Float
|
11998
|
-
totals: Int
|
11999
|
-
commission: Float
|
12000
|
-
payout: Float
|
12001
|
-
sellerId: Int
|
12002
|
-
seller: Seller
|
12003
|
-
}
|
12004
|
-
|
12005
|
-
type InReportOrderMarketplaceSummaryType {
|
12006
|
-
"""Category of the metric."""
|
12007
|
-
category: String!
|
12008
|
-
|
12009
|
-
"""Title of the metric."""
|
12010
|
-
title: String!
|
12011
|
-
|
12012
|
-
"""
|
12013
|
-
Description of main columns in report and summary. Note: report and summary can contain additional columns.
|
12014
|
-
"""
|
12015
|
-
columns: [ColumnObjectType!]
|
12016
|
-
|
12017
|
-
"""Info about applied filters."""
|
12018
|
-
filters: [FilterObjectType!]
|
12019
|
-
|
12020
|
-
"""Total summary for selected period."""
|
12021
|
-
summary: OrderSellerSummaryType!
|
12022
|
-
|
12023
|
-
"""
|
12024
|
-
Report where each row represent aggregated, by selected (in filters) dimension, summary.
|
12025
|
-
"""
|
12026
|
-
report: [OrderMarketplaceReportType!]
|
12027
|
-
}
|
12028
|
-
|
12029
|
-
type OrderMarketplaceReportType {
|
12030
|
-
gross: Float
|
12031
|
-
orders: Int
|
12032
|
-
net: Float
|
12033
|
-
shipping: Float
|
12034
|
-
average: Float
|
12035
|
-
taxes: Float
|
12036
|
-
discounts: Float
|
12037
|
-
revenue: Float
|
12038
|
-
totals: Int
|
12039
|
-
commission: Float
|
12040
|
-
payout: Float
|
12041
|
-
dimension: Date
|
12042
|
-
}
|
12043
|
-
|
12044
|
-
enum InsightDimensionEnum {
|
12045
|
-
DAY
|
12046
|
-
WEEK
|
12047
|
-
MONTH
|
12048
|
-
QUARTER
|
12049
|
-
YEAR
|
12050
|
-
}
|
12051
|
-
|
12052
|
-
type InReportMarketplacePayoutsSummaryType {
|
12053
|
-
"""Category of the metric."""
|
12054
|
-
category: String!
|
12055
|
-
|
12056
|
-
"""Title of the metric."""
|
12057
|
-
title: String!
|
12058
|
-
|
12059
|
-
"""
|
12060
|
-
Description of main columns in report and summary. Note: report and summary can contain additional columns.
|
12061
|
-
"""
|
12062
|
-
columns: [ColumnObjectType!]
|
12063
|
-
|
12064
|
-
"""Info about applied filters."""
|
12065
|
-
filters: [FilterObjectType!]
|
12066
|
-
|
12067
|
-
"""Total summary for selected period."""
|
12068
|
-
summary: OrderSellerSummaryType!
|
12069
|
-
|
12070
|
-
"""
|
12071
|
-
Report where each row represent aggregated, by selected (in filters) dimension, summary.
|
12072
|
-
"""
|
12073
|
-
report: [OrderSellerReportType!]
|
12074
|
-
}
|
12075
|
-
|
12076
|
-
type InReportMarketplaceTaxSummaryType {
|
12077
|
-
"""Category of the metric."""
|
12078
|
-
category: String!
|
12079
|
-
|
12080
|
-
"""Title of the metric."""
|
12081
|
-
title: String!
|
12082
|
-
|
12083
|
-
"""
|
12084
|
-
Description of main columns in report and summary. Note: report and summary can contain additional columns.
|
12085
|
-
"""
|
12086
|
-
columns: [ColumnObjectType!]
|
12087
|
-
|
12088
|
-
"""Info about applied filters."""
|
12089
|
-
filters: [FilterObjectType!]
|
12090
|
-
|
12091
|
-
"""Total summary for selected period."""
|
12092
|
-
summary: AbstractOrderSellerReportType!
|
12093
|
-
|
12094
|
-
"""
|
12095
|
-
Report where each row represent aggregated, by selected (in filters) dimension, summary.
|
12096
|
-
"""
|
12097
|
-
report: [MarketplaceTaxReportType!]
|
12098
|
-
}
|
12099
|
-
|
12100
|
-
type AbstractOrderSellerReportType {
|
12101
|
-
gross: Float
|
12102
|
-
orders: Int
|
12103
|
-
net: Float
|
12104
|
-
shipping: Float
|
12105
|
-
average: Float
|
12106
|
-
taxes: Float
|
12107
|
-
discounts: Float
|
12108
|
-
revenue: Float
|
12109
|
-
totals: Int
|
12110
|
-
commission: Float
|
12111
|
-
payout: Float
|
12112
|
-
}
|
12113
|
-
|
12114
|
-
type MarketplaceTaxReportType {
|
12115
|
-
gross: Float
|
12116
|
-
orders: Int
|
12117
|
-
net: Float
|
12118
|
-
shipping: Float
|
12119
|
-
average: Float
|
12120
|
-
taxes: Float
|
12121
|
-
discounts: Float
|
12122
|
-
revenue: Float
|
12123
|
-
totals: Int
|
12124
|
-
commission: Float
|
12125
|
-
payout: Float
|
12126
|
-
dimension: Date
|
12127
|
-
}
|
12128
|
-
|
12129
|
-
type InReportMarketplaceTaxesByCountryType {
|
12130
|
-
"""Category of the metric."""
|
12131
|
-
category: String!
|
12132
|
-
|
12133
|
-
"""Title of the metric."""
|
12134
|
-
title: String!
|
12135
|
-
|
12136
|
-
"""
|
12137
|
-
Description of main columns in report and summary. Note: report and summary can contain additional columns.
|
12138
|
-
"""
|
12139
|
-
columns: [ColumnObjectType!]
|
12140
|
-
|
12141
|
-
"""Info about applied filters."""
|
12142
|
-
filters: [FilterObjectType!]
|
12143
|
-
|
12144
|
-
"""Total summary for selected period."""
|
12145
|
-
summary: AbstractOrderSellerReportType!
|
12146
|
-
|
12147
|
-
"""
|
12148
|
-
Report where each row represent aggregated, by selected (in filters) dimension, summary.
|
12149
|
-
"""
|
12150
|
-
report: [MarketplaceTaxReportByLocaleType!]
|
12151
|
-
}
|
12152
|
-
|
12153
|
-
type MarketplaceTaxReportByLocaleType {
|
12154
|
-
gross: Float
|
12155
|
-
orders: Int
|
12156
|
-
net: Float
|
12157
|
-
shipping: Float
|
12158
|
-
average: Float
|
12159
|
-
taxes: Float
|
12160
|
-
discounts: Float
|
12161
|
-
revenue: Float
|
12162
|
-
totals: Int
|
12163
|
-
commission: Float
|
12164
|
-
payout: Float
|
12165
|
-
billingAddress_Country: String
|
12166
|
-
billingAddress_CountryArea: String
|
12167
|
-
countryArea: String
|
12168
|
-
country: String
|
12169
|
-
countryName: String
|
12170
|
-
countryAreaName: String
|
12171
|
-
countryState: CountryState
|
11744
|
+
"""Sort email_logs by the selected field."""
|
11745
|
+
field: EmailEventSortField!
|
12172
11746
|
}
|
12173
11747
|
|
12174
|
-
|
12175
|
-
|
12176
|
-
|
12177
|
-
country: String
|
12178
|
-
countryName: String
|
11748
|
+
enum EmailEventSortField {
|
11749
|
+
"""Sort return email_logs by date."""
|
11750
|
+
DATE
|
12179
11751
|
}
|
12180
11752
|
|
12181
11753
|
type InReportTopPerformingProductsType {
|
@@ -12284,46 +11856,6 @@ type ProductCategoryReportType {
|
|
12284
11856
|
category: Category
|
12285
11857
|
}
|
12286
11858
|
|
12287
|
-
type InReportMarketplacePaymentsSummaryType {
|
12288
|
-
"""Category of the metric."""
|
12289
|
-
category: String!
|
12290
|
-
|
12291
|
-
"""Title of the metric."""
|
12292
|
-
title: String!
|
12293
|
-
|
12294
|
-
"""
|
12295
|
-
Description of main columns in report and summary. Note: report and summary can contain additional columns.
|
12296
|
-
"""
|
12297
|
-
columns: [ColumnObjectType!]
|
12298
|
-
|
12299
|
-
"""Info about applied filters."""
|
12300
|
-
filters: [FilterObjectType!]
|
12301
|
-
|
12302
|
-
"""Total summary for selected period."""
|
12303
|
-
summary: AbstractPaymentsType!
|
12304
|
-
|
12305
|
-
"""
|
12306
|
-
Report where each row represent aggregated, by selected (in filters) dimension, summary.
|
12307
|
-
"""
|
12308
|
-
report: [PaymentsDayReportType!]
|
12309
|
-
}
|
12310
|
-
|
12311
|
-
type AbstractPaymentsType {
|
12312
|
-
payments: Int
|
12313
|
-
totalAuthorized: Float
|
12314
|
-
captured: Float
|
12315
|
-
average: Float
|
12316
|
-
}
|
12317
|
-
|
12318
|
-
type PaymentsDayReportType {
|
12319
|
-
payments: Int
|
12320
|
-
totalAuthorized: Float
|
12321
|
-
captured: Float
|
12322
|
-
average: Float
|
12323
|
-
dimension: Date
|
12324
|
-
chargeStatus: String
|
12325
|
-
}
|
12326
|
-
|
12327
11859
|
type DashboardOrdersSummaryType {
|
12328
11860
|
filters: [FilterObjectType!]
|
12329
11861
|
current: AbstractOrderSellerReportType
|
@@ -12336,6 +11868,20 @@ type DashboardOrdersSummaryType {
|
|
12336
11868
|
pendingPayouts: Int
|
12337
11869
|
}
|
12338
11870
|
|
11871
|
+
type AbstractOrderSellerReportType {
|
11872
|
+
gross: Float
|
11873
|
+
orders: Int
|
11874
|
+
net: Float
|
11875
|
+
shipping: Float
|
11876
|
+
average: Float
|
11877
|
+
taxes: Float
|
11878
|
+
discounts: Float
|
11879
|
+
revenue: Float
|
11880
|
+
totals: Int
|
11881
|
+
commission: Float
|
11882
|
+
payout: Float
|
11883
|
+
}
|
11884
|
+
|
12339
11885
|
type OrderSummaryDeltaDataType {
|
12340
11886
|
percent: AbstractPercentReportType
|
12341
11887
|
values: AbstractOrderSellerReportType
|
@@ -13161,7 +12707,7 @@ type Mutation {
|
|
13161
12707
|
description: String
|
13162
12708
|
|
13163
12709
|
"""
|
13164
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12710
|
+
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-dwg, image/dxf, image/svg+xml, image/eps, text/csv, text/plain, text/comma-separated-values, image/tif, image/webp, image/x-tif, application/x-jpg, drawing/x-dwf, application/vnd.ms-powerpoint, image/heic, application/x-tar, application/vnd.ms-word, pplication/vnd.rar, application/tif, application/excel, application/tiff, application/msword, application/jpg, image/heif, application/x-rar, application/acad, image/x-tiff, drawing/x-dwg, image/x-dwg, application/x-rar-compressed, text/x-pdf, application/x-pdf, application/x-gzip, application/csv, application/postscript, image/svg, application/x-zip-compressed, text/svg, application/zip, image/heif-sequence, text/pdf, image/x-dxf, image/vnd.dwg, application/acrobat, application/vnd.ms-excel, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-eps, text/x-comma-separated-values, application/rtf, application/x-acad, text/x-csv, image/heic-sequence, image/x-ms-bmp, application/x-tiff, image/bmp, application/dwg, application/svg+xml, application/gzip, application/x-autocad, image/tiff, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/rtf, application/x-eps, application/gzipped, application/x-rtf, application/x-dxf, image/jpg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/dxf, application/x-tif, application/vnd.oasis.opendocument.text, image/jpeg, application/x-csv, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/pdf, image/gif, image/png, drawing/dwg, text/svg-xml, application/vnd.pdf, application/vnd.oasis.opendocument.spreadsheet, application/gzip-compressed, image/x-bmp, application/eps.
|
13165
12711
|
"""
|
13166
12712
|
file: Upload!
|
13167
12713
|
|
@@ -13224,7 +12770,15 @@ type Mutation {
|
|
13224
12770
|
payoutCreate(
|
13225
12771
|
"""Fields required to create a payout."""
|
13226
12772
|
input: PayoutCreateInput!
|
13227
|
-
): PayoutCreate
|
12773
|
+
): PayoutCreate @deprecated(reason: "This will be removed on July 15, 2025. Use payoutCreateAsync instead.")
|
12774
|
+
|
12775
|
+
"""
|
12776
|
+
Creates a new payout asynchronously. The payout will be created in CREATING state and then transition to DRAFT once the vendor payouts are created.
|
12777
|
+
"""
|
12778
|
+
payoutCreateAsync(
|
12779
|
+
"""Fields required to create a payout."""
|
12780
|
+
input: PayoutCreateInput!
|
12781
|
+
): PayoutCreateAsync
|
13228
12782
|
|
13229
12783
|
"""
|
13230
12784
|
Update vendor payouts connected to the given payout with adjustments and penalties
|
@@ -13258,6 +12812,9 @@ type Mutation {
|
|
13258
12812
|
input: PayoutDatesInput!
|
13259
12813
|
): PayoutDatesUpdate @deprecated(reason: "This will be removed on April 29, 2025.")
|
13260
12814
|
|
12815
|
+
"""Process a payout asynchronously."""
|
12816
|
+
payoutProcess(input: PayoutProcessInput!): PayoutProcess
|
12817
|
+
|
13261
12818
|
"""Archive payouts."""
|
13262
12819
|
payoutBulkArchive(
|
13263
12820
|
"""List of payout IDs to archive."""
|
@@ -13303,7 +12860,7 @@ type Mutation {
|
|
13303
12860
|
|
13304
12861
|
"""List of vendor payout IDs to process."""
|
13305
12862
|
ids: [ID]!
|
13306
|
-
): VendorPayoutsBulkProcess
|
12863
|
+
): VendorPayoutsBulkProcess @deprecated(reason: "This will be removed on July 15, 2025. Use payoutProcess instead.")
|
13307
12864
|
|
13308
12865
|
"""Adds note to the vendor payout."""
|
13309
12866
|
vendorPayoutNoteAdd(
|
@@ -14305,6 +13862,17 @@ type Mutation {
|
|
14305
13862
|
input: ProductImageCreateInput!
|
14306
13863
|
): ProductImageCreate
|
14307
13864
|
|
13865
|
+
"""
|
13866
|
+
Create one or more product images. For each image, if URL is present, image will be taken from provided URL. If any image has no URL provided, then this mutation must be sent as a `multipart` request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec
|
13867
|
+
"""
|
13868
|
+
productImageBulkCreate(
|
13869
|
+
"""Fields required to create one or more product images"""
|
13870
|
+
input: [ProductImageBulkCreateInput!]!
|
13871
|
+
|
13872
|
+
"""ID of a product."""
|
13873
|
+
product: ID!
|
13874
|
+
): ProductImageBulkCreate
|
13875
|
+
|
14308
13876
|
"""
|
14309
13877
|
Reorder the variants of a product. Mutation updates updated_at on product and triggers PRODUCT_UPDATED webhook.
|
14310
13878
|
"""
|
@@ -14512,6 +14080,15 @@ type Mutation {
|
|
14512
14080
|
variantId: ID!
|
14513
14081
|
): ProductVariantImageUnassign
|
14514
14082
|
|
14083
|
+
"""Assign one or more images to a product variant."""
|
14084
|
+
productVariantImageBulkAssign(
|
14085
|
+
"""List of product images to assign to a variant."""
|
14086
|
+
input: [ProductVariantImageBulkAssignInput!]!
|
14087
|
+
|
14088
|
+
"""ID of a product variant."""
|
14089
|
+
variantId: ID!
|
14090
|
+
): ProductVariantImageBulkAssign
|
14091
|
+
|
14515
14092
|
"""Creates a new feature for either a product or a variant."""
|
14516
14093
|
featureCreate(
|
14517
14094
|
"""Fields required to create a feature"""
|
@@ -14689,12 +14266,6 @@ type Mutation {
|
|
14689
14266
|
input: NauticalDraftOrderCreateInput!
|
14690
14267
|
): NauticalDraftOrderCreate
|
14691
14268
|
|
14692
|
-
"""Creates a new Nautical historical order."""
|
14693
|
-
nauticalHistoricalOrderCreate(
|
14694
|
-
"""Fields required to create an historical order."""
|
14695
|
-
input: NauticalHistoricalOrderInput!
|
14696
|
-
): NauticalHistoricalOrderCreate @deprecated(reason: "This mutation will be removed on February 18, 2025")
|
14697
|
-
|
14698
14269
|
"""Deletes a draft order."""
|
14699
14270
|
draftOrderDelete(
|
14700
14271
|
"""ID of a draft or quote order to delete."""
|
@@ -15040,13 +14611,6 @@ type Mutation {
|
|
15040
14611
|
input: NauticalOrderUpdateInput!
|
15041
14612
|
): NauticalOrderUpdate
|
15042
14613
|
|
15043
|
-
"""Modifies the payout status of an order"""
|
15044
|
-
orderPayoutStatusUpdate(
|
15045
|
-
"""Target order id."""
|
15046
|
-
id: ID!
|
15047
|
-
input: OrderPayoutStatusUpdateInput!
|
15048
|
-
): OrderPayoutStatusUpdate @deprecated(reason: "This will be removed on February 26, 2025.")
|
15049
|
-
|
15050
14614
|
"""Updates a shipping method of the order."""
|
15051
14615
|
orderUpdateShipping(
|
15052
14616
|
"""ID of the order to update a shipping method."""
|
@@ -15114,22 +14678,18 @@ type Mutation {
|
|
15114
14678
|
|
15115
14679
|
"""Sends a quote order to a customer."""
|
15116
14680
|
nauticalQuoteOrderSendToCustomer(
|
15117
|
-
"""
|
15118
|
-
ID of the order (nautical or seller order, with Quote status) to send to the customer.
|
15119
|
-
"""
|
14681
|
+
"""ID of the nautical order (with Quote status) to send to the customer."""
|
15120
14682
|
id: ID!
|
15121
14683
|
|
15122
14684
|
"""
|
15123
14685
|
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=...
|
15124
14686
|
"""
|
15125
14687
|
storefrontUrl: String!
|
15126
|
-
): NauticalQuoteOrderSendToCustomer @deprecated(reason: "
|
14688
|
+
): NauticalQuoteOrderSendToCustomer @deprecated(reason: "This will be removed on June 11, 2025.")
|
15127
14689
|
|
15128
14690
|
"""Sends a quote order to a customer."""
|
15129
14691
|
nauticalDraftOrderSendToCustomer(
|
15130
|
-
"""
|
15131
|
-
ID of the order (nautical or seller order, with Quote status) to send to the customer.
|
15132
|
-
"""
|
14692
|
+
"""ID of the nautical order (with Quote status) to send to the customer."""
|
15133
14693
|
id: ID!
|
15134
14694
|
|
15135
14695
|
"""
|
@@ -16295,12 +15855,6 @@ type Mutation {
|
|
16295
15855
|
isActive: Boolean!
|
16296
15856
|
): UserBulkSetActive
|
16297
15857
|
|
16298
|
-
"""Create new permission group."""
|
16299
|
-
permissionGroupCreate(
|
16300
|
-
"""Input fields to create permission group."""
|
16301
|
-
input: PermissionGroupCreateInput!
|
16302
|
-
): PermissionGroupCreate @deprecated(reason: "This will be removed on April 14, 2025")
|
16303
|
-
|
16304
15858
|
"""Update permission group."""
|
16305
15859
|
permissionGroupUpdate(
|
16306
15860
|
"""ID of the group to update."""
|
@@ -16309,12 +15863,6 @@ type Mutation {
|
|
16309
15863
|
"""Input fields to create permission group."""
|
16310
15864
|
input: PermissionGroupUpdateInput!
|
16311
15865
|
): PermissionGroupUpdate
|
16312
|
-
|
16313
|
-
"""Delete permission group."""
|
16314
|
-
permissionGroupDelete(
|
16315
|
-
"""ID of the group to delete."""
|
16316
|
-
id: ID!
|
16317
|
-
): PermissionGroupDelete @deprecated(reason: "This will be removed on April 14, 2025")
|
16318
15866
|
}
|
16319
15867
|
|
16320
15868
|
"""EmailTemplate update mutation."""
|
@@ -16549,9 +16097,6 @@ input MarketplaceConfigurationInput {
|
|
16549
16097
|
"""True if seller products require approval"""
|
16550
16098
|
requireProductApproval: Boolean
|
16551
16099
|
|
16552
|
-
"""True if products require product types to be created"""
|
16553
|
-
requireProductTypes: Boolean @deprecated(reason: "This will be removed on April 15, 2025.")
|
16554
|
-
|
16555
16100
|
"""Updates status transformation strategy for payout."""
|
16556
16101
|
payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum = null
|
16557
16102
|
|
@@ -16701,6 +16246,14 @@ input PayoutCreateInput {
|
|
16701
16246
|
endDate: Date!
|
16702
16247
|
}
|
16703
16248
|
|
16249
|
+
"""
|
16250
|
+
Creates a new payout asynchronously. The payout will be created in CREATING state and then transition to DRAFT once the vendor payouts are created.
|
16251
|
+
"""
|
16252
|
+
type PayoutCreateAsync {
|
16253
|
+
payoutErrors: [PayoutError!]!
|
16254
|
+
payout: Payout
|
16255
|
+
}
|
16256
|
+
|
16704
16257
|
"""
|
16705
16258
|
Update vendor payouts connected to the given payout with adjustments and penalties
|
16706
16259
|
"""
|
@@ -16763,6 +16316,22 @@ input PayoutDatesInput {
|
|
16763
16316
|
endDate: Date!
|
16764
16317
|
}
|
16765
16318
|
|
16319
|
+
"""Process a payout asynchronously."""
|
16320
|
+
type PayoutProcess {
|
16321
|
+
payout: Payout
|
16322
|
+
payoutErrors: [PayoutError!]!
|
16323
|
+
}
|
16324
|
+
|
16325
|
+
input PayoutProcessInput {
|
16326
|
+
"""ID of the payout to process."""
|
16327
|
+
id: ID!
|
16328
|
+
|
16329
|
+
"""
|
16330
|
+
If true, the payout will be processed manually without using a gateway.
|
16331
|
+
"""
|
16332
|
+
isManual: Boolean!
|
16333
|
+
}
|
16334
|
+
|
16766
16335
|
"""Archive payouts."""
|
16767
16336
|
type PayoutBulkArchive {
|
16768
16337
|
"""Returns how many objects were affected."""
|
@@ -19199,18 +18768,6 @@ input ProductCreateInput {
|
|
19199
18768
|
"""
|
19200
18769
|
visibleInListings: Boolean
|
19201
18770
|
|
19202
|
-
"""Manufacturer product number"""
|
19203
|
-
mpn: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
19204
|
-
|
19205
|
-
"""Product brand"""
|
19206
|
-
brand: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
19207
|
-
|
19208
|
-
"""Manufacturer of the product"""
|
19209
|
-
manufacturer: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
19210
|
-
|
19211
|
-
"""Product model code"""
|
19212
|
-
model: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
19213
|
-
|
19214
18771
|
"""Override price for grouped products"""
|
19215
18772
|
overridePrice: Boolean
|
19216
18773
|
|
@@ -19225,9 +18782,6 @@ input ProductCreateInput {
|
|
19225
18782
|
"""
|
19226
18783
|
subStatusReason: String
|
19227
18784
|
|
19228
|
-
"""Sort priority for product"""
|
19229
|
-
sortPriorityWeight: Decimal @deprecated(reason: "This field will be removed on April 15, 2025.")
|
19230
|
-
|
19231
18785
|
"""
|
19232
18786
|
Set whether this product requires shipping by default, will be overridden by product type if provided
|
19233
18787
|
"""
|
@@ -19430,18 +18984,6 @@ input ProductInput {
|
|
19430
18984
|
"""
|
19431
18985
|
visibleInListings: Boolean
|
19432
18986
|
|
19433
|
-
"""Manufacturer product number"""
|
19434
|
-
mpn: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
19435
|
-
|
19436
|
-
"""Product brand"""
|
19437
|
-
brand: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
19438
|
-
|
19439
|
-
"""Manufacturer of the product"""
|
19440
|
-
manufacturer: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
19441
|
-
|
19442
|
-
"""Product model code"""
|
19443
|
-
model: String @deprecated(reason: "This field will be removed on April 15, 2025.")
|
19444
|
-
|
19445
18987
|
"""Override price for grouped products"""
|
19446
18988
|
overridePrice: Boolean
|
19447
18989
|
|
@@ -19456,9 +18998,6 @@ input ProductInput {
|
|
19456
18998
|
"""
|
19457
18999
|
subStatusReason: String
|
19458
19000
|
|
19459
|
-
"""Sort priority for product"""
|
19460
|
-
sortPriorityWeight: Decimal @deprecated(reason: "This field will be removed on April 15, 2025.")
|
19461
|
-
|
19462
19001
|
"""
|
19463
19002
|
Set whether this product requires shipping by default, will be overridden by product type if provided
|
19464
19003
|
"""
|
@@ -19497,10 +19036,12 @@ input ProductImageCreateInput {
|
|
19497
19036
|
"""Alt text for an image."""
|
19498
19037
|
alt: String
|
19499
19038
|
|
19500
|
-
"""
|
19039
|
+
"""
|
19040
|
+
Represents an image file in a multipart request. Either an image or a url must be provided.
|
19041
|
+
"""
|
19501
19042
|
image: Upload
|
19502
19043
|
|
19503
|
-
"""URL of image to upload"""
|
19044
|
+
"""URL of image to upload. Either an image or a url must be provided."""
|
19504
19045
|
url: String
|
19505
19046
|
|
19506
19047
|
"""ID of an product."""
|
@@ -19522,6 +19063,64 @@ input ProductImageCreateInput {
|
|
19522
19063
|
externalSource: String
|
19523
19064
|
}
|
19524
19065
|
|
19066
|
+
"""
|
19067
|
+
Create one or more product images. For each image, if URL is present, image will be taken from provided URL. If any image has no URL provided, then this mutation must be sent as a `multipart` request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec
|
19068
|
+
"""
|
19069
|
+
type ProductImageBulkCreate {
|
19070
|
+
product: Product
|
19071
|
+
|
19072
|
+
"""List of the created images."""
|
19073
|
+
images: [ProductImage!]!
|
19074
|
+
bulkProductImageErrors: [BulkProductImageError!]!
|
19075
|
+
}
|
19076
|
+
|
19077
|
+
type BulkProductImageError {
|
19078
|
+
"""
|
19079
|
+
Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
|
19080
|
+
"""
|
19081
|
+
field: String
|
19082
|
+
|
19083
|
+
"""The error message."""
|
19084
|
+
message: String!
|
19085
|
+
|
19086
|
+
"""The error code."""
|
19087
|
+
code: ProductErrorCode!
|
19088
|
+
|
19089
|
+
"""List of attributes IDs which causes the error."""
|
19090
|
+
attributes: [ID!]
|
19091
|
+
|
19092
|
+
"""Index of an input list item that caused the error."""
|
19093
|
+
index: Int
|
19094
|
+
}
|
19095
|
+
|
19096
|
+
input ProductImageBulkCreateInput {
|
19097
|
+
"""Alt text for an image."""
|
19098
|
+
alt: String
|
19099
|
+
|
19100
|
+
"""
|
19101
|
+
Represents an image file in a multipart request. Either an image or a url must be provided.
|
19102
|
+
"""
|
19103
|
+
image: Upload
|
19104
|
+
|
19105
|
+
"""URL of image to upload. Either an image or a url must be provided."""
|
19106
|
+
url: String
|
19107
|
+
|
19108
|
+
"""
|
19109
|
+
Only for use by Marketplace Operator, if true then the image ownership will transfer to the seller that owns the product it is being assigned to, if false or not provided then image ownership will not transfer.
|
19110
|
+
"""
|
19111
|
+
transferImageOwnership: Boolean = false
|
19112
|
+
|
19113
|
+
"""
|
19114
|
+
External ID of the product image if originating from outside the system.
|
19115
|
+
"""
|
19116
|
+
externalId: String
|
19117
|
+
|
19118
|
+
"""
|
19119
|
+
External source of the product image if originating from outside the system.
|
19120
|
+
"""
|
19121
|
+
externalSource: String
|
19122
|
+
}
|
19123
|
+
|
19525
19124
|
"""
|
19526
19125
|
Reorder the variants of a product. Mutation updates updated_at on product and triggers PRODUCT_UPDATED webhook.
|
19527
19126
|
"""
|
@@ -19740,12 +19339,6 @@ input ProductVariantCreateInput {
|
|
19740
19339
|
"""Cost price of the variant."""
|
19741
19340
|
costPrice: PositiveDecimal
|
19742
19341
|
|
19743
|
-
"""Description of the product variant."""
|
19744
|
-
description: String @deprecated(reason: "This will be removed on April 15, 2025.")
|
19745
|
-
|
19746
|
-
"""Product variant description (HTML)."""
|
19747
|
-
descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
|
19748
|
-
|
19749
19342
|
"""Price of the particular variant."""
|
19750
19343
|
price: PositiveDecimal
|
19751
19344
|
|
@@ -19887,12 +19480,6 @@ input ProductVariantBulkCreateInput {
|
|
19887
19480
|
"""Cost price of the variant."""
|
19888
19481
|
costPrice: PositiveDecimal
|
19889
19482
|
|
19890
|
-
"""Description of the product variant."""
|
19891
|
-
description: String @deprecated(reason: "This will be removed on April 15, 2025.")
|
19892
|
-
|
19893
|
-
"""Product variant description (HTML)."""
|
19894
|
-
descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
|
19895
|
-
|
19896
19483
|
"""Price of the particular variant."""
|
19897
19484
|
price: PositiveDecimal
|
19898
19485
|
|
@@ -20069,12 +19656,6 @@ input ProductVariantInput {
|
|
20069
19656
|
"""Cost price of the variant."""
|
20070
19657
|
costPrice: PositiveDecimal
|
20071
19658
|
|
20072
|
-
"""Description of the product variant."""
|
20073
|
-
description: String @deprecated(reason: "This will be removed on April 15, 2025.")
|
20074
|
-
|
20075
|
-
"""Product variant description (HTML)."""
|
20076
|
-
descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
|
20077
|
-
|
20078
19659
|
"""Price of the particular variant."""
|
20079
19660
|
price: PositiveDecimal
|
20080
19661
|
|
@@ -20171,6 +19752,25 @@ type ProductVariantImageUnassign {
|
|
20171
19752
|
productErrors: [ProductError!]!
|
20172
19753
|
}
|
20173
19754
|
|
19755
|
+
"""Assign one or more images to a product variant."""
|
19756
|
+
type ProductVariantImageBulkAssign {
|
19757
|
+
productVariant: ProductVariant
|
19758
|
+
|
19759
|
+
"""List of assigned images."""
|
19760
|
+
images: [ProductImage!]!
|
19761
|
+
bulkProductImageErrors: [BulkProductImageError!]!
|
19762
|
+
}
|
19763
|
+
|
19764
|
+
input ProductVariantImageBulkAssignInput {
|
19765
|
+
"""ID of a product image to assign to a variant."""
|
19766
|
+
imageId: ID!
|
19767
|
+
|
19768
|
+
"""
|
19769
|
+
Only for use by Marketplace Operator, if true then the image ownership will transfer to the seller that owns the variant it is being assigned to, if false or not provided then image ownership will not transfer.
|
19770
|
+
"""
|
19771
|
+
transferImageOwnership: Boolean
|
19772
|
+
}
|
19773
|
+
|
20174
19774
|
"""Creates a new feature for either a product or a variant."""
|
20175
19775
|
type FeatureCreate {
|
20176
19776
|
feature: Feature
|
@@ -20613,78 +20213,6 @@ input NauticalDraftOrderCreateInput {
|
|
20613
20213
|
transactionCurrency: String
|
20614
20214
|
}
|
20615
20215
|
|
20616
|
-
"""Creates a new Nautical historical order."""
|
20617
|
-
type NauticalHistoricalOrderCreate {
|
20618
|
-
orderErrors: [OrderError!]!
|
20619
|
-
nauticalOrder: NauticalOrder
|
20620
|
-
}
|
20621
|
-
|
20622
|
-
input NauticalHistoricalOrderInput {
|
20623
|
-
"""Billing address of the customer."""
|
20624
|
-
billingAddress: AddressInput
|
20625
|
-
|
20626
|
-
"""Shipping address of the customer."""
|
20627
|
-
shippingAddress: AddressInput
|
20628
|
-
|
20629
|
-
"""Customer associated with the draft order."""
|
20630
|
-
user: ID
|
20631
|
-
|
20632
|
-
"""Email address of the customer."""
|
20633
|
-
userEmail: String
|
20634
|
-
|
20635
|
-
"""Discount amount for the order."""
|
20636
|
-
discount: PositiveDecimal
|
20637
|
-
|
20638
|
-
"""Shipping price without taxes."""
|
20639
|
-
shippingPriceNetAmount: PositiveDecimal
|
20640
|
-
|
20641
|
-
"""Shipping price with taxes."""
|
20642
|
-
shippingPriceGrossAmount: PositiveDecimal
|
20643
|
-
|
20644
|
-
"""Total price without taxes."""
|
20645
|
-
totalNetAmount: PositiveDecimal
|
20646
|
-
|
20647
|
-
"""Total price with taxes."""
|
20648
|
-
totalGrossAmount: PositiveDecimal
|
20649
|
-
|
20650
|
-
"""Currency code."""
|
20651
|
-
currency: String
|
20652
|
-
|
20653
|
-
"""A note from a customer. Visible by customers in the order summary."""
|
20654
|
-
customerNote: String
|
20655
|
-
|
20656
|
-
"""Variant line input consisting of variant ID and quantity of products."""
|
20657
|
-
lines: [HistoricalOrderLineInput!]
|
20658
|
-
seller: ID
|
20659
|
-
|
20660
|
-
"""Created date time of historical order in ISO 8601 format."""
|
20661
|
-
created: DateTime
|
20662
|
-
|
20663
|
-
"""Order ID in the external source."""
|
20664
|
-
externalId: String
|
20665
|
-
externalInventoryId: String
|
20666
|
-
|
20667
|
-
"""External source name."""
|
20668
|
-
externalSource: String
|
20669
|
-
}
|
20670
|
-
|
20671
|
-
input HistoricalOrderLineInput {
|
20672
|
-
"""Number of variant items ordered."""
|
20673
|
-
quantity: Int!
|
20674
|
-
|
20675
|
-
"""Product variant ID."""
|
20676
|
-
variantId: ID!
|
20677
|
-
|
20678
|
-
"""Total price without taxes."""
|
20679
|
-
unitPriceNetAmount: PositiveDecimal
|
20680
|
-
|
20681
|
-
"""Total price with taxes."""
|
20682
|
-
unitPriceGrossAmount: PositiveDecimal
|
20683
|
-
|
20684
|
-
"""Order ID in the external source."""
|
20685
|
-
externalId: String
|
20686
|
-
}
|
20687
|
-
|
20688
20216
|
"""Deletes a draft order."""
|
20689
20217
|
type DraftOrderDelete {
|
20690
20218
|
orderErrors: [OrderError!]!
|
@@ -21273,17 +20801,6 @@ input NauticalOrderUpdateInput {
|
|
21273
20801
|
poNumbers: [String!]
|
21274
20802
|
}
|
21275
20803
|
|
21276
|
-
"""Modifies the payout status of an order"""
|
21277
|
-
type OrderPayoutStatusUpdate {
|
21278
|
-
"""Order that was updated."""
|
21279
|
-
order: Order
|
21280
|
-
orderErrors: [OrderError!]!
|
21281
|
-
}
|
21282
|
-
|
21283
|
-
input OrderPayoutStatusUpdateInput {
|
21284
|
-
payoutStatus: OrderPayoutStatusEnum!
|
21285
|
-
}
|
21286
|
-
|
21287
20804
|
"""Updates a shipping method of the order."""
|
21288
20805
|
type OrderUpdateShipping {
|
21289
20806
|
"""Order with updated shipping method."""
|
@@ -23732,8 +23249,8 @@ type UserBulkSetActive {
|
|
23732
23249
|
accountErrors: [AccountError!]!
|
23733
23250
|
}
|
23734
23251
|
|
23735
|
-
"""
|
23736
|
-
type
|
23252
|
+
"""Update permission group."""
|
23253
|
+
type PermissionGroupUpdate {
|
23737
23254
|
permissionGroupErrors: [PermissionGroupError!]!
|
23738
23255
|
group: Group
|
23739
23256
|
}
|
@@ -23769,46 +23286,17 @@ enum PermissionGroupErrorCode {
|
|
23769
23286
|
UNIQUE
|
23770
23287
|
}
|
23771
23288
|
|
23772
|
-
input PermissionGroupCreateInput {
|
23773
|
-
"""List of permission code names to assign to this group."""
|
23774
|
-
addPermissions: [PermissionEnum!] @deprecated(reason: "This will be removed on April 14, 2025")
|
23775
|
-
|
23776
|
-
"""List of users to assign to this group."""
|
23777
|
-
addUsers: [ID!]
|
23778
|
-
|
23779
|
-
"""Group name."""
|
23780
|
-
name: String!
|
23781
|
-
}
|
23782
|
-
|
23783
|
-
"""Update permission group."""
|
23784
|
-
type PermissionGroupUpdate {
|
23785
|
-
permissionGroupErrors: [PermissionGroupError!]!
|
23786
|
-
group: Group
|
23787
|
-
}
|
23788
|
-
|
23789
23289
|
input PermissionGroupUpdateInput {
|
23790
|
-
"""List of permission code names to assign to this group."""
|
23791
|
-
addPermissions: [PermissionEnum!] @deprecated(reason: "This will be removed on April 14, 2025")
|
23792
|
-
|
23793
23290
|
"""List of users to assign to this group."""
|
23794
23291
|
addUsers: [ID!]
|
23795
23292
|
|
23796
23293
|
"""Group name."""
|
23797
23294
|
name: String
|
23798
23295
|
|
23799
|
-
"""List of permission code names to unassign from this group."""
|
23800
|
-
removePermissions: [PermissionEnum!] @deprecated(reason: "This will be removed on April 14, 2025")
|
23801
|
-
|
23802
23296
|
"""List of users to unassign from this group."""
|
23803
23297
|
removeUsers: [ID!]
|
23804
23298
|
}
|
23805
23299
|
|
23806
|
-
"""Delete permission group."""
|
23807
|
-
type PermissionGroupDelete {
|
23808
|
-
permissionGroupErrors: [PermissionGroupError!]!
|
23809
|
-
group: Group
|
23810
|
-
}
|
23811
|
-
|
23812
23300
|
"""
|
23813
23301
|
A string-serialized scalar represents a set of fields that's passed to a federated directive, such as @key, @requires, or @provides
|
23814
23302
|
"""
|