@nautical-commerce/graphql-schema 1.57.0-5-gafed69cdd → 1.57.0-50-g63f20d9aa
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +378 -1112
- 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!
|
@@ -1870,27 +1857,6 @@ type Query {
|
|
1870
1857
|
last: Int
|
1871
1858
|
): CheckoutLineCountableConnection
|
1872
1859
|
|
1873
|
-
"""List of webhook jobs"""
|
1874
|
-
channels(
|
1875
|
-
"""Filtering options for webhook jobs"""
|
1876
|
-
filter: ChannelFilterInput
|
1877
|
-
|
1878
|
-
"""Sort webhook jobs"""
|
1879
|
-
sortBy: ChannelSortingInput
|
1880
|
-
|
1881
|
-
"""Return the elements in the list that come before the specified cursor."""
|
1882
|
-
before: String
|
1883
|
-
|
1884
|
-
"""Return the elements in the list that come after the specified cursor."""
|
1885
|
-
after: String
|
1886
|
-
|
1887
|
-
"""Return the first n elements from the list."""
|
1888
|
-
first: Int
|
1889
|
-
|
1890
|
-
"""Return the last n elements from the list."""
|
1891
|
-
last: Int
|
1892
|
-
): ChannelCountableConnection @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
1893
|
-
|
1894
1860
|
"""List of the shop's attributes."""
|
1895
1861
|
attributes(
|
1896
1862
|
"""Filtering options for attributes."""
|
@@ -2002,55 +1968,6 @@ type Query {
|
|
2002
1968
|
id: ID!
|
2003
1969
|
): [AgreementSellers!]!
|
2004
1970
|
|
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
1971
|
"""Returns address validation rules."""
|
2055
1972
|
addressValidationRules(
|
2056
1973
|
"""Two-letter ISO 3166-1 country code."""
|
@@ -2577,22 +2494,9 @@ type User implements Node & ObjectWithMetadata {
|
|
2577
2494
|
"""Return the last n elements from the list."""
|
2578
2495
|
last: Int
|
2579
2496
|
): WishlistCountableConnection
|
2580
|
-
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2581
2497
|
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
2498
|
isAssignable: Boolean
|
2585
2499
|
|
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
2500
|
"""List of documents associated with the user."""
|
2597
2501
|
documents: [Document!]!
|
2598
2502
|
|
@@ -3633,7 +3537,6 @@ type VendorPayout implements Node & ObjectWithMetadata {
|
|
3633
3537
|
gateway: String!
|
3634
3538
|
payout: Payout!
|
3635
3539
|
seller: Seller
|
3636
|
-
affiliate: User
|
3637
3540
|
currency: String!
|
3638
3541
|
average: Decimal!
|
3639
3542
|
discounts: Decimal!
|
@@ -3691,7 +3594,6 @@ type Payout implements Node & ObjectWithMetadata {
|
|
3691
3594
|
endDate: String!
|
3692
3595
|
status: PayoutStatus!
|
3693
3596
|
name: String
|
3694
|
-
vendorType: PayoutVendorType!
|
3695
3597
|
currency: String!
|
3696
3598
|
vendorPayouts(offset: Int, before: String, after: String, first: Int, last: Int): VendorPayoutCountableConnection!
|
3697
3599
|
vendors: Int!
|
@@ -3723,15 +3625,6 @@ enum PayoutStatus {
|
|
3723
3625
|
ERROR
|
3724
3626
|
}
|
3725
3627
|
|
3726
|
-
"""An enumeration."""
|
3727
|
-
enum PayoutVendorType {
|
3728
|
-
"""Sellers"""
|
3729
|
-
SELLERS
|
3730
|
-
|
3731
|
-
"""Affiliates"""
|
3732
|
-
AFFILIATES
|
3733
|
-
}
|
3734
|
-
|
3735
3628
|
"""An enumeration."""
|
3736
3629
|
enum VendorPayoutStatus {
|
3737
3630
|
"""Paid"""
|
@@ -3849,8 +3742,6 @@ type Order implements Node & ObjectWithMetadata {
|
|
3849
3742
|
displayGrossPrices: Boolean!
|
3850
3743
|
customerNote: String!
|
3851
3744
|
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
3745
|
|
3855
3746
|
"""Data time when the order was imported from another platform."""
|
3856
3747
|
importedAt: DateTime
|
@@ -3939,18 +3830,9 @@ type Order implements Node & ObjectWithMetadata {
|
|
3939
3830
|
"""Seller commission for the order"""
|
3940
3831
|
sellerCommission: Money
|
3941
3832
|
|
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
|
-
"""Volume discount for the order"""
|
3946
|
-
volumeDiscount: TaxedMoney
|
3947
|
-
|
3948
3833
|
"""Validation status for the order"""
|
3949
3834
|
validationStatus: [ValidationStatus!]
|
3950
3835
|
|
3951
|
-
"""Channel the order is associated with"""
|
3952
|
-
channel: Channel @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
3953
|
-
|
3954
3836
|
"""Latest bid made against the order."""
|
3955
3837
|
currentBid: Bid @deprecated(reason: "This will be removed alongside bids and offers on November 21, 2024")
|
3956
3838
|
|
@@ -4782,6 +4664,8 @@ input AttributeFilterInput {
|
|
4782
4664
|
have NO variant or product associated to it
|
4783
4665
|
"""
|
4784
4666
|
hasAssignedProductOrVariant: Boolean
|
4667
|
+
metadata: MetadataFilterInput
|
4668
|
+
privateMetadata: MetadataFilterInput
|
4785
4669
|
showExternal: Boolean
|
4786
4670
|
}
|
4787
4671
|
|
@@ -4960,7 +4844,6 @@ enum PermissionEnum {
|
|
4960
4844
|
MANAGE_PAYOUTS
|
4961
4845
|
MANAGE_PAYMENTS
|
4962
4846
|
MANAGE_REFUNDS
|
4963
|
-
MANAGE_CHANNELS
|
4964
4847
|
MANAGE_COLLECTIONS
|
4965
4848
|
}
|
4966
4849
|
|
@@ -5556,83 +5439,61 @@ enum SaleTypeEnum {
|
|
5556
5439
|
SPECIFIC_PRODUCT
|
5557
5440
|
}
|
5558
5441
|
|
5559
|
-
"""Represents
|
5560
|
-
type
|
5442
|
+
"""Represents order fulfillment."""
|
5443
|
+
type Fulfillment implements Node & ObjectWithMetadata {
|
5561
5444
|
"""The ID of the object"""
|
5562
5445
|
id: ID!
|
5563
|
-
|
5564
|
-
|
5565
|
-
|
5446
|
+
fulfillmentOrder: Int!
|
5447
|
+
relatedTo: Fulfillment
|
5448
|
+
order: Order!
|
5566
5449
|
|
5567
|
-
"""
|
5568
|
-
|
5450
|
+
"""Nautical order via order mapping"""
|
5451
|
+
nauticalOrder: NauticalOrder
|
5452
|
+
status: FulfillmentStatus!
|
5569
5453
|
|
5570
|
-
"""
|
5571
|
-
|
5572
|
-
"""
|
5573
|
-
uses: Int
|
5454
|
+
"""Fulfillment tracking company"""
|
5455
|
+
trackingCompany: String
|
5574
5456
|
|
5575
|
-
"""
|
5576
|
-
|
5457
|
+
"""Fulfillment tracking number"""
|
5458
|
+
trackingNumber: String
|
5577
5459
|
|
5578
|
-
"""
|
5579
|
-
|
5460
|
+
"""Fulfillment tracking url"""
|
5461
|
+
trackingUrl: String
|
5462
|
+
shippingLabelUrl: String
|
5463
|
+
created: DateTime!
|
5464
|
+
updated: DateTime!
|
5580
5465
|
|
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
|
-
}
|
5466
|
+
"""User who made the fulfillment. Requires MANAGE_STAFF permission."""
|
5467
|
+
user: User
|
5590
5468
|
|
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
|
-
}
|
5469
|
+
"""
|
5470
|
+
List of private metadata items.Requires proper staff permissions to access.
|
5471
|
+
"""
|
5472
|
+
privateMetadata: [MetadataItem!]!
|
5603
5473
|
|
5604
|
-
|
5605
|
-
|
5606
|
-
pageInfo: PageInfo!
|
5607
|
-
edges: [AffiliateCodesCountableEdge!]!
|
5474
|
+
"""List of public metadata items. Can be accessed without permissions."""
|
5475
|
+
metadata: [MetadataItem!]!
|
5608
5476
|
|
5609
|
-
"""
|
5610
|
-
|
5611
|
-
}
|
5477
|
+
"""List of lines for the fulfillment."""
|
5478
|
+
lines: [FulfillmentLine!]
|
5612
5479
|
|
5613
|
-
|
5614
|
-
|
5615
|
-
node: AffiliateCodes!
|
5480
|
+
"""Seller who made the fulfillment."""
|
5481
|
+
seller: Seller
|
5616
5482
|
|
5617
|
-
"""
|
5618
|
-
|
5619
|
-
}
|
5483
|
+
"""User-friendly fulfillment status."""
|
5484
|
+
statusDisplay: String
|
5620
5485
|
|
5621
|
-
|
5622
|
-
|
5623
|
-
pageInfo: PageInfo!
|
5624
|
-
edges: [NauticalOrderCountableEdge!]!
|
5486
|
+
"""Warehouse from fulfillment was fulfilled."""
|
5487
|
+
warehouse: Warehouse
|
5625
5488
|
|
5626
|
-
"""
|
5627
|
-
|
5628
|
-
}
|
5489
|
+
"""Sum of quantities across all lines."""
|
5490
|
+
totalLinesQuantity: Int
|
5629
5491
|
|
5630
|
-
|
5631
|
-
|
5632
|
-
node: NauticalOrder!
|
5492
|
+
"""Total price across all quantities across all lines."""
|
5493
|
+
totalLinesMoney: Money!
|
5633
5494
|
|
5634
|
-
"""
|
5635
|
-
|
5495
|
+
"""List of custom fields assigned to this fulfillment."""
|
5496
|
+
customFields: [SelectedAttribute!]!
|
5636
5497
|
}
|
5637
5498
|
|
5638
5499
|
"""Represents a nautical order in the shop."""
|
@@ -5674,8 +5535,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
|
|
5674
5535
|
displayGrossPrices: Boolean!
|
5675
5536
|
customerNote: String!
|
5676
5537
|
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
5538
|
|
5680
5539
|
"""Data time when the order was imported from another platform."""
|
5681
5540
|
importedAt: DateTime
|
@@ -5774,12 +5633,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
|
|
5774
5633
|
|
5775
5634
|
"""Returns True, if order requires shipping."""
|
5776
5635
|
isShippingRequired: Boolean!
|
5777
|
-
|
5778
|
-
"""Channel the marketplace order is associated with"""
|
5779
|
-
channel: Channel @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
5780
|
-
|
5781
|
-
"""Volume discount for the nautical order"""
|
5782
|
-
volumeDiscount: TaxedMoney
|
5783
5636
|
shippingMethodName: String!
|
5784
5637
|
|
5785
5638
|
"""Latest bid made against the order."""
|
@@ -5875,32 +5728,42 @@ enum NauticalOrderSubStatus {
|
|
5875
5728
|
OFFER_REJECTED
|
5876
5729
|
}
|
5877
5730
|
|
5878
|
-
|
5879
|
-
|
5880
|
-
|
5881
|
-
id: ID!
|
5882
|
-
fulfillmentOrder: Int!
|
5883
|
-
relatedTo: Fulfillment
|
5884
|
-
order: Order!
|
5731
|
+
enum OrderSubStatusEnum {
|
5732
|
+
"""In Review"""
|
5733
|
+
IN_REVIEW
|
5885
5734
|
|
5886
|
-
"""
|
5887
|
-
|
5888
|
-
status: FulfillmentStatus!
|
5735
|
+
"""Quote Requested"""
|
5736
|
+
QUOTE_REQUESTED
|
5889
5737
|
|
5890
|
-
"""
|
5891
|
-
|
5738
|
+
"""Awaiting Payment"""
|
5739
|
+
AWAITING_PAYMENT
|
5892
5740
|
|
5893
|
-
"""
|
5894
|
-
|
5741
|
+
"""Complete"""
|
5742
|
+
COMPLETE
|
5895
5743
|
|
5896
|
-
"""
|
5897
|
-
|
5898
|
-
shippingLabelUrl: String
|
5899
|
-
created: DateTime!
|
5900
|
-
updated: DateTime!
|
5744
|
+
"""Offer Approved"""
|
5745
|
+
OFFER_APPROVED
|
5901
5746
|
|
5902
|
-
"""
|
5903
|
-
|
5747
|
+
"""Offer Cancelled"""
|
5748
|
+
OFFER_CANCELLED
|
5749
|
+
|
5750
|
+
"""Offer Created"""
|
5751
|
+
OFFER_CREATED
|
5752
|
+
|
5753
|
+
"""Offer Expired"""
|
5754
|
+
OFFER_EXPIRED
|
5755
|
+
|
5756
|
+
"""Offer Negotiating"""
|
5757
|
+
OFFER_NEGOTIATING
|
5758
|
+
|
5759
|
+
"""Offer Rejected"""
|
5760
|
+
OFFER_REJECTED
|
5761
|
+
}
|
5762
|
+
|
5763
|
+
"""Represents order line of particular order."""
|
5764
|
+
type OrderLine implements Node & ObjectWithMetadata {
|
5765
|
+
"""The ID of the object"""
|
5766
|
+
id: ID!
|
5904
5767
|
|
5905
5768
|
"""
|
5906
5769
|
List of private metadata items.Requires proper staff permissions to access.
|
@@ -5909,127 +5772,48 @@ type Fulfillment implements Node & ObjectWithMetadata {
|
|
5909
5772
|
|
5910
5773
|
"""List of public metadata items. Can be accessed without permissions."""
|
5911
5774
|
metadata: [MetadataItem!]!
|
5775
|
+
isLinePriceOverridden: Boolean!
|
5776
|
+
unitPriceOverriddenNote: String
|
5777
|
+
note: String
|
5778
|
+
productName: String!
|
5779
|
+
variantName: String!
|
5780
|
+
productSku: String
|
5781
|
+
isShippingRequired: Boolean!
|
5782
|
+
quantityFulfilled: Int!
|
5783
|
+
quantityDeclined: Int!
|
5784
|
+
digitalContentUrl: DigitalContentUrl
|
5912
5785
|
|
5913
|
-
"""
|
5914
|
-
|
5786
|
+
"""The seller order for this line"""
|
5787
|
+
order: Order!
|
5915
5788
|
|
5916
|
-
"""
|
5917
|
-
|
5789
|
+
"""The nautical order line for this seller order line"""
|
5790
|
+
nauticalOrderLine: NauticalOrderLine!
|
5918
5791
|
|
5919
|
-
"""
|
5920
|
-
|
5792
|
+
"""The main thumbnail for the ordered product."""
|
5793
|
+
thumbnail(
|
5794
|
+
"""Size of thumbnail."""
|
5795
|
+
size: Int
|
5796
|
+
): Image
|
5921
5797
|
|
5922
|
-
"""
|
5923
|
-
|
5798
|
+
"""Price of the single item in the order line."""
|
5799
|
+
unitPrice: TaxedMoney
|
5924
5800
|
|
5925
|
-
"""
|
5926
|
-
|
5801
|
+
"""Price of the order line."""
|
5802
|
+
totalPrice: TaxedMoney
|
5927
5803
|
|
5928
|
-
"""
|
5929
|
-
|
5804
|
+
"""
|
5805
|
+
A purchased product variant. Note: this field may be null if the variant has been removed from stock at all.
|
5806
|
+
"""
|
5807
|
+
variant: ProductVariant
|
5930
5808
|
|
5931
|
-
"""
|
5932
|
-
|
5933
|
-
}
|
5809
|
+
"""Product name in the customer's language."""
|
5810
|
+
translatedProductName: String!
|
5934
5811
|
|
5935
|
-
"""
|
5936
|
-
|
5937
|
-
"""Fulfilled"""
|
5938
|
-
FULFILLED
|
5812
|
+
"""Variant name in the customer's language."""
|
5813
|
+
translatedVariantName: String!
|
5939
5814
|
|
5940
|
-
"""
|
5941
|
-
|
5942
|
-
|
5943
|
-
"""Returned"""
|
5944
|
-
RETURNED
|
5945
|
-
|
5946
|
-
"""Declined"""
|
5947
|
-
DECLINED
|
5948
|
-
|
5949
|
-
"""Return requested"""
|
5950
|
-
RETURN_REQUESTED
|
5951
|
-
|
5952
|
-
"""Return authorized"""
|
5953
|
-
RETURN_AUTHORIZED
|
5954
|
-
|
5955
|
-
"""Return declined"""
|
5956
|
-
RETURN_DECLINED
|
5957
|
-
|
5958
|
-
"""Return received"""
|
5959
|
-
RETURN_RECEIVED
|
5960
|
-
|
5961
|
-
"""Return complete"""
|
5962
|
-
RETURN_COMPLETE
|
5963
|
-
|
5964
|
-
"""Return cancelled"""
|
5965
|
-
RETURN_CANCELLED
|
5966
|
-
}
|
5967
|
-
|
5968
|
-
"""Represents line of the fulfillment."""
|
5969
|
-
type FulfillmentLine implements Node {
|
5970
|
-
"""The ID of the object"""
|
5971
|
-
id: ID!
|
5972
|
-
quantity: Int!
|
5973
|
-
orderLine: OrderLine
|
5974
|
-
|
5975
|
-
"""Reason customer requested item return."""
|
5976
|
-
returnReason: String
|
5977
|
-
}
|
5978
|
-
|
5979
|
-
"""Represents order line of particular order."""
|
5980
|
-
type OrderLine implements Node & ObjectWithMetadata {
|
5981
|
-
"""The ID of the object"""
|
5982
|
-
id: ID!
|
5983
|
-
|
5984
|
-
"""
|
5985
|
-
List of private metadata items.Requires proper staff permissions to access.
|
5986
|
-
"""
|
5987
|
-
privateMetadata: [MetadataItem!]!
|
5988
|
-
|
5989
|
-
"""List of public metadata items. Can be accessed without permissions."""
|
5990
|
-
metadata: [MetadataItem!]!
|
5991
|
-
isLinePriceOverridden: Boolean!
|
5992
|
-
unitPriceOverriddenNote: String
|
5993
|
-
note: String
|
5994
|
-
productName: String!
|
5995
|
-
variantName: String!
|
5996
|
-
productSku: String
|
5997
|
-
isShippingRequired: Boolean!
|
5998
|
-
quantityFulfilled: Int!
|
5999
|
-
quantityDeclined: Int!
|
6000
|
-
digitalContentUrl: DigitalContentUrl
|
6001
|
-
|
6002
|
-
"""The seller order for this line"""
|
6003
|
-
order: Order!
|
6004
|
-
|
6005
|
-
"""The nautical order line for this seller order line"""
|
6006
|
-
nauticalOrderLine: NauticalOrderLine!
|
6007
|
-
|
6008
|
-
"""The main thumbnail for the ordered product."""
|
6009
|
-
thumbnail(
|
6010
|
-
"""Size of thumbnail."""
|
6011
|
-
size: Int
|
6012
|
-
): Image
|
6013
|
-
|
6014
|
-
"""Price of the single item in the order line."""
|
6015
|
-
unitPrice: TaxedMoney
|
6016
|
-
|
6017
|
-
"""Price of the order line."""
|
6018
|
-
totalPrice: TaxedMoney
|
6019
|
-
|
6020
|
-
"""
|
6021
|
-
A purchased product variant. Note: this field may be null if the variant has been removed from stock at all.
|
6022
|
-
"""
|
6023
|
-
variant: ProductVariant
|
6024
|
-
|
6025
|
-
"""Product name in the customer's language."""
|
6026
|
-
translatedProductName: String!
|
6027
|
-
|
6028
|
-
"""Variant name in the customer's language."""
|
6029
|
-
translatedVariantName: String!
|
6030
|
-
|
6031
|
-
"""List of allocations across warehouses."""
|
6032
|
-
allocations: [Allocation!]
|
5815
|
+
"""List of allocations across warehouses."""
|
5816
|
+
allocations: [Allocation!]
|
6033
5817
|
|
6034
5818
|
"""The pricebook, if any, that changed the price of this line."""
|
6035
5819
|
priceBook: PriceBook
|
@@ -6403,38 +6187,6 @@ type ShippingZoneCountryArea implements Node {
|
|
6403
6187
|
countryArea: CountryArea!
|
6404
6188
|
}
|
6405
6189
|
|
6406
|
-
enum OrderSubStatusEnum {
|
6407
|
-
"""In Review"""
|
6408
|
-
IN_REVIEW
|
6409
|
-
|
6410
|
-
"""Quote Requested"""
|
6411
|
-
QUOTE_REQUESTED
|
6412
|
-
|
6413
|
-
"""Awaiting Payment"""
|
6414
|
-
AWAITING_PAYMENT
|
6415
|
-
|
6416
|
-
"""Complete"""
|
6417
|
-
COMPLETE
|
6418
|
-
|
6419
|
-
"""Offer Approved"""
|
6420
|
-
OFFER_APPROVED
|
6421
|
-
|
6422
|
-
"""Offer Cancelled"""
|
6423
|
-
OFFER_CANCELLED
|
6424
|
-
|
6425
|
-
"""Offer Created"""
|
6426
|
-
OFFER_CREATED
|
6427
|
-
|
6428
|
-
"""Offer Expired"""
|
6429
|
-
OFFER_EXPIRED
|
6430
|
-
|
6431
|
-
"""Offer Negotiating"""
|
6432
|
-
OFFER_NEGOTIATING
|
6433
|
-
|
6434
|
-
"""Offer Rejected"""
|
6435
|
-
OFFER_REJECTED
|
6436
|
-
}
|
6437
|
-
|
6438
6190
|
enum OrderAction {
|
6439
6191
|
"""Represents the capture action."""
|
6440
6192
|
CAPTURE
|
@@ -7184,6 +6936,50 @@ enum RefundTypeEnum {
|
|
7184
6936
|
ORDERLINEREFUND
|
7185
6937
|
}
|
7186
6938
|
|
6939
|
+
"""An enumeration."""
|
6940
|
+
enum FulfillmentStatus {
|
6941
|
+
"""Fulfilled"""
|
6942
|
+
FULFILLED
|
6943
|
+
|
6944
|
+
"""Canceled"""
|
6945
|
+
CANCELED
|
6946
|
+
|
6947
|
+
"""Returned"""
|
6948
|
+
RETURNED
|
6949
|
+
|
6950
|
+
"""Declined"""
|
6951
|
+
DECLINED
|
6952
|
+
|
6953
|
+
"""Return requested"""
|
6954
|
+
RETURN_REQUESTED
|
6955
|
+
|
6956
|
+
"""Return authorized"""
|
6957
|
+
RETURN_AUTHORIZED
|
6958
|
+
|
6959
|
+
"""Return declined"""
|
6960
|
+
RETURN_DECLINED
|
6961
|
+
|
6962
|
+
"""Return received"""
|
6963
|
+
RETURN_RECEIVED
|
6964
|
+
|
6965
|
+
"""Return complete"""
|
6966
|
+
RETURN_COMPLETE
|
6967
|
+
|
6968
|
+
"""Return cancelled"""
|
6969
|
+
RETURN_CANCELLED
|
6970
|
+
}
|
6971
|
+
|
6972
|
+
"""Represents line of the fulfillment."""
|
6973
|
+
type FulfillmentLine implements Node {
|
6974
|
+
"""The ID of the object"""
|
6975
|
+
id: ID!
|
6976
|
+
quantity: Int!
|
6977
|
+
orderLine: OrderLine
|
6978
|
+
|
6979
|
+
"""Reason customer requested item return."""
|
6980
|
+
returnReason: String
|
6981
|
+
}
|
6982
|
+
|
7187
6983
|
"""Extra fee associated with an order"""
|
7188
6984
|
type OrderFee implements Node {
|
7189
6985
|
"""The ID of the object"""
|
@@ -7393,7 +7189,6 @@ type Agreement implements Node & ObjectWithMetadata {
|
|
7393
7189
|
seoDescription: String
|
7394
7190
|
slug: String!
|
7395
7191
|
title: String!
|
7396
|
-
vendorType: AgreementVendorType!
|
7397
7192
|
|
7398
7193
|
"""Commission type"""
|
7399
7194
|
commissionType: CommissionTypeEnum! @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
|
@@ -7406,7 +7201,6 @@ type Agreement implements Node & ObjectWithMetadata {
|
|
7406
7201
|
If a markup commission is selected, this is the amount of the commission.
|
7407
7202
|
"""
|
7408
7203
|
markupCommissionValue: Decimal @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
|
7409
|
-
agreementType: AgreementAgreementType!
|
7410
7204
|
isActive: Boolean
|
7411
7205
|
|
7412
7206
|
"""List of granular commissions associated with the agreement."""
|
@@ -7425,15 +7219,6 @@ type Agreement implements Node & ObjectWithMetadata {
|
|
7425
7219
|
metadata: [MetadataItem!]!
|
7426
7220
|
}
|
7427
7221
|
|
7428
|
-
"""An enumeration."""
|
7429
|
-
enum AgreementVendorType {
|
7430
|
-
"""Seller"""
|
7431
|
-
SELLER
|
7432
|
-
|
7433
|
-
"""Affiliate"""
|
7434
|
-
AFFILIATE
|
7435
|
-
}
|
7436
|
-
|
7437
7222
|
enum CommissionTypeEnum {
|
7438
7223
|
"""Gross Price Commission"""
|
7439
7224
|
MARKETPLACE
|
@@ -7450,15 +7235,6 @@ enum MarkupCommissionTypeEnum {
|
|
7450
7235
|
PERCENTAGE
|
7451
7236
|
}
|
7452
7237
|
|
7453
|
-
"""An enumeration."""
|
7454
|
-
enum AgreementAgreementType {
|
7455
|
-
"""Seller"""
|
7456
|
-
A_1
|
7457
|
-
|
7458
|
-
"""Affiliate"""
|
7459
|
-
A_2
|
7460
|
-
}
|
7461
|
-
|
7462
7238
|
"""An agreement commission"""
|
7463
7239
|
type AgreementCommission implements Node & ObjectWithMetadata {
|
7464
7240
|
"""The ID of the object"""
|
@@ -7536,7 +7312,6 @@ type Microsite implements Node & ObjectWithMetadata {
|
|
7536
7312
|
name: String!
|
7537
7313
|
slug: String!
|
7538
7314
|
footerText: String
|
7539
|
-
affiliate: User @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
7540
7315
|
seller: Seller
|
7541
7316
|
|
7542
7317
|
"""
|
@@ -8249,7 +8024,6 @@ input CustomerOrderFilterInput {
|
|
8249
8024
|
paymentStatus: [PaymentChargeStatusEnum!]
|
8250
8025
|
status: [OrderStatusFilter!]
|
8251
8026
|
customer: String
|
8252
|
-
channel: String
|
8253
8027
|
created: DateRangeInput
|
8254
8028
|
metadata: MetadataFilterInput
|
8255
8029
|
privateMetadata: MetadataFilterInput
|
@@ -8321,9 +8095,6 @@ enum OrderSortField {
|
|
8321
8095
|
"""Sort orders by fulfillment status."""
|
8322
8096
|
FULFILLMENT_STATUS
|
8323
8097
|
|
8324
|
-
"""Sort orders by channel."""
|
8325
|
-
CHANNEL
|
8326
|
-
|
8327
8098
|
"""Sort orders by total."""
|
8328
8099
|
TOTAL
|
8329
8100
|
|
@@ -8337,11 +8108,27 @@ enum OrderSortField {
|
|
8337
8108
|
EXTERNAL_SOURCE
|
8338
8109
|
}
|
8339
8110
|
|
8111
|
+
type NauticalOrderCountableConnection {
|
8112
|
+
"""Pagination data for this connection."""
|
8113
|
+
pageInfo: PageInfo!
|
8114
|
+
edges: [NauticalOrderCountableEdge!]!
|
8115
|
+
|
8116
|
+
"""A total count of items in the collection."""
|
8117
|
+
totalCount: Int
|
8118
|
+
}
|
8119
|
+
|
8120
|
+
type NauticalOrderCountableEdge {
|
8121
|
+
"""The item at the end of the edge."""
|
8122
|
+
node: NauticalOrder!
|
8123
|
+
|
8124
|
+
"""A cursor for use in pagination."""
|
8125
|
+
cursor: String!
|
8126
|
+
}
|
8127
|
+
|
8340
8128
|
input CustomerNauticalOrderFilterInput {
|
8341
8129
|
paymentStatus: [PaymentChargeStatusEnum!]
|
8342
8130
|
status: [OrderStatusFilter!]
|
8343
8131
|
customer: String
|
8344
|
-
channel: String
|
8345
8132
|
created: DateRangeInput
|
8346
8133
|
metadata: MetadataFilterInput
|
8347
8134
|
privateMetadata: MetadataFilterInput
|
@@ -9605,6 +9392,8 @@ input CategoryFilterInput {
|
|
9605
9392
|
search: String
|
9606
9393
|
ids: [ID]
|
9607
9394
|
customFields: [AttributeInput!]
|
9395
|
+
metadata: MetadataFilterInput
|
9396
|
+
privateMetadata: MetadataFilterInput
|
9608
9397
|
}
|
9609
9398
|
|
9610
9399
|
input CategorySortingInput {
|
@@ -9680,6 +9469,8 @@ input ProductTypeFilterInput {
|
|
9680
9469
|
configurable: ProductTypeConfigurable
|
9681
9470
|
ids: [ID]
|
9682
9471
|
showExternal: Boolean
|
9472
|
+
metadata: MetadataFilterInput
|
9473
|
+
privateMetadata: MetadataFilterInput
|
9683
9474
|
}
|
9684
9475
|
|
9685
9476
|
enum ProductTypeEnum {
|
@@ -10834,11 +10625,9 @@ type OrderVendorSummaryType {
|
|
10834
10625
|
average: Float
|
10835
10626
|
taxes: Float
|
10836
10627
|
discounts: Float
|
10837
|
-
volumeDiscounts: Float
|
10838
10628
|
revenue: Float
|
10839
10629
|
totals: Int
|
10840
10630
|
commission: Float
|
10841
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
10842
10631
|
payout: Float
|
10843
10632
|
vendors: Int
|
10844
10633
|
adjustments: Decimal
|
@@ -10855,11 +10644,9 @@ type OrderVendorReportType {
|
|
10855
10644
|
average: Float
|
10856
10645
|
taxes: Float
|
10857
10646
|
discounts: Float
|
10858
|
-
volumeDiscounts: Float
|
10859
10647
|
revenue: Float
|
10860
10648
|
totals: Int
|
10861
10649
|
commission: Float
|
10862
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
10863
10650
|
payout: Float
|
10864
10651
|
vendorId: Int
|
10865
10652
|
vendor: Vendor
|
@@ -10885,11 +10672,9 @@ type SingleVendorReportType {
|
|
10885
10672
|
average: Float
|
10886
10673
|
taxes: Float
|
10887
10674
|
discounts: Float
|
10888
|
-
volumeDiscounts: Float
|
10889
10675
|
revenue: Float
|
10890
10676
|
totals: Int
|
10891
10677
|
commission: Float
|
10892
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
10893
10678
|
payout: Decimal
|
10894
10679
|
adjustments: Decimal
|
10895
10680
|
penalties: Decimal
|
@@ -10910,11 +10695,9 @@ type SingleVendorSummaryType {
|
|
10910
10695
|
average: Float
|
10911
10696
|
taxes: Float
|
10912
10697
|
discounts: Float
|
10913
|
-
volumeDiscounts: Float
|
10914
10698
|
revenue: Float
|
10915
10699
|
totals: Int
|
10916
10700
|
commission: Float
|
10917
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
10918
10701
|
payout: Float
|
10919
10702
|
adjustments: Decimal
|
10920
10703
|
penalties: Decimal
|
@@ -11051,7 +10834,6 @@ input OrderFilterInput {
|
|
11051
10834
|
paymentStatus: [PaymentChargeStatusEnum!]
|
11052
10835
|
status: [OrderStatusFilter!]
|
11053
10836
|
customer: String
|
11054
|
-
channel: String
|
11055
10837
|
created: DateRangeInput
|
11056
10838
|
metadata: MetadataFilterInput
|
11057
10839
|
privateMetadata: MetadataFilterInput
|
@@ -11069,7 +10851,6 @@ input NauticalOrderFilterInput {
|
|
11069
10851
|
paymentStatus: [PaymentChargeStatusEnum!]
|
11070
10852
|
status: [OrderStatusFilter!]
|
11071
10853
|
customer: String
|
11072
|
-
channel: String
|
11073
10854
|
created: DateRangeInput
|
11074
10855
|
metadata: MetadataFilterInput
|
11075
10856
|
privateMetadata: MetadataFilterInput
|
@@ -11082,7 +10863,6 @@ input NauticalOrderFilterInput {
|
|
11082
10863
|
|
11083
10864
|
input OrderDraftFilterInput {
|
11084
10865
|
customer: String
|
11085
|
-
channel: String
|
11086
10866
|
created: DateRangeInput
|
11087
10867
|
metadata: MetadataFilterInput
|
11088
10868
|
privateMetadata: MetadataFilterInput
|
@@ -11095,7 +10875,6 @@ input OrderDraftFilterInput {
|
|
11095
10875
|
|
11096
10876
|
input NauticalOrderDraftFilterInput {
|
11097
10877
|
customer: String
|
11098
|
-
channel: String
|
11099
10878
|
created: DateRangeInput
|
11100
10879
|
metadata: MetadataFilterInput
|
11101
10880
|
privateMetadata: MetadataFilterInput
|
@@ -11108,7 +10887,6 @@ input NauticalOrderDraftFilterInput {
|
|
11108
10887
|
|
11109
10888
|
input NauticalOrderQuoteFilterInput {
|
11110
10889
|
customer: String
|
11111
|
-
channel: String
|
11112
10890
|
created: DateRangeInput
|
11113
10891
|
metadata: MetadataFilterInput
|
11114
10892
|
privateMetadata: MetadataFilterInput
|
@@ -11127,7 +10905,6 @@ enum QuoteOrderSubStatusFilter {
|
|
11127
10905
|
|
11128
10906
|
input OrderQuoteFilterInput {
|
11129
10907
|
customer: String
|
11130
|
-
channel: String
|
11131
10908
|
created: DateRangeInput
|
11132
10909
|
metadata: MetadataFilterInput
|
11133
10910
|
privateMetadata: MetadataFilterInput
|
@@ -11252,7 +11029,6 @@ type MicrositeCountableEdge {
|
|
11252
11029
|
input MicrositeFilterInput {
|
11253
11030
|
published: MicrositePublished
|
11254
11031
|
search: String
|
11255
|
-
vendorType: MicrositeVendorType
|
11256
11032
|
ids: [ID]
|
11257
11033
|
metadata: MetadataFilterInput
|
11258
11034
|
privateMetadata: MetadataFilterInput
|
@@ -11263,11 +11039,6 @@ enum MicrositePublished {
|
|
11263
11039
|
HIDDEN
|
11264
11040
|
}
|
11265
11041
|
|
11266
|
-
enum MicrositeVendorType {
|
11267
|
-
SELLER
|
11268
|
-
AFFILIATE
|
11269
|
-
}
|
11270
|
-
|
11271
11042
|
input MicrositeSortingInput {
|
11272
11043
|
"""Specifies the direction in which to sort products."""
|
11273
11044
|
direction: OrderDirection!
|
@@ -12106,9 +11877,9 @@ type EmailEvent implements Node {
|
|
12106
11877
|
"""
|
12107
11878
|
date: DateTime!
|
12108
11879
|
fromEmail: String!
|
12109
|
-
toEmails: [String!]
|
12110
|
-
bccEmails: [String!]
|
12111
|
-
ccEmails: [String!]
|
11880
|
+
toEmails: [String!]
|
11881
|
+
bccEmails: [String!]
|
11882
|
+
ccEmails: [String!]
|
12112
11883
|
messageType: EmailEventMessageType!
|
12113
11884
|
|
12114
11885
|
"""Plugin id (Plugin.PLUGIN_ID attribute) of email plugin"""
|
@@ -12448,11 +12219,9 @@ type OrderSellerSummaryType {
|
|
12448
12219
|
average: Float
|
12449
12220
|
taxes: Float
|
12450
12221
|
discounts: Float
|
12451
|
-
volumeDiscounts: Float
|
12452
12222
|
revenue: Float
|
12453
12223
|
totals: Int
|
12454
12224
|
commission: Float
|
12455
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12456
12225
|
payout: Float
|
12457
12226
|
sellers: Float
|
12458
12227
|
}
|
@@ -12465,11 +12234,9 @@ type OrderCustomerReportType {
|
|
12465
12234
|
average: Float
|
12466
12235
|
taxes: Float
|
12467
12236
|
discounts: Float
|
12468
|
-
volumeDiscounts: Float
|
12469
12237
|
revenue: Float
|
12470
12238
|
totals: Int
|
12471
12239
|
commission: Float
|
12472
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12473
12240
|
payout: Float
|
12474
12241
|
userId: Int
|
12475
12242
|
user: User
|
@@ -12507,11 +12274,9 @@ type OrderSellerReportType {
|
|
12507
12274
|
average: Float
|
12508
12275
|
taxes: Float
|
12509
12276
|
discounts: Float
|
12510
|
-
volumeDiscounts: Float
|
12511
12277
|
revenue: Float
|
12512
12278
|
totals: Int
|
12513
12279
|
commission: Float
|
12514
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12515
12280
|
payout: Float
|
12516
12281
|
sellerId: Int
|
12517
12282
|
seller: Seller
|
@@ -12549,11 +12314,9 @@ type OrderMarketplaceReportType {
|
|
12549
12314
|
average: Float
|
12550
12315
|
taxes: Float
|
12551
12316
|
discounts: Float
|
12552
|
-
volumeDiscounts: Float
|
12553
12317
|
revenue: Float
|
12554
12318
|
totals: Int
|
12555
12319
|
commission: Float
|
12556
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12557
12320
|
payout: Float
|
12558
12321
|
dimension: Date
|
12559
12322
|
}
|
@@ -12590,65 +12353,6 @@ type InReportMarketplacePayoutsSummaryType {
|
|
12590
12353
|
report: [OrderSellerReportType!]
|
12591
12354
|
}
|
12592
12355
|
|
12593
|
-
type InReportMarketplaceAffiliatePayoutsSummaryType {
|
12594
|
-
"""Category of the metric."""
|
12595
|
-
category: String!
|
12596
|
-
|
12597
|
-
"""Title of the metric."""
|
12598
|
-
title: String!
|
12599
|
-
|
12600
|
-
"""
|
12601
|
-
Description of main columns in report and summary. Note: report and summary can contain additional columns.
|
12602
|
-
"""
|
12603
|
-
columns: [ColumnObjectType!]
|
12604
|
-
|
12605
|
-
"""Info about applied filters."""
|
12606
|
-
filters: [FilterObjectType!]
|
12607
|
-
|
12608
|
-
"""Total summary for selected period."""
|
12609
|
-
summary: OrderAffiliateSummaryType!
|
12610
|
-
|
12611
|
-
"""
|
12612
|
-
Report where each row represent aggregated, by selected (in filters) dimension, summary.
|
12613
|
-
"""
|
12614
|
-
report: [OrderAffiliateReportType!]
|
12615
|
-
}
|
12616
|
-
|
12617
|
-
type OrderAffiliateSummaryType {
|
12618
|
-
gross: Float
|
12619
|
-
orders: Int
|
12620
|
-
net: Float
|
12621
|
-
shipping: Float
|
12622
|
-
average: Float
|
12623
|
-
taxes: Float
|
12624
|
-
discounts: Float
|
12625
|
-
volumeDiscounts: Float
|
12626
|
-
revenue: Float
|
12627
|
-
totals: Int
|
12628
|
-
commission: Float
|
12629
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12630
|
-
payout: Float
|
12631
|
-
affiliates: Float
|
12632
|
-
}
|
12633
|
-
|
12634
|
-
type OrderAffiliateReportType {
|
12635
|
-
gross: Float
|
12636
|
-
orders: Int
|
12637
|
-
net: Float
|
12638
|
-
shipping: Float
|
12639
|
-
average: Float
|
12640
|
-
taxes: Float
|
12641
|
-
discounts: Float
|
12642
|
-
volumeDiscounts: Float
|
12643
|
-
revenue: Float
|
12644
|
-
totals: Int
|
12645
|
-
commission: Float
|
12646
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12647
|
-
payout: Float
|
12648
|
-
affiliateId: Int
|
12649
|
-
affiliate: User
|
12650
|
-
}
|
12651
|
-
|
12652
12356
|
type InReportMarketplaceTaxSummaryType {
|
12653
12357
|
"""Category of the metric."""
|
12654
12358
|
category: String!
|
@@ -12681,11 +12385,9 @@ type AbstractOrderSellerReportType {
|
|
12681
12385
|
average: Float
|
12682
12386
|
taxes: Float
|
12683
12387
|
discounts: Float
|
12684
|
-
volumeDiscounts: Float
|
12685
12388
|
revenue: Float
|
12686
12389
|
totals: Int
|
12687
12390
|
commission: Float
|
12688
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12689
12391
|
payout: Float
|
12690
12392
|
}
|
12691
12393
|
|
@@ -12697,11 +12399,9 @@ type MarketplaceTaxReportType {
|
|
12697
12399
|
average: Float
|
12698
12400
|
taxes: Float
|
12699
12401
|
discounts: Float
|
12700
|
-
volumeDiscounts: Float
|
12701
12402
|
revenue: Float
|
12702
12403
|
totals: Int
|
12703
12404
|
commission: Float
|
12704
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12705
12405
|
payout: Float
|
12706
12406
|
dimension: Date
|
12707
12407
|
}
|
@@ -12738,11 +12438,9 @@ type MarketplaceTaxReportByLocaleType {
|
|
12738
12438
|
average: Float
|
12739
12439
|
taxes: Float
|
12740
12440
|
discounts: Float
|
12741
|
-
volumeDiscounts: Float
|
12742
12441
|
revenue: Float
|
12743
12442
|
totals: Int
|
12744
12443
|
commission: Float
|
12745
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12746
12444
|
payout: Float
|
12747
12445
|
billingAddress_Country: String
|
12748
12446
|
billingAddress_CountryArea: String
|
@@ -12931,7 +12629,6 @@ type AbstractPercentReportType {
|
|
12931
12629
|
average: Float
|
12932
12630
|
taxes: Float
|
12933
12631
|
discounts: Float
|
12934
|
-
volumeDiscounts: Float
|
12935
12632
|
revenue: Float
|
12936
12633
|
totals: Float
|
12937
12634
|
}
|
@@ -12950,11 +12647,9 @@ type DashboardSellerOrderPerformanceType {
|
|
12950
12647
|
average: Float
|
12951
12648
|
taxes: Float
|
12952
12649
|
discounts: Float
|
12953
|
-
volumeDiscounts: Float
|
12954
12650
|
revenue: Float
|
12955
12651
|
totals: Int
|
12956
12652
|
commission: Float
|
12957
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12958
12653
|
payout: Float
|
12959
12654
|
sellerId: Int
|
12960
12655
|
seller: Seller
|
@@ -12973,11 +12668,9 @@ type GraphDataType {
|
|
12973
12668
|
average: Float
|
12974
12669
|
taxes: Float
|
12975
12670
|
discounts: Float
|
12976
|
-
volumeDiscounts: Float
|
12977
12671
|
revenue: Float
|
12978
12672
|
totals: Int
|
12979
12673
|
commission: Float
|
12980
|
-
affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
12981
12674
|
payout: Float
|
12982
12675
|
dimension: DateTime
|
12983
12676
|
}
|
@@ -13489,48 +13182,9 @@ type CheckoutLineCountableEdge {
|
|
13489
13182
|
cursor: String!
|
13490
13183
|
}
|
13491
13184
|
|
13492
|
-
|
13493
|
-
"""
|
13494
|
-
|
13495
|
-
edges: [ChannelCountableEdge!]!
|
13496
|
-
|
13497
|
-
"""A total count of items in the collection."""
|
13498
|
-
totalCount: Int
|
13499
|
-
}
|
13500
|
-
|
13501
|
-
type ChannelCountableEdge {
|
13502
|
-
"""The item at the end of the edge."""
|
13503
|
-
node: Channel!
|
13504
|
-
|
13505
|
-
"""A cursor for use in pagination."""
|
13506
|
-
cursor: String!
|
13507
|
-
}
|
13508
|
-
|
13509
|
-
input ChannelFilterInput {
|
13510
|
-
search: String
|
13511
|
-
createdAt: DateTime
|
13512
|
-
created: DateRangeInput
|
13513
|
-
}
|
13514
|
-
|
13515
|
-
input ChannelSortingInput {
|
13516
|
-
"""Specifies the direction in which to sort products."""
|
13517
|
-
direction: OrderDirection!
|
13518
|
-
|
13519
|
-
"""Sort channels by the selected field."""
|
13520
|
-
field: ChannelSortField!
|
13521
|
-
}
|
13522
|
-
|
13523
|
-
enum ChannelSortField {
|
13524
|
-
"""Sort channels by channel."""
|
13525
|
-
CHANNEL
|
13526
|
-
|
13527
|
-
"""Sort channels by created at."""
|
13528
|
-
CREATED_AT
|
13529
|
-
}
|
13530
|
-
|
13531
|
-
input AttributeSortingInput {
|
13532
|
-
"""Specifies the direction in which to sort products."""
|
13533
|
-
direction: OrderDirection!
|
13185
|
+
input AttributeSortingInput {
|
13186
|
+
"""Specifies the direction in which to sort products."""
|
13187
|
+
direction: OrderDirection!
|
13534
13188
|
|
13535
13189
|
"""Sort attributes by the selected field."""
|
13536
13190
|
field: AttributeSortField!
|
@@ -13687,50 +13341,6 @@ input AgreementFilterInput {
|
|
13687
13341
|
search: String
|
13688
13342
|
}
|
13689
13343
|
|
13690
|
-
input AffiliateFilterInput {
|
13691
|
-
dateJoined: DateRangeInput
|
13692
|
-
moneySpent: PriceRangeInput
|
13693
|
-
numberOfOrders: IntRangeInput
|
13694
|
-
placedOrders: DateRangeInput
|
13695
|
-
search: String
|
13696
|
-
}
|
13697
|
-
|
13698
|
-
type OptimizedAffiliate {
|
13699
|
-
affiliate: User
|
13700
|
-
channels: [OptimizedAffiliateChannels!] @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
13701
|
-
topCodes: [AffiliateCodes!]
|
13702
|
-
agreement: Agreement
|
13703
|
-
}
|
13704
|
-
|
13705
|
-
type OptimizedAffiliateChannels {
|
13706
|
-
channelName: String
|
13707
|
-
totalReferrals: Int
|
13708
|
-
}
|
13709
|
-
|
13710
|
-
input AffiliateCodeFilterInput {
|
13711
|
-
search: String
|
13712
|
-
isActive: Boolean
|
13713
|
-
}
|
13714
|
-
|
13715
|
-
input AffiliateCodeSortingInput {
|
13716
|
-
"""Specifies the direction in which to sort products."""
|
13717
|
-
direction: OrderDirection!
|
13718
|
-
|
13719
|
-
"""Sort affiliate_codes by the selected field."""
|
13720
|
-
field: AffiliateCodeSortField!
|
13721
|
-
}
|
13722
|
-
|
13723
|
-
enum AffiliateCodeSortField {
|
13724
|
-
"""Sort affiliate codes by code."""
|
13725
|
-
CODE
|
13726
|
-
|
13727
|
-
"""Sort affiliate codes by status."""
|
13728
|
-
STATUS
|
13729
|
-
|
13730
|
-
"""Sort affiliate codes by referrals."""
|
13731
|
-
REFERRALS
|
13732
|
-
}
|
13733
|
-
|
13734
13344
|
type AddressValidationData {
|
13735
13345
|
countryCode: String
|
13736
13346
|
countryName: String
|
@@ -13846,7 +13456,7 @@ type Mutation {
|
|
13846
13456
|
description: String
|
13847
13457
|
|
13848
13458
|
"""
|
13849
|
-
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-
|
13459
|
+
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-rar, text/pdf, image/x-eps, text/comma-separated-values, image/heif, application/x-tif, text/svg, application/x-csv, image/jpg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/x-comma-separated-values, text/x-csv, application/tiff, application/zip, application/rtf, drawing/x-dwf, drawing/x-dwg, application/vnd.oasis.opendocument.spreadsheet, image/x-dxf, application/dxf, application/x-rtf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/tif, application/x-jpg, image/tiff, image/eps, application/vnd.ms-word, text/x-pdf, image/svg, application/vnd.oasis.opendocument.presentation, application/gzip, application/pdf, application/x-zip-compressed, text/rtf, image/dxf, application/x-autocad, image/webp, application/acrobat, application/x-acad, application/csv, image/svg+xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv, image/heic, application/x-tar, application/gzipped, application/x-dxf, application/dwg, application/vnd.ms-excel, image/x-ms-bmp, application/x-dwg, text/plain, image/x-dwg, image/heic-sequence, application/x-pdf, application/tif, image/x-tiff, application/x-tiff, drawing/dwg, image/x-tif, application/excel, application/x-gzip, application/acad, application/vnd.oasis.opendocument.text, application/vnd.pdf, image/gif, application/x-eps, pplication/vnd.rar, application/gzip-compressed, application/svg+xml, application/postscript, application/msword, image/bmp, image/vnd.dwg, application/x-rar-compressed, application/vnd.ms-powerpoint, image/heif-sequence, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/jpeg, application/jpg, application/eps, image/png, text/svg-xml, image/x-bmp.
|
13850
13460
|
"""
|
13851
13461
|
file: Upload!
|
13852
13462
|
|
@@ -13922,48 +13532,6 @@ type Mutation {
|
|
13922
13532
|
"""
|
13923
13533
|
updatePeriodicTaskEnabled(enabled: Boolean): PeriodicTaskEnabledUpdate @deprecated(reason: "This will be removed on November 9, 2024")
|
13924
13534
|
|
13925
|
-
"""Creates a new channel"""
|
13926
|
-
channelCreate(
|
13927
|
-
"""Fields required to create a channel."""
|
13928
|
-
input: ChannelInput
|
13929
|
-
): ChannelCreate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
13930
|
-
|
13931
|
-
"""Updates a channel."""
|
13932
|
-
channelUpdate(
|
13933
|
-
"""ID of a channel to update."""
|
13934
|
-
id: ID!
|
13935
|
-
|
13936
|
-
"""Fields required to update a channel."""
|
13937
|
-
input: ChannelInput!
|
13938
|
-
): ChannelUpdate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
13939
|
-
|
13940
|
-
"""Updates an order channel"""
|
13941
|
-
orderChannelUpdate(
|
13942
|
-
"""ID of the channel to associate with the order"""
|
13943
|
-
channel: ID
|
13944
|
-
|
13945
|
-
"""ID of the order to update channel for"""
|
13946
|
-
id: ID!
|
13947
|
-
): OrderChannelUpdate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
13948
|
-
|
13949
|
-
"""Updates a marketplace order channel."""
|
13950
|
-
nauticalOrderChannelUpdate(
|
13951
|
-
"""ID of the channel to associate with the marketplace order"""
|
13952
|
-
channel: ID
|
13953
|
-
|
13954
|
-
"""ID of the marketplace order to update channel for"""
|
13955
|
-
id: ID!
|
13956
|
-
): NauticalOrderChannelUpdate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
13957
|
-
|
13958
|
-
"""Updates an affiliate code channel"""
|
13959
|
-
affiliateCodeChannelUpdate(
|
13960
|
-
"""ID of the channel to associate with the affiliate code"""
|
13961
|
-
channel: ID
|
13962
|
-
|
13963
|
-
"""ID of the affiliate code to update channel for"""
|
13964
|
-
id: ID!
|
13965
|
-
): AffiliateCodeChannelUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
13966
|
-
|
13967
13535
|
"""Updates marketplace configuration."""
|
13968
13536
|
marketplaceConfigurationUpdate(
|
13969
13537
|
"""Fields required to update marketplace configuration."""
|
@@ -14242,70 +13810,6 @@ type Mutation {
|
|
14242
13810
|
input: MicrositeInput!
|
14243
13811
|
): MicrositeUpdate @deprecated(reason: "Microsites will be removed on January 2, 2025.")
|
14244
13812
|
|
14245
|
-
"""Creates a new affiliate code"""
|
14246
|
-
affiliateCodeCreate(
|
14247
|
-
"""Fields required to create an affiliate code."""
|
14248
|
-
input: AffiliateCodeCreateInput
|
14249
|
-
): AffiliateCodeCreate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14250
|
-
|
14251
|
-
"""Increments affiliate code uses"""
|
14252
|
-
affiliateCodeUse(
|
14253
|
-
"""Affiliate code to increment use for"""
|
14254
|
-
code: String
|
14255
|
-
): AffiliateCodeUse @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14256
|
-
|
14257
|
-
"""Sets whether code is active"""
|
14258
|
-
affiliateCodeSetActive(
|
14259
|
-
"""Whether the code is active or not"""
|
14260
|
-
isActive: Boolean
|
14261
|
-
): AffiliateCodeSetActive @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14262
|
-
|
14263
|
-
"""Activate or deactivate affiliate codes."""
|
14264
|
-
affiliateCodeBulkSetActive(
|
14265
|
-
"""List of code IDs to (de)activate)."""
|
14266
|
-
ids: [ID!]!
|
14267
|
-
|
14268
|
-
"""Determine if codes will be set active or not."""
|
14269
|
-
isActive: Boolean!
|
14270
|
-
): AffiliateCodeBulkSetActive @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14271
|
-
|
14272
|
-
"""
|
14273
|
-
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
|
14274
|
-
"""
|
14275
|
-
affiliateAvatarUpdate(
|
14276
|
-
affiliate: ID
|
14277
|
-
|
14278
|
-
"""Represents an image file in a multipart request."""
|
14279
|
-
image: Upload!
|
14280
|
-
): AffiliateAvatarUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14281
|
-
|
14282
|
-
"""Creates a new affiliate."""
|
14283
|
-
affiliateCreate(
|
14284
|
-
"""Fields required to create a affiliate."""
|
14285
|
-
input: UserCreateInput!
|
14286
|
-
): AffiliateCreate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14287
|
-
|
14288
|
-
"""Updates an existing affiliate."""
|
14289
|
-
affiliateUpdate(
|
14290
|
-
"""ID of a affiliate to update."""
|
14291
|
-
id: ID!
|
14292
|
-
|
14293
|
-
"""Fields required to update a affiliate."""
|
14294
|
-
input: AffiliateInput!
|
14295
|
-
): AffiliateUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14296
|
-
|
14297
|
-
"""Deletes a affiliate."""
|
14298
|
-
affiliateDelete(
|
14299
|
-
"""ID of a affiliate to delete."""
|
14300
|
-
id: ID!
|
14301
|
-
): AffiliateDelete @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14302
|
-
|
14303
|
-
"""Deletes affiliates."""
|
14304
|
-
affiliateBulkDelete(
|
14305
|
-
"""List of user IDs to delete."""
|
14306
|
-
ids: [ID!]!
|
14307
|
-
): AffiliateBulkDelete @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
14308
|
-
|
14309
13813
|
"""Creates a new agreement."""
|
14310
13814
|
agreementCreate(
|
14311
13815
|
"""Fields required to create a agreement."""
|
@@ -15511,9 +15015,6 @@ type Mutation {
|
|
15511
15015
|
|
15512
15016
|
"""Completes creating an order."""
|
15513
15017
|
draftOrderComplete(
|
15514
|
-
"""ID of the channel to attach the order to"""
|
15515
|
-
channel: ID @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
15516
|
-
|
15517
15018
|
"""ID of the order that will be completed."""
|
15518
15019
|
id: ID!
|
15519
15020
|
|
@@ -15528,9 +15029,6 @@ type Mutation {
|
|
15528
15029
|
|
15529
15030
|
"""Completes creating an order."""
|
15530
15031
|
nauticalDraftOrderComplete(
|
15531
|
-
"""ID of the channel to attach to nautical order"""
|
15532
|
-
channel: ID @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
15533
|
-
|
15534
15032
|
"""
|
15535
15033
|
Optional ID of the Nautical Order to be completed. Either 'id' or 'token' must be provided to identify the Nautical Order. If both are provided, only the 'id' field will be used.
|
15536
15034
|
"""
|
@@ -16322,7 +15820,7 @@ type Mutation {
|
|
16322
15820
|
"""
|
16323
15821
|
Whether the vendor to retrieve an onboarding link for is a SELLER or an AFFILIATE
|
16324
15822
|
"""
|
16325
|
-
vendorType: String
|
15823
|
+
vendorType: String @deprecated(reason: "This will be removed on January 24, 2025.")
|
16326
15824
|
): VendorPayoutOnboardingLinkRequest
|
16327
15825
|
|
16328
15826
|
"""
|
@@ -16475,14 +15973,11 @@ type Mutation {
|
|
16475
15973
|
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.
|
16476
15974
|
"""
|
16477
15975
|
checkoutComplete(
|
16478
|
-
"""ID of affiliate code used for checkout completion"""
|
16479
|
-
affiliate: ID @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
16480
|
-
|
16481
15976
|
"""Checkout ID."""
|
16482
15977
|
checkoutId: ID!
|
16483
15978
|
|
16484
15979
|
"""ID of microsite that checkout was completed from"""
|
16485
|
-
microsite: ID
|
15980
|
+
microsite: ID @deprecated(reason: "This will be removed on January 24, 2025.")
|
16486
15981
|
|
16487
15982
|
"""Client-side generated data required to finalize the payment."""
|
16488
15983
|
paymentData: JSONString
|
@@ -16509,7 +16004,6 @@ type Mutation {
|
|
16509
16004
|
Determines whether the email sent out is catered to carriers instead of customers
|
16510
16005
|
"""
|
16511
16006
|
vehicles: Boolean = false
|
16512
|
-
volumeDiscount: Float!
|
16513
16007
|
): CheckoutComplete
|
16514
16008
|
|
16515
16009
|
"""
|
@@ -17482,71 +16976,6 @@ type PeriodicTaskEnabledUpdate {
|
|
17482
16976
|
task: WebhookPeriodicTask
|
17483
16977
|
}
|
17484
16978
|
|
17485
|
-
"""Creates a new channel"""
|
17486
|
-
type ChannelCreate {
|
17487
|
-
channelErrors: [ChannelError!]!
|
17488
|
-
channel: Channel
|
17489
|
-
}
|
17490
|
-
|
17491
|
-
type ChannelError {
|
17492
|
-
"""
|
17493
|
-
Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
|
17494
|
-
"""
|
17495
|
-
field: String
|
17496
|
-
|
17497
|
-
"""The error message."""
|
17498
|
-
message: String!
|
17499
|
-
|
17500
|
-
"""The error code."""
|
17501
|
-
code: ChannelErrorCode!
|
17502
|
-
}
|
17503
|
-
|
17504
|
-
"""An enumeration."""
|
17505
|
-
enum ChannelErrorCode {
|
17506
|
-
GRAPHQL_ERROR
|
17507
|
-
INVALID
|
17508
|
-
NOT_FOUND
|
17509
|
-
REQUIRED
|
17510
|
-
UNIQUE
|
17511
|
-
JWT_SIGNATURE_EXPIRED
|
17512
|
-
JWT_INVALID_TOKEN
|
17513
|
-
JWT_DECODE_ERROR
|
17514
|
-
JWT_MISSING_TOKEN
|
17515
|
-
JWT_INVALID_CSRF_TOKEN
|
17516
|
-
}
|
17517
|
-
|
17518
|
-
input ChannelInput {
|
17519
|
-
"""Name of the channel."""
|
17520
|
-
channel: String
|
17521
|
-
}
|
17522
|
-
|
17523
|
-
"""Updates a channel."""
|
17524
|
-
type ChannelUpdate {
|
17525
|
-
channelErrors: [ChannelError!]!
|
17526
|
-
channel: Channel
|
17527
|
-
}
|
17528
|
-
|
17529
|
-
"""Updates an order channel"""
|
17530
|
-
type OrderChannelUpdate {
|
17531
|
-
"""Updated order instance"""
|
17532
|
-
order: Order
|
17533
|
-
channelErrors: [ChannelError!]!
|
17534
|
-
}
|
17535
|
-
|
17536
|
-
"""Updates a marketplace order channel."""
|
17537
|
-
type NauticalOrderChannelUpdate {
|
17538
|
-
"""Updated marketplace order instance"""
|
17539
|
-
order: NauticalOrder
|
17540
|
-
channelErrors: [ChannelError!]!
|
17541
|
-
}
|
17542
|
-
|
17543
|
-
"""Updates an affiliate code channel"""
|
17544
|
-
type AffiliateCodeChannelUpdate {
|
17545
|
-
"""Updated affiliate code instance"""
|
17546
|
-
affiliateCode: AffiliateCodes
|
17547
|
-
channelErrors: [ChannelError!]!
|
17548
|
-
}
|
17549
|
-
|
17550
16979
|
"""Updates marketplace configuration."""
|
17551
16980
|
type MarketplaceConfigurationUpdate {
|
17552
16981
|
"""Updated marketplace configuration."""
|
@@ -17737,7 +17166,7 @@ enum PayoutErrorCode {
|
|
17737
17166
|
|
17738
17167
|
input PayoutCreateInput {
|
17739
17168
|
"""Vendor type for the payout"""
|
17740
|
-
vendorType: String
|
17169
|
+
vendorType: String @deprecated(reason: "This will be removed on January 24, 2025")
|
17741
17170
|
|
17742
17171
|
"""
|
17743
17172
|
Payout end date. ISO 8601 standard. Can not be greater than current date.
|
@@ -18120,365 +17549,79 @@ type MicrositeReorderProducts {
|
|
18120
17549
|
micrositeErrors: [ProductError!]!
|
18121
17550
|
}
|
18122
17551
|
|
18123
|
-
input MoveProductInput {
|
18124
|
-
"""The ID of the product to move."""
|
18125
|
-
productId: ID!
|
18126
|
-
|
18127
|
-
"""
|
18128
|
-
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.
|
18129
|
-
"""
|
18130
|
-
sortOrder: Int
|
18131
|
-
}
|
18132
|
-
|
18133
|
-
"""Deletes microsites."""
|
18134
|
-
type MicrositeBulkDelete {
|
18135
|
-
"""Returns how many objects were affected."""
|
18136
|
-
count: Int!
|
18137
|
-
micrositeErrors: [ProductError!]!
|
18138
|
-
}
|
18139
|
-
|
18140
|
-
"""Publish microsites."""
|
18141
|
-
type MicrositeBulkPublish {
|
18142
|
-
"""Returns how many objects were affected."""
|
18143
|
-
count: Int!
|
18144
|
-
micrositeErrors: [ProductError!]!
|
18145
|
-
}
|
18146
|
-
|
18147
|
-
"""Remove products from a microsite."""
|
18148
|
-
type MicrositeRemoveProducts {
|
18149
|
-
"""Microsite from which products will be removed."""
|
18150
|
-
microsite: Microsite
|
18151
|
-
micrositeErrors: [ProductError!]!
|
18152
|
-
}
|
18153
|
-
|
18154
|
-
"""Updates a microsite."""
|
18155
|
-
type MicrositeUpdate {
|
18156
|
-
micrositeErrors: [ProductError!]!
|
18157
|
-
microsite: Microsite
|
18158
|
-
}
|
18159
|
-
|
18160
|
-
input MicrositeInput {
|
18161
|
-
"""Informs whether a microsite is published."""
|
18162
|
-
isPublished: Boolean
|
18163
|
-
|
18164
|
-
"""Name of the microsite."""
|
18165
|
-
name: String
|
18166
|
-
|
18167
|
-
"""Text to appear in footer of microsite."""
|
18168
|
-
footerText: String
|
18169
|
-
|
18170
|
-
"""Slug of the microsite."""
|
18171
|
-
slug: String
|
18172
|
-
|
18173
|
-
"""Description of the microsite (plaintext, deprecated for input)."""
|
18174
|
-
description: String
|
18175
|
-
|
18176
|
-
"""Description of the microsite (HTML)."""
|
18177
|
-
descriptionHtml: String
|
18178
|
-
|
18179
|
-
"""Banner image file."""
|
18180
|
-
bannerImage: Upload
|
18181
|
-
|
18182
|
-
"""Alt text for an image."""
|
18183
|
-
bannerImageAlt: String
|
18184
|
-
|
18185
|
-
"""Logo image file."""
|
18186
|
-
logoImage: Upload
|
18187
|
-
|
18188
|
-
"""Alt text for an image."""
|
18189
|
-
logoImageAlt: String
|
18190
|
-
|
18191
|
-
"""Search engine optimization fields."""
|
18192
|
-
seo: SeoInput
|
18193
|
-
|
18194
|
-
"""Publication date. ISO 8601 standard."""
|
18195
|
-
publicationDate: Date
|
18196
|
-
}
|
18197
|
-
|
18198
|
-
"""Creates a new affiliate code"""
|
18199
|
-
type AffiliateCodeCreate {
|
18200
|
-
affiliateErrors: [AffiliateError!]!
|
18201
|
-
affiliateCodes: AffiliateCodes
|
18202
|
-
}
|
18203
|
-
|
18204
|
-
type AffiliateError {
|
18205
|
-
"""
|
18206
|
-
Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
|
18207
|
-
"""
|
18208
|
-
field: String
|
18209
|
-
|
18210
|
-
"""The error message."""
|
18211
|
-
message: String!
|
18212
|
-
|
18213
|
-
"""The error code."""
|
18214
|
-
code: AffiliateErrorCode!
|
18215
|
-
}
|
18216
|
-
|
18217
|
-
"""An enumeration."""
|
18218
|
-
enum AffiliateErrorCode {
|
18219
|
-
UNIQUE
|
18220
|
-
REQUIRED
|
18221
|
-
NOT_FOUND
|
18222
|
-
}
|
18223
|
-
|
18224
|
-
input AffiliateCodeCreateInput {
|
18225
|
-
"""The id of the affiliate that the code belongs to"""
|
18226
|
-
affiliate: ID!
|
18227
|
-
|
18228
|
-
"""The new affiliate code"""
|
18229
|
-
code: String
|
18230
|
-
|
18231
|
-
"""ID of the channel code is used for"""
|
18232
|
-
channel: ID @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
|
18233
|
-
}
|
18234
|
-
|
18235
|
-
"""Increments affiliate code uses"""
|
18236
|
-
type AffiliateCodeUse {
|
18237
|
-
affiliateErrors: [AffiliateError!]!
|
18238
|
-
affiliateCodes: AffiliateCodes
|
18239
|
-
}
|
18240
|
-
|
18241
|
-
"""Sets whether code is active"""
|
18242
|
-
type AffiliateCodeSetActive {
|
18243
|
-
affiliateErrors: [AffiliateError!]!
|
18244
|
-
affiliateCodes: AffiliateCodes
|
18245
|
-
}
|
18246
|
-
|
18247
|
-
"""Activate or deactivate affiliate codes."""
|
18248
|
-
type AffiliateCodeBulkSetActive {
|
18249
|
-
"""Returns how many objects were affected."""
|
18250
|
-
count: Int!
|
18251
|
-
codeErrors: [AccountError!]!
|
18252
|
-
}
|
18253
|
-
|
18254
|
-
type AccountError {
|
18255
|
-
"""
|
18256
|
-
Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
|
18257
|
-
"""
|
18258
|
-
field: String
|
18259
|
-
|
18260
|
-
"""The error message."""
|
18261
|
-
message: String!
|
18262
|
-
|
18263
|
-
"""The error code."""
|
18264
|
-
code: AccountErrorCode!
|
18265
|
-
}
|
18266
|
-
|
18267
|
-
"""An enumeration."""
|
18268
|
-
enum AccountErrorCode {
|
18269
|
-
ACTIVATE_OWN_ACCOUNT
|
18270
|
-
ACTIVATE_SUPERUSER_ACCOUNT
|
18271
|
-
ACCOUNT_NOT_ACTIVE
|
18272
|
-
ATTRIBUTE_CANNOT_BE_ASSIGNED
|
18273
|
-
DUPLICATED_INPUT_ITEM
|
18274
|
-
DEACTIVATE_OWN_ACCOUNT
|
18275
|
-
DEACTIVATE_SUPERUSER_ACCOUNT
|
18276
|
-
DELETE_NON_STAFF_USER
|
18277
|
-
DELETE_OWN_ACCOUNT
|
18278
|
-
DELETE_STAFF_ACCOUNT
|
18279
|
-
DELETE_SUPERUSER_ACCOUNT
|
18280
|
-
GRAPHQL_ERROR
|
18281
|
-
INVALID
|
18282
|
-
INVALID_PHONE
|
18283
|
-
INVALID_PASSWORD
|
18284
|
-
LEFT_NOT_MANAGEABLE_PERMISSION
|
18285
|
-
MUST_CHOOSE_PERMISSION_GROUP
|
18286
|
-
INVALID_CREDENTIALS
|
18287
|
-
NO_SELLER
|
18288
|
-
NOT_FOUND
|
18289
|
-
OUT_OF_SCOPE_SERVICE_ACCOUNT
|
18290
|
-
OUT_OF_SCOPE_USER
|
18291
|
-
OUT_OF_SCOPE_GROUP
|
18292
|
-
OUT_OF_SCOPE_PERMISSION
|
18293
|
-
PASSWORD_ENTIRELY_NUMERIC
|
18294
|
-
PASSWORD_IDENTICAL
|
18295
|
-
PASSWORD_TOO_COMMON
|
18296
|
-
PASSWORD_TOO_SHORT
|
18297
|
-
PASSWORD_TOO_SIMILAR
|
18298
|
-
REQUIRED
|
18299
|
-
UNIQUE
|
18300
|
-
JWT_SIGNATURE_EXPIRED
|
18301
|
-
JWT_INVALID_TOKEN
|
18302
|
-
JWT_DECODE_ERROR
|
18303
|
-
JWT_MISSING_TOKEN
|
18304
|
-
JWT_INVALID_CSRF_TOKEN
|
18305
|
-
}
|
18306
|
-
|
18307
|
-
"""
|
18308
|
-
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
|
18309
|
-
"""
|
18310
|
-
type AffiliateAvatarUpdate {
|
18311
|
-
"""An updated affiliate instance."""
|
18312
|
-
affiliate: User
|
18313
|
-
accountErrors: [AccountError!]!
|
18314
|
-
}
|
18315
|
-
|
18316
|
-
"""Creates a new affiliate."""
|
18317
|
-
type AffiliateCreate {
|
18318
|
-
accountErrors: [AccountError!]!
|
18319
|
-
user: User
|
18320
|
-
}
|
18321
|
-
|
18322
|
-
input UserCreateInput {
|
18323
|
-
"""Billing address of the customer."""
|
18324
|
-
defaultBillingAddress: AddressInput
|
18325
|
-
|
18326
|
-
"""Shipping address of the customer."""
|
18327
|
-
defaultShippingAddress: AddressInput
|
18328
|
-
|
18329
|
-
"""Given name."""
|
18330
|
-
firstName: String
|
18331
|
-
|
18332
|
-
"""Family name."""
|
18333
|
-
lastName: String
|
18334
|
-
|
18335
|
-
"""The unique email address of the user."""
|
18336
|
-
email: String
|
18337
|
-
|
18338
|
-
"""User account is active."""
|
18339
|
-
isActive: Boolean
|
18340
|
-
|
18341
|
-
"""User is staff member."""
|
18342
|
-
isStaff: Boolean
|
18343
|
-
|
18344
|
-
"""User account is affiliate."""
|
18345
|
-
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
18346
|
-
|
18347
|
-
"""A note about the user."""
|
18348
|
-
note: String
|
18349
|
-
|
18350
|
-
"""Only filled out if the account is a business account."""
|
18351
|
-
companyName: String
|
18352
|
-
|
18353
|
-
"""Personal phone number."""
|
18354
|
-
personalPhone: String
|
18355
|
-
|
18356
|
-
"""Password url"""
|
18357
|
-
passwordUrl: String
|
18358
|
-
|
18359
|
-
"""Tax exempt code"""
|
18360
|
-
taxExemptCode: String
|
18361
|
-
|
18362
|
-
"""List of custom fields."""
|
18363
|
-
customFields: [AttributeValueInput!]
|
18364
|
-
|
18365
|
-
"""Marketplace VAT identification number"""
|
18366
|
-
vatIdentificationNumber: String
|
18367
|
-
|
18368
|
-
"""
|
18369
|
-
URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
|
18370
|
-
"""
|
18371
|
-
redirectUrl: String
|
18372
|
-
}
|
18373
|
-
|
18374
|
-
input AttributeValueInput {
|
18375
|
-
"""ID of the selected attribute."""
|
18376
|
-
id: ID
|
18377
|
-
|
18378
|
-
"""
|
18379
|
-
The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created.
|
18380
|
-
"""
|
18381
|
-
values: [String!]
|
18382
|
-
|
18383
|
-
"""
|
18384
|
-
Value representation of the attribute value (e.g. color value for swatch attributes).
|
18385
|
-
"""
|
18386
|
-
value: String
|
18387
|
-
|
18388
|
-
"""Date and time representation of attribute value."""
|
18389
|
-
dateTime: DateTime
|
18390
|
-
|
18391
|
-
"""Supports attribute values with long text (plain text)."""
|
18392
|
-
plainText: String
|
18393
|
-
|
18394
|
-
"""Supports attribute values with long text (html)."""
|
18395
|
-
richText: String
|
18396
|
-
|
18397
|
-
"""Numeric value to support money or numeric attribute values."""
|
18398
|
-
amount: Decimal
|
18399
|
-
|
18400
|
-
"""Currency to support money attribute values."""
|
18401
|
-
currency: String
|
17552
|
+
input MoveProductInput {
|
17553
|
+
"""The ID of the product to move."""
|
17554
|
+
productId: ID!
|
18402
17555
|
|
18403
17556
|
"""
|
18404
|
-
|
17557
|
+
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.
|
18405
17558
|
"""
|
18406
|
-
|
18407
|
-
|
18408
|
-
"""Supports boolean attribute values."""
|
18409
|
-
boolean: Boolean
|
18410
|
-
|
18411
|
-
"""Supports file type attribute values."""
|
18412
|
-
file: Upload
|
18413
|
-
|
18414
|
-
"""URL type to support external links as attribute values."""
|
18415
|
-
fileUrl: String
|
17559
|
+
sortOrder: Int
|
18416
17560
|
}
|
18417
17561
|
|
18418
|
-
"""
|
18419
|
-
type
|
18420
|
-
|
18421
|
-
|
17562
|
+
"""Deletes microsites."""
|
17563
|
+
type MicrositeBulkDelete {
|
17564
|
+
"""Returns how many objects were affected."""
|
17565
|
+
count: Int!
|
17566
|
+
micrositeErrors: [ProductError!]!
|
18422
17567
|
}
|
18423
17568
|
|
18424
|
-
|
18425
|
-
|
18426
|
-
|
18427
|
-
|
18428
|
-
|
18429
|
-
|
18430
|
-
|
18431
|
-
"""Given name."""
|
18432
|
-
firstName: String
|
17569
|
+
"""Publish microsites."""
|
17570
|
+
type MicrositeBulkPublish {
|
17571
|
+
"""Returns how many objects were affected."""
|
17572
|
+
count: Int!
|
17573
|
+
micrositeErrors: [ProductError!]!
|
17574
|
+
}
|
18433
17575
|
|
18434
|
-
|
18435
|
-
|
17576
|
+
"""Remove products from a microsite."""
|
17577
|
+
type MicrositeRemoveProducts {
|
17578
|
+
"""Microsite from which products will be removed."""
|
17579
|
+
microsite: Microsite
|
17580
|
+
micrositeErrors: [ProductError!]!
|
17581
|
+
}
|
18436
17582
|
|
18437
|
-
|
18438
|
-
|
17583
|
+
"""Updates a microsite."""
|
17584
|
+
type MicrositeUpdate {
|
17585
|
+
micrositeErrors: [ProductError!]!
|
17586
|
+
microsite: Microsite
|
17587
|
+
}
|
18439
17588
|
|
18440
|
-
|
18441
|
-
|
17589
|
+
input MicrositeInput {
|
17590
|
+
"""Informs whether a microsite is published."""
|
17591
|
+
isPublished: Boolean
|
18442
17592
|
|
18443
|
-
"""
|
18444
|
-
|
17593
|
+
"""Name of the microsite."""
|
17594
|
+
name: String
|
18445
17595
|
|
18446
|
-
"""
|
18447
|
-
|
17596
|
+
"""Text to appear in footer of microsite."""
|
17597
|
+
footerText: String
|
18448
17598
|
|
18449
|
-
"""
|
18450
|
-
|
17599
|
+
"""Slug of the microsite."""
|
17600
|
+
slug: String
|
18451
17601
|
|
18452
|
-
"""
|
18453
|
-
|
17602
|
+
"""Description of the microsite (plaintext, deprecated for input)."""
|
17603
|
+
description: String
|
18454
17604
|
|
18455
|
-
"""
|
18456
|
-
|
17605
|
+
"""Description of the microsite (HTML)."""
|
17606
|
+
descriptionHtml: String
|
18457
17607
|
|
18458
|
-
"""
|
18459
|
-
|
17608
|
+
"""Banner image file."""
|
17609
|
+
bannerImage: Upload
|
18460
17610
|
|
18461
|
-
"""
|
18462
|
-
|
17611
|
+
"""Alt text for an image."""
|
17612
|
+
bannerImageAlt: String
|
18463
17613
|
|
18464
|
-
"""
|
18465
|
-
|
17614
|
+
"""Logo image file."""
|
17615
|
+
logoImage: Upload
|
18466
17616
|
|
18467
|
-
"""
|
18468
|
-
|
18469
|
-
}
|
17617
|
+
"""Alt text for an image."""
|
17618
|
+
logoImageAlt: String
|
18470
17619
|
|
18471
|
-
"""
|
18472
|
-
|
18473
|
-
accountErrors: [AccountError!]!
|
18474
|
-
user: User
|
18475
|
-
}
|
17620
|
+
"""Search engine optimization fields."""
|
17621
|
+
seo: SeoInput
|
18476
17622
|
|
18477
|
-
"""
|
18478
|
-
|
18479
|
-
"""Returns how many objects were affected."""
|
18480
|
-
count: Int!
|
18481
|
-
affiliateErrors: [AccountError!]!
|
17623
|
+
"""Publication date. ISO 8601 standard."""
|
17624
|
+
publicationDate: Date
|
18482
17625
|
}
|
18483
17626
|
|
18484
17627
|
"""Creates a new agreement."""
|
@@ -18542,9 +17685,6 @@ input AgreementInput {
|
|
18542
17685
|
"""Last update date. ISO 8601 standard."""
|
18543
17686
|
updatedAt: String
|
18544
17687
|
|
18545
|
-
"""Seller or Affiliate"""
|
18546
|
-
vendorType: VendorTypeEnum @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
18547
|
-
|
18548
17688
|
"""Gross Price, Markup, Absolute etc"""
|
18549
17689
|
commissionType: CommissionTypeEnum
|
18550
17690
|
|
@@ -18555,14 +17695,6 @@ input AgreementInput {
|
|
18555
17695
|
markupCommissionValue: Decimal
|
18556
17696
|
}
|
18557
17697
|
|
18558
|
-
enum VendorTypeEnum {
|
18559
|
-
"""Seller"""
|
18560
|
-
SELLER
|
18561
|
-
|
18562
|
-
"""Affiliate"""
|
18563
|
-
AFFILIATE
|
18564
|
-
}
|
18565
|
-
|
18566
17698
|
"""Deletes a agreement."""
|
18567
17699
|
type AgreementDelete {
|
18568
17700
|
agreementErrors: [AgreementError!]!
|
@@ -20339,6 +19471,50 @@ input CategoryInput {
|
|
20339
19471
|
customFields: [AttributeValueInput!]
|
20340
19472
|
}
|
20341
19473
|
|
19474
|
+
input AttributeValueInput {
|
19475
|
+
"""ID of the selected attribute."""
|
19476
|
+
id: ID
|
19477
|
+
|
19478
|
+
"""
|
19479
|
+
The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created.
|
19480
|
+
"""
|
19481
|
+
values: [String!]
|
19482
|
+
|
19483
|
+
"""
|
19484
|
+
Value representation of the attribute value (e.g. color value for swatch attributes).
|
19485
|
+
"""
|
19486
|
+
value: String
|
19487
|
+
|
19488
|
+
"""Date and time representation of attribute value."""
|
19489
|
+
dateTime: DateTime
|
19490
|
+
|
19491
|
+
"""Supports attribute values with long text (plain text)."""
|
19492
|
+
plainText: String
|
19493
|
+
|
19494
|
+
"""Supports attribute values with long text (html)."""
|
19495
|
+
richText: String
|
19496
|
+
|
19497
|
+
"""Numeric value to support money or numeric attribute values."""
|
19498
|
+
amount: Decimal
|
19499
|
+
|
19500
|
+
"""Currency to support money attribute values."""
|
19501
|
+
currency: String
|
19502
|
+
|
19503
|
+
"""
|
19504
|
+
Supports attribute values to reference any other nautical object (should be base64 ID)
|
19505
|
+
"""
|
19506
|
+
reference: String
|
19507
|
+
|
19508
|
+
"""Supports boolean attribute values."""
|
19509
|
+
boolean: Boolean
|
19510
|
+
|
19511
|
+
"""Supports file type attribute values."""
|
19512
|
+
file: Upload
|
19513
|
+
|
19514
|
+
"""URL type to support external links as attribute values."""
|
19515
|
+
fileUrl: String
|
19516
|
+
}
|
19517
|
+
|
20342
19518
|
"""Deletes a category."""
|
20343
19519
|
type CategoryDelete {
|
20344
19520
|
productErrors: [ProductError!]!
|
@@ -22074,9 +21250,6 @@ input NauticalHistoricalOrderInput {
|
|
22074
21250
|
lines: [HistoricalOrderLineInput!]
|
22075
21251
|
seller: ID
|
22076
21252
|
|
22077
|
-
"""ID of the channel to attach the order to"""
|
22078
|
-
channel: ID
|
22079
|
-
|
22080
21253
|
"""Created date time of historical order in ISO 8601 format."""
|
22081
21254
|
created: DateTime
|
22082
21255
|
|
@@ -24529,6 +23702,59 @@ type CreateToken {
|
|
24529
23702
|
accountErrors: [AccountError!]!
|
24530
23703
|
}
|
24531
23704
|
|
23705
|
+
type AccountError {
|
23706
|
+
"""
|
23707
|
+
Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
|
23708
|
+
"""
|
23709
|
+
field: String
|
23710
|
+
|
23711
|
+
"""The error message."""
|
23712
|
+
message: String!
|
23713
|
+
|
23714
|
+
"""The error code."""
|
23715
|
+
code: AccountErrorCode!
|
23716
|
+
}
|
23717
|
+
|
23718
|
+
"""An enumeration."""
|
23719
|
+
enum AccountErrorCode {
|
23720
|
+
ACTIVATE_OWN_ACCOUNT
|
23721
|
+
ACTIVATE_SUPERUSER_ACCOUNT
|
23722
|
+
ACCOUNT_NOT_ACTIVE
|
23723
|
+
ATTRIBUTE_CANNOT_BE_ASSIGNED
|
23724
|
+
DUPLICATED_INPUT_ITEM
|
23725
|
+
DEACTIVATE_OWN_ACCOUNT
|
23726
|
+
DEACTIVATE_SUPERUSER_ACCOUNT
|
23727
|
+
DELETE_NON_STAFF_USER
|
23728
|
+
DELETE_OWN_ACCOUNT
|
23729
|
+
DELETE_STAFF_ACCOUNT
|
23730
|
+
DELETE_SUPERUSER_ACCOUNT
|
23731
|
+
GRAPHQL_ERROR
|
23732
|
+
INVALID
|
23733
|
+
INVALID_PHONE
|
23734
|
+
INVALID_PASSWORD
|
23735
|
+
LEFT_NOT_MANAGEABLE_PERMISSION
|
23736
|
+
MUST_CHOOSE_PERMISSION_GROUP
|
23737
|
+
INVALID_CREDENTIALS
|
23738
|
+
NO_SELLER
|
23739
|
+
NOT_FOUND
|
23740
|
+
OUT_OF_SCOPE_SERVICE_ACCOUNT
|
23741
|
+
OUT_OF_SCOPE_USER
|
23742
|
+
OUT_OF_SCOPE_GROUP
|
23743
|
+
OUT_OF_SCOPE_PERMISSION
|
23744
|
+
PASSWORD_ENTIRELY_NUMERIC
|
23745
|
+
PASSWORD_IDENTICAL
|
23746
|
+
PASSWORD_TOO_COMMON
|
23747
|
+
PASSWORD_TOO_SHORT
|
23748
|
+
PASSWORD_TOO_SIMILAR
|
23749
|
+
REQUIRED
|
23750
|
+
UNIQUE
|
23751
|
+
JWT_SIGNATURE_EXPIRED
|
23752
|
+
JWT_INVALID_TOKEN
|
23753
|
+
JWT_DECODE_ERROR
|
23754
|
+
JWT_MISSING_TOKEN
|
23755
|
+
JWT_INVALID_CSRF_TOKEN
|
23756
|
+
}
|
23757
|
+
|
24532
23758
|
"""Create authorization URL."""
|
24533
23759
|
type AuthURLGenerate {
|
24534
23760
|
"""Generated auth URL for google login."""
|
@@ -24785,6 +24011,55 @@ type CustomerCreate {
|
|
24785
24011
|
user: User
|
24786
24012
|
}
|
24787
24013
|
|
24014
|
+
input UserCreateInput {
|
24015
|
+
"""Billing address of the customer."""
|
24016
|
+
defaultBillingAddress: AddressInput
|
24017
|
+
|
24018
|
+
"""Shipping address of the customer."""
|
24019
|
+
defaultShippingAddress: AddressInput
|
24020
|
+
|
24021
|
+
"""Given name."""
|
24022
|
+
firstName: String
|
24023
|
+
|
24024
|
+
"""Family name."""
|
24025
|
+
lastName: String
|
24026
|
+
|
24027
|
+
"""The unique email address of the user."""
|
24028
|
+
email: String
|
24029
|
+
|
24030
|
+
"""User account is active."""
|
24031
|
+
isActive: Boolean
|
24032
|
+
|
24033
|
+
"""User is staff member."""
|
24034
|
+
isStaff: Boolean
|
24035
|
+
|
24036
|
+
"""A note about the user."""
|
24037
|
+
note: String
|
24038
|
+
|
24039
|
+
"""Only filled out if the account is a business account."""
|
24040
|
+
companyName: String
|
24041
|
+
|
24042
|
+
"""Personal phone number."""
|
24043
|
+
personalPhone: String
|
24044
|
+
|
24045
|
+
"""Password url"""
|
24046
|
+
passwordUrl: String
|
24047
|
+
|
24048
|
+
"""Tax exempt code"""
|
24049
|
+
taxExemptCode: String
|
24050
|
+
|
24051
|
+
"""List of custom fields."""
|
24052
|
+
customFields: [AttributeValueInput!]
|
24053
|
+
|
24054
|
+
"""Marketplace VAT identification number"""
|
24055
|
+
vatIdentificationNumber: String
|
24056
|
+
|
24057
|
+
"""
|
24058
|
+
URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
|
24059
|
+
"""
|
24060
|
+
redirectUrl: String
|
24061
|
+
}
|
24062
|
+
|
24788
24063
|
"""Updates an existing customer."""
|
24789
24064
|
type CustomerUpdate {
|
24790
24065
|
accountErrors: [AccountError!]!
|
@@ -24813,9 +24088,6 @@ input CustomerInput {
|
|
24813
24088
|
"""User is staff member."""
|
24814
24089
|
isStaff: Boolean
|
24815
24090
|
|
24816
|
-
"""User account is affiliate."""
|
24817
|
-
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
24818
|
-
|
24819
24091
|
"""A note about the user."""
|
24820
24092
|
note: String
|
24821
24093
|
|
@@ -24895,9 +24167,6 @@ input StaffCreateInput {
|
|
24895
24167
|
"""User is staff member."""
|
24896
24168
|
isStaff: Boolean
|
24897
24169
|
|
24898
|
-
"""User account is affiliate."""
|
24899
|
-
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
24900
|
-
|
24901
24170
|
"""A note about the user."""
|
24902
24171
|
note: String
|
24903
24172
|
|
@@ -24950,9 +24219,6 @@ input StaffUpdateInput {
|
|
24950
24219
|
"""User is staff member."""
|
24951
24220
|
isStaff: Boolean
|
24952
24221
|
|
24953
|
-
"""User account is affiliate."""
|
24954
|
-
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
24955
|
-
|
24956
24222
|
"""A note about the user."""
|
24957
24223
|
note: String
|
24958
24224
|
|