@nautical-commerce/graphql-schema 1.57.0-4-g822d26d61 → 1.57.0-6-g46908da6d
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +338 -833
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1051,16 +1051,10 @@ type Query {
|
|
1051
1051
|
"""End of the period to filter results"""
|
1052
1052
|
endDate: Date
|
1053
1053
|
|
1054
|
-
"""Vendor type of the payout"""
|
1055
|
-
vendorType: String @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
1056
|
-
|
1057
1054
|
"""Payout ID"""
|
1058
1055
|
payoutId: ID
|
1059
1056
|
): VendorPayoutReport
|
1060
1057
|
vendorPayoutList(
|
1061
|
-
"""Vendor type of the payout"""
|
1062
|
-
vendorType: String
|
1063
|
-
|
1064
1058
|
"""Vendor ID"""
|
1065
1059
|
vendorId: ID
|
1066
1060
|
): SingleVendorPayoutReport
|
@@ -1551,13 +1545,6 @@ type Query {
|
|
1551
1545
|
"""End of the period to filter results"""
|
1552
1546
|
endDate: Date!
|
1553
1547
|
): InReportMarketplacePayoutsSummaryType
|
1554
|
-
insightsMarketplaceAffiliatePayoutsSummary(
|
1555
|
-
"""Beginning of the period to filter results"""
|
1556
|
-
startDate: Date!
|
1557
|
-
|
1558
|
-
"""End of the period to filter results"""
|
1559
|
-
endDate: Date!
|
1560
|
-
): InReportMarketplaceAffiliatePayoutsSummaryType @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
1561
1548
|
insightsMarketplaceTaxSummary(
|
1562
1549
|
"""Beginning of the period to filter results"""
|
1563
1550
|
startDate: Date!
|
@@ -2002,55 +1989,6 @@ type Query {
|
|
2002
1989
|
id: ID!
|
2003
1990
|
): [AgreementSellers!]!
|
2004
1991
|
|
2005
|
-
"""List of the shop's affiliates"""
|
2006
|
-
affiliates(
|
2007
|
-
"""Filtering options for affiliates."""
|
2008
|
-
filter: AffiliateFilterInput
|
2009
|
-
|
2010
|
-
"""Sort affiliates."""
|
2011
|
-
sortBy: UserSortingInput
|
2012
|
-
|
2013
|
-
"""Return the elements in the list that come before the specified cursor."""
|
2014
|
-
before: String
|
2015
|
-
|
2016
|
-
"""Return the elements in the list that come after the specified cursor."""
|
2017
|
-
after: String
|
2018
|
-
|
2019
|
-
"""Return the first n elements from the list."""
|
2020
|
-
first: Int
|
2021
|
-
|
2022
|
-
"""Return the last n elements from the list."""
|
2023
|
-
last: Int
|
2024
|
-
): UserCountableConnection @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2025
|
-
affiliate(
|
2026
|
-
"""ID of the affiliate you are querying"""
|
2027
|
-
id: ID
|
2028
|
-
): OptimizedAffiliate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2029
|
-
|
2030
|
-
"""List of affiliates' codes"""
|
2031
|
-
affiliateCodes(
|
2032
|
-
"""Affiliate ID to get codes for"""
|
2033
|
-
id: ID!
|
2034
|
-
|
2035
|
-
"""Filtering options for affiliate codes"""
|
2036
|
-
filter: AffiliateCodeFilterInput
|
2037
|
-
|
2038
|
-
"""Sort affiliate codes"""
|
2039
|
-
sortBy: AffiliateCodeSortingInput
|
2040
|
-
|
2041
|
-
"""Return the elements in the list that come before the specified cursor."""
|
2042
|
-
before: String
|
2043
|
-
|
2044
|
-
"""Return the elements in the list that come after the specified cursor."""
|
2045
|
-
after: String
|
2046
|
-
|
2047
|
-
"""Return the first n elements from the list."""
|
2048
|
-
first: Int
|
2049
|
-
|
2050
|
-
"""Return the last n elements from the list."""
|
2051
|
-
last: Int
|
2052
|
-
): AffiliateCodesCountableConnection @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2053
|
-
|
2054
1992
|
"""Returns address validation rules."""
|
2055
1993
|
addressValidationRules(
|
2056
1994
|
"""Two-letter ISO 3166-1 country code."""
|
@@ -2577,22 +2515,9 @@ type User implements Node & ObjectWithMetadata {
|
|
2577
2515
|
"""Return the last n elements from the list."""
|
2578
2516
|
last: Int
|
2579
2517
|
): WishlistCountableConnection
|
2580
|
-
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2581
2518
|
seller: Seller
|
2582
|
-
hasMicrosite: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2583
|
-
micrositeId: ID @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2584
2519
|
isAssignable: Boolean
|
2585
2520
|
|
2586
|
-
"""Date of last affiliate referral."""
|
2587
|
-
lastReferral: DateTime @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2588
|
-
|
2589
|
-
"""Date of last affiliate confirmed order."""
|
2590
|
-
lastOrder: DateTime @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2591
|
-
affiliateReferrals: Int @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2592
|
-
affiliateOrders: Int @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2593
|
-
affiliateEarnings: Money @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2594
|
-
agreement: Agreement
|
2595
|
-
|
2596
2521
|
"""List of documents associated with the user."""
|
2597
2522
|
documents: [Document!]!
|
2598
2523
|
|
@@ -3849,8 +3774,6 @@ type Order implements Node & ObjectWithMetadata {
|
|
3849
3774
|
displayGrossPrices: Boolean!
|
3850
3775
|
customerNote: String!
|
3851
3776
|
weight: Weight
|
3852
|
-
affiliate: User @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
3853
|
-
affiliateCode: AffiliateCodes @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
3854
3777
|
|
3855
3778
|
"""Data time when the order was imported from another platform."""
|
3856
3779
|
importedAt: DateTime
|
@@ -3939,9 +3862,6 @@ type Order implements Node & ObjectWithMetadata {
|
|
3939
3862
|
"""Seller commission for the order"""
|
3940
3863
|
sellerCommission: Money
|
3941
3864
|
|
3942
|
-
"""Affiliate commission for the order"""
|
3943
|
-
affiliateCommission: Money @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
3944
|
-
|
3945
3865
|
"""Volume discount for the order"""
|
3946
3866
|
volumeDiscount: TaxedMoney
|
3947
3867
|
|
@@ -5556,83 +5476,61 @@ enum SaleTypeEnum {
|
|
5556
5476
|
SPECIFIC_PRODUCT
|
5557
5477
|
}
|
5558
5478
|
|
5559
|
-
"""Represents
|
5560
|
-
type
|
5479
|
+
"""Represents order fulfillment."""
|
5480
|
+
type Fulfillment implements Node & ObjectWithMetadata {
|
5561
5481
|
"""The ID of the object"""
|
5562
5482
|
id: ID!
|
5563
|
-
|
5564
|
-
|
5565
|
-
|
5483
|
+
fulfillmentOrder: Int!
|
5484
|
+
relatedTo: Fulfillment
|
5485
|
+
order: Order!
|
5566
5486
|
|
5567
|
-
"""
|
5568
|
-
|
5487
|
+
"""Nautical order via order mapping"""
|
5488
|
+
nauticalOrder: NauticalOrder
|
5489
|
+
status: FulfillmentStatus!
|
5569
5490
|
|
5570
|
-
"""
|
5571
|
-
|
5572
|
-
"""
|
5573
|
-
uses: Int
|
5491
|
+
"""Fulfillment tracking company"""
|
5492
|
+
trackingCompany: String
|
5574
5493
|
|
5575
|
-
"""
|
5576
|
-
|
5494
|
+
"""Fulfillment tracking number"""
|
5495
|
+
trackingNumber: String
|
5577
5496
|
|
5578
|
-
"""
|
5579
|
-
|
5497
|
+
"""Fulfillment tracking url"""
|
5498
|
+
trackingUrl: String
|
5499
|
+
shippingLabelUrl: String
|
5500
|
+
created: DateTime!
|
5501
|
+
updated: DateTime!
|
5580
5502
|
|
5581
|
-
"""
|
5582
|
-
|
5583
|
-
createdAt: DateTime!
|
5584
|
-
updatedAt: DateTime!
|
5585
|
-
affiliateNauticalOrders(offset: Int, before: String, after: String, first: Int, last: Int): NauticalOrderCountableConnection!
|
5586
|
-
affiliateOrders(offset: Int, before: String, after: String, first: Int, last: Int): OrderCountableConnection!
|
5587
|
-
earnings: Money
|
5588
|
-
orders: Int
|
5589
|
-
}
|
5503
|
+
"""User who made the fulfillment. Requires MANAGE_STAFF permission."""
|
5504
|
+
user: User
|
5590
5505
|
|
5591
|
-
"""
|
5592
|
-
|
5593
|
-
"""
|
5594
|
-
|
5595
|
-
tenant: Tenant!
|
5596
|
-
createdAt: DateTime
|
5597
|
-
updatedAt: DateTime
|
5598
|
-
channel: String!
|
5599
|
-
affiliateCodes(offset: Int, before: String, after: String, first: Int, last: Int): AffiliateCodesCountableConnection!
|
5600
|
-
nauticalOrders(offset: Int, before: String, after: String, first: Int, last: Int): NauticalOrderCountableConnection!
|
5601
|
-
orders(offset: Int, before: String, after: String, first: Int, last: Int): OrderCountableConnection!
|
5602
|
-
}
|
5506
|
+
"""
|
5507
|
+
List of private metadata items.Requires proper staff permissions to access.
|
5508
|
+
"""
|
5509
|
+
privateMetadata: [MetadataItem!]!
|
5603
5510
|
|
5604
|
-
|
5605
|
-
|
5606
|
-
pageInfo: PageInfo!
|
5607
|
-
edges: [AffiliateCodesCountableEdge!]!
|
5511
|
+
"""List of public metadata items. Can be accessed without permissions."""
|
5512
|
+
metadata: [MetadataItem!]!
|
5608
5513
|
|
5609
|
-
"""
|
5610
|
-
|
5611
|
-
}
|
5514
|
+
"""List of lines for the fulfillment."""
|
5515
|
+
lines: [FulfillmentLine!]
|
5612
5516
|
|
5613
|
-
|
5614
|
-
|
5615
|
-
node: AffiliateCodes!
|
5517
|
+
"""Seller who made the fulfillment."""
|
5518
|
+
seller: Seller
|
5616
5519
|
|
5617
|
-
"""
|
5618
|
-
|
5619
|
-
}
|
5520
|
+
"""User-friendly fulfillment status."""
|
5521
|
+
statusDisplay: String
|
5620
5522
|
|
5621
|
-
|
5622
|
-
|
5623
|
-
pageInfo: PageInfo!
|
5624
|
-
edges: [NauticalOrderCountableEdge!]!
|
5523
|
+
"""Warehouse from fulfillment was fulfilled."""
|
5524
|
+
warehouse: Warehouse
|
5625
5525
|
|
5626
|
-
"""
|
5627
|
-
|
5628
|
-
}
|
5526
|
+
"""Sum of quantities across all lines."""
|
5527
|
+
totalLinesQuantity: Int
|
5629
5528
|
|
5630
|
-
|
5631
|
-
|
5632
|
-
node: NauticalOrder!
|
5529
|
+
"""Total price across all quantities across all lines."""
|
5530
|
+
totalLinesMoney: Money!
|
5633
5531
|
|
5634
|
-
"""
|
5635
|
-
|
5532
|
+
"""List of custom fields assigned to this fulfillment."""
|
5533
|
+
customFields: [SelectedAttribute!]!
|
5636
5534
|
}
|
5637
5535
|
|
5638
5536
|
"""Represents a nautical order in the shop."""
|
@@ -5674,8 +5572,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
|
|
5674
5572
|
displayGrossPrices: Boolean!
|
5675
5573
|
customerNote: String!
|
5676
5574
|
weight: Weight
|
5677
|
-
affiliate: User @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
5678
|
-
affiliateCode: AffiliateCodes @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
5679
5575
|
|
5680
5576
|
"""Data time when the order was imported from another platform."""
|
5681
5577
|
importedAt: DateTime
|
@@ -5875,108 +5771,36 @@ enum NauticalOrderSubStatus {
|
|
5875
5771
|
OFFER_REJECTED
|
5876
5772
|
}
|
5877
5773
|
|
5878
|
-
|
5879
|
-
|
5880
|
-
|
5881
|
-
id: ID!
|
5882
|
-
fulfillmentOrder: Int!
|
5883
|
-
relatedTo: Fulfillment
|
5884
|
-
order: Order!
|
5885
|
-
|
5886
|
-
"""Nautical order via order mapping"""
|
5887
|
-
nauticalOrder: NauticalOrder
|
5888
|
-
status: FulfillmentStatus!
|
5889
|
-
|
5890
|
-
"""Fulfillment tracking company"""
|
5891
|
-
trackingCompany: String
|
5892
|
-
|
5893
|
-
"""Fulfillment tracking number"""
|
5894
|
-
trackingNumber: String
|
5895
|
-
|
5896
|
-
"""Fulfillment tracking url"""
|
5897
|
-
trackingUrl: String
|
5898
|
-
shippingLabelUrl: String
|
5899
|
-
created: DateTime!
|
5900
|
-
updated: DateTime!
|
5901
|
-
|
5902
|
-
"""User who made the fulfillment. Requires MANAGE_STAFF permission."""
|
5903
|
-
user: User
|
5904
|
-
|
5905
|
-
"""
|
5906
|
-
List of private metadata items.Requires proper staff permissions to access.
|
5907
|
-
"""
|
5908
|
-
privateMetadata: [MetadataItem!]!
|
5909
|
-
|
5910
|
-
"""List of public metadata items. Can be accessed without permissions."""
|
5911
|
-
metadata: [MetadataItem!]!
|
5912
|
-
|
5913
|
-
"""List of lines for the fulfillment."""
|
5914
|
-
lines: [FulfillmentLine!]
|
5915
|
-
|
5916
|
-
"""Seller who made the fulfillment."""
|
5917
|
-
seller: Seller
|
5918
|
-
|
5919
|
-
"""User-friendly fulfillment status."""
|
5920
|
-
statusDisplay: String
|
5921
|
-
|
5922
|
-
"""Warehouse from fulfillment was fulfilled."""
|
5923
|
-
warehouse: Warehouse
|
5924
|
-
|
5925
|
-
"""Sum of quantities across all lines."""
|
5926
|
-
totalLinesQuantity: Int
|
5927
|
-
|
5928
|
-
"""Total price across all quantities across all lines."""
|
5929
|
-
totalLinesPrice: Float @deprecated(reason: "This will be removed on October 25, 2024 and replaced by totalLinesMoney")
|
5930
|
-
|
5931
|
-
"""Total price across all quantities across all lines."""
|
5932
|
-
totalLinesMoney: Money!
|
5933
|
-
|
5934
|
-
"""List of custom fields assigned to this fulfillment."""
|
5935
|
-
customFields: [SelectedAttribute!]!
|
5936
|
-
}
|
5937
|
-
|
5938
|
-
"""An enumeration."""
|
5939
|
-
enum FulfillmentStatus {
|
5940
|
-
"""Fulfilled"""
|
5941
|
-
FULFILLED
|
5942
|
-
|
5943
|
-
"""Canceled"""
|
5944
|
-
CANCELED
|
5945
|
-
|
5946
|
-
"""Returned"""
|
5947
|
-
RETURNED
|
5774
|
+
enum OrderSubStatusEnum {
|
5775
|
+
"""In Review"""
|
5776
|
+
IN_REVIEW
|
5948
5777
|
|
5949
|
-
"""
|
5950
|
-
|
5778
|
+
"""Quote Requested"""
|
5779
|
+
QUOTE_REQUESTED
|
5951
5780
|
|
5952
|
-
"""
|
5953
|
-
|
5781
|
+
"""Awaiting Payment"""
|
5782
|
+
AWAITING_PAYMENT
|
5954
5783
|
|
5955
|
-
"""
|
5956
|
-
|
5784
|
+
"""Complete"""
|
5785
|
+
COMPLETE
|
5957
5786
|
|
5958
|
-
"""
|
5959
|
-
|
5787
|
+
"""Offer Approved"""
|
5788
|
+
OFFER_APPROVED
|
5960
5789
|
|
5961
|
-
"""
|
5962
|
-
|
5790
|
+
"""Offer Cancelled"""
|
5791
|
+
OFFER_CANCELLED
|
5963
5792
|
|
5964
|
-
"""
|
5965
|
-
|
5793
|
+
"""Offer Created"""
|
5794
|
+
OFFER_CREATED
|
5966
5795
|
|
5967
|
-
"""
|
5968
|
-
|
5969
|
-
}
|
5796
|
+
"""Offer Expired"""
|
5797
|
+
OFFER_EXPIRED
|
5970
5798
|
|
5971
|
-
"""
|
5972
|
-
|
5973
|
-
"""The ID of the object"""
|
5974
|
-
id: ID!
|
5975
|
-
quantity: Int!
|
5976
|
-
orderLine: OrderLine
|
5799
|
+
"""Offer Negotiating"""
|
5800
|
+
OFFER_NEGOTIATING
|
5977
5801
|
|
5978
|
-
"""
|
5979
|
-
|
5802
|
+
"""Offer Rejected"""
|
5803
|
+
OFFER_REJECTED
|
5980
5804
|
}
|
5981
5805
|
|
5982
5806
|
"""Represents order line of particular order."""
|
@@ -6406,47 +6230,15 @@ type ShippingZoneCountryArea implements Node {
|
|
6406
6230
|
countryArea: CountryArea!
|
6407
6231
|
}
|
6408
6232
|
|
6409
|
-
enum
|
6410
|
-
"""
|
6411
|
-
|
6233
|
+
enum OrderAction {
|
6234
|
+
"""Represents the capture action."""
|
6235
|
+
CAPTURE
|
6412
6236
|
|
6413
|
-
"""
|
6414
|
-
|
6237
|
+
"""Represents a mark-as-paid action."""
|
6238
|
+
MARK_AS_PAID
|
6415
6239
|
|
6416
|
-
"""
|
6417
|
-
|
6418
|
-
|
6419
|
-
"""Complete"""
|
6420
|
-
COMPLETE
|
6421
|
-
|
6422
|
-
"""Offer Approved"""
|
6423
|
-
OFFER_APPROVED
|
6424
|
-
|
6425
|
-
"""Offer Cancelled"""
|
6426
|
-
OFFER_CANCELLED
|
6427
|
-
|
6428
|
-
"""Offer Created"""
|
6429
|
-
OFFER_CREATED
|
6430
|
-
|
6431
|
-
"""Offer Expired"""
|
6432
|
-
OFFER_EXPIRED
|
6433
|
-
|
6434
|
-
"""Offer Negotiating"""
|
6435
|
-
OFFER_NEGOTIATING
|
6436
|
-
|
6437
|
-
"""Offer Rejected"""
|
6438
|
-
OFFER_REJECTED
|
6439
|
-
}
|
6440
|
-
|
6441
|
-
enum OrderAction {
|
6442
|
-
"""Represents the capture action."""
|
6443
|
-
CAPTURE
|
6444
|
-
|
6445
|
-
"""Represents a mark-as-paid action."""
|
6446
|
-
MARK_AS_PAID
|
6447
|
-
|
6448
|
-
"""Represents a refund action."""
|
6449
|
-
REFUND
|
6240
|
+
"""Represents a refund action."""
|
6241
|
+
REFUND
|
6450
6242
|
|
6451
6243
|
"""Represents a void action."""
|
6452
6244
|
VOID
|
@@ -6917,6 +6709,35 @@ type NauticalOrderEventOrderLineObject {
|
|
6917
6709
|
itemName: String
|
6918
6710
|
}
|
6919
6711
|
|
6712
|
+
"""Represents unique channel in Nautical."""
|
6713
|
+
type Channel implements Node {
|
6714
|
+
"""The ID of the object"""
|
6715
|
+
id: ID!
|
6716
|
+
tenant: Tenant!
|
6717
|
+
createdAt: DateTime
|
6718
|
+
updatedAt: DateTime
|
6719
|
+
channel: String!
|
6720
|
+
nauticalOrders(offset: Int, before: String, after: String, first: Int, last: Int): NauticalOrderCountableConnection!
|
6721
|
+
orders(offset: Int, before: String, after: String, first: Int, last: Int): OrderCountableConnection!
|
6722
|
+
}
|
6723
|
+
|
6724
|
+
type NauticalOrderCountableConnection {
|
6725
|
+
"""Pagination data for this connection."""
|
6726
|
+
pageInfo: PageInfo!
|
6727
|
+
edges: [NauticalOrderCountableEdge!]!
|
6728
|
+
|
6729
|
+
"""A total count of items in the collection."""
|
6730
|
+
totalCount: Int
|
6731
|
+
}
|
6732
|
+
|
6733
|
+
type NauticalOrderCountableEdge {
|
6734
|
+
"""The item at the end of the edge."""
|
6735
|
+
node: NauticalOrder!
|
6736
|
+
|
6737
|
+
"""A cursor for use in pagination."""
|
6738
|
+
cursor: String!
|
6739
|
+
}
|
6740
|
+
|
6920
6741
|
"""Represents a bid."""
|
6921
6742
|
type Bid implements Node {
|
6922
6743
|
"""The ID of the object"""
|
@@ -7187,6 +7008,50 @@ enum RefundTypeEnum {
|
|
7187
7008
|
ORDERLINEREFUND
|
7188
7009
|
}
|
7189
7010
|
|
7011
|
+
"""An enumeration."""
|
7012
|
+
enum FulfillmentStatus {
|
7013
|
+
"""Fulfilled"""
|
7014
|
+
FULFILLED
|
7015
|
+
|
7016
|
+
"""Canceled"""
|
7017
|
+
CANCELED
|
7018
|
+
|
7019
|
+
"""Returned"""
|
7020
|
+
RETURNED
|
7021
|
+
|
7022
|
+
"""Declined"""
|
7023
|
+
DECLINED
|
7024
|
+
|
7025
|
+
"""Return requested"""
|
7026
|
+
RETURN_REQUESTED
|
7027
|
+
|
7028
|
+
"""Return authorized"""
|
7029
|
+
RETURN_AUTHORIZED
|
7030
|
+
|
7031
|
+
"""Return declined"""
|
7032
|
+
RETURN_DECLINED
|
7033
|
+
|
7034
|
+
"""Return received"""
|
7035
|
+
RETURN_RECEIVED
|
7036
|
+
|
7037
|
+
"""Return complete"""
|
7038
|
+
RETURN_COMPLETE
|
7039
|
+
|
7040
|
+
"""Return cancelled"""
|
7041
|
+
RETURN_CANCELLED
|
7042
|
+
}
|
7043
|
+
|
7044
|
+
"""Represents line of the fulfillment."""
|
7045
|
+
type FulfillmentLine implements Node {
|
7046
|
+
"""The ID of the object"""
|
7047
|
+
id: ID!
|
7048
|
+
quantity: Int!
|
7049
|
+
orderLine: OrderLine
|
7050
|
+
|
7051
|
+
"""Reason customer requested item return."""
|
7052
|
+
returnReason: String
|
7053
|
+
}
|
7054
|
+
|
7190
7055
|
"""Extra fee associated with an order"""
|
7191
7056
|
type OrderFee implements Node {
|
7192
7057
|
"""The ID of the object"""
|
@@ -7539,7 +7404,6 @@ type Microsite implements Node & ObjectWithMetadata {
|
|
7539
7404
|
name: String!
|
7540
7405
|
slug: String!
|
7541
7406
|
footerText: String
|
7542
|
-
affiliate: User @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
7543
7407
|
seller: Seller
|
7544
7408
|
|
7545
7409
|
"""
|
@@ -10841,7 +10705,6 @@ type OrderVendorSummaryType {
|
|
10841
10705
|
revenue: Float
|
10842
10706
|
totals: Int
|
10843
10707
|
commission: Float
|
10844
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
10845
10708
|
payout: Float
|
10846
10709
|
vendors: Int
|
10847
10710
|
adjustments: Decimal
|
@@ -10862,7 +10725,6 @@ type OrderVendorReportType {
|
|
10862
10725
|
revenue: Float
|
10863
10726
|
totals: Int
|
10864
10727
|
commission: Float
|
10865
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
10866
10728
|
payout: Float
|
10867
10729
|
vendorId: Int
|
10868
10730
|
vendor: Vendor
|
@@ -10892,7 +10754,6 @@ type SingleVendorReportType {
|
|
10892
10754
|
revenue: Float
|
10893
10755
|
totals: Int
|
10894
10756
|
commission: Float
|
10895
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
10896
10757
|
payout: Decimal
|
10897
10758
|
adjustments: Decimal
|
10898
10759
|
penalties: Decimal
|
@@ -10917,7 +10778,6 @@ type SingleVendorSummaryType {
|
|
10917
10778
|
revenue: Float
|
10918
10779
|
totals: Int
|
10919
10780
|
commission: Float
|
10920
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
10921
10781
|
payout: Float
|
10922
10782
|
adjustments: Decimal
|
10923
10783
|
penalties: Decimal
|
@@ -12455,7 +12315,6 @@ type OrderSellerSummaryType {
|
|
12455
12315
|
revenue: Float
|
12456
12316
|
totals: Int
|
12457
12317
|
commission: Float
|
12458
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12459
12318
|
payout: Float
|
12460
12319
|
sellers: Float
|
12461
12320
|
}
|
@@ -12472,7 +12331,6 @@ type OrderCustomerReportType {
|
|
12472
12331
|
revenue: Float
|
12473
12332
|
totals: Int
|
12474
12333
|
commission: Float
|
12475
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12476
12334
|
payout: Float
|
12477
12335
|
userId: Int
|
12478
12336
|
user: User
|
@@ -12514,7 +12372,6 @@ type OrderSellerReportType {
|
|
12514
12372
|
revenue: Float
|
12515
12373
|
totals: Int
|
12516
12374
|
commission: Float
|
12517
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12518
12375
|
payout: Float
|
12519
12376
|
sellerId: Int
|
12520
12377
|
seller: Seller
|
@@ -12556,7 +12413,6 @@ type OrderMarketplaceReportType {
|
|
12556
12413
|
revenue: Float
|
12557
12414
|
totals: Int
|
12558
12415
|
commission: Float
|
12559
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12560
12416
|
payout: Float
|
12561
12417
|
dimension: Date
|
12562
12418
|
}
|
@@ -12593,65 +12449,6 @@ type InReportMarketplacePayoutsSummaryType {
|
|
12593
12449
|
report: [OrderSellerReportType!]
|
12594
12450
|
}
|
12595
12451
|
|
12596
|
-
type InReportMarketplaceAffiliatePayoutsSummaryType {
|
12597
|
-
"""Category of the metric."""
|
12598
|
-
category: String!
|
12599
|
-
|
12600
|
-
"""Title of the metric."""
|
12601
|
-
title: String!
|
12602
|
-
|
12603
|
-
"""
|
12604
|
-
Description of main columns in report and summary. Note: report and summary can contain additional columns.
|
12605
|
-
"""
|
12606
|
-
columns: [ColumnObjectType!]
|
12607
|
-
|
12608
|
-
"""Info about applied filters."""
|
12609
|
-
filters: [FilterObjectType!]
|
12610
|
-
|
12611
|
-
"""Total summary for selected period."""
|
12612
|
-
summary: OrderAffiliateSummaryType!
|
12613
|
-
|
12614
|
-
"""
|
12615
|
-
Report where each row represent aggregated, by selected (in filters) dimension, summary.
|
12616
|
-
"""
|
12617
|
-
report: [OrderAffiliateReportType!]
|
12618
|
-
}
|
12619
|
-
|
12620
|
-
type OrderAffiliateSummaryType {
|
12621
|
-
gross: Float
|
12622
|
-
orders: Int
|
12623
|
-
net: Float
|
12624
|
-
shipping: Float
|
12625
|
-
average: Float
|
12626
|
-
taxes: Float
|
12627
|
-
discounts: Float
|
12628
|
-
volumeDiscounts: Float
|
12629
|
-
revenue: Float
|
12630
|
-
totals: Int
|
12631
|
-
commission: Float
|
12632
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12633
|
-
payout: Float
|
12634
|
-
affiliates: Float
|
12635
|
-
}
|
12636
|
-
|
12637
|
-
type OrderAffiliateReportType {
|
12638
|
-
gross: Float
|
12639
|
-
orders: Int
|
12640
|
-
net: Float
|
12641
|
-
shipping: Float
|
12642
|
-
average: Float
|
12643
|
-
taxes: Float
|
12644
|
-
discounts: Float
|
12645
|
-
volumeDiscounts: Float
|
12646
|
-
revenue: Float
|
12647
|
-
totals: Int
|
12648
|
-
commission: Float
|
12649
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12650
|
-
payout: Float
|
12651
|
-
affiliateId: Int
|
12652
|
-
affiliate: User
|
12653
|
-
}
|
12654
|
-
|
12655
12452
|
type InReportMarketplaceTaxSummaryType {
|
12656
12453
|
"""Category of the metric."""
|
12657
12454
|
category: String!
|
@@ -12688,7 +12485,6 @@ type AbstractOrderSellerReportType {
|
|
12688
12485
|
revenue: Float
|
12689
12486
|
totals: Int
|
12690
12487
|
commission: Float
|
12691
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12692
12488
|
payout: Float
|
12693
12489
|
}
|
12694
12490
|
|
@@ -12704,7 +12500,6 @@ type MarketplaceTaxReportType {
|
|
12704
12500
|
revenue: Float
|
12705
12501
|
totals: Int
|
12706
12502
|
commission: Float
|
12707
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12708
12503
|
payout: Float
|
12709
12504
|
dimension: Date
|
12710
12505
|
}
|
@@ -12745,7 +12540,6 @@ type MarketplaceTaxReportByLocaleType {
|
|
12745
12540
|
revenue: Float
|
12746
12541
|
totals: Int
|
12747
12542
|
commission: Float
|
12748
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12749
12543
|
payout: Float
|
12750
12544
|
billingAddress_Country: String
|
12751
12545
|
billingAddress_CountryArea: String
|
@@ -12957,7 +12751,6 @@ type DashboardSellerOrderPerformanceType {
|
|
12957
12751
|
revenue: Float
|
12958
12752
|
totals: Int
|
12959
12753
|
commission: Float
|
12960
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12961
12754
|
payout: Float
|
12962
12755
|
sellerId: Int
|
12963
12756
|
seller: Seller
|
@@ -12980,7 +12773,6 @@ type GraphDataType {
|
|
12980
12773
|
revenue: Float
|
12981
12774
|
totals: Int
|
12982
12775
|
commission: Float
|
12983
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12984
12776
|
payout: Float
|
12985
12777
|
dimension: DateTime
|
12986
12778
|
}
|
@@ -13690,50 +13482,6 @@ input AgreementFilterInput {
|
|
13690
13482
|
search: String
|
13691
13483
|
}
|
13692
13484
|
|
13693
|
-
input AffiliateFilterInput {
|
13694
|
-
dateJoined: DateRangeInput
|
13695
|
-
moneySpent: PriceRangeInput
|
13696
|
-
numberOfOrders: IntRangeInput
|
13697
|
-
placedOrders: DateRangeInput
|
13698
|
-
search: String
|
13699
|
-
}
|
13700
|
-
|
13701
|
-
type OptimizedAffiliate {
|
13702
|
-
affiliate: User
|
13703
|
-
channels: [OptimizedAffiliateChannels!] @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
13704
|
-
topCodes: [AffiliateCodes!]
|
13705
|
-
agreement: Agreement
|
13706
|
-
}
|
13707
|
-
|
13708
|
-
type OptimizedAffiliateChannels {
|
13709
|
-
channelName: String
|
13710
|
-
totalReferrals: Int
|
13711
|
-
}
|
13712
|
-
|
13713
|
-
input AffiliateCodeFilterInput {
|
13714
|
-
search: String
|
13715
|
-
isActive: Boolean
|
13716
|
-
}
|
13717
|
-
|
13718
|
-
input AffiliateCodeSortingInput {
|
13719
|
-
"""Specifies the direction in which to sort products."""
|
13720
|
-
direction: OrderDirection!
|
13721
|
-
|
13722
|
-
"""Sort affiliate_codes by the selected field."""
|
13723
|
-
field: AffiliateCodeSortField!
|
13724
|
-
}
|
13725
|
-
|
13726
|
-
enum AffiliateCodeSortField {
|
13727
|
-
"""Sort affiliate codes by code."""
|
13728
|
-
CODE
|
13729
|
-
|
13730
|
-
"""Sort affiliate codes by status."""
|
13731
|
-
STATUS
|
13732
|
-
|
13733
|
-
"""Sort affiliate codes by referrals."""
|
13734
|
-
REFERRALS
|
13735
|
-
}
|
13736
|
-
|
13737
13485
|
type AddressValidationData {
|
13738
13486
|
countryCode: String
|
13739
13487
|
countryName: String
|
@@ -13849,7 +13597,7 @@ type Mutation {
|
|
13849
13597
|
description: String
|
13850
13598
|
|
13851
13599
|
"""
|
13852
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13600
|
+
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-zip-compressed, application/rtf, application/pdf, image/webp, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/comma-separated-values, image/heic-sequence, drawing/x-dwg, image/svg+xml, text/x-comma-separated-values, image/tif, pplication/vnd.rar, application/acrobat, image/x-eps, application/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-tar, application/x-gzip, application/postscript, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-csv, image/bmp, application/vnd.ms-powerpoint, application/acad, application/x-rtf, application/excel, application/gzipped, application/jpg, application/csv, application/x-rar-compressed, image/x-tiff, application/x-tif, image/heic, image/x-dwg, text/pdf, drawing/dwg, application/tif, application/x-acad, application/x-eps, application/x-dwg, text/csv, image/eps, application/x-rar, text/x-pdf, application/svg+xml, application/vnd.ms-word, text/svg-xml, application/tiff, image/gif, application/vnd.pdf, application/x-csv, image/dxf, application/gzip-compressed, image/x-dxf, image/vnd.dwg, application/gzip, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-excel, application/vnd.oasis.opendocument.text, image/x-ms-bmp, application/zip, text/svg, application/vnd.oasis.opendocument.presentation, application/x-autocad, application/vnd.oasis.opendocument.spreadsheet, application/x-pdf, application/msword, text/plain, image/x-tif, application/x-dxf, image/svg, text/rtf, image/tiff, image/heif-sequence, image/jpeg, application/eps, drawing/x-dwf, application/x-tiff, image/jpg, image/heif, application/dxf, application/x-jpg, image/x-bmp, image/png.
|
13853
13601
|
"""
|
13854
13602
|
file: Upload!
|
13855
13603
|
|
@@ -13958,15 +13706,6 @@ type Mutation {
|
|
13958
13706
|
id: ID!
|
13959
13707
|
): NauticalOrderChannelUpdate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
13960
13708
|
|
13961
|
-
"""Updates an affiliate code channel"""
|
13962
|
-
affiliateCodeChannelUpdate(
|
13963
|
-
"""ID of the channel to associate with the affiliate code"""
|
13964
|
-
channel: ID
|
13965
|
-
|
13966
|
-
"""ID of the affiliate code to update channel for"""
|
13967
|
-
id: ID!
|
13968
|
-
): AffiliateCodeChannelUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
13969
|
-
|
13970
13709
|
"""Updates marketplace configuration."""
|
13971
13710
|
marketplaceConfigurationUpdate(
|
13972
13711
|
"""Fields required to update marketplace configuration."""
|
@@ -14245,70 +13984,6 @@ type Mutation {
|
|
14245
13984
|
input: MicrositeInput!
|
14246
13985
|
): MicrositeUpdate @deprecated(reason: "Microsites will be removed on January 2, 2025.")
|
14247
13986
|
|
14248
|
-
"""Creates a new affiliate code"""
|
14249
|
-
affiliateCodeCreate(
|
14250
|
-
"""Fields required to create an affiliate code."""
|
14251
|
-
input: AffiliateCodeCreateInput
|
14252
|
-
): AffiliateCodeCreate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14253
|
-
|
14254
|
-
"""Increments affiliate code uses"""
|
14255
|
-
affiliateCodeUse(
|
14256
|
-
"""Affiliate code to increment use for"""
|
14257
|
-
code: String
|
14258
|
-
): AffiliateCodeUse @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14259
|
-
|
14260
|
-
"""Sets whether code is active"""
|
14261
|
-
affiliateCodeSetActive(
|
14262
|
-
"""Whether the code is active or not"""
|
14263
|
-
isActive: Boolean
|
14264
|
-
): AffiliateCodeSetActive @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14265
|
-
|
14266
|
-
"""Activate or deactivate affiliate codes."""
|
14267
|
-
affiliateCodeBulkSetActive(
|
14268
|
-
"""List of code IDs to (de)activate)."""
|
14269
|
-
ids: [ID!]!
|
14270
|
-
|
14271
|
-
"""Determine if codes will be set active or not."""
|
14272
|
-
isActive: Boolean!
|
14273
|
-
): AffiliateCodeBulkSetActive @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14274
|
-
|
14275
|
-
"""
|
14276
|
-
Create an affiliate avatar. 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
|
14277
|
-
"""
|
14278
|
-
affiliateAvatarUpdate(
|
14279
|
-
affiliate: ID
|
14280
|
-
|
14281
|
-
"""Represents an image file in a multipart request."""
|
14282
|
-
image: Upload!
|
14283
|
-
): AffiliateAvatarUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14284
|
-
|
14285
|
-
"""Creates a new affiliate."""
|
14286
|
-
affiliateCreate(
|
14287
|
-
"""Fields required to create a affiliate."""
|
14288
|
-
input: UserCreateInput!
|
14289
|
-
): AffiliateCreate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14290
|
-
|
14291
|
-
"""Updates an existing affiliate."""
|
14292
|
-
affiliateUpdate(
|
14293
|
-
"""ID of a affiliate to update."""
|
14294
|
-
id: ID!
|
14295
|
-
|
14296
|
-
"""Fields required to update a affiliate."""
|
14297
|
-
input: AffiliateInput!
|
14298
|
-
): AffiliateUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14299
|
-
|
14300
|
-
"""Deletes a affiliate."""
|
14301
|
-
affiliateDelete(
|
14302
|
-
"""ID of a affiliate to delete."""
|
14303
|
-
id: ID!
|
14304
|
-
): AffiliateDelete @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14305
|
-
|
14306
|
-
"""Deletes affiliates."""
|
14307
|
-
affiliateBulkDelete(
|
14308
|
-
"""List of user IDs to delete."""
|
14309
|
-
ids: [ID!]!
|
14310
|
-
): AffiliateBulkDelete @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14311
|
-
|
14312
13987
|
"""Creates a new agreement."""
|
14313
13988
|
agreementCreate(
|
14314
13989
|
"""Fields required to create a agreement."""
|
@@ -16478,9 +16153,6 @@ type Mutation {
|
|
16478
16153
|
Completes the checkout. As a result a new order is created and a payment charge is made. This action requires a successful payment before it can be performed. In case additional confirmation step as 3D secure is required confirmationNeeded flag will be set to True and no order created until payment is confirmed with second call of this mutation.
|
16479
16154
|
"""
|
16480
16155
|
checkoutComplete(
|
16481
|
-
"""ID of affiliate code used for checkout completion"""
|
16482
|
-
affiliate: ID @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
16483
|
-
|
16484
16156
|
"""Checkout ID."""
|
16485
16157
|
checkoutId: ID!
|
16486
16158
|
|
@@ -17543,13 +17215,6 @@ type NauticalOrderChannelUpdate {
|
|
17543
17215
|
channelErrors: [ChannelError!]!
|
17544
17216
|
}
|
17545
17217
|
|
17546
|
-
"""Updates an affiliate code channel"""
|
17547
|
-
type AffiliateCodeChannelUpdate {
|
17548
|
-
"""Updated affiliate code instance"""
|
17549
|
-
affiliateCode: AffiliateCodes
|
17550
|
-
channelErrors: [ChannelError!]!
|
17551
|
-
}
|
17552
|
-
|
17553
17218
|
"""Updates marketplace configuration."""
|
17554
17219
|
type MarketplaceConfigurationUpdate {
|
17555
17220
|
"""Updated marketplace configuration."""
|
@@ -18124,364 +17789,78 @@ type MicrositeReorderProducts {
|
|
18124
17789
|
}
|
18125
17790
|
|
18126
17791
|
input MoveProductInput {
|
18127
|
-
"""The ID of the product to move."""
|
18128
|
-
productId: ID!
|
18129
|
-
|
18130
|
-
"""
|
18131
|
-
The relative sorting position of the product (from -inf to +inf) starting from the first given product's actual position.1 moves the item one position forward, -1 moves the item one position backward, 0 leaves the item unchanged.
|
18132
|
-
"""
|
18133
|
-
sortOrder: Int
|
18134
|
-
}
|
18135
|
-
|
18136
|
-
"""Deletes microsites."""
|
18137
|
-
type MicrositeBulkDelete {
|
18138
|
-
"""Returns how many objects were affected."""
|
18139
|
-
count: Int!
|
18140
|
-
micrositeErrors: [ProductError!]!
|
18141
|
-
}
|
18142
|
-
|
18143
|
-
"""Publish microsites."""
|
18144
|
-
type MicrositeBulkPublish {
|
18145
|
-
"""Returns how many objects were affected."""
|
18146
|
-
count: Int!
|
18147
|
-
micrositeErrors: [ProductError!]!
|
18148
|
-
}
|
18149
|
-
|
18150
|
-
"""Remove products from a microsite."""
|
18151
|
-
type MicrositeRemoveProducts {
|
18152
|
-
"""Microsite from which products will be removed."""
|
18153
|
-
microsite: Microsite
|
18154
|
-
micrositeErrors: [ProductError!]!
|
18155
|
-
}
|
18156
|
-
|
18157
|
-
"""Updates a microsite."""
|
18158
|
-
type MicrositeUpdate {
|
18159
|
-
micrositeErrors: [ProductError!]!
|
18160
|
-
microsite: Microsite
|
18161
|
-
}
|
18162
|
-
|
18163
|
-
input MicrositeInput {
|
18164
|
-
"""Informs whether a microsite is published."""
|
18165
|
-
isPublished: Boolean
|
18166
|
-
|
18167
|
-
"""Name of the microsite."""
|
18168
|
-
name: String
|
18169
|
-
|
18170
|
-
"""Text to appear in footer of microsite."""
|
18171
|
-
footerText: String
|
18172
|
-
|
18173
|
-
"""Slug of the microsite."""
|
18174
|
-
slug: String
|
18175
|
-
|
18176
|
-
"""Description of the microsite (plaintext, deprecated for input)."""
|
18177
|
-
description: String
|
18178
|
-
|
18179
|
-
"""Description of the microsite (HTML)."""
|
18180
|
-
descriptionHtml: String
|
18181
|
-
|
18182
|
-
"""Banner image file."""
|
18183
|
-
bannerImage: Upload
|
18184
|
-
|
18185
|
-
"""Alt text for an image."""
|
18186
|
-
bannerImageAlt: String
|
18187
|
-
|
18188
|
-
"""Logo image file."""
|
18189
|
-
logoImage: Upload
|
18190
|
-
|
18191
|
-
"""Alt text for an image."""
|
18192
|
-
logoImageAlt: String
|
18193
|
-
|
18194
|
-
"""Search engine optimization fields."""
|
18195
|
-
seo: SeoInput
|
18196
|
-
|
18197
|
-
"""Publication date. ISO 8601 standard."""
|
18198
|
-
publicationDate: Date
|
18199
|
-
}
|
18200
|
-
|
18201
|
-
"""Creates a new affiliate code"""
|
18202
|
-
type AffiliateCodeCreate {
|
18203
|
-
affiliateErrors: [AffiliateError!]!
|
18204
|
-
affiliateCodes: AffiliateCodes
|
18205
|
-
}
|
18206
|
-
|
18207
|
-
type AffiliateError {
|
18208
|
-
"""
|
18209
|
-
Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
|
18210
|
-
"""
|
18211
|
-
field: String
|
18212
|
-
|
18213
|
-
"""The error message."""
|
18214
|
-
message: String!
|
18215
|
-
|
18216
|
-
"""The error code."""
|
18217
|
-
code: AffiliateErrorCode!
|
18218
|
-
}
|
18219
|
-
|
18220
|
-
"""An enumeration."""
|
18221
|
-
enum AffiliateErrorCode {
|
18222
|
-
UNIQUE
|
18223
|
-
REQUIRED
|
18224
|
-
NOT_FOUND
|
18225
|
-
}
|
18226
|
-
|
18227
|
-
input AffiliateCodeCreateInput {
|
18228
|
-
"""The id of the affiliate that the code belongs to"""
|
18229
|
-
affiliate: ID!
|
18230
|
-
|
18231
|
-
"""The new affiliate code"""
|
18232
|
-
code: String
|
18233
|
-
|
18234
|
-
"""ID of the channel code is used for"""
|
18235
|
-
channel: ID @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
18236
|
-
}
|
18237
|
-
|
18238
|
-
"""Increments affiliate code uses"""
|
18239
|
-
type AffiliateCodeUse {
|
18240
|
-
affiliateErrors: [AffiliateError!]!
|
18241
|
-
affiliateCodes: AffiliateCodes
|
18242
|
-
}
|
18243
|
-
|
18244
|
-
"""Sets whether code is active"""
|
18245
|
-
type AffiliateCodeSetActive {
|
18246
|
-
affiliateErrors: [AffiliateError!]!
|
18247
|
-
affiliateCodes: AffiliateCodes
|
18248
|
-
}
|
18249
|
-
|
18250
|
-
"""Activate or deactivate affiliate codes."""
|
18251
|
-
type AffiliateCodeBulkSetActive {
|
18252
|
-
"""Returns how many objects were affected."""
|
18253
|
-
count: Int!
|
18254
|
-
codeErrors: [AccountError!]!
|
18255
|
-
}
|
18256
|
-
|
18257
|
-
type AccountError {
|
18258
|
-
"""
|
18259
|
-
Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
|
18260
|
-
"""
|
18261
|
-
field: String
|
18262
|
-
|
18263
|
-
"""The error message."""
|
18264
|
-
message: String!
|
18265
|
-
|
18266
|
-
"""The error code."""
|
18267
|
-
code: AccountErrorCode!
|
18268
|
-
}
|
18269
|
-
|
18270
|
-
"""An enumeration."""
|
18271
|
-
enum AccountErrorCode {
|
18272
|
-
ACTIVATE_OWN_ACCOUNT
|
18273
|
-
ACTIVATE_SUPERUSER_ACCOUNT
|
18274
|
-
ACCOUNT_NOT_ACTIVE
|
18275
|
-
ATTRIBUTE_CANNOT_BE_ASSIGNED
|
18276
|
-
DUPLICATED_INPUT_ITEM
|
18277
|
-
DEACTIVATE_OWN_ACCOUNT
|
18278
|
-
DEACTIVATE_SUPERUSER_ACCOUNT
|
18279
|
-
DELETE_NON_STAFF_USER
|
18280
|
-
DELETE_OWN_ACCOUNT
|
18281
|
-
DELETE_STAFF_ACCOUNT
|
18282
|
-
DELETE_SUPERUSER_ACCOUNT
|
18283
|
-
GRAPHQL_ERROR
|
18284
|
-
INVALID
|
18285
|
-
INVALID_PHONE
|
18286
|
-
INVALID_PASSWORD
|
18287
|
-
LEFT_NOT_MANAGEABLE_PERMISSION
|
18288
|
-
MUST_CHOOSE_PERMISSION_GROUP
|
18289
|
-
INVALID_CREDENTIALS
|
18290
|
-
NO_SELLER
|
18291
|
-
NOT_FOUND
|
18292
|
-
OUT_OF_SCOPE_SERVICE_ACCOUNT
|
18293
|
-
OUT_OF_SCOPE_USER
|
18294
|
-
OUT_OF_SCOPE_GROUP
|
18295
|
-
OUT_OF_SCOPE_PERMISSION
|
18296
|
-
PASSWORD_ENTIRELY_NUMERIC
|
18297
|
-
PASSWORD_IDENTICAL
|
18298
|
-
PASSWORD_TOO_COMMON
|
18299
|
-
PASSWORD_TOO_SHORT
|
18300
|
-
PASSWORD_TOO_SIMILAR
|
18301
|
-
REQUIRED
|
18302
|
-
UNIQUE
|
18303
|
-
JWT_SIGNATURE_EXPIRED
|
18304
|
-
JWT_INVALID_TOKEN
|
18305
|
-
JWT_DECODE_ERROR
|
18306
|
-
JWT_MISSING_TOKEN
|
18307
|
-
JWT_INVALID_CSRF_TOKEN
|
18308
|
-
}
|
18309
|
-
|
18310
|
-
"""
|
18311
|
-
Create an affiliate avatar. 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
|
18312
|
-
"""
|
18313
|
-
type AffiliateAvatarUpdate {
|
18314
|
-
"""An updated affiliate instance."""
|
18315
|
-
affiliate: User
|
18316
|
-
accountErrors: [AccountError!]!
|
18317
|
-
}
|
18318
|
-
|
18319
|
-
"""Creates a new affiliate."""
|
18320
|
-
type AffiliateCreate {
|
18321
|
-
accountErrors: [AccountError!]!
|
18322
|
-
user: User
|
18323
|
-
}
|
18324
|
-
|
18325
|
-
input UserCreateInput {
|
18326
|
-
"""Billing address of the customer."""
|
18327
|
-
defaultBillingAddress: AddressInput
|
18328
|
-
|
18329
|
-
"""Shipping address of the customer."""
|
18330
|
-
defaultShippingAddress: AddressInput
|
18331
|
-
|
18332
|
-
"""Given name."""
|
18333
|
-
firstName: String
|
18334
|
-
|
18335
|
-
"""Family name."""
|
18336
|
-
lastName: String
|
18337
|
-
|
18338
|
-
"""The unique email address of the user."""
|
18339
|
-
email: String
|
18340
|
-
|
18341
|
-
"""User account is active."""
|
18342
|
-
isActive: Boolean
|
18343
|
-
|
18344
|
-
"""User is staff member."""
|
18345
|
-
isStaff: Boolean
|
18346
|
-
|
18347
|
-
"""User account is affiliate."""
|
18348
|
-
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
18349
|
-
|
18350
|
-
"""A note about the user."""
|
18351
|
-
note: String
|
18352
|
-
|
18353
|
-
"""Only filled out if the account is a business account."""
|
18354
|
-
companyName: String
|
18355
|
-
|
18356
|
-
"""Personal phone number."""
|
18357
|
-
personalPhone: String
|
18358
|
-
|
18359
|
-
"""Password url"""
|
18360
|
-
passwordUrl: String
|
18361
|
-
|
18362
|
-
"""Tax exempt code"""
|
18363
|
-
taxExemptCode: String
|
18364
|
-
|
18365
|
-
"""List of custom fields."""
|
18366
|
-
customFields: [AttributeValueInput!]
|
18367
|
-
|
18368
|
-
"""Marketplace VAT identification number"""
|
18369
|
-
vatIdentificationNumber: String
|
18370
|
-
|
18371
|
-
"""
|
18372
|
-
URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
|
18373
|
-
"""
|
18374
|
-
redirectUrl: String
|
18375
|
-
}
|
18376
|
-
|
18377
|
-
input AttributeValueInput {
|
18378
|
-
"""ID of the selected attribute."""
|
18379
|
-
id: ID
|
18380
|
-
|
18381
|
-
"""
|
18382
|
-
The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created.
|
18383
|
-
"""
|
18384
|
-
values: [String!]
|
18385
|
-
|
18386
|
-
"""
|
18387
|
-
Value representation of the attribute value (e.g. color value for swatch attributes).
|
18388
|
-
"""
|
18389
|
-
value: String
|
18390
|
-
|
18391
|
-
"""Date and time representation of attribute value."""
|
18392
|
-
dateTime: DateTime
|
18393
|
-
|
18394
|
-
"""Supports attribute values with long text (plain text)."""
|
18395
|
-
plainText: String
|
18396
|
-
|
18397
|
-
"""Supports attribute values with long text (html)."""
|
18398
|
-
richText: String
|
18399
|
-
|
18400
|
-
"""Numeric value to support money or numeric attribute values."""
|
18401
|
-
amount: Decimal
|
18402
|
-
|
18403
|
-
"""Currency to support money attribute values."""
|
18404
|
-
currency: String
|
17792
|
+
"""The ID of the product to move."""
|
17793
|
+
productId: ID!
|
18405
17794
|
|
18406
17795
|
"""
|
18407
|
-
|
17796
|
+
The relative sorting position of the product (from -inf to +inf) starting from the first given product's actual position.1 moves the item one position forward, -1 moves the item one position backward, 0 leaves the item unchanged.
|
18408
17797
|
"""
|
18409
|
-
|
18410
|
-
|
18411
|
-
"""Supports boolean attribute values."""
|
18412
|
-
boolean: Boolean
|
18413
|
-
|
18414
|
-
"""Supports file type attribute values."""
|
18415
|
-
file: Upload
|
18416
|
-
|
18417
|
-
"""URL type to support external links as attribute values."""
|
18418
|
-
fileUrl: String
|
17798
|
+
sortOrder: Int
|
18419
17799
|
}
|
18420
17800
|
|
18421
|
-
"""
|
18422
|
-
type
|
18423
|
-
|
18424
|
-
|
17801
|
+
"""Deletes microsites."""
|
17802
|
+
type MicrositeBulkDelete {
|
17803
|
+
"""Returns how many objects were affected."""
|
17804
|
+
count: Int!
|
17805
|
+
micrositeErrors: [ProductError!]!
|
18425
17806
|
}
|
18426
17807
|
|
18427
|
-
|
18428
|
-
|
18429
|
-
|
18430
|
-
|
18431
|
-
|
18432
|
-
|
18433
|
-
|
18434
|
-
"""Given name."""
|
18435
|
-
firstName: String
|
17808
|
+
"""Publish microsites."""
|
17809
|
+
type MicrositeBulkPublish {
|
17810
|
+
"""Returns how many objects were affected."""
|
17811
|
+
count: Int!
|
17812
|
+
micrositeErrors: [ProductError!]!
|
17813
|
+
}
|
18436
17814
|
|
18437
|
-
|
18438
|
-
|
17815
|
+
"""Remove products from a microsite."""
|
17816
|
+
type MicrositeRemoveProducts {
|
17817
|
+
"""Microsite from which products will be removed."""
|
17818
|
+
microsite: Microsite
|
17819
|
+
micrositeErrors: [ProductError!]!
|
17820
|
+
}
|
18439
17821
|
|
18440
|
-
|
18441
|
-
|
17822
|
+
"""Updates a microsite."""
|
17823
|
+
type MicrositeUpdate {
|
17824
|
+
micrositeErrors: [ProductError!]!
|
17825
|
+
microsite: Microsite
|
17826
|
+
}
|
18442
17827
|
|
18443
|
-
|
18444
|
-
|
17828
|
+
input MicrositeInput {
|
17829
|
+
"""Informs whether a microsite is published."""
|
17830
|
+
isPublished: Boolean
|
18445
17831
|
|
18446
|
-
"""
|
18447
|
-
|
17832
|
+
"""Name of the microsite."""
|
17833
|
+
name: String
|
18448
17834
|
|
18449
|
-
"""
|
18450
|
-
|
17835
|
+
"""Text to appear in footer of microsite."""
|
17836
|
+
footerText: String
|
18451
17837
|
|
18452
|
-
"""
|
18453
|
-
|
17838
|
+
"""Slug of the microsite."""
|
17839
|
+
slug: String
|
18454
17840
|
|
18455
|
-
"""
|
18456
|
-
|
17841
|
+
"""Description of the microsite (plaintext, deprecated for input)."""
|
17842
|
+
description: String
|
18457
17843
|
|
18458
|
-
"""
|
18459
|
-
|
17844
|
+
"""Description of the microsite (HTML)."""
|
17845
|
+
descriptionHtml: String
|
18460
17846
|
|
18461
|
-
"""
|
18462
|
-
|
17847
|
+
"""Banner image file."""
|
17848
|
+
bannerImage: Upload
|
18463
17849
|
|
18464
|
-
"""
|
18465
|
-
|
17850
|
+
"""Alt text for an image."""
|
17851
|
+
bannerImageAlt: String
|
18466
17852
|
|
18467
|
-
"""
|
18468
|
-
|
17853
|
+
"""Logo image file."""
|
17854
|
+
logoImage: Upload
|
18469
17855
|
|
18470
|
-
"""
|
18471
|
-
|
18472
|
-
}
|
17856
|
+
"""Alt text for an image."""
|
17857
|
+
logoImageAlt: String
|
18473
17858
|
|
18474
|
-
"""
|
18475
|
-
|
18476
|
-
accountErrors: [AccountError!]!
|
18477
|
-
user: User
|
18478
|
-
}
|
17859
|
+
"""Search engine optimization fields."""
|
17860
|
+
seo: SeoInput
|
18479
17861
|
|
18480
|
-
"""
|
18481
|
-
|
18482
|
-
"""Returns how many objects were affected."""
|
18483
|
-
count: Int!
|
18484
|
-
affiliateErrors: [AccountError!]!
|
17862
|
+
"""Publication date. ISO 8601 standard."""
|
17863
|
+
publicationDate: Date
|
18485
17864
|
}
|
18486
17865
|
|
18487
17866
|
"""Creates a new agreement."""
|
@@ -18545,9 +17924,6 @@ input AgreementInput {
|
|
18545
17924
|
"""Last update date. ISO 8601 standard."""
|
18546
17925
|
updatedAt: String
|
18547
17926
|
|
18548
|
-
"""Seller or Affiliate"""
|
18549
|
-
vendorType: VendorTypeEnum @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
18550
|
-
|
18551
17927
|
"""Gross Price, Markup, Absolute etc"""
|
18552
17928
|
commissionType: CommissionTypeEnum
|
18553
17929
|
|
@@ -18558,14 +17934,6 @@ input AgreementInput {
|
|
18558
17934
|
markupCommissionValue: Decimal
|
18559
17935
|
}
|
18560
17936
|
|
18561
|
-
enum VendorTypeEnum {
|
18562
|
-
"""Seller"""
|
18563
|
-
SELLER
|
18564
|
-
|
18565
|
-
"""Affiliate"""
|
18566
|
-
AFFILIATE
|
18567
|
-
}
|
18568
|
-
|
18569
17937
|
"""Deletes a agreement."""
|
18570
17938
|
type AgreementDelete {
|
18571
17939
|
agreementErrors: [AgreementError!]!
|
@@ -20342,6 +19710,50 @@ input CategoryInput {
|
|
20342
19710
|
customFields: [AttributeValueInput!]
|
20343
19711
|
}
|
20344
19712
|
|
19713
|
+
input AttributeValueInput {
|
19714
|
+
"""ID of the selected attribute."""
|
19715
|
+
id: ID
|
19716
|
+
|
19717
|
+
"""
|
19718
|
+
The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created.
|
19719
|
+
"""
|
19720
|
+
values: [String!]
|
19721
|
+
|
19722
|
+
"""
|
19723
|
+
Value representation of the attribute value (e.g. color value for swatch attributes).
|
19724
|
+
"""
|
19725
|
+
value: String
|
19726
|
+
|
19727
|
+
"""Date and time representation of attribute value."""
|
19728
|
+
dateTime: DateTime
|
19729
|
+
|
19730
|
+
"""Supports attribute values with long text (plain text)."""
|
19731
|
+
plainText: String
|
19732
|
+
|
19733
|
+
"""Supports attribute values with long text (html)."""
|
19734
|
+
richText: String
|
19735
|
+
|
19736
|
+
"""Numeric value to support money or numeric attribute values."""
|
19737
|
+
amount: Decimal
|
19738
|
+
|
19739
|
+
"""Currency to support money attribute values."""
|
19740
|
+
currency: String
|
19741
|
+
|
19742
|
+
"""
|
19743
|
+
Supports attribute values to reference any other nautical object (should be base64 ID)
|
19744
|
+
"""
|
19745
|
+
reference: String
|
19746
|
+
|
19747
|
+
"""Supports boolean attribute values."""
|
19748
|
+
boolean: Boolean
|
19749
|
+
|
19750
|
+
"""Supports file type attribute values."""
|
19751
|
+
file: Upload
|
19752
|
+
|
19753
|
+
"""URL type to support external links as attribute values."""
|
19754
|
+
fileUrl: String
|
19755
|
+
}
|
19756
|
+
|
20345
19757
|
"""Deletes a category."""
|
20346
19758
|
type CategoryDelete {
|
20347
19759
|
productErrors: [ProductError!]!
|
@@ -24532,6 +23944,59 @@ type CreateToken {
|
|
24532
23944
|
accountErrors: [AccountError!]!
|
24533
23945
|
}
|
24534
23946
|
|
23947
|
+
type AccountError {
|
23948
|
+
"""
|
23949
|
+
Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
|
23950
|
+
"""
|
23951
|
+
field: String
|
23952
|
+
|
23953
|
+
"""The error message."""
|
23954
|
+
message: String!
|
23955
|
+
|
23956
|
+
"""The error code."""
|
23957
|
+
code: AccountErrorCode!
|
23958
|
+
}
|
23959
|
+
|
23960
|
+
"""An enumeration."""
|
23961
|
+
enum AccountErrorCode {
|
23962
|
+
ACTIVATE_OWN_ACCOUNT
|
23963
|
+
ACTIVATE_SUPERUSER_ACCOUNT
|
23964
|
+
ACCOUNT_NOT_ACTIVE
|
23965
|
+
ATTRIBUTE_CANNOT_BE_ASSIGNED
|
23966
|
+
DUPLICATED_INPUT_ITEM
|
23967
|
+
DEACTIVATE_OWN_ACCOUNT
|
23968
|
+
DEACTIVATE_SUPERUSER_ACCOUNT
|
23969
|
+
DELETE_NON_STAFF_USER
|
23970
|
+
DELETE_OWN_ACCOUNT
|
23971
|
+
DELETE_STAFF_ACCOUNT
|
23972
|
+
DELETE_SUPERUSER_ACCOUNT
|
23973
|
+
GRAPHQL_ERROR
|
23974
|
+
INVALID
|
23975
|
+
INVALID_PHONE
|
23976
|
+
INVALID_PASSWORD
|
23977
|
+
LEFT_NOT_MANAGEABLE_PERMISSION
|
23978
|
+
MUST_CHOOSE_PERMISSION_GROUP
|
23979
|
+
INVALID_CREDENTIALS
|
23980
|
+
NO_SELLER
|
23981
|
+
NOT_FOUND
|
23982
|
+
OUT_OF_SCOPE_SERVICE_ACCOUNT
|
23983
|
+
OUT_OF_SCOPE_USER
|
23984
|
+
OUT_OF_SCOPE_GROUP
|
23985
|
+
OUT_OF_SCOPE_PERMISSION
|
23986
|
+
PASSWORD_ENTIRELY_NUMERIC
|
23987
|
+
PASSWORD_IDENTICAL
|
23988
|
+
PASSWORD_TOO_COMMON
|
23989
|
+
PASSWORD_TOO_SHORT
|
23990
|
+
PASSWORD_TOO_SIMILAR
|
23991
|
+
REQUIRED
|
23992
|
+
UNIQUE
|
23993
|
+
JWT_SIGNATURE_EXPIRED
|
23994
|
+
JWT_INVALID_TOKEN
|
23995
|
+
JWT_DECODE_ERROR
|
23996
|
+
JWT_MISSING_TOKEN
|
23997
|
+
JWT_INVALID_CSRF_TOKEN
|
23998
|
+
}
|
23999
|
+
|
24535
24000
|
"""Create authorization URL."""
|
24536
24001
|
type AuthURLGenerate {
|
24537
24002
|
"""Generated auth URL for google login."""
|
@@ -24788,6 +24253,55 @@ type CustomerCreate {
|
|
24788
24253
|
user: User
|
24789
24254
|
}
|
24790
24255
|
|
24256
|
+
input UserCreateInput {
|
24257
|
+
"""Billing address of the customer."""
|
24258
|
+
defaultBillingAddress: AddressInput
|
24259
|
+
|
24260
|
+
"""Shipping address of the customer."""
|
24261
|
+
defaultShippingAddress: AddressInput
|
24262
|
+
|
24263
|
+
"""Given name."""
|
24264
|
+
firstName: String
|
24265
|
+
|
24266
|
+
"""Family name."""
|
24267
|
+
lastName: String
|
24268
|
+
|
24269
|
+
"""The unique email address of the user."""
|
24270
|
+
email: String
|
24271
|
+
|
24272
|
+
"""User account is active."""
|
24273
|
+
isActive: Boolean
|
24274
|
+
|
24275
|
+
"""User is staff member."""
|
24276
|
+
isStaff: Boolean
|
24277
|
+
|
24278
|
+
"""A note about the user."""
|
24279
|
+
note: String
|
24280
|
+
|
24281
|
+
"""Only filled out if the account is a business account."""
|
24282
|
+
companyName: String
|
24283
|
+
|
24284
|
+
"""Personal phone number."""
|
24285
|
+
personalPhone: String
|
24286
|
+
|
24287
|
+
"""Password url"""
|
24288
|
+
passwordUrl: String
|
24289
|
+
|
24290
|
+
"""Tax exempt code"""
|
24291
|
+
taxExemptCode: String
|
24292
|
+
|
24293
|
+
"""List of custom fields."""
|
24294
|
+
customFields: [AttributeValueInput!]
|
24295
|
+
|
24296
|
+
"""Marketplace VAT identification number"""
|
24297
|
+
vatIdentificationNumber: String
|
24298
|
+
|
24299
|
+
"""
|
24300
|
+
URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
|
24301
|
+
"""
|
24302
|
+
redirectUrl: String
|
24303
|
+
}
|
24304
|
+
|
24791
24305
|
"""Updates an existing customer."""
|
24792
24306
|
type CustomerUpdate {
|
24793
24307
|
accountErrors: [AccountError!]!
|
@@ -24816,9 +24330,6 @@ input CustomerInput {
|
|
24816
24330
|
"""User is staff member."""
|
24817
24331
|
isStaff: Boolean
|
24818
24332
|
|
24819
|
-
"""User account is affiliate."""
|
24820
|
-
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
24821
|
-
|
24822
24333
|
"""A note about the user."""
|
24823
24334
|
note: String
|
24824
24335
|
|
@@ -24898,9 +24409,6 @@ input StaffCreateInput {
|
|
24898
24409
|
"""User is staff member."""
|
24899
24410
|
isStaff: Boolean
|
24900
24411
|
|
24901
|
-
"""User account is affiliate."""
|
24902
|
-
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
24903
|
-
|
24904
24412
|
"""A note about the user."""
|
24905
24413
|
note: String
|
24906
24414
|
|
@@ -24953,9 +24461,6 @@ input StaffUpdateInput {
|
|
24953
24461
|
"""User is staff member."""
|
24954
24462
|
isStaff: Boolean
|
24955
24463
|
|
24956
|
-
"""User account is affiliate."""
|
24957
|
-
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
24958
|
-
|
24959
24464
|
"""A note about the user."""
|
24960
24465
|
note: String
|
24961
24466
|
|