@nautical-commerce/graphql-schema 1.57.0-1-g8c65351c2 → 1.57.0-11-g9d38ad4ed

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/nautical/schema.graphql +456 -1270
  2. package/package.json +1 -1
@@ -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!
@@ -1827,8 +1814,6 @@ type Query {
1827
1814
 
1828
1815
  """List of all tax rates available from tax gateway."""
1829
1816
  taxTypes: [TaxType!]!
1830
- coredata(name: String): CoreDataType @deprecated(reason: "This will be removed on October 25, 2024")
1831
- coredatalist: [CoreDataType!]! @deprecated(reason: "This will be removed on October 25, 2024")
1832
1817
 
1833
1818
  """Look up a checkout by token."""
1834
1819
  checkout(
@@ -1872,27 +1857,6 @@ type Query {
1872
1857
  last: Int
1873
1858
  ): CheckoutLineCountableConnection
1874
1859
 
1875
- """List of webhook jobs"""
1876
- channels(
1877
- """Filtering options for webhook jobs"""
1878
- filter: ChannelFilterInput
1879
-
1880
- """Sort webhook jobs"""
1881
- sortBy: ChannelSortingInput
1882
-
1883
- """Return the elements in the list that come before the specified cursor."""
1884
- before: String
1885
-
1886
- """Return the elements in the list that come after the specified cursor."""
1887
- after: String
1888
-
1889
- """Return the first n elements from the list."""
1890
- first: Int
1891
-
1892
- """Return the last n elements from the list."""
1893
- last: Int
1894
- ): ChannelCountableConnection @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
1895
-
1896
1860
  """List of the shop's attributes."""
1897
1861
  attributes(
1898
1862
  """Filtering options for attributes."""
@@ -2004,55 +1968,6 @@ type Query {
2004
1968
  id: ID!
2005
1969
  ): [AgreementSellers!]!
2006
1970
 
2007
- """List of the shop's affiliates"""
2008
- affiliates(
2009
- """Filtering options for affiliates."""
2010
- filter: AffiliateFilterInput
2011
-
2012
- """Sort affiliates."""
2013
- sortBy: UserSortingInput
2014
-
2015
- """Return the elements in the list that come before the specified cursor."""
2016
- before: String
2017
-
2018
- """Return the elements in the list that come after the specified cursor."""
2019
- after: String
2020
-
2021
- """Return the first n elements from the list."""
2022
- first: Int
2023
-
2024
- """Return the last n elements from the list."""
2025
- last: Int
2026
- ): UserCountableConnection @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2027
- affiliate(
2028
- """ID of the affiliate you are querying"""
2029
- id: ID
2030
- ): OptimizedAffiliate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2031
-
2032
- """List of affiliates' codes"""
2033
- affiliateCodes(
2034
- """Affiliate ID to get codes for"""
2035
- id: ID!
2036
-
2037
- """Filtering options for affiliate codes"""
2038
- filter: AffiliateCodeFilterInput
2039
-
2040
- """Sort affiliate codes"""
2041
- sortBy: AffiliateCodeSortingInput
2042
-
2043
- """Return the elements in the list that come before the specified cursor."""
2044
- before: String
2045
-
2046
- """Return the elements in the list that come after the specified cursor."""
2047
- after: String
2048
-
2049
- """Return the first n elements from the list."""
2050
- first: Int
2051
-
2052
- """Return the last n elements from the list."""
2053
- last: Int
2054
- ): AffiliateCodesCountableConnection @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2055
-
2056
1971
  """Returns address validation rules."""
2057
1972
  addressValidationRules(
2058
1973
  """Two-letter ISO 3166-1 country code."""
@@ -2579,22 +2494,9 @@ type User implements Node & ObjectWithMetadata {
2579
2494
  """Return the last n elements from the list."""
2580
2495
  last: Int
2581
2496
  ): WishlistCountableConnection
2582
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2583
2497
  seller: Seller
2584
- hasMicrosite: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2585
- micrositeId: ID @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2586
2498
  isAssignable: Boolean
2587
2499
 
2588
- """Date of last affiliate referral."""
2589
- lastReferral: DateTime @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2590
-
2591
- """Date of last affiliate confirmed order."""
2592
- lastOrder: DateTime @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2593
- affiliateReferrals: Int @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2594
- affiliateOrders: Int @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2595
- affiliateEarnings: Money @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2596
- agreement: Agreement
2597
-
2598
2500
  """List of documents associated with the user."""
2599
2501
  documents: [Document!]!
2600
2502
 
@@ -3635,7 +3537,6 @@ type VendorPayout implements Node & ObjectWithMetadata {
3635
3537
  gateway: String!
3636
3538
  payout: Payout!
3637
3539
  seller: Seller
3638
- affiliate: User
3639
3540
  currency: String!
3640
3541
  average: Decimal!
3641
3542
  discounts: Decimal!
@@ -3693,7 +3594,6 @@ type Payout implements Node & ObjectWithMetadata {
3693
3594
  endDate: String!
3694
3595
  status: PayoutStatus!
3695
3596
  name: String
3696
- vendorType: PayoutVendorType!
3697
3597
  currency: String!
3698
3598
  vendorPayouts(offset: Int, before: String, after: String, first: Int, last: Int): VendorPayoutCountableConnection!
3699
3599
  vendors: Int!
@@ -3725,15 +3625,6 @@ enum PayoutStatus {
3725
3625
  ERROR
3726
3626
  }
3727
3627
 
3728
- """An enumeration."""
3729
- enum PayoutVendorType {
3730
- """Sellers"""
3731
- SELLERS
3732
-
3733
- """Affiliates"""
3734
- AFFILIATES
3735
- }
3736
-
3737
3628
  """An enumeration."""
3738
3629
  enum VendorPayoutStatus {
3739
3630
  """Paid"""
@@ -3851,8 +3742,6 @@ type Order implements Node & ObjectWithMetadata {
3851
3742
  displayGrossPrices: Boolean!
3852
3743
  customerNote: String!
3853
3744
  weight: Weight
3854
- affiliate: User @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
3855
- affiliateCode: AffiliateCodes @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
3856
3745
 
3857
3746
  """Data time when the order was imported from another platform."""
3858
3747
  importedAt: DateTime
@@ -3941,18 +3830,12 @@ type Order implements Node & ObjectWithMetadata {
3941
3830
  """Seller commission for the order"""
3942
3831
  sellerCommission: Money
3943
3832
 
3944
- """Affiliate commission for the order"""
3945
- affiliateCommission: Money @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
3946
-
3947
3833
  """Volume discount for the order"""
3948
3834
  volumeDiscount: TaxedMoney
3949
3835
 
3950
3836
  """Validation status for the order"""
3951
3837
  validationStatus: [ValidationStatus!]
3952
3838
 
3953
- """Channel the order is associated with"""
3954
- channel: Channel @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
3955
-
3956
3839
  """Latest bid made against the order."""
3957
3840
  currentBid: Bid @deprecated(reason: "This will be removed alongside bids and offers on November 21, 2024")
3958
3841
 
@@ -4962,7 +4845,6 @@ enum PermissionEnum {
4962
4845
  MANAGE_PAYOUTS
4963
4846
  MANAGE_PAYMENTS
4964
4847
  MANAGE_REFUNDS
4965
- MANAGE_CHANNELS
4966
4848
  MANAGE_COLLECTIONS
4967
4849
  }
4968
4850
 
@@ -5558,83 +5440,61 @@ enum SaleTypeEnum {
5558
5440
  SPECIFIC_PRODUCT
5559
5441
  }
5560
5442
 
5561
- """Represents an affiliate code"""
5562
- type AffiliateCodes implements Node {
5443
+ """Represents order fulfillment."""
5444
+ type Fulfillment implements Node & ObjectWithMetadata {
5563
5445
  """The ID of the object"""
5564
5446
  id: ID!
5565
- externalId: String
5566
- externalSource: String
5567
- externalInventoryId: String
5447
+ fulfillmentOrder: Int!
5448
+ relatedTo: Fulfillment
5449
+ order: Order!
5568
5450
 
5569
- """The id of the affiliate that the code belongs to"""
5570
- affiliate: User
5451
+ """Nautical order via order mapping"""
5452
+ nauticalOrder: NauticalOrder
5453
+ status: FulfillmentStatus!
5571
5454
 
5572
- """
5573
- Number of times the code has been submitted (this includes when the customer did not complete an order)
5574
- """
5575
- uses: Int
5455
+ """Fulfillment tracking company"""
5456
+ trackingCompany: String
5576
5457
 
5577
- """The new affiliate code"""
5578
- code: String
5458
+ """Fulfillment tracking number"""
5459
+ trackingNumber: String
5579
5460
 
5580
- """Channel the code is associated with"""
5581
- channel: Channel @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
5461
+ """Fulfillment tracking url"""
5462
+ trackingUrl: String
5463
+ shippingLabelUrl: String
5464
+ created: DateTime!
5465
+ updated: DateTime!
5582
5466
 
5583
- """Whether or not the code is active"""
5584
- isActive: Boolean
5585
- createdAt: DateTime!
5586
- updatedAt: DateTime!
5587
- affiliateNauticalOrders(offset: Int, before: String, after: String, first: Int, last: Int): NauticalOrderCountableConnection!
5588
- affiliateOrders(offset: Int, before: String, after: String, first: Int, last: Int): OrderCountableConnection!
5589
- earnings: Money
5590
- orders: Int
5591
- }
5467
+ """User who made the fulfillment. Requires MANAGE_STAFF permission."""
5468
+ user: User
5592
5469
 
5593
- """Represents unique channel in Nautical."""
5594
- type Channel implements Node {
5595
- """The ID of the object"""
5596
- id: ID!
5597
- tenant: Tenant!
5598
- createdAt: DateTime
5599
- updatedAt: DateTime
5600
- channel: String!
5601
- affiliateCodes(offset: Int, before: String, after: String, first: Int, last: Int): AffiliateCodesCountableConnection!
5602
- nauticalOrders(offset: Int, before: String, after: String, first: Int, last: Int): NauticalOrderCountableConnection!
5603
- orders(offset: Int, before: String, after: String, first: Int, last: Int): OrderCountableConnection!
5604
- }
5470
+ """
5471
+ List of private metadata items.Requires proper staff permissions to access.
5472
+ """
5473
+ privateMetadata: [MetadataItem!]!
5605
5474
 
5606
- type AffiliateCodesCountableConnection {
5607
- """Pagination data for this connection."""
5608
- pageInfo: PageInfo!
5609
- edges: [AffiliateCodesCountableEdge!]!
5475
+ """List of public metadata items. Can be accessed without permissions."""
5476
+ metadata: [MetadataItem!]!
5610
5477
 
5611
- """A total count of items in the collection."""
5612
- totalCount: Int
5613
- }
5478
+ """List of lines for the fulfillment."""
5479
+ lines: [FulfillmentLine!]
5614
5480
 
5615
- type AffiliateCodesCountableEdge {
5616
- """The item at the end of the edge."""
5617
- node: AffiliateCodes!
5481
+ """Seller who made the fulfillment."""
5482
+ seller: Seller
5618
5483
 
5619
- """A cursor for use in pagination."""
5620
- cursor: String!
5621
- }
5484
+ """User-friendly fulfillment status."""
5485
+ statusDisplay: String
5622
5486
 
5623
- type NauticalOrderCountableConnection {
5624
- """Pagination data for this connection."""
5625
- pageInfo: PageInfo!
5626
- edges: [NauticalOrderCountableEdge!]!
5487
+ """Warehouse from fulfillment was fulfilled."""
5488
+ warehouse: Warehouse
5627
5489
 
5628
- """A total count of items in the collection."""
5629
- totalCount: Int
5630
- }
5490
+ """Sum of quantities across all lines."""
5491
+ totalLinesQuantity: Int
5631
5492
 
5632
- type NauticalOrderCountableEdge {
5633
- """The item at the end of the edge."""
5634
- node: NauticalOrder!
5493
+ """Total price across all quantities across all lines."""
5494
+ totalLinesMoney: Money!
5635
5495
 
5636
- """A cursor for use in pagination."""
5637
- cursor: String!
5496
+ """List of custom fields assigned to this fulfillment."""
5497
+ customFields: [SelectedAttribute!]!
5638
5498
  }
5639
5499
 
5640
5500
  """Represents a nautical order in the shop."""
@@ -5676,8 +5536,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
5676
5536
  displayGrossPrices: Boolean!
5677
5537
  customerNote: String!
5678
5538
  weight: Weight
5679
- affiliate: User @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
5680
- affiliateCode: AffiliateCodes @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
5681
5539
 
5682
5540
  """Data time when the order was imported from another platform."""
5683
5541
  importedAt: DateTime
@@ -5777,9 +5635,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
5777
5635
  """Returns True, if order requires shipping."""
5778
5636
  isShippingRequired: Boolean!
5779
5637
 
5780
- """Channel the marketplace order is associated with"""
5781
- channel: Channel @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
5782
-
5783
5638
  """Volume discount for the nautical order"""
5784
5639
  volumeDiscount: TaxedMoney
5785
5640
  shippingMethodName: String!
@@ -5877,32 +5732,42 @@ enum NauticalOrderSubStatus {
5877
5732
  OFFER_REJECTED
5878
5733
  }
5879
5734
 
5880
- """Represents order fulfillment."""
5881
- type Fulfillment implements Node & ObjectWithMetadata {
5882
- """The ID of the object"""
5883
- id: ID!
5884
- fulfillmentOrder: Int!
5885
- relatedTo: Fulfillment
5886
- order: Order!
5735
+ enum OrderSubStatusEnum {
5736
+ """In Review"""
5737
+ IN_REVIEW
5887
5738
 
5888
- """Nautical order via order mapping"""
5889
- nauticalOrder: NauticalOrder
5890
- status: FulfillmentStatus!
5739
+ """Quote Requested"""
5740
+ QUOTE_REQUESTED
5891
5741
 
5892
- """Fulfillment tracking company"""
5893
- trackingCompany: String
5742
+ """Awaiting Payment"""
5743
+ AWAITING_PAYMENT
5894
5744
 
5895
- """Fulfillment tracking number"""
5896
- trackingNumber: String
5745
+ """Complete"""
5746
+ COMPLETE
5897
5747
 
5898
- """Fulfillment tracking url"""
5899
- trackingUrl: String
5900
- shippingLabelUrl: String
5901
- created: DateTime!
5902
- updated: DateTime!
5748
+ """Offer Approved"""
5749
+ OFFER_APPROVED
5903
5750
 
5904
- """User who made the fulfillment. Requires MANAGE_STAFF permission."""
5905
- user: User
5751
+ """Offer Cancelled"""
5752
+ OFFER_CANCELLED
5753
+
5754
+ """Offer Created"""
5755
+ OFFER_CREATED
5756
+
5757
+ """Offer Expired"""
5758
+ OFFER_EXPIRED
5759
+
5760
+ """Offer Negotiating"""
5761
+ OFFER_NEGOTIATING
5762
+
5763
+ """Offer Rejected"""
5764
+ OFFER_REJECTED
5765
+ }
5766
+
5767
+ """Represents order line of particular order."""
5768
+ type OrderLine implements Node & ObjectWithMetadata {
5769
+ """The ID of the object"""
5770
+ id: ID!
5906
5771
 
5907
5772
  """
5908
5773
  List of private metadata items.Requires proper staff permissions to access.
@@ -5911,133 +5776,51 @@ type Fulfillment implements Node & ObjectWithMetadata {
5911
5776
 
5912
5777
  """List of public metadata items. Can be accessed without permissions."""
5913
5778
  metadata: [MetadataItem!]!
5779
+ isLinePriceOverridden: Boolean!
5780
+ unitPriceOverriddenNote: String
5781
+ note: String
5782
+ productName: String!
5783
+ variantName: String!
5784
+ productSku: String
5785
+ isShippingRequired: Boolean!
5786
+ quantityFulfilled: Int!
5787
+ quantityDeclined: Int!
5788
+ digitalContentUrl: DigitalContentUrl
5914
5789
 
5915
- """List of lines for the fulfillment."""
5916
- lines: [FulfillmentLine!]
5917
-
5918
- """Seller who made the fulfillment."""
5919
- seller: Seller
5790
+ """The seller order for this line"""
5791
+ order: Order!
5920
5792
 
5921
- """User-friendly fulfillment status."""
5922
- statusDisplay: String
5793
+ """The nautical order line for this seller order line"""
5794
+ nauticalOrderLine: NauticalOrderLine!
5923
5795
 
5924
- """Warehouse from fulfillment was fulfilled."""
5925
- warehouse: Warehouse
5796
+ """The main thumbnail for the ordered product."""
5797
+ thumbnail(
5798
+ """Size of thumbnail."""
5799
+ size: Int
5800
+ ): Image
5926
5801
 
5927
- """Sum of quantities across all lines."""
5928
- totalLinesQuantity: Int
5802
+ """Price of the single item in the order line."""
5803
+ unitPrice: TaxedMoney
5929
5804
 
5930
- """Total price across all quantities across all lines."""
5931
- totalLinesPrice: Float @deprecated(reason: "This will be removed on October 25, 2024 and replaced by totalLinesMoney")
5805
+ """Price of the order line."""
5806
+ totalPrice: TaxedMoney
5932
5807
 
5933
- """Total price across all quantities across all lines."""
5934
- totalLinesMoney: Money!
5808
+ """
5809
+ A purchased product variant. Note: this field may be null if the variant has been removed from stock at all.
5810
+ """
5811
+ variant: ProductVariant
5935
5812
 
5936
- """List of custom fields assigned to this fulfillment."""
5937
- customFields: [SelectedAttribute!]!
5938
- }
5813
+ """Product name in the customer's language."""
5814
+ translatedProductName: String!
5939
5815
 
5940
- """An enumeration."""
5941
- enum FulfillmentStatus {
5942
- """Fulfilled"""
5943
- FULFILLED
5816
+ """Variant name in the customer's language."""
5817
+ translatedVariantName: String!
5944
5818
 
5945
- """Canceled"""
5946
- CANCELED
5819
+ """List of allocations across warehouses."""
5820
+ allocations: [Allocation!]
5947
5821
 
5948
- """Returned"""
5949
- RETURNED
5950
-
5951
- """Declined"""
5952
- DECLINED
5953
-
5954
- """Return requested"""
5955
- RETURN_REQUESTED
5956
-
5957
- """Return authorized"""
5958
- RETURN_AUTHORIZED
5959
-
5960
- """Return declined"""
5961
- RETURN_DECLINED
5962
-
5963
- """Return received"""
5964
- RETURN_RECEIVED
5965
-
5966
- """Return complete"""
5967
- RETURN_COMPLETE
5968
-
5969
- """Return cancelled"""
5970
- RETURN_CANCELLED
5971
- }
5972
-
5973
- """Represents line of the fulfillment."""
5974
- type FulfillmentLine implements Node {
5975
- """The ID of the object"""
5976
- id: ID!
5977
- quantity: Int!
5978
- orderLine: OrderLine
5979
-
5980
- """Reason customer requested item return."""
5981
- returnReason: String
5982
- }
5983
-
5984
- """Represents order line of particular order."""
5985
- type OrderLine implements Node & ObjectWithMetadata {
5986
- """The ID of the object"""
5987
- id: ID!
5988
-
5989
- """
5990
- List of private metadata items.Requires proper staff permissions to access.
5991
- """
5992
- privateMetadata: [MetadataItem!]!
5993
-
5994
- """List of public metadata items. Can be accessed without permissions."""
5995
- metadata: [MetadataItem!]!
5996
- isLinePriceOverridden: Boolean!
5997
- unitPriceOverriddenNote: String
5998
- note: String
5999
- productName: String!
6000
- variantName: String!
6001
- productSku: String
6002
- isShippingRequired: Boolean!
6003
- quantityFulfilled: Int!
6004
- quantityDeclined: Int!
6005
- digitalContentUrl: DigitalContentUrl
6006
-
6007
- """The seller order for this line"""
6008
- order: Order!
6009
-
6010
- """The nautical order line for this seller order line"""
6011
- nauticalOrderLine: NauticalOrderLine!
6012
-
6013
- """The main thumbnail for the ordered product."""
6014
- thumbnail(
6015
- """Size of thumbnail."""
6016
- size: Int
6017
- ): Image
6018
-
6019
- """Price of the single item in the order line."""
6020
- unitPrice: TaxedMoney
6021
-
6022
- """Price of the order line."""
6023
- totalPrice: TaxedMoney
6024
-
6025
- """
6026
- A purchased product variant. Note: this field may be null if the variant has been removed from stock at all.
6027
- """
6028
- variant: ProductVariant
6029
-
6030
- """Product name in the customer's language."""
6031
- translatedProductName: String!
6032
-
6033
- """Variant name in the customer's language."""
6034
- translatedVariantName: String!
6035
-
6036
- """List of allocations across warehouses."""
6037
- allocations: [Allocation!]
6038
-
6039
- """The pricebook, if any, that changed the price of this line."""
6040
- priceBook: PriceBook
5822
+ """The pricebook, if any, that changed the price of this line."""
5823
+ priceBook: PriceBook
6041
5824
 
6042
5825
  """DEPRECATED: The number of items ordered on this order line."""
6043
5826
  quantity: Int! @deprecated(reason: "Use the more explicit quantityOrdered instead. This will be removed on November 1, 2024")
@@ -6408,38 +6191,6 @@ type ShippingZoneCountryArea implements Node {
6408
6191
  countryArea: CountryArea!
6409
6192
  }
6410
6193
 
6411
- enum OrderSubStatusEnum {
6412
- """In Review"""
6413
- IN_REVIEW
6414
-
6415
- """Quote Requested"""
6416
- QUOTE_REQUESTED
6417
-
6418
- """Awaiting Payment"""
6419
- AWAITING_PAYMENT
6420
-
6421
- """Complete"""
6422
- COMPLETE
6423
-
6424
- """Offer Approved"""
6425
- OFFER_APPROVED
6426
-
6427
- """Offer Cancelled"""
6428
- OFFER_CANCELLED
6429
-
6430
- """Offer Created"""
6431
- OFFER_CREATED
6432
-
6433
- """Offer Expired"""
6434
- OFFER_EXPIRED
6435
-
6436
- """Offer Negotiating"""
6437
- OFFER_NEGOTIATING
6438
-
6439
- """Offer Rejected"""
6440
- OFFER_REJECTED
6441
- }
6442
-
6443
6194
  enum OrderAction {
6444
6195
  """Represents the capture action."""
6445
6196
  CAPTURE
@@ -7189,6 +6940,50 @@ enum RefundTypeEnum {
7189
6940
  ORDERLINEREFUND
7190
6941
  }
7191
6942
 
6943
+ """An enumeration."""
6944
+ enum FulfillmentStatus {
6945
+ """Fulfilled"""
6946
+ FULFILLED
6947
+
6948
+ """Canceled"""
6949
+ CANCELED
6950
+
6951
+ """Returned"""
6952
+ RETURNED
6953
+
6954
+ """Declined"""
6955
+ DECLINED
6956
+
6957
+ """Return requested"""
6958
+ RETURN_REQUESTED
6959
+
6960
+ """Return authorized"""
6961
+ RETURN_AUTHORIZED
6962
+
6963
+ """Return declined"""
6964
+ RETURN_DECLINED
6965
+
6966
+ """Return received"""
6967
+ RETURN_RECEIVED
6968
+
6969
+ """Return complete"""
6970
+ RETURN_COMPLETE
6971
+
6972
+ """Return cancelled"""
6973
+ RETURN_CANCELLED
6974
+ }
6975
+
6976
+ """Represents line of the fulfillment."""
6977
+ type FulfillmentLine implements Node {
6978
+ """The ID of the object"""
6979
+ id: ID!
6980
+ quantity: Int!
6981
+ orderLine: OrderLine
6982
+
6983
+ """Reason customer requested item return."""
6984
+ returnReason: String
6985
+ }
6986
+
7192
6987
  """Extra fee associated with an order"""
7193
6988
  type OrderFee implements Node {
7194
6989
  """The ID of the object"""
@@ -7398,7 +7193,6 @@ type Agreement implements Node & ObjectWithMetadata {
7398
7193
  seoDescription: String
7399
7194
  slug: String!
7400
7195
  title: String!
7401
- vendorType: AgreementVendorType!
7402
7196
 
7403
7197
  """Commission type"""
7404
7198
  commissionType: CommissionTypeEnum! @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
@@ -7411,7 +7205,6 @@ type Agreement implements Node & ObjectWithMetadata {
7411
7205
  If a markup commission is selected, this is the amount of the commission.
7412
7206
  """
7413
7207
  markupCommissionValue: Decimal @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
7414
- agreementType: AgreementAgreementType!
7415
7208
  isActive: Boolean
7416
7209
 
7417
7210
  """List of granular commissions associated with the agreement."""
@@ -7430,15 +7223,6 @@ type Agreement implements Node & ObjectWithMetadata {
7430
7223
  metadata: [MetadataItem!]!
7431
7224
  }
7432
7225
 
7433
- """An enumeration."""
7434
- enum AgreementVendorType {
7435
- """Seller"""
7436
- SELLER
7437
-
7438
- """Affiliate"""
7439
- AFFILIATE
7440
- }
7441
-
7442
7226
  enum CommissionTypeEnum {
7443
7227
  """Gross Price Commission"""
7444
7228
  MARKETPLACE
@@ -7455,15 +7239,6 @@ enum MarkupCommissionTypeEnum {
7455
7239
  PERCENTAGE
7456
7240
  }
7457
7241
 
7458
- """An enumeration."""
7459
- enum AgreementAgreementType {
7460
- """Seller"""
7461
- A_1
7462
-
7463
- """Affiliate"""
7464
- A_2
7465
- }
7466
-
7467
7242
  """An agreement commission"""
7468
7243
  type AgreementCommission implements Node & ObjectWithMetadata {
7469
7244
  """The ID of the object"""
@@ -7541,7 +7316,6 @@ type Microsite implements Node & ObjectWithMetadata {
7541
7316
  name: String!
7542
7317
  slug: String!
7543
7318
  footerText: String
7544
- affiliate: User @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
7545
7319
  seller: Seller
7546
7320
 
7547
7321
  """
@@ -8254,7 +8028,6 @@ input CustomerOrderFilterInput {
8254
8028
  paymentStatus: [PaymentChargeStatusEnum!]
8255
8029
  status: [OrderStatusFilter!]
8256
8030
  customer: String
8257
- channel: String
8258
8031
  created: DateRangeInput
8259
8032
  metadata: MetadataFilterInput
8260
8033
  privateMetadata: MetadataFilterInput
@@ -8326,9 +8099,6 @@ enum OrderSortField {
8326
8099
  """Sort orders by fulfillment status."""
8327
8100
  FULFILLMENT_STATUS
8328
8101
 
8329
- """Sort orders by channel."""
8330
- CHANNEL
8331
-
8332
8102
  """Sort orders by total."""
8333
8103
  TOTAL
8334
8104
 
@@ -8342,11 +8112,27 @@ enum OrderSortField {
8342
8112
  EXTERNAL_SOURCE
8343
8113
  }
8344
8114
 
8115
+ type NauticalOrderCountableConnection {
8116
+ """Pagination data for this connection."""
8117
+ pageInfo: PageInfo!
8118
+ edges: [NauticalOrderCountableEdge!]!
8119
+
8120
+ """A total count of items in the collection."""
8121
+ totalCount: Int
8122
+ }
8123
+
8124
+ type NauticalOrderCountableEdge {
8125
+ """The item at the end of the edge."""
8126
+ node: NauticalOrder!
8127
+
8128
+ """A cursor for use in pagination."""
8129
+ cursor: String!
8130
+ }
8131
+
8345
8132
  input CustomerNauticalOrderFilterInput {
8346
8133
  paymentStatus: [PaymentChargeStatusEnum!]
8347
8134
  status: [OrderStatusFilter!]
8348
8135
  customer: String
8349
- channel: String
8350
8136
  created: DateRangeInput
8351
8137
  metadata: MetadataFilterInput
8352
8138
  privateMetadata: MetadataFilterInput
@@ -9094,24 +8880,15 @@ type Shop {
9094
8880
  """Whether the marketplace has enabled offer orders."""
9095
8881
  enableOfferOrders: Boolean
9096
8882
 
9097
- """List of the shops's supported languages."""
9098
- languages: [LanguageDisplay!]! @deprecated(reason: "This will be removed on October 29, 2024")
9099
-
9100
8883
  """Shop's name."""
9101
8884
  name: String!
9102
8885
 
9103
- """Shop's navigation."""
9104
- navigation: Navigation @deprecated(reason: "Fetch menus using the `menu` query with `slug` parameter. This will be removed on October 29, 2024.")
9105
-
9106
8886
  """List of available permissions."""
9107
8887
  permissions: [Permission!]!
9108
8888
 
9109
8889
  """List of possible phone prefixes."""
9110
8890
  phonePrefixes: [String!]!
9111
8891
 
9112
- """Header text."""
9113
- headerText: String @deprecated(reason: "This will be removed on October 29, 2024")
9114
-
9115
8892
  """Include taxes in prices."""
9116
8893
  includeTaxesInPrices: Boolean!
9117
8894
 
@@ -9154,11 +8931,6 @@ type Shop {
9154
8931
  """Gets active plugins."""
9155
8932
  activePlugins: [Plugin!]!
9156
8933
 
9157
- """
9158
- None if shop does not use Builder, otherwise this contains Builder public api key.
9159
- """
9160
- builderKey: String @deprecated(reason: "This will be removed on October 29, 2024")
9161
-
9162
8934
  """
9163
8935
  None if shop does not use Crisp, otherwise this contains Crisp Website ID.
9164
8936
  """
@@ -9252,110 +9024,35 @@ type Domain {
9252
9024
  url: String!
9253
9025
  }
9254
9026
 
9255
- type LanguageDisplay {
9256
- """ISO 639 representation of the language name."""
9257
- code: LanguageCodeEnum!
9258
-
9259
- """Full name of the language."""
9260
- language: String!
9261
- }
9262
-
9263
- """Represents shop's navigation menus."""
9264
- type Navigation {
9265
- """Main navigation bar."""
9266
- main: Menu
9267
-
9268
- """Secondary navigation bar."""
9269
- secondary: Menu
9270
- }
9271
-
9272
- """
9273
- Represents a single menu - an object that is used to help navigate through the store.
9274
- """
9275
- type Menu implements Node {
9276
- """The ID of the object"""
9027
+ """Plugin."""
9028
+ type Plugin implements Node {
9277
9029
  id: ID!
9030
+ privateMetadata: JSONString!
9031
+ metadata: JSONString!
9032
+ company: String
9033
+ category: PluginConfigurationCategory
9034
+ descriptionShort: String!
9035
+ logoUrl: String
9036
+ created: DateTime!
9037
+ externalUrl: String
9038
+ supportUrl: String
9039
+ allowSellers: Boolean
9040
+ allowManyActivePluginsInCategory: Boolean!
9041
+ tenant: Tenant!
9042
+ identifier: String!
9278
9043
  name: String!
9279
- slug: String!
9280
- items: [MenuItem!]!
9044
+ description: String!
9045
+ active: Boolean!
9046
+ configuration: [ConfigurationItem!]
9047
+ defaultConfiguration: [ConfigurationItem!]
9048
+ supportSellerConfiguration: Boolean
9049
+ version: String!
9281
9050
  }
9282
9051
 
9283
- """
9284
- Represents a single item of the related menu. Can store categories, collection or pages.
9285
- """
9286
- type MenuItem implements Node {
9287
- """The ID of the object"""
9288
- id: ID!
9289
- menu: Menu!
9290
- name: String!
9291
- parent: MenuItem
9292
- category: Category
9293
- collection: Collection
9294
- page: Page
9295
- level: Int!
9296
- children: [MenuItem!]!
9297
-
9298
- """URL to the menu item."""
9299
- url: String
9300
- }
9301
-
9302
- """
9303
- A static page that can be manually added by a shop operator through the dashboard.
9304
- """
9305
- type Page implements Node & ObjectWithMetadata {
9306
- """The ID of the object"""
9307
- id: ID!
9308
- publicationDate: Date
9309
- createdAt: DateTime!
9310
- updatedAt: DateTime!
9311
- content: String!
9312
- contentHtml: String!
9313
- seoTitle: String
9314
- seoDescription: String
9315
- slug: String!
9316
- title: String!
9317
-
9318
- """
9319
- List of private metadata items.Requires proper staff permissions to access.
9320
- """
9321
- privateMetadata: [MetadataItem!]!
9322
-
9323
- """List of public metadata items. Can be accessed without permissions."""
9324
- metadata: [MetadataItem!]!
9325
-
9326
- """Whether the page is published."""
9327
- isPublished: Boolean!
9328
- }
9329
-
9330
- """Plugin."""
9331
- type Plugin implements Node {
9332
- id: ID!
9333
- privateMetadata: JSONString!
9334
- metadata: JSONString!
9335
- company: String
9336
- category: PluginConfigurationCategory
9337
- descriptionShort: String!
9338
- logoUrl: String
9339
- created: DateTime!
9340
- externalUrl: String
9341
- supportUrl: String
9342
- allowSellers: Boolean
9343
- allowManyActivePluginsInCategory: Boolean!
9344
- tenant: Tenant!
9345
- identifier: String!
9346
- name: String!
9347
- description: String!
9348
- active: Boolean!
9349
- configuration: [ConfigurationItem!]
9350
- defaultConfiguration: [ConfigurationItem!]
9351
- supportSellerConfiguration: Boolean
9352
- version: String!
9353
- }
9354
-
9355
- """An enumeration."""
9356
- enum PluginConfigurationCategory {
9357
- """Auth"""
9358
- AUTH
9052
+ """An enumeration."""
9053
+ enum PluginConfigurationCategory {
9054
+ """Auth"""
9055
+ AUTH
9359
9056
 
9360
9057
  """Fulfillment"""
9361
9058
  FULFILLMENT
@@ -10932,7 +10629,6 @@ type OrderVendorSummaryType {
10932
10629
  revenue: Float
10933
10630
  totals: Int
10934
10631
  commission: Float
10935
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
10936
10632
  payout: Float
10937
10633
  vendors: Int
10938
10634
  adjustments: Decimal
@@ -10953,7 +10649,6 @@ type OrderVendorReportType {
10953
10649
  revenue: Float
10954
10650
  totals: Int
10955
10651
  commission: Float
10956
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
10957
10652
  payout: Float
10958
10653
  vendorId: Int
10959
10654
  vendor: Vendor
@@ -10983,7 +10678,6 @@ type SingleVendorReportType {
10983
10678
  revenue: Float
10984
10679
  totals: Int
10985
10680
  commission: Float
10986
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
10987
10681
  payout: Decimal
10988
10682
  adjustments: Decimal
10989
10683
  penalties: Decimal
@@ -11008,7 +10702,6 @@ type SingleVendorSummaryType {
11008
10702
  revenue: Float
11009
10703
  totals: Int
11010
10704
  commission: Float
11011
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
11012
10705
  payout: Float
11013
10706
  adjustments: Decimal
11014
10707
  penalties: Decimal
@@ -11033,6 +10726,34 @@ type PaymentCountableEdge {
11033
10726
  cursor: String!
11034
10727
  }
11035
10728
 
10729
+ """
10730
+ A static page that can be manually added by a shop operator through the dashboard.
10731
+ """
10732
+ type Page implements Node & ObjectWithMetadata {
10733
+ """The ID of the object"""
10734
+ id: ID!
10735
+ publicationDate: Date
10736
+ createdAt: DateTime!
10737
+ updatedAt: DateTime!
10738
+ content: String!
10739
+ contentHtml: String!
10740
+ seoTitle: String
10741
+ seoDescription: String
10742
+ slug: String!
10743
+ title: String!
10744
+
10745
+ """
10746
+ List of private metadata items.Requires proper staff permissions to access.
10747
+ """
10748
+ privateMetadata: [MetadataItem!]!
10749
+
10750
+ """List of public metadata items. Can be accessed without permissions."""
10751
+ metadata: [MetadataItem!]!
10752
+
10753
+ """Whether the page is published."""
10754
+ isPublished: Boolean!
10755
+ }
10756
+
11036
10757
  type PageCountableConnection {
11037
10758
  """Pagination data for this connection."""
11038
10759
  pageInfo: PageInfo!
@@ -11117,7 +10838,6 @@ input OrderFilterInput {
11117
10838
  paymentStatus: [PaymentChargeStatusEnum!]
11118
10839
  status: [OrderStatusFilter!]
11119
10840
  customer: String
11120
- channel: String
11121
10841
  created: DateRangeInput
11122
10842
  metadata: MetadataFilterInput
11123
10843
  privateMetadata: MetadataFilterInput
@@ -11135,7 +10855,6 @@ input NauticalOrderFilterInput {
11135
10855
  paymentStatus: [PaymentChargeStatusEnum!]
11136
10856
  status: [OrderStatusFilter!]
11137
10857
  customer: String
11138
- channel: String
11139
10858
  created: DateRangeInput
11140
10859
  metadata: MetadataFilterInput
11141
10860
  privateMetadata: MetadataFilterInput
@@ -11148,7 +10867,6 @@ input NauticalOrderFilterInput {
11148
10867
 
11149
10868
  input OrderDraftFilterInput {
11150
10869
  customer: String
11151
- channel: String
11152
10870
  created: DateRangeInput
11153
10871
  metadata: MetadataFilterInput
11154
10872
  privateMetadata: MetadataFilterInput
@@ -11161,7 +10879,6 @@ input OrderDraftFilterInput {
11161
10879
 
11162
10880
  input NauticalOrderDraftFilterInput {
11163
10881
  customer: String
11164
- channel: String
11165
10882
  created: DateRangeInput
11166
10883
  metadata: MetadataFilterInput
11167
10884
  privateMetadata: MetadataFilterInput
@@ -11174,7 +10891,6 @@ input NauticalOrderDraftFilterInput {
11174
10891
 
11175
10892
  input NauticalOrderQuoteFilterInput {
11176
10893
  customer: String
11177
- channel: String
11178
10894
  created: DateRangeInput
11179
10895
  metadata: MetadataFilterInput
11180
10896
  privateMetadata: MetadataFilterInput
@@ -11193,7 +10909,6 @@ enum QuoteOrderSubStatusFilter {
11193
10909
 
11194
10910
  input OrderQuoteFilterInput {
11195
10911
  customer: String
11196
- channel: String
11197
10912
  created: DateRangeInput
11198
10913
  metadata: MetadataFilterInput
11199
10914
  privateMetadata: MetadataFilterInput
@@ -11318,7 +11033,6 @@ type MicrositeCountableEdge {
11318
11033
  input MicrositeFilterInput {
11319
11034
  published: MicrositePublished
11320
11035
  search: String
11321
- vendorType: MicrositeVendorType
11322
11036
  ids: [ID]
11323
11037
  metadata: MetadataFilterInput
11324
11038
  privateMetadata: MetadataFilterInput
@@ -11329,11 +11043,6 @@ enum MicrositePublished {
11329
11043
  HIDDEN
11330
11044
  }
11331
11045
 
11332
- enum MicrositeVendorType {
11333
- SELLER
11334
- AFFILIATE
11335
- }
11336
-
11337
11046
  input MicrositeSortingInput {
11338
11047
  """Specifies the direction in which to sort products."""
11339
11048
  direction: OrderDirection!
@@ -11356,6 +11065,36 @@ enum MicrositeSortField {
11356
11065
  PUBLICATION_DATE
11357
11066
  }
11358
11067
 
11068
+ """
11069
+ Represents a single menu - an object that is used to help navigate through the store.
11070
+ """
11071
+ type Menu implements Node {
11072
+ """The ID of the object"""
11073
+ id: ID!
11074
+ name: String!
11075
+ slug: String!
11076
+ items: [MenuItem!]!
11077
+ }
11078
+
11079
+ """
11080
+ Represents a single item of the related menu. Can store categories, collection or pages.
11081
+ """
11082
+ type MenuItem implements Node {
11083
+ """The ID of the object"""
11084
+ id: ID!
11085
+ menu: Menu!
11086
+ name: String!
11087
+ parent: MenuItem
11088
+ category: Category
11089
+ collection: Collection
11090
+ page: Page
11091
+ level: Int!
11092
+ children: [MenuItem!]!
11093
+
11094
+ """URL to the menu item."""
11095
+ url: String
11096
+ }
11097
+
11359
11098
  type MenuCountableConnection {
11360
11099
  """Pagination data for this connection."""
11361
11100
  pageInfo: PageInfo!
@@ -12488,7 +12227,6 @@ type OrderSellerSummaryType {
12488
12227
  revenue: Float
12489
12228
  totals: Int
12490
12229
  commission: Float
12491
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12492
12230
  payout: Float
12493
12231
  sellers: Float
12494
12232
  }
@@ -12505,7 +12243,6 @@ type OrderCustomerReportType {
12505
12243
  revenue: Float
12506
12244
  totals: Int
12507
12245
  commission: Float
12508
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12509
12246
  payout: Float
12510
12247
  userId: Int
12511
12248
  user: User
@@ -12547,7 +12284,6 @@ type OrderSellerReportType {
12547
12284
  revenue: Float
12548
12285
  totals: Int
12549
12286
  commission: Float
12550
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12551
12287
  payout: Float
12552
12288
  sellerId: Int
12553
12289
  seller: Seller
@@ -12589,7 +12325,6 @@ type OrderMarketplaceReportType {
12589
12325
  revenue: Float
12590
12326
  totals: Int
12591
12327
  commission: Float
12592
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12593
12328
  payout: Float
12594
12329
  dimension: Date
12595
12330
  }
@@ -12626,65 +12361,6 @@ type InReportMarketplacePayoutsSummaryType {
12626
12361
  report: [OrderSellerReportType!]
12627
12362
  }
12628
12363
 
12629
- type InReportMarketplaceAffiliatePayoutsSummaryType {
12630
- """Category of the metric."""
12631
- category: String!
12632
-
12633
- """Title of the metric."""
12634
- title: String!
12635
-
12636
- """
12637
- Description of main columns in report and summary. Note: report and summary can contain additional columns.
12638
- """
12639
- columns: [ColumnObjectType!]
12640
-
12641
- """Info about applied filters."""
12642
- filters: [FilterObjectType!]
12643
-
12644
- """Total summary for selected period."""
12645
- summary: OrderAffiliateSummaryType!
12646
-
12647
- """
12648
- Report where each row represent aggregated, by selected (in filters) dimension, summary.
12649
- """
12650
- report: [OrderAffiliateReportType!]
12651
- }
12652
-
12653
- type OrderAffiliateSummaryType {
12654
- gross: Float
12655
- orders: Int
12656
- net: Float
12657
- shipping: Float
12658
- average: Float
12659
- taxes: Float
12660
- discounts: Float
12661
- volumeDiscounts: Float
12662
- revenue: Float
12663
- totals: Int
12664
- commission: Float
12665
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12666
- payout: Float
12667
- affiliates: Float
12668
- }
12669
-
12670
- type OrderAffiliateReportType {
12671
- gross: Float
12672
- orders: Int
12673
- net: Float
12674
- shipping: Float
12675
- average: Float
12676
- taxes: Float
12677
- discounts: Float
12678
- volumeDiscounts: Float
12679
- revenue: Float
12680
- totals: Int
12681
- commission: Float
12682
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12683
- payout: Float
12684
- affiliateId: Int
12685
- affiliate: User
12686
- }
12687
-
12688
12364
  type InReportMarketplaceTaxSummaryType {
12689
12365
  """Category of the metric."""
12690
12366
  category: String!
@@ -12721,7 +12397,6 @@ type AbstractOrderSellerReportType {
12721
12397
  revenue: Float
12722
12398
  totals: Int
12723
12399
  commission: Float
12724
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12725
12400
  payout: Float
12726
12401
  }
12727
12402
 
@@ -12737,7 +12412,6 @@ type MarketplaceTaxReportType {
12737
12412
  revenue: Float
12738
12413
  totals: Int
12739
12414
  commission: Float
12740
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12741
12415
  payout: Float
12742
12416
  dimension: Date
12743
12417
  }
@@ -12778,7 +12452,6 @@ type MarketplaceTaxReportByLocaleType {
12778
12452
  revenue: Float
12779
12453
  totals: Int
12780
12454
  commission: Float
12781
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12782
12455
  payout: Float
12783
12456
  billingAddress_Country: String
12784
12457
  billingAddress_CountryArea: String
@@ -12990,7 +12663,6 @@ type DashboardSellerOrderPerformanceType {
12990
12663
  revenue: Float
12991
12664
  totals: Int
12992
12665
  commission: Float
12993
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12994
12666
  payout: Float
12995
12667
  sellerId: Int
12996
12668
  seller: Seller
@@ -13013,7 +12685,6 @@ type GraphDataType {
13013
12685
  revenue: Float
13014
12686
  totals: Int
13015
12687
  commission: Float
13016
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
13017
12688
  payout: Float
13018
12689
  dimension: DateTime
13019
12690
  }
@@ -13491,12 +13162,6 @@ enum ExportFileSortField {
13491
13162
  UPDATED_AT
13492
13163
  }
13493
13164
 
13494
- type CoreDataType {
13495
- tenant: Tenant!
13496
- name: String!
13497
- jsonContent: JSONString!
13498
- }
13499
-
13500
13165
  type CheckoutCountableConnection {
13501
13166
  """Pagination data for this connection."""
13502
13167
  pageInfo: PageInfo!
@@ -13531,45 +13196,6 @@ type CheckoutLineCountableEdge {
13531
13196
  cursor: String!
13532
13197
  }
13533
13198
 
13534
- type ChannelCountableConnection {
13535
- """Pagination data for this connection."""
13536
- pageInfo: PageInfo!
13537
- edges: [ChannelCountableEdge!]!
13538
-
13539
- """A total count of items in the collection."""
13540
- totalCount: Int
13541
- }
13542
-
13543
- type ChannelCountableEdge {
13544
- """The item at the end of the edge."""
13545
- node: Channel!
13546
-
13547
- """A cursor for use in pagination."""
13548
- cursor: String!
13549
- }
13550
-
13551
- input ChannelFilterInput {
13552
- search: String
13553
- createdAt: DateTime
13554
- created: DateRangeInput
13555
- }
13556
-
13557
- input ChannelSortingInput {
13558
- """Specifies the direction in which to sort products."""
13559
- direction: OrderDirection!
13560
-
13561
- """Sort channels by the selected field."""
13562
- field: ChannelSortField!
13563
- }
13564
-
13565
- enum ChannelSortField {
13566
- """Sort channels by channel."""
13567
- CHANNEL
13568
-
13569
- """Sort channels by created at."""
13570
- CREATED_AT
13571
- }
13572
-
13573
13199
  input AttributeSortingInput {
13574
13200
  """Specifies the direction in which to sort products."""
13575
13201
  direction: OrderDirection!
@@ -13729,50 +13355,6 @@ input AgreementFilterInput {
13729
13355
  search: String
13730
13356
  }
13731
13357
 
13732
- input AffiliateFilterInput {
13733
- dateJoined: DateRangeInput
13734
- moneySpent: PriceRangeInput
13735
- numberOfOrders: IntRangeInput
13736
- placedOrders: DateRangeInput
13737
- search: String
13738
- }
13739
-
13740
- type OptimizedAffiliate {
13741
- affiliate: User
13742
- channels: [OptimizedAffiliateChannels!] @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
13743
- topCodes: [AffiliateCodes!]
13744
- agreement: Agreement
13745
- }
13746
-
13747
- type OptimizedAffiliateChannels {
13748
- channelName: String
13749
- totalReferrals: Int
13750
- }
13751
-
13752
- input AffiliateCodeFilterInput {
13753
- search: String
13754
- isActive: Boolean
13755
- }
13756
-
13757
- input AffiliateCodeSortingInput {
13758
- """Specifies the direction in which to sort products."""
13759
- direction: OrderDirection!
13760
-
13761
- """Sort affiliate_codes by the selected field."""
13762
- field: AffiliateCodeSortField!
13763
- }
13764
-
13765
- enum AffiliateCodeSortField {
13766
- """Sort affiliate codes by code."""
13767
- CODE
13768
-
13769
- """Sort affiliate codes by status."""
13770
- STATUS
13771
-
13772
- """Sort affiliate codes by referrals."""
13773
- REFERRALS
13774
- }
13775
-
13776
13358
  type AddressValidationData {
13777
13359
  countryCode: String
13778
13360
  countryName: String
@@ -13888,7 +13470,7 @@ type Mutation {
13888
13470
  description: String
13889
13471
 
13890
13472
  """
13891
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.oasis.opendocument.presentation, image/x-tiff, text/comma-separated-values, application/x-acad, application/vnd.ms-excel, text/plain, application/csv, application/gzip-compressed, application/dxf, application/x-jpg, application/x-tif, application/x-dxf, image/vnd.dwg, image/eps, drawing/dwg, application/excel, application/acrobat, image/gif, image/heic, application/x-rar-compressed, text/x-csv, application/rtf, image/x-tif, application/x-tar, text/svg-xml, image/x-dxf, application/tiff, image/webp, image/heif-sequence, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-eps, application/x-csv, application/vnd.oasis.opendocument.text, image/svg, application/x-rar, image/x-dwg, application/gzipped, application/pdf, image/tiff, image/x-bmp, image/jpg, image/x-eps, application/x-zip-compressed, application/vnd.ms-powerpoint, application/svg+xml, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/eps, image/tif, image/svg+xml, application/x-gzip, text/rtf, image/bmp, application/tif, application/dwg, application/vnd.oasis.opendocument.spreadsheet, application/x-pdf, text/x-comma-separated-values, application/x-tiff, image/jpeg, application/msword, image/png, text/pdf, image/heif, application/postscript, drawing/x-dwf, application/jpg, image/dxf, application/x-autocad, drawing/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.ms-word, application/zip, application/gzip, text/svg, application/vnd.pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv, text/x-pdf, application/acad, image/heic-sequence, application/x-dwg, application/x-rtf, pplication/vnd.rar.
13473
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: drawing/x-dwf, image/heif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/heic, image/x-tif, image/svg, application/x-autocad, text/x-pdf, application/postscript, application/x-rtf, image/x-bmp, application/x-dwg, application/gzipped, application/dwg, text/comma-separated-values, application/x-pdf, application/x-jpg, text/x-comma-separated-values, application/x-gzip, application/rtf, application/x-tif, image/gif, image/svg+xml, application/gzip, application/svg+xml, application/tif, image/heic-sequence, drawing/x-dwg, application/gzip-compressed, application/msword, application/x-dxf, application/x-tar, application/excel, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-eps, image/jpeg, image/dxf, application/vnd.oasis.opendocument.text, text/x-csv, application/zip, application/vnd.pdf, image/x-eps, image/x-tiff, image/tif, text/rtf, image/x-dxf, application/jpg, application/x-csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv, application/x-acad, text/plain, application/eps, application/tiff, application/acrobat, pplication/vnd.rar, image/eps, image/vnd.dwg, image/heif-sequence, application/acad, text/svg-xml, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/x-zip-compressed, image/x-dwg, application/csv, image/jpg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.oasis.opendocument.spreadsheet, application/vnd.oasis.opendocument.presentation, image/png, application/dxf, application/x-rar, application/x-rar-compressed, application/vnd.ms-word, image/bmp, image/tiff, drawing/dwg, text/svg, image/webp, image/x-ms-bmp, text/pdf, application/pdf, application/x-tiff.
13892
13474
  """
13893
13475
  file: Upload!
13894
13476
 
@@ -13964,48 +13546,6 @@ type Mutation {
13964
13546
  """
13965
13547
  updatePeriodicTaskEnabled(enabled: Boolean): PeriodicTaskEnabledUpdate @deprecated(reason: "This will be removed on November 9, 2024")
13966
13548
 
13967
- """Creates a new channel"""
13968
- channelCreate(
13969
- """Fields required to create a channel."""
13970
- input: ChannelInput
13971
- ): ChannelCreate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
13972
-
13973
- """Updates a channel."""
13974
- channelUpdate(
13975
- """ID of a channel to update."""
13976
- id: ID!
13977
-
13978
- """Fields required to update a channel."""
13979
- input: ChannelInput!
13980
- ): ChannelUpdate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
13981
-
13982
- """Updates an order channel"""
13983
- orderChannelUpdate(
13984
- """ID of the channel to associate with the order"""
13985
- channel: ID
13986
-
13987
- """ID of the order to update channel for"""
13988
- id: ID!
13989
- ): OrderChannelUpdate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
13990
-
13991
- """Updates a marketplace order channel."""
13992
- nauticalOrderChannelUpdate(
13993
- """ID of the channel to associate with the marketplace order"""
13994
- channel: ID
13995
-
13996
- """ID of the marketplace order to update channel for"""
13997
- id: ID!
13998
- ): NauticalOrderChannelUpdate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
13999
-
14000
- """Updates an affiliate code channel"""
14001
- affiliateCodeChannelUpdate(
14002
- """ID of the channel to associate with the affiliate code"""
14003
- channel: ID
14004
-
14005
- """ID of the affiliate code to update channel for"""
14006
- id: ID!
14007
- ): AffiliateCodeChannelUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14008
-
14009
13549
  """Updates marketplace configuration."""
14010
13550
  marketplaceConfigurationUpdate(
14011
13551
  """Fields required to update marketplace configuration."""
@@ -14284,81 +13824,17 @@ type Mutation {
14284
13824
  input: MicrositeInput!
14285
13825
  ): MicrositeUpdate @deprecated(reason: "Microsites will be removed on January 2, 2025.")
14286
13826
 
14287
- """Creates a new affiliate code"""
14288
- affiliateCodeCreate(
14289
- """Fields required to create an affiliate code."""
14290
- input: AffiliateCodeCreateInput
14291
- ): AffiliateCodeCreate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14292
-
14293
- """Increments affiliate code uses"""
14294
- affiliateCodeUse(
14295
- """Affiliate code to increment use for"""
14296
- code: String
14297
- ): AffiliateCodeUse @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14298
-
14299
- """Sets whether code is active"""
14300
- affiliateCodeSetActive(
14301
- """Whether the code is active or not"""
14302
- isActive: Boolean
14303
- ): AffiliateCodeSetActive @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14304
-
14305
- """Activate or deactivate affiliate codes."""
14306
- affiliateCodeBulkSetActive(
14307
- """List of code IDs to (de)activate)."""
14308
- ids: [ID!]!
13827
+ """Creates a new agreement."""
13828
+ agreementCreate(
13829
+ """Fields required to create a agreement."""
13830
+ input: AgreementInput!
13831
+ ): AgreementCreate
14309
13832
 
14310
- """Determine if codes will be set active or not."""
14311
- isActive: Boolean!
14312
- ): AffiliateCodeBulkSetActive @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14313
-
14314
- """
14315
- 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
14316
- """
14317
- affiliateAvatarUpdate(
14318
- affiliate: ID
14319
-
14320
- """Represents an image file in a multipart request."""
14321
- image: Upload!
14322
- ): AffiliateAvatarUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14323
-
14324
- """Creates a new affiliate."""
14325
- affiliateCreate(
14326
- """Fields required to create a affiliate."""
14327
- input: UserCreateInput!
14328
- ): AffiliateCreate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14329
-
14330
- """Updates an existing affiliate."""
14331
- affiliateUpdate(
14332
- """ID of a affiliate to update."""
14333
- id: ID!
14334
-
14335
- """Fields required to update a affiliate."""
14336
- input: AffiliateInput!
14337
- ): AffiliateUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14338
-
14339
- """Deletes a affiliate."""
14340
- affiliateDelete(
14341
- """ID of a affiliate to delete."""
14342
- id: ID!
14343
- ): AffiliateDelete @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14344
-
14345
- """Deletes affiliates."""
14346
- affiliateBulkDelete(
14347
- """List of user IDs to delete."""
14348
- ids: [ID!]!
14349
- ): AffiliateBulkDelete @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14350
-
14351
- """Creates a new agreement."""
14352
- agreementCreate(
14353
- """Fields required to create a agreement."""
14354
- input: AgreementInput!
14355
- ): AgreementCreate
14356
-
14357
- """Deletes a agreement."""
14358
- agreementDelete(
14359
- """ID of a agreement to delete."""
14360
- id: ID!
14361
- ): AgreementDelete
13833
+ """Deletes a agreement."""
13834
+ agreementDelete(
13835
+ """ID of a agreement to delete."""
13836
+ id: ID!
13837
+ ): AgreementDelete
14362
13838
 
14363
13839
  """Deletes agreements."""
14364
13840
  agreementBulkDelete(
@@ -14564,14 +14040,6 @@ type Mutation {
14564
14040
  """Update existing designer data."""
14565
14041
  designerDataUpdate(input: DesignerDataInput, name: String!): DesignerDataUpdate
14566
14042
 
14567
- """Create core data."""
14568
- coreDataCreate(input: CoreDataInput!): CoreDataCreate @deprecated(reason: "This will be removed on October 25, 2024")
14569
-
14570
- """
14571
- Update existing core data instance, return ok = True and coredata = None if no matching core data instance found.
14572
- """
14573
- coreDataUpdate(input: CoreDataInput!, name: String!): CoreDataUpdate @deprecated(reason: "This will be removed on October 25, 2024")
14574
-
14575
14043
  """Creates a new webhook subscription."""
14576
14044
  webhookCreate(
14577
14045
  """Fields required to create a webhook."""
@@ -15561,9 +15029,6 @@ type Mutation {
15561
15029
 
15562
15030
  """Completes creating an order."""
15563
15031
  draftOrderComplete(
15564
- """ID of the channel to attach the order to"""
15565
- channel: ID @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
15566
-
15567
15032
  """ID of the order that will be completed."""
15568
15033
  id: ID!
15569
15034
 
@@ -15578,9 +15043,6 @@ type Mutation {
15578
15043
 
15579
15044
  """Completes creating an order."""
15580
15045
  nauticalDraftOrderComplete(
15581
- """ID of the channel to attach to nautical order"""
15582
- channel: ID @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
15583
-
15584
15046
  """
15585
15047
  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.
15586
15048
  """
@@ -16151,15 +15613,6 @@ type Mutation {
16151
15613
  input: [MetadataInput!]!
16152
15614
  ): PrivateMetadataUpdate
16153
15615
 
16154
- """Assigns storefront's navigation menus."""
16155
- assignNavigation(
16156
- """ID of the menu."""
16157
- menu: ID
16158
-
16159
- """Type of the navigation bar to assign the menu to."""
16160
- navigationType: NavigationType!
16161
- ): AssignNavigation @deprecated(reason: "This will be removed on October 29, 2024")
16162
-
16163
15616
  """Creates a new Menu."""
16164
15617
  menuCreate(
16165
15618
  """Fields required to create a menu."""
@@ -16381,7 +15834,7 @@ type Mutation {
16381
15834
  """
16382
15835
  Whether the vendor to retrieve an onboarding link for is a SELLER or an AFFILIATE
16383
15836
  """
16384
- vendorType: String!
15837
+ vendorType: String @deprecated(reason: "This will be removed on January 24, 2025.")
16385
15838
  ): VendorPayoutOnboardingLinkRequest
16386
15839
 
16387
15840
  """
@@ -16534,14 +15987,11 @@ type Mutation {
16534
15987
  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.
16535
15988
  """
16536
15989
  checkoutComplete(
16537
- """ID of affiliate code used for checkout completion"""
16538
- affiliate: ID @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
16539
-
16540
15990
  """Checkout ID."""
16541
15991
  checkoutId: ID!
16542
15992
 
16543
15993
  """ID of microsite that checkout was completed from"""
16544
- microsite: ID
15994
+ microsite: ID @deprecated(reason: "This will be removed on January 24, 2025.")
16545
15995
 
16546
15996
  """Client-side generated data required to finalize the payment."""
16547
15997
  paymentData: JSONString
@@ -17541,71 +16991,6 @@ type PeriodicTaskEnabledUpdate {
17541
16991
  task: WebhookPeriodicTask
17542
16992
  }
17543
16993
 
17544
- """Creates a new channel"""
17545
- type ChannelCreate {
17546
- channelErrors: [ChannelError!]!
17547
- channel: Channel
17548
- }
17549
-
17550
- type ChannelError {
17551
- """
17552
- Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
17553
- """
17554
- field: String
17555
-
17556
- """The error message."""
17557
- message: String!
17558
-
17559
- """The error code."""
17560
- code: ChannelErrorCode!
17561
- }
17562
-
17563
- """An enumeration."""
17564
- enum ChannelErrorCode {
17565
- GRAPHQL_ERROR
17566
- INVALID
17567
- NOT_FOUND
17568
- REQUIRED
17569
- UNIQUE
17570
- JWT_SIGNATURE_EXPIRED
17571
- JWT_INVALID_TOKEN
17572
- JWT_DECODE_ERROR
17573
- JWT_MISSING_TOKEN
17574
- JWT_INVALID_CSRF_TOKEN
17575
- }
17576
-
17577
- input ChannelInput {
17578
- """Name of the channel."""
17579
- channel: String
17580
- }
17581
-
17582
- """Updates a channel."""
17583
- type ChannelUpdate {
17584
- channelErrors: [ChannelError!]!
17585
- channel: Channel
17586
- }
17587
-
17588
- """Updates an order channel"""
17589
- type OrderChannelUpdate {
17590
- """Updated order instance"""
17591
- order: Order
17592
- channelErrors: [ChannelError!]!
17593
- }
17594
-
17595
- """Updates a marketplace order channel."""
17596
- type NauticalOrderChannelUpdate {
17597
- """Updated marketplace order instance"""
17598
- order: NauticalOrder
17599
- channelErrors: [ChannelError!]!
17600
- }
17601
-
17602
- """Updates an affiliate code channel"""
17603
- type AffiliateCodeChannelUpdate {
17604
- """Updated affiliate code instance"""
17605
- affiliateCode: AffiliateCodes
17606
- channelErrors: [ChannelError!]!
17607
- }
17608
-
17609
16994
  """Updates marketplace configuration."""
17610
16995
  type MarketplaceConfigurationUpdate {
17611
16996
  """Updated marketplace configuration."""
@@ -17796,7 +17181,7 @@ enum PayoutErrorCode {
17796
17181
 
17797
17182
  input PayoutCreateInput {
17798
17183
  """Vendor type for the payout"""
17799
- vendorType: String!
17184
+ vendorType: String @deprecated(reason: "This will be removed on January 24, 2025")
17800
17185
 
17801
17186
  """
17802
17187
  Payout end date. ISO 8601 standard. Can not be greater than current date.
@@ -18193,351 +17578,65 @@ input MoveProductInput {
18193
17578
  type MicrositeBulkDelete {
18194
17579
  """Returns how many objects were affected."""
18195
17580
  count: Int!
18196
- micrositeErrors: [ProductError!]!
18197
- }
18198
-
18199
- """Publish microsites."""
18200
- type MicrositeBulkPublish {
18201
- """Returns how many objects were affected."""
18202
- count: Int!
18203
- micrositeErrors: [ProductError!]!
18204
- }
18205
-
18206
- """Remove products from a microsite."""
18207
- type MicrositeRemoveProducts {
18208
- """Microsite from which products will be removed."""
18209
- microsite: Microsite
18210
- micrositeErrors: [ProductError!]!
18211
- }
18212
-
18213
- """Updates a microsite."""
18214
- type MicrositeUpdate {
18215
- micrositeErrors: [ProductError!]!
18216
- microsite: Microsite
18217
- }
18218
-
18219
- input MicrositeInput {
18220
- """Informs whether a microsite is published."""
18221
- isPublished: Boolean
18222
-
18223
- """Name of the microsite."""
18224
- name: String
18225
-
18226
- """Text to appear in footer of microsite."""
18227
- footerText: String
18228
-
18229
- """Slug of the microsite."""
18230
- slug: String
18231
-
18232
- """Description of the microsite (plaintext, deprecated for input)."""
18233
- description: String
18234
-
18235
- """Description of the microsite (HTML)."""
18236
- descriptionHtml: String
18237
-
18238
- """Banner image file."""
18239
- bannerImage: Upload
18240
-
18241
- """Alt text for an image."""
18242
- bannerImageAlt: String
18243
-
18244
- """Logo image file."""
18245
- logoImage: Upload
18246
-
18247
- """Alt text for an image."""
18248
- logoImageAlt: String
18249
-
18250
- """Search engine optimization fields."""
18251
- seo: SeoInput
18252
-
18253
- """Publication date. ISO 8601 standard."""
18254
- publicationDate: Date
18255
- }
18256
-
18257
- """Creates a new affiliate code"""
18258
- type AffiliateCodeCreate {
18259
- affiliateErrors: [AffiliateError!]!
18260
- affiliateCodes: AffiliateCodes
18261
- }
18262
-
18263
- type AffiliateError {
18264
- """
18265
- Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
18266
- """
18267
- field: String
18268
-
18269
- """The error message."""
18270
- message: String!
18271
-
18272
- """The error code."""
18273
- code: AffiliateErrorCode!
18274
- }
18275
-
18276
- """An enumeration."""
18277
- enum AffiliateErrorCode {
18278
- UNIQUE
18279
- REQUIRED
18280
- NOT_FOUND
18281
- }
18282
-
18283
- input AffiliateCodeCreateInput {
18284
- """The id of the affiliate that the code belongs to"""
18285
- affiliate: ID!
18286
-
18287
- """The new affiliate code"""
18288
- code: String
18289
-
18290
- """ID of the channel code is used for"""
18291
- channel: ID @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
18292
- }
18293
-
18294
- """Increments affiliate code uses"""
18295
- type AffiliateCodeUse {
18296
- affiliateErrors: [AffiliateError!]!
18297
- affiliateCodes: AffiliateCodes
18298
- }
18299
-
18300
- """Sets whether code is active"""
18301
- type AffiliateCodeSetActive {
18302
- affiliateErrors: [AffiliateError!]!
18303
- affiliateCodes: AffiliateCodes
18304
- }
18305
-
18306
- """Activate or deactivate affiliate codes."""
18307
- type AffiliateCodeBulkSetActive {
18308
- """Returns how many objects were affected."""
18309
- count: Int!
18310
- codeErrors: [AccountError!]!
18311
- }
18312
-
18313
- type AccountError {
18314
- """
18315
- Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
18316
- """
18317
- field: String
18318
-
18319
- """The error message."""
18320
- message: String!
18321
-
18322
- """The error code."""
18323
- code: AccountErrorCode!
18324
- }
18325
-
18326
- """An enumeration."""
18327
- enum AccountErrorCode {
18328
- ACTIVATE_OWN_ACCOUNT
18329
- ACTIVATE_SUPERUSER_ACCOUNT
18330
- ACCOUNT_NOT_ACTIVE
18331
- ATTRIBUTE_CANNOT_BE_ASSIGNED
18332
- DUPLICATED_INPUT_ITEM
18333
- DEACTIVATE_OWN_ACCOUNT
18334
- DEACTIVATE_SUPERUSER_ACCOUNT
18335
- DELETE_NON_STAFF_USER
18336
- DELETE_OWN_ACCOUNT
18337
- DELETE_STAFF_ACCOUNT
18338
- DELETE_SUPERUSER_ACCOUNT
18339
- GRAPHQL_ERROR
18340
- INVALID
18341
- INVALID_PHONE
18342
- INVALID_PASSWORD
18343
- LEFT_NOT_MANAGEABLE_PERMISSION
18344
- MUST_CHOOSE_PERMISSION_GROUP
18345
- INVALID_CREDENTIALS
18346
- NO_SELLER
18347
- NOT_FOUND
18348
- OUT_OF_SCOPE_SERVICE_ACCOUNT
18349
- OUT_OF_SCOPE_USER
18350
- OUT_OF_SCOPE_GROUP
18351
- OUT_OF_SCOPE_PERMISSION
18352
- PASSWORD_ENTIRELY_NUMERIC
18353
- PASSWORD_IDENTICAL
18354
- PASSWORD_TOO_COMMON
18355
- PASSWORD_TOO_SHORT
18356
- PASSWORD_TOO_SIMILAR
18357
- REQUIRED
18358
- UNIQUE
18359
- JWT_SIGNATURE_EXPIRED
18360
- JWT_INVALID_TOKEN
18361
- JWT_DECODE_ERROR
18362
- JWT_MISSING_TOKEN
18363
- JWT_INVALID_CSRF_TOKEN
18364
- }
18365
-
18366
- """
18367
- 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
18368
- """
18369
- type AffiliateAvatarUpdate {
18370
- """An updated affiliate instance."""
18371
- affiliate: User
18372
- accountErrors: [AccountError!]!
18373
- }
18374
-
18375
- """Creates a new affiliate."""
18376
- type AffiliateCreate {
18377
- accountErrors: [AccountError!]!
18378
- user: User
18379
- }
18380
-
18381
- input UserCreateInput {
18382
- """Billing address of the customer."""
18383
- defaultBillingAddress: AddressInput
18384
-
18385
- """Shipping address of the customer."""
18386
- defaultShippingAddress: AddressInput
18387
-
18388
- """Given name."""
18389
- firstName: String
18390
-
18391
- """Family name."""
18392
- lastName: String
18393
-
18394
- """The unique email address of the user."""
18395
- email: String
18396
-
18397
- """User account is active."""
18398
- isActive: Boolean
18399
-
18400
- """User is staff member."""
18401
- isStaff: Boolean
18402
-
18403
- """User account is affiliate."""
18404
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
18405
-
18406
- """A note about the user."""
18407
- note: String
18408
-
18409
- """Only filled out if the account is a business account."""
18410
- companyName: String
18411
-
18412
- """Personal phone number."""
18413
- personalPhone: String
18414
-
18415
- """Password url"""
18416
- passwordUrl: String
18417
-
18418
- """Tax exempt code"""
18419
- taxExemptCode: String
18420
-
18421
- """List of custom fields."""
18422
- customFields: [AttributeValueInput!]
18423
-
18424
- """Marketplace VAT identification number"""
18425
- vatIdentificationNumber: String
18426
-
18427
- """
18428
- URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
18429
- """
18430
- redirectUrl: String
18431
- }
18432
-
18433
- input AttributeValueInput {
18434
- """ID of the selected attribute."""
18435
- id: ID
18436
-
18437
- """
18438
- The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created.
18439
- """
18440
- values: [String!]
18441
-
18442
- """
18443
- Value representation of the attribute value (e.g. color value for swatch attributes).
18444
- """
18445
- value: String
18446
-
18447
- """Date and time representation of attribute value."""
18448
- dateTime: DateTime
18449
-
18450
- """Supports attribute values with long text (plain text)."""
18451
- plainText: String
18452
-
18453
- """Supports attribute values with long text (html)."""
18454
- richText: String
18455
-
18456
- """Numeric value to support money or numeric attribute values."""
18457
- amount: Decimal
18458
-
18459
- """Currency to support money attribute values."""
18460
- currency: String
18461
-
18462
- """
18463
- Supports attribute values to reference any other nautical object (should be base64 ID)
18464
- """
18465
- reference: String
18466
-
18467
- """Supports boolean attribute values."""
18468
- boolean: Boolean
18469
-
18470
- """Supports file type attribute values."""
18471
- file: Upload
18472
-
18473
- """URL type to support external links as attribute values."""
18474
- fileUrl: String
18475
- }
18476
-
18477
- """Updates an existing affiliate."""
18478
- type AffiliateUpdate {
18479
- accountErrors: [AccountError!]!
18480
- user: User
18481
- }
18482
-
18483
- input AffiliateInput {
18484
- """Billing address of the customer."""
18485
- defaultBillingAddress: AddressInput
18486
-
18487
- """Shipping address of the customer."""
18488
- defaultShippingAddress: AddressInput
17581
+ micrositeErrors: [ProductError!]!
17582
+ }
18489
17583
 
18490
- """Given name."""
18491
- firstName: String
17584
+ """Publish microsites."""
17585
+ type MicrositeBulkPublish {
17586
+ """Returns how many objects were affected."""
17587
+ count: Int!
17588
+ micrositeErrors: [ProductError!]!
17589
+ }
18492
17590
 
18493
- """Family name."""
18494
- lastName: String
17591
+ """Remove products from a microsite."""
17592
+ type MicrositeRemoveProducts {
17593
+ """Microsite from which products will be removed."""
17594
+ microsite: Microsite
17595
+ micrositeErrors: [ProductError!]!
17596
+ }
18495
17597
 
18496
- """The unique email address of the user."""
18497
- email: String
17598
+ """Updates a microsite."""
17599
+ type MicrositeUpdate {
17600
+ micrositeErrors: [ProductError!]!
17601
+ microsite: Microsite
17602
+ }
18498
17603
 
18499
- """User account is active."""
18500
- isActive: Boolean
17604
+ input MicrositeInput {
17605
+ """Informs whether a microsite is published."""
17606
+ isPublished: Boolean
18501
17607
 
18502
- """User is staff member."""
18503
- isStaff: Boolean
17608
+ """Name of the microsite."""
17609
+ name: String
18504
17610
 
18505
- """User account is affiliate."""
18506
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
17611
+ """Text to appear in footer of microsite."""
17612
+ footerText: String
18507
17613
 
18508
- """A note about the user."""
18509
- note: String
17614
+ """Slug of the microsite."""
17615
+ slug: String
18510
17616
 
18511
- """Only filled out if the account is a business account."""
18512
- companyName: String
17617
+ """Description of the microsite (plaintext, deprecated for input)."""
17618
+ description: String
18513
17619
 
18514
- """Personal phone number."""
18515
- personalPhone: String
17620
+ """Description of the microsite (HTML)."""
17621
+ descriptionHtml: String
18516
17622
 
18517
- """Password url"""
18518
- passwordUrl: String
17623
+ """Banner image file."""
17624
+ bannerImage: Upload
18519
17625
 
18520
- """Tax exempt code"""
18521
- taxExemptCode: String
17626
+ """Alt text for an image."""
17627
+ bannerImageAlt: String
18522
17628
 
18523
- """List of custom fields."""
18524
- customFields: [AttributeValueInput!]
17629
+ """Logo image file."""
17630
+ logoImage: Upload
18525
17631
 
18526
- """ID of the plan to assign affiliate to."""
18527
- plan: ID
18528
- }
17632
+ """Alt text for an image."""
17633
+ logoImageAlt: String
18529
17634
 
18530
- """Deletes a affiliate."""
18531
- type AffiliateDelete {
18532
- accountErrors: [AccountError!]!
18533
- user: User
18534
- }
17635
+ """Search engine optimization fields."""
17636
+ seo: SeoInput
18535
17637
 
18536
- """Deletes affiliates."""
18537
- type AffiliateBulkDelete {
18538
- """Returns how many objects were affected."""
18539
- count: Int!
18540
- affiliateErrors: [AccountError!]!
17638
+ """Publication date. ISO 8601 standard."""
17639
+ publicationDate: Date
18541
17640
  }
18542
17641
 
18543
17642
  """Creates a new agreement."""
@@ -18601,9 +17700,6 @@ input AgreementInput {
18601
17700
  """Last update date. ISO 8601 standard."""
18602
17701
  updatedAt: String
18603
17702
 
18604
- """Seller or Affiliate"""
18605
- vendorType: VendorTypeEnum @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
18606
-
18607
17703
  """Gross Price, Markup, Absolute etc"""
18608
17704
  commissionType: CommissionTypeEnum
18609
17705
 
@@ -18614,14 +17710,6 @@ input AgreementInput {
18614
17710
  markupCommissionValue: Decimal
18615
17711
  }
18616
17712
 
18617
- enum VendorTypeEnum {
18618
- """Seller"""
18619
- SELLER
18620
-
18621
- """Affiliate"""
18622
- AFFILIATE
18623
- }
18624
-
18625
17713
  """Deletes a agreement."""
18626
17714
  type AgreementDelete {
18627
17715
  agreementErrors: [AgreementError!]!
@@ -19101,27 +18189,6 @@ type DesignerDataUpdate {
19101
18189
  designerErrors: [MarketplaceConfigurationError!]!
19102
18190
  }
19103
18191
 
19104
- """Create core data."""
19105
- type CoreDataCreate {
19106
- ok: Boolean
19107
- coredata: CoreDataType
19108
- }
19109
-
19110
- input CoreDataInput {
19111
- name: String
19112
- jsonContent: JSONString
19113
- }
19114
-
19115
- """
19116
- Update existing core data instance, return ok = True and coredata = None if no matching core data instance found.
19117
- """
19118
- type CoreDataUpdate {
19119
- ok: Boolean
19120
- coredata: CoreDataType
19121
- name: String
19122
- jsonContent: JSONString
19123
- }
19124
-
19125
18192
  """Creates a new webhook subscription."""
19126
18193
  type WebhookCreate {
19127
18194
  webhookErrors: [WebhookError!]!
@@ -20419,6 +19486,50 @@ input CategoryInput {
20419
19486
  customFields: [AttributeValueInput!]
20420
19487
  }
20421
19488
 
19489
+ input AttributeValueInput {
19490
+ """ID of the selected attribute."""
19491
+ id: ID
19492
+
19493
+ """
19494
+ The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created.
19495
+ """
19496
+ values: [String!]
19497
+
19498
+ """
19499
+ Value representation of the attribute value (e.g. color value for swatch attributes).
19500
+ """
19501
+ value: String
19502
+
19503
+ """Date and time representation of attribute value."""
19504
+ dateTime: DateTime
19505
+
19506
+ """Supports attribute values with long text (plain text)."""
19507
+ plainText: String
19508
+
19509
+ """Supports attribute values with long text (html)."""
19510
+ richText: String
19511
+
19512
+ """Numeric value to support money or numeric attribute values."""
19513
+ amount: Decimal
19514
+
19515
+ """Currency to support money attribute values."""
19516
+ currency: String
19517
+
19518
+ """
19519
+ Supports attribute values to reference any other nautical object (should be base64 ID)
19520
+ """
19521
+ reference: String
19522
+
19523
+ """Supports boolean attribute values."""
19524
+ boolean: Boolean
19525
+
19526
+ """Supports file type attribute values."""
19527
+ file: Upload
19528
+
19529
+ """URL type to support external links as attribute values."""
19530
+ fileUrl: String
19531
+ }
19532
+
20422
19533
  """Deletes a category."""
20423
19534
  type CategoryDelete {
20424
19535
  productErrors: [ProductError!]!
@@ -22154,9 +21265,6 @@ input NauticalHistoricalOrderInput {
22154
21265
  lines: [HistoricalOrderLineInput!]
22155
21266
  seller: ID
22156
21267
 
22157
- """ID of the channel to attach the order to"""
22158
- channel: ID
22159
-
22160
21268
  """Created date time of historical order in ISO 8601 format."""
22161
21269
  created: DateTime
22162
21270
 
@@ -23096,11 +22204,10 @@ type PrivateMetadataUpdate {
23096
22204
  item: ObjectWithMetadata
23097
22205
  }
23098
22206
 
23099
- """Assigns storefront's navigation menus."""
23100
- type AssignNavigation {
23101
- """Assigned navigation menu."""
23102
- menu: Menu
22207
+ """Creates a new Menu."""
22208
+ type MenuCreate {
23103
22209
  menuErrors: [MenuError!]!
22210
+ menu: Menu
23104
22211
  }
23105
22212
 
23106
22213
  type MenuError {
@@ -23129,20 +22236,6 @@ enum MenuErrorCode {
23129
22236
  UNIQUE
23130
22237
  }
23131
22238
 
23132
- enum NavigationType {
23133
- """Main storefront navigation."""
23134
- MAIN
23135
-
23136
- """Secondary storefront navigation."""
23137
- SECONDARY
23138
- }
23139
-
23140
- """Creates a new Menu."""
23141
- type MenuCreate {
23142
- menuErrors: [MenuError!]!
23143
- menu: Menu
23144
- }
23145
-
23146
22239
  input MenuCreateInput {
23147
22240
  """Name of the menu."""
23148
22241
  name: String!
@@ -24624,6 +23717,59 @@ type CreateToken {
24624
23717
  accountErrors: [AccountError!]!
24625
23718
  }
24626
23719
 
23720
+ type AccountError {
23721
+ """
23722
+ Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
23723
+ """
23724
+ field: String
23725
+
23726
+ """The error message."""
23727
+ message: String!
23728
+
23729
+ """The error code."""
23730
+ code: AccountErrorCode!
23731
+ }
23732
+
23733
+ """An enumeration."""
23734
+ enum AccountErrorCode {
23735
+ ACTIVATE_OWN_ACCOUNT
23736
+ ACTIVATE_SUPERUSER_ACCOUNT
23737
+ ACCOUNT_NOT_ACTIVE
23738
+ ATTRIBUTE_CANNOT_BE_ASSIGNED
23739
+ DUPLICATED_INPUT_ITEM
23740
+ DEACTIVATE_OWN_ACCOUNT
23741
+ DEACTIVATE_SUPERUSER_ACCOUNT
23742
+ DELETE_NON_STAFF_USER
23743
+ DELETE_OWN_ACCOUNT
23744
+ DELETE_STAFF_ACCOUNT
23745
+ DELETE_SUPERUSER_ACCOUNT
23746
+ GRAPHQL_ERROR
23747
+ INVALID
23748
+ INVALID_PHONE
23749
+ INVALID_PASSWORD
23750
+ LEFT_NOT_MANAGEABLE_PERMISSION
23751
+ MUST_CHOOSE_PERMISSION_GROUP
23752
+ INVALID_CREDENTIALS
23753
+ NO_SELLER
23754
+ NOT_FOUND
23755
+ OUT_OF_SCOPE_SERVICE_ACCOUNT
23756
+ OUT_OF_SCOPE_USER
23757
+ OUT_OF_SCOPE_GROUP
23758
+ OUT_OF_SCOPE_PERMISSION
23759
+ PASSWORD_ENTIRELY_NUMERIC
23760
+ PASSWORD_IDENTICAL
23761
+ PASSWORD_TOO_COMMON
23762
+ PASSWORD_TOO_SHORT
23763
+ PASSWORD_TOO_SIMILAR
23764
+ REQUIRED
23765
+ UNIQUE
23766
+ JWT_SIGNATURE_EXPIRED
23767
+ JWT_INVALID_TOKEN
23768
+ JWT_DECODE_ERROR
23769
+ JWT_MISSING_TOKEN
23770
+ JWT_INVALID_CSRF_TOKEN
23771
+ }
23772
+
24627
23773
  """Create authorization URL."""
24628
23774
  type AuthURLGenerate {
24629
23775
  """Generated auth URL for google login."""
@@ -24880,6 +24026,55 @@ type CustomerCreate {
24880
24026
  user: User
24881
24027
  }
24882
24028
 
24029
+ input UserCreateInput {
24030
+ """Billing address of the customer."""
24031
+ defaultBillingAddress: AddressInput
24032
+
24033
+ """Shipping address of the customer."""
24034
+ defaultShippingAddress: AddressInput
24035
+
24036
+ """Given name."""
24037
+ firstName: String
24038
+
24039
+ """Family name."""
24040
+ lastName: String
24041
+
24042
+ """The unique email address of the user."""
24043
+ email: String
24044
+
24045
+ """User account is active."""
24046
+ isActive: Boolean
24047
+
24048
+ """User is staff member."""
24049
+ isStaff: Boolean
24050
+
24051
+ """A note about the user."""
24052
+ note: String
24053
+
24054
+ """Only filled out if the account is a business account."""
24055
+ companyName: String
24056
+
24057
+ """Personal phone number."""
24058
+ personalPhone: String
24059
+
24060
+ """Password url"""
24061
+ passwordUrl: String
24062
+
24063
+ """Tax exempt code"""
24064
+ taxExemptCode: String
24065
+
24066
+ """List of custom fields."""
24067
+ customFields: [AttributeValueInput!]
24068
+
24069
+ """Marketplace VAT identification number"""
24070
+ vatIdentificationNumber: String
24071
+
24072
+ """
24073
+ URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
24074
+ """
24075
+ redirectUrl: String
24076
+ }
24077
+
24883
24078
  """Updates an existing customer."""
24884
24079
  type CustomerUpdate {
24885
24080
  accountErrors: [AccountError!]!
@@ -24908,9 +24103,6 @@ input CustomerInput {
24908
24103
  """User is staff member."""
24909
24104
  isStaff: Boolean
24910
24105
 
24911
- """User account is affiliate."""
24912
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
24913
-
24914
24106
  """A note about the user."""
24915
24107
  note: String
24916
24108
 
@@ -24990,9 +24182,6 @@ input StaffCreateInput {
24990
24182
  """User is staff member."""
24991
24183
  isStaff: Boolean
24992
24184
 
24993
- """User account is affiliate."""
24994
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
24995
-
24996
24185
  """A note about the user."""
24997
24186
  note: String
24998
24187
 
@@ -25045,9 +24234,6 @@ input StaffUpdateInput {
25045
24234
  """User is staff member."""
25046
24235
  isStaff: Boolean
25047
24236
 
25048
- """User account is affiliate."""
25049
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
25050
-
25051
24237
  """A note about the user."""
25052
24238
  note: String
25053
24239