@nautical-commerce/graphql-schema 1.56.1 → 1.57.0-10-g784c5be17

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 +391 -1252
  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!
@@ -1794,7 +1781,6 @@ type Query {
1794
1781
  ): VoucherCountableConnection
1795
1782
  designerdata(name: String): DesignerDataType
1796
1783
  designerdatalist: [DesignerDataType!]!
1797
- branding: BrandingType! @deprecated(reason: "This will be removed on October 25, 2024")
1798
1784
 
1799
1785
  """Token nexessary for connecting to the embedded integration platform"""
1800
1786
  integrationEmbeddingToken: String
@@ -1828,8 +1814,6 @@ type Query {
1828
1814
 
1829
1815
  """List of all tax rates available from tax gateway."""
1830
1816
  taxTypes: [TaxType!]!
1831
- coredata(name: String): CoreDataType @deprecated(reason: "This will be removed on October 25, 2024")
1832
- coredatalist: [CoreDataType!]! @deprecated(reason: "This will be removed on October 25, 2024")
1833
1817
 
1834
1818
  """Look up a checkout by token."""
1835
1819
  checkout(
@@ -1873,27 +1857,6 @@ type Query {
1873
1857
  last: Int
1874
1858
  ): CheckoutLineCountableConnection
1875
1859
 
1876
- """List of webhook jobs"""
1877
- channels(
1878
- """Filtering options for webhook jobs"""
1879
- filter: ChannelFilterInput
1880
-
1881
- """Sort webhook jobs"""
1882
- sortBy: ChannelSortingInput
1883
-
1884
- """Return the elements in the list that come before the specified cursor."""
1885
- before: String
1886
-
1887
- """Return the elements in the list that come after the specified cursor."""
1888
- after: String
1889
-
1890
- """Return the first n elements from the list."""
1891
- first: Int
1892
-
1893
- """Return the last n elements from the list."""
1894
- last: Int
1895
- ): ChannelCountableConnection @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
1896
-
1897
1860
  """List of the shop's attributes."""
1898
1861
  attributes(
1899
1862
  """Filtering options for attributes."""
@@ -2005,55 +1968,6 @@ type Query {
2005
1968
  id: ID!
2006
1969
  ): [AgreementSellers!]!
2007
1970
 
2008
- """List of the shop's affiliates"""
2009
- affiliates(
2010
- """Filtering options for affiliates."""
2011
- filter: AffiliateFilterInput
2012
-
2013
- """Sort affiliates."""
2014
- sortBy: UserSortingInput
2015
-
2016
- """Return the elements in the list that come before the specified cursor."""
2017
- before: String
2018
-
2019
- """Return the elements in the list that come after the specified cursor."""
2020
- after: String
2021
-
2022
- """Return the first n elements from the list."""
2023
- first: Int
2024
-
2025
- """Return the last n elements from the list."""
2026
- last: Int
2027
- ): UserCountableConnection @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2028
- affiliate(
2029
- """ID of the affiliate you are querying"""
2030
- id: ID
2031
- ): OptimizedAffiliate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2032
-
2033
- """List of affiliates' codes"""
2034
- affiliateCodes(
2035
- """Affiliate ID to get codes for"""
2036
- id: ID!
2037
-
2038
- """Filtering options for affiliate codes"""
2039
- filter: AffiliateCodeFilterInput
2040
-
2041
- """Sort affiliate codes"""
2042
- sortBy: AffiliateCodeSortingInput
2043
-
2044
- """Return the elements in the list that come before the specified cursor."""
2045
- before: String
2046
-
2047
- """Return the elements in the list that come after the specified cursor."""
2048
- after: String
2049
-
2050
- """Return the first n elements from the list."""
2051
- first: Int
2052
-
2053
- """Return the last n elements from the list."""
2054
- last: Int
2055
- ): AffiliateCodesCountableConnection @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2056
-
2057
1971
  """Returns address validation rules."""
2058
1972
  addressValidationRules(
2059
1973
  """Two-letter ISO 3166-1 country code."""
@@ -2580,23 +2494,9 @@ type User implements Node & ObjectWithMetadata {
2580
2494
  """Return the last n elements from the list."""
2581
2495
  last: Int
2582
2496
  ): WishlistCountableConnection
2583
- isMarketplaceAdmin: Boolean @deprecated(reason: "This is not accurate and will be removed on October 20th, 2024.")
2584
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2585
2497
  seller: Seller
2586
- hasMicrosite: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2587
- micrositeId: ID @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2588
2498
  isAssignable: Boolean
2589
2499
 
2590
- """Date of last affiliate referral."""
2591
- lastReferral: DateTime @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2592
-
2593
- """Date of last affiliate confirmed order."""
2594
- lastOrder: DateTime @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2595
- affiliateReferrals: Int @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2596
- affiliateOrders: Int @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2597
- affiliateEarnings: Money @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
2598
- agreement: Agreement
2599
-
2600
2500
  """List of documents associated with the user."""
2601
2501
  documents: [Document!]!
2602
2502
 
@@ -3212,9 +3112,6 @@ type Product implements Node & ObjectWithMetadata {
3212
3112
  """Products primary location."""
3213
3113
  primaryLocation: Location @deprecated(reason: "Locations will be removed on November 28, 2024.")
3214
3114
 
3215
- """Product configuration indicator."""
3216
- productConfiguration: Int @deprecated(reason: "This will be removed on October 19, 2024.")
3217
-
3218
3115
  """
3219
3116
  Product stock stats combining all variants in all warehouses. Requires MANAGE_PRODUCTS permission.
3220
3117
  """
@@ -3640,7 +3537,6 @@ type VendorPayout implements Node & ObjectWithMetadata {
3640
3537
  gateway: String!
3641
3538
  payout: Payout!
3642
3539
  seller: Seller
3643
- affiliate: User
3644
3540
  currency: String!
3645
3541
  average: Decimal!
3646
3542
  discounts: Decimal!
@@ -3698,7 +3594,6 @@ type Payout implements Node & ObjectWithMetadata {
3698
3594
  endDate: String!
3699
3595
  status: PayoutStatus!
3700
3596
  name: String
3701
- vendorType: PayoutVendorType!
3702
3597
  currency: String!
3703
3598
  vendorPayouts(offset: Int, before: String, after: String, first: Int, last: Int): VendorPayoutCountableConnection!
3704
3599
  vendors: Int!
@@ -3730,15 +3625,6 @@ enum PayoutStatus {
3730
3625
  ERROR
3731
3626
  }
3732
3627
 
3733
- """An enumeration."""
3734
- enum PayoutVendorType {
3735
- """Sellers"""
3736
- SELLERS
3737
-
3738
- """Affiliates"""
3739
- AFFILIATES
3740
- }
3741
-
3742
3628
  """An enumeration."""
3743
3629
  enum VendorPayoutStatus {
3744
3630
  """Paid"""
@@ -3856,8 +3742,6 @@ type Order implements Node & ObjectWithMetadata {
3856
3742
  displayGrossPrices: Boolean!
3857
3743
  customerNote: String!
3858
3744
  weight: Weight
3859
- affiliate: User @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
3860
- affiliateCode: AffiliateCodes @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
3861
3745
 
3862
3746
  """Data time when the order was imported from another platform."""
3863
3747
  importedAt: DateTime
@@ -3946,18 +3830,12 @@ type Order implements Node & ObjectWithMetadata {
3946
3830
  """Seller commission for the order"""
3947
3831
  sellerCommission: Money
3948
3832
 
3949
- """Affiliate commission for the order"""
3950
- affiliateCommission: Money @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
3951
-
3952
3833
  """Volume discount for the order"""
3953
3834
  volumeDiscount: TaxedMoney
3954
3835
 
3955
3836
  """Validation status for the order"""
3956
3837
  validationStatus: [ValidationStatus!]
3957
3838
 
3958
- """Channel the order is associated with"""
3959
- channel: Channel @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
3960
-
3961
3839
  """Latest bid made against the order."""
3962
3840
  currentBid: Bid @deprecated(reason: "This will be removed alongside bids and offers on November 21, 2024")
3963
3841
 
@@ -4967,7 +4845,6 @@ enum PermissionEnum {
4967
4845
  MANAGE_PAYOUTS
4968
4846
  MANAGE_PAYMENTS
4969
4847
  MANAGE_REFUNDS
4970
- MANAGE_CHANNELS
4971
4848
  MANAGE_COLLECTIONS
4972
4849
  }
4973
4850
 
@@ -5563,83 +5440,61 @@ enum SaleTypeEnum {
5563
5440
  SPECIFIC_PRODUCT
5564
5441
  }
5565
5442
 
5566
- """Represents an affiliate code"""
5567
- type AffiliateCodes implements Node {
5443
+ """Represents order fulfillment."""
5444
+ type Fulfillment implements Node & ObjectWithMetadata {
5568
5445
  """The ID of the object"""
5569
5446
  id: ID!
5570
- externalId: String
5571
- externalSource: String
5572
- externalInventoryId: String
5447
+ fulfillmentOrder: Int!
5448
+ relatedTo: Fulfillment
5449
+ order: Order!
5573
5450
 
5574
- """The id of the affiliate that the code belongs to"""
5575
- affiliate: User
5451
+ """Nautical order via order mapping"""
5452
+ nauticalOrder: NauticalOrder
5453
+ status: FulfillmentStatus!
5576
5454
 
5577
- """
5578
- Number of times the code has been submitted (this includes when the customer did not complete an order)
5579
- """
5580
- uses: Int
5455
+ """Fulfillment tracking company"""
5456
+ trackingCompany: String
5581
5457
 
5582
- """The new affiliate code"""
5583
- code: String
5458
+ """Fulfillment tracking number"""
5459
+ trackingNumber: String
5584
5460
 
5585
- """Channel the code is associated with"""
5586
- 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!
5587
5466
 
5588
- """Whether or not the code is active"""
5589
- isActive: Boolean
5590
- createdAt: DateTime!
5591
- updatedAt: DateTime!
5592
- affiliateNauticalOrders(offset: Int, before: String, after: String, first: Int, last: Int): NauticalOrderCountableConnection!
5593
- affiliateOrders(offset: Int, before: String, after: String, first: Int, last: Int): OrderCountableConnection!
5594
- earnings: Money
5595
- orders: Int
5596
- }
5467
+ """User who made the fulfillment. Requires MANAGE_STAFF permission."""
5468
+ user: User
5597
5469
 
5598
- """Represents unique channel in Nautical."""
5599
- type Channel implements Node {
5600
- """The ID of the object"""
5601
- id: ID!
5602
- tenant: Tenant!
5603
- createdAt: DateTime
5604
- updatedAt: DateTime
5605
- channel: String!
5606
- affiliateCodes(offset: Int, before: String, after: String, first: Int, last: Int): AffiliateCodesCountableConnection!
5607
- nauticalOrders(offset: Int, before: String, after: String, first: Int, last: Int): NauticalOrderCountableConnection!
5608
- orders(offset: Int, before: String, after: String, first: Int, last: Int): OrderCountableConnection!
5609
- }
5470
+ """
5471
+ List of private metadata items.Requires proper staff permissions to access.
5472
+ """
5473
+ privateMetadata: [MetadataItem!]!
5610
5474
 
5611
- type AffiliateCodesCountableConnection {
5612
- """Pagination data for this connection."""
5613
- pageInfo: PageInfo!
5614
- edges: [AffiliateCodesCountableEdge!]!
5475
+ """List of public metadata items. Can be accessed without permissions."""
5476
+ metadata: [MetadataItem!]!
5615
5477
 
5616
- """A total count of items in the collection."""
5617
- totalCount: Int
5618
- }
5478
+ """List of lines for the fulfillment."""
5479
+ lines: [FulfillmentLine!]
5619
5480
 
5620
- type AffiliateCodesCountableEdge {
5621
- """The item at the end of the edge."""
5622
- node: AffiliateCodes!
5481
+ """Seller who made the fulfillment."""
5482
+ seller: Seller
5623
5483
 
5624
- """A cursor for use in pagination."""
5625
- cursor: String!
5626
- }
5484
+ """User-friendly fulfillment status."""
5485
+ statusDisplay: String
5627
5486
 
5628
- type NauticalOrderCountableConnection {
5629
- """Pagination data for this connection."""
5630
- pageInfo: PageInfo!
5631
- edges: [NauticalOrderCountableEdge!]!
5487
+ """Warehouse from fulfillment was fulfilled."""
5488
+ warehouse: Warehouse
5632
5489
 
5633
- """A total count of items in the collection."""
5634
- totalCount: Int
5635
- }
5490
+ """Sum of quantities across all lines."""
5491
+ totalLinesQuantity: Int
5636
5492
 
5637
- type NauticalOrderCountableEdge {
5638
- """The item at the end of the edge."""
5639
- node: NauticalOrder!
5493
+ """Total price across all quantities across all lines."""
5494
+ totalLinesMoney: Money!
5640
5495
 
5641
- """A cursor for use in pagination."""
5642
- cursor: String!
5496
+ """List of custom fields assigned to this fulfillment."""
5497
+ customFields: [SelectedAttribute!]!
5643
5498
  }
5644
5499
 
5645
5500
  """Represents a nautical order in the shop."""
@@ -5681,8 +5536,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
5681
5536
  displayGrossPrices: Boolean!
5682
5537
  customerNote: String!
5683
5538
  weight: Weight
5684
- affiliate: User @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
5685
- affiliateCode: AffiliateCodes @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
5686
5539
 
5687
5540
  """Data time when the order was imported from another platform."""
5688
5541
  importedAt: DateTime
@@ -5782,9 +5635,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
5782
5635
  """Returns True, if order requires shipping."""
5783
5636
  isShippingRequired: Boolean!
5784
5637
 
5785
- """Channel the marketplace order is associated with"""
5786
- channel: Channel @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
5787
-
5788
5638
  """Volume discount for the nautical order"""
5789
5639
  volumeDiscount: TaxedMoney
5790
5640
  shippingMethodName: String!
@@ -5882,105 +5732,36 @@ enum NauticalOrderSubStatus {
5882
5732
  OFFER_REJECTED
5883
5733
  }
5884
5734
 
5885
- """Represents order fulfillment."""
5886
- type Fulfillment implements Node & ObjectWithMetadata {
5887
- """The ID of the object"""
5888
- id: ID!
5889
- fulfillmentOrder: Int!
5890
- relatedTo: Fulfillment
5891
- order: Order!
5892
-
5893
- """Nautical order via order mapping"""
5894
- nauticalOrder: NauticalOrder
5895
- status: FulfillmentStatus!
5896
-
5897
- """Fulfillment tracking company"""
5898
- trackingCompany: String
5899
-
5900
- """Fulfillment tracking number"""
5901
- trackingNumber: String
5902
-
5903
- """Fulfillment tracking url"""
5904
- trackingUrl: String
5905
- shippingLabelUrl: String
5906
- created: DateTime!
5907
- updated: DateTime!
5908
-
5909
- """User who made the fulfillment. Requires MANAGE_STAFF permission."""
5910
- user: User
5911
-
5912
- """
5913
- List of private metadata items.Requires proper staff permissions to access.
5914
- """
5915
- privateMetadata: [MetadataItem!]!
5916
-
5917
- """List of public metadata items. Can be accessed without permissions."""
5918
- metadata: [MetadataItem!]!
5919
-
5920
- """List of lines for the fulfillment."""
5921
- lines: [FulfillmentLine!]
5922
-
5923
- """Seller who made the fulfillment."""
5924
- seller: Seller
5925
-
5926
- """User-friendly fulfillment status."""
5927
- statusDisplay: String
5928
-
5929
- """Warehouse from fulfillment was fulfilled."""
5930
- warehouse: Warehouse
5931
-
5932
- """Sum of quantities across all lines."""
5933
- totalLinesQuantity: Int
5934
-
5935
- """Total price across all quantities across all lines."""
5936
- totalLinesPrice: Float @deprecated(reason: "This will be removed on October 25, 2024 and replaced by totalLinesMoney")
5937
-
5938
- """Total price across all quantities across all lines."""
5939
- totalLinesMoney: Money!
5940
- }
5941
-
5942
- """An enumeration."""
5943
- enum FulfillmentStatus {
5944
- """Fulfilled"""
5945
- FULFILLED
5946
-
5947
- """Canceled"""
5948
- CANCELED
5949
-
5950
- """Returned"""
5951
- RETURNED
5735
+ enum OrderSubStatusEnum {
5736
+ """In Review"""
5737
+ IN_REVIEW
5952
5738
 
5953
- """Declined"""
5954
- DECLINED
5739
+ """Quote Requested"""
5740
+ QUOTE_REQUESTED
5955
5741
 
5956
- """Return requested"""
5957
- RETURN_REQUESTED
5742
+ """Awaiting Payment"""
5743
+ AWAITING_PAYMENT
5958
5744
 
5959
- """Return authorized"""
5960
- RETURN_AUTHORIZED
5745
+ """Complete"""
5746
+ COMPLETE
5961
5747
 
5962
- """Return declined"""
5963
- RETURN_DECLINED
5748
+ """Offer Approved"""
5749
+ OFFER_APPROVED
5964
5750
 
5965
- """Return received"""
5966
- RETURN_RECEIVED
5751
+ """Offer Cancelled"""
5752
+ OFFER_CANCELLED
5967
5753
 
5968
- """Return complete"""
5969
- RETURN_COMPLETE
5754
+ """Offer Created"""
5755
+ OFFER_CREATED
5970
5756
 
5971
- """Return cancelled"""
5972
- RETURN_CANCELLED
5973
- }
5757
+ """Offer Expired"""
5758
+ OFFER_EXPIRED
5974
5759
 
5975
- """Represents line of the fulfillment."""
5976
- type FulfillmentLine implements Node {
5977
- """The ID of the object"""
5978
- id: ID!
5979
- quantity: Int!
5980
- orderLine: OrderLine
5760
+ """Offer Negotiating"""
5761
+ OFFER_NEGOTIATING
5981
5762
 
5982
- """Reason customer requested item return."""
5983
- returnReason: String
5763
+ """Offer Rejected"""
5764
+ OFFER_REJECTED
5984
5765
  }
5985
5766
 
5986
5767
  """Represents order line of particular order."""
@@ -6410,38 +6191,6 @@ type ShippingZoneCountryArea implements Node {
6410
6191
  countryArea: CountryArea!
6411
6192
  }
6412
6193
 
6413
- enum OrderSubStatusEnum {
6414
- """In Review"""
6415
- IN_REVIEW
6416
-
6417
- """Quote Requested"""
6418
- QUOTE_REQUESTED
6419
-
6420
- """Awaiting Payment"""
6421
- AWAITING_PAYMENT
6422
-
6423
- """Complete"""
6424
- COMPLETE
6425
-
6426
- """Offer Approved"""
6427
- OFFER_APPROVED
6428
-
6429
- """Offer Cancelled"""
6430
- OFFER_CANCELLED
6431
-
6432
- """Offer Created"""
6433
- OFFER_CREATED
6434
-
6435
- """Offer Expired"""
6436
- OFFER_EXPIRED
6437
-
6438
- """Offer Negotiating"""
6439
- OFFER_NEGOTIATING
6440
-
6441
- """Offer Rejected"""
6442
- OFFER_REJECTED
6443
- }
6444
-
6445
6194
  enum OrderAction {
6446
6195
  """Represents the capture action."""
6447
6196
  CAPTURE
@@ -7191,6 +6940,50 @@ enum RefundTypeEnum {
7191
6940
  ORDERLINEREFUND
7192
6941
  }
7193
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
+
7194
6987
  """Extra fee associated with an order"""
7195
6988
  type OrderFee implements Node {
7196
6989
  """The ID of the object"""
@@ -7400,12 +7193,18 @@ type Agreement implements Node & ObjectWithMetadata {
7400
7193
  seoDescription: String
7401
7194
  slug: String!
7402
7195
  title: String!
7403
- vendorType: AgreementVendorType!
7404
- commissionType: AgreementCommissionType!
7196
+
7197
+ """Commission type"""
7198
+ commissionType: CommissionTypeEnum! @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
7405
7199
  defaultCommission: Decimal!
7406
- markupCommissionType: AgreementMarkupCommissionType!
7407
- markupCommissionValue: Decimal!
7408
- agreementType: AgreementAgreementType!
7200
+
7201
+ """Markup commission type"""
7202
+ markupCommissionType: MarkupCommissionTypeEnum! @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
7203
+
7204
+ """
7205
+ If a markup commission is selected, this is the amount of the commission.
7206
+ """
7207
+ markupCommissionValue: Decimal @deprecated(reason: "Markup commissions will be removed on January 23, 2025.")
7409
7208
  isActive: Boolean
7410
7209
 
7411
7210
  """List of granular commissions associated with the agreement."""
@@ -7424,17 +7223,7 @@ type Agreement implements Node & ObjectWithMetadata {
7424
7223
  metadata: [MetadataItem!]!
7425
7224
  }
7426
7225
 
7427
- """An enumeration."""
7428
- enum AgreementVendorType {
7429
- """Seller"""
7430
- SELLER
7431
-
7432
- """Affiliate"""
7433
- AFFILIATE
7434
- }
7435
-
7436
- """An enumeration."""
7437
- enum AgreementCommissionType {
7226
+ enum CommissionTypeEnum {
7438
7227
  """Gross Price Commission"""
7439
7228
  MARKETPLACE
7440
7229
 
@@ -7445,21 +7234,11 @@ enum AgreementCommissionType {
7445
7234
  DROPSHIPPING
7446
7235
  }
7447
7236
 
7448
- """An enumeration."""
7449
- enum AgreementMarkupCommissionType {
7237
+ enum MarkupCommissionTypeEnum {
7450
7238
  """Percentage"""
7451
7239
  PERCENTAGE
7452
7240
  }
7453
7241
 
7454
- """An enumeration."""
7455
- enum AgreementAgreementType {
7456
- """Seller"""
7457
- A_1
7458
-
7459
- """Affiliate"""
7460
- A_2
7461
- }
7462
-
7463
7242
  """An agreement commission"""
7464
7243
  type AgreementCommission implements Node & ObjectWithMetadata {
7465
7244
  """The ID of the object"""
@@ -7537,7 +7316,6 @@ type Microsite implements Node & ObjectWithMetadata {
7537
7316
  name: String!
7538
7317
  slug: String!
7539
7318
  footerText: String
7540
- affiliate: User @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
7541
7319
  seller: Seller
7542
7320
 
7543
7321
  """
@@ -8250,7 +8028,6 @@ input CustomerOrderFilterInput {
8250
8028
  paymentStatus: [PaymentChargeStatusEnum!]
8251
8029
  status: [OrderStatusFilter!]
8252
8030
  customer: String
8253
- channel: String
8254
8031
  created: DateRangeInput
8255
8032
  metadata: MetadataFilterInput
8256
8033
  privateMetadata: MetadataFilterInput
@@ -8322,9 +8099,6 @@ enum OrderSortField {
8322
8099
  """Sort orders by fulfillment status."""
8323
8100
  FULFILLMENT_STATUS
8324
8101
 
8325
- """Sort orders by channel."""
8326
- CHANNEL
8327
-
8328
8102
  """Sort orders by total."""
8329
8103
  TOTAL
8330
8104
 
@@ -8338,11 +8112,27 @@ enum OrderSortField {
8338
8112
  EXTERNAL_SOURCE
8339
8113
  }
8340
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
+
8341
8132
  input CustomerNauticalOrderFilterInput {
8342
8133
  paymentStatus: [PaymentChargeStatusEnum!]
8343
8134
  status: [OrderStatusFilter!]
8344
8135
  customer: String
8345
- channel: String
8346
8136
  created: DateRangeInput
8347
8137
  metadata: MetadataFilterInput
8348
8138
  privateMetadata: MetadataFilterInput
@@ -9090,24 +8880,15 @@ type Shop {
9090
8880
  """Whether the marketplace has enabled offer orders."""
9091
8881
  enableOfferOrders: Boolean
9092
8882
 
9093
- """List of the shops's supported languages."""
9094
- languages: [LanguageDisplay!]! @deprecated(reason: "This will be removed on October 29, 2024")
9095
-
9096
8883
  """Shop's name."""
9097
8884
  name: String!
9098
8885
 
9099
- """Shop's navigation."""
9100
- navigation: Navigation @deprecated(reason: "Fetch menus using the `menu` query with `slug` parameter. This will be removed on October 29, 2024.")
9101
-
9102
8886
  """List of available permissions."""
9103
8887
  permissions: [Permission!]!
9104
8888
 
9105
8889
  """List of possible phone prefixes."""
9106
8890
  phonePrefixes: [String!]!
9107
8891
 
9108
- """Header text."""
9109
- headerText: String @deprecated(reason: "This will be removed on October 29, 2024")
9110
-
9111
8892
  """Include taxes in prices."""
9112
8893
  includeTaxesInPrices: Boolean!
9113
8894
 
@@ -9145,16 +8926,11 @@ type Shop {
9145
8926
  loginForPrice: Boolean
9146
8927
 
9147
8928
  """Is authenticated user required to view product listings."""
9148
- loginForProducts: Boolean
8929
+ loginForProducts: Boolean @deprecated(reason: "This will be removed on November 22, 2024. Use the loginForPrice setting instead.")
9149
8930
 
9150
8931
  """Gets active plugins."""
9151
8932
  activePlugins: [Plugin!]!
9152
8933
 
9153
- """
9154
- None if shop does not use Builder, otherwise this contains Builder public api key.
9155
- """
9156
- builderKey: String @deprecated(reason: "This will be removed on October 29, 2024")
9157
-
9158
8934
  """
9159
8935
  None if shop does not use Crisp, otherwise this contains Crisp Website ID.
9160
8936
  """
@@ -9248,81 +9024,6 @@ type Domain {
9248
9024
  url: String!
9249
9025
  }
9250
9026
 
9251
- type LanguageDisplay {
9252
- """ISO 639 representation of the language name."""
9253
- code: LanguageCodeEnum!
9254
-
9255
- """Full name of the language."""
9256
- language: String!
9257
- }
9258
-
9259
- """Represents shop's navigation menus."""
9260
- type Navigation {
9261
- """Main navigation bar."""
9262
- main: Menu
9263
-
9264
- """Secondary navigation bar."""
9265
- secondary: Menu
9266
- }
9267
-
9268
- """
9269
- Represents a single menu - an object that is used to help navigate through the store.
9270
- """
9271
- type Menu implements Node {
9272
- """The ID of the object"""
9273
- id: ID!
9274
- name: String!
9275
- slug: String!
9276
- items: [MenuItem!]!
9277
- }
9278
-
9279
- """
9280
- Represents a single item of the related menu. Can store categories, collection or pages.
9281
- """
9282
- type MenuItem implements Node {
9283
- """The ID of the object"""
9284
- id: ID!
9285
- menu: Menu!
9286
- name: String!
9287
- parent: MenuItem
9288
- category: Category
9289
- collection: Collection
9290
- page: Page
9291
- level: Int!
9292
- children: [MenuItem!]!
9293
-
9294
- """URL to the menu item."""
9295
- url: String
9296
- }
9297
-
9298
- """
9299
- A static page that can be manually added by a shop operator through the dashboard.
9300
- """
9301
- type Page implements Node & ObjectWithMetadata {
9302
- """The ID of the object"""
9303
- id: ID!
9304
- publicationDate: Date
9305
- createdAt: DateTime!
9306
- updatedAt: DateTime!
9307
- content: String!
9308
- contentHtml: String!
9309
- seoTitle: String
9310
- seoDescription: String
9311
- slug: String!
9312
- title: String!
9313
-
9314
- """
9315
- List of private metadata items.Requires proper staff permissions to access.
9316
- """
9317
- privateMetadata: [MetadataItem!]!
9318
-
9319
- """List of public metadata items. Can be accessed without permissions."""
9320
- metadata: [MetadataItem!]!
9321
-
9322
- """Whether the page is published."""
9323
- isPublished: Boolean!
9324
- }
9325
-
9326
9027
  """Plugin."""
9327
9028
  type Plugin implements Node {
9328
9029
  id: ID!
@@ -9430,6 +9131,9 @@ type StorefrontTheme implements Node {
9430
9131
 
9431
9132
  """Primary color in hex."""
9432
9133
  primaryColor: String
9134
+
9135
+ """Background color in hex."""
9136
+ backgroundColor: String
9433
9137
  logo: Image
9434
9138
  faviconImage: Image
9435
9139
 
@@ -10925,7 +10629,6 @@ type OrderVendorSummaryType {
10925
10629
  revenue: Float
10926
10630
  totals: Int
10927
10631
  commission: Float
10928
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
10929
10632
  payout: Float
10930
10633
  vendors: Int
10931
10634
  adjustments: Decimal
@@ -10946,7 +10649,6 @@ type OrderVendorReportType {
10946
10649
  revenue: Float
10947
10650
  totals: Int
10948
10651
  commission: Float
10949
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
10950
10652
  payout: Float
10951
10653
  vendorId: Int
10952
10654
  vendor: Vendor
@@ -10976,7 +10678,6 @@ type SingleVendorReportType {
10976
10678
  revenue: Float
10977
10679
  totals: Int
10978
10680
  commission: Float
10979
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
10980
10681
  payout: Decimal
10981
10682
  adjustments: Decimal
10982
10683
  penalties: Decimal
@@ -11001,7 +10702,6 @@ type SingleVendorSummaryType {
11001
10702
  revenue: Float
11002
10703
  totals: Int
11003
10704
  commission: Float
11004
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
11005
10705
  payout: Float
11006
10706
  adjustments: Decimal
11007
10707
  penalties: Decimal
@@ -11026,6 +10726,34 @@ type PaymentCountableEdge {
11026
10726
  cursor: String!
11027
10727
  }
11028
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
+
11029
10757
  type PageCountableConnection {
11030
10758
  """Pagination data for this connection."""
11031
10759
  pageInfo: PageInfo!
@@ -11110,7 +10838,6 @@ input OrderFilterInput {
11110
10838
  paymentStatus: [PaymentChargeStatusEnum!]
11111
10839
  status: [OrderStatusFilter!]
11112
10840
  customer: String
11113
- channel: String
11114
10841
  created: DateRangeInput
11115
10842
  metadata: MetadataFilterInput
11116
10843
  privateMetadata: MetadataFilterInput
@@ -11128,7 +10855,6 @@ input NauticalOrderFilterInput {
11128
10855
  paymentStatus: [PaymentChargeStatusEnum!]
11129
10856
  status: [OrderStatusFilter!]
11130
10857
  customer: String
11131
- channel: String
11132
10858
  created: DateRangeInput
11133
10859
  metadata: MetadataFilterInput
11134
10860
  privateMetadata: MetadataFilterInput
@@ -11141,7 +10867,6 @@ input NauticalOrderFilterInput {
11141
10867
 
11142
10868
  input OrderDraftFilterInput {
11143
10869
  customer: String
11144
- channel: String
11145
10870
  created: DateRangeInput
11146
10871
  metadata: MetadataFilterInput
11147
10872
  privateMetadata: MetadataFilterInput
@@ -11154,7 +10879,6 @@ input OrderDraftFilterInput {
11154
10879
 
11155
10880
  input NauticalOrderDraftFilterInput {
11156
10881
  customer: String
11157
- channel: String
11158
10882
  created: DateRangeInput
11159
10883
  metadata: MetadataFilterInput
11160
10884
  privateMetadata: MetadataFilterInput
@@ -11167,7 +10891,6 @@ input NauticalOrderDraftFilterInput {
11167
10891
 
11168
10892
  input NauticalOrderQuoteFilterInput {
11169
10893
  customer: String
11170
- channel: String
11171
10894
  created: DateRangeInput
11172
10895
  metadata: MetadataFilterInput
11173
10896
  privateMetadata: MetadataFilterInput
@@ -11186,7 +10909,6 @@ enum QuoteOrderSubStatusFilter {
11186
10909
 
11187
10910
  input OrderQuoteFilterInput {
11188
10911
  customer: String
11189
- channel: String
11190
10912
  created: DateRangeInput
11191
10913
  metadata: MetadataFilterInput
11192
10914
  privateMetadata: MetadataFilterInput
@@ -11311,7 +11033,6 @@ type MicrositeCountableEdge {
11311
11033
  input MicrositeFilterInput {
11312
11034
  published: MicrositePublished
11313
11035
  search: String
11314
- vendorType: MicrositeVendorType
11315
11036
  ids: [ID]
11316
11037
  metadata: MetadataFilterInput
11317
11038
  privateMetadata: MetadataFilterInput
@@ -11322,11 +11043,6 @@ enum MicrositePublished {
11322
11043
  HIDDEN
11323
11044
  }
11324
11045
 
11325
- enum MicrositeVendorType {
11326
- SELLER
11327
- AFFILIATE
11328
- }
11329
-
11330
11046
  input MicrositeSortingInput {
11331
11047
  """Specifies the direction in which to sort products."""
11332
11048
  direction: OrderDirection!
@@ -11349,6 +11065,36 @@ enum MicrositeSortField {
11349
11065
  PUBLICATION_DATE
11350
11066
  }
11351
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
+
11352
11098
  type MenuCountableConnection {
11353
11099
  """Pagination data for this connection."""
11354
11100
  pageInfo: PageInfo!
@@ -12481,7 +12227,6 @@ type OrderSellerSummaryType {
12481
12227
  revenue: Float
12482
12228
  totals: Int
12483
12229
  commission: Float
12484
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12485
12230
  payout: Float
12486
12231
  sellers: Float
12487
12232
  }
@@ -12498,7 +12243,6 @@ type OrderCustomerReportType {
12498
12243
  revenue: Float
12499
12244
  totals: Int
12500
12245
  commission: Float
12501
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12502
12246
  payout: Float
12503
12247
  userId: Int
12504
12248
  user: User
@@ -12540,7 +12284,6 @@ type OrderSellerReportType {
12540
12284
  revenue: Float
12541
12285
  totals: Int
12542
12286
  commission: Float
12543
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12544
12287
  payout: Float
12545
12288
  sellerId: Int
12546
12289
  seller: Seller
@@ -12582,7 +12325,6 @@ type OrderMarketplaceReportType {
12582
12325
  revenue: Float
12583
12326
  totals: Int
12584
12327
  commission: Float
12585
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12586
12328
  payout: Float
12587
12329
  dimension: Date
12588
12330
  }
@@ -12619,7 +12361,7 @@ type InReportMarketplacePayoutsSummaryType {
12619
12361
  report: [OrderSellerReportType!]
12620
12362
  }
12621
12363
 
12622
- type InReportMarketplaceAffiliatePayoutsSummaryType {
12364
+ type InReportMarketplaceTaxSummaryType {
12623
12365
  """Category of the metric."""
12624
12366
  category: String!
12625
12367
 
@@ -12635,15 +12377,15 @@ type InReportMarketplaceAffiliatePayoutsSummaryType {
12635
12377
  filters: [FilterObjectType!]
12636
12378
 
12637
12379
  """Total summary for selected period."""
12638
- summary: OrderAffiliateSummaryType!
12380
+ summary: AbstractOrderSellerReportType!
12639
12381
 
12640
12382
  """
12641
12383
  Report where each row represent aggregated, by selected (in filters) dimension, summary.
12642
12384
  """
12643
- report: [OrderAffiliateReportType!]
12385
+ report: [MarketplaceTaxReportType!]
12644
12386
  }
12645
12387
 
12646
- type OrderAffiliateSummaryType {
12388
+ type AbstractOrderSellerReportType {
12647
12389
  gross: Float
12648
12390
  orders: Int
12649
12391
  net: Float
@@ -12655,12 +12397,10 @@ type OrderAffiliateSummaryType {
12655
12397
  revenue: Float
12656
12398
  totals: Int
12657
12399
  commission: Float
12658
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12659
12400
  payout: Float
12660
- affiliates: Float
12661
12401
  }
12662
12402
 
12663
- type OrderAffiliateReportType {
12403
+ type MarketplaceTaxReportType {
12664
12404
  gross: Float
12665
12405
  orders: Int
12666
12406
  net: Float
@@ -12672,13 +12412,11 @@ type OrderAffiliateReportType {
12672
12412
  revenue: Float
12673
12413
  totals: Int
12674
12414
  commission: Float
12675
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12676
12415
  payout: Float
12677
- affiliateId: Int
12678
- affiliate: User
12416
+ dimension: Date
12679
12417
  }
12680
12418
 
12681
- type InReportMarketplaceTaxSummaryType {
12419
+ type InReportMarketplaceTaxesByCountryType {
12682
12420
  """Category of the metric."""
12683
12421
  category: String!
12684
12422
 
@@ -12699,64 +12437,7 @@ type InReportMarketplaceTaxSummaryType {
12699
12437
  """
12700
12438
  Report where each row represent aggregated, by selected (in filters) dimension, summary.
12701
12439
  """
12702
- report: [MarketplaceTaxReportType!]
12703
- }
12704
-
12705
- type AbstractOrderSellerReportType {
12706
- gross: Float
12707
- orders: Int
12708
- net: Float
12709
- shipping: Float
12710
- average: Float
12711
- taxes: Float
12712
- discounts: Float
12713
- volumeDiscounts: Float
12714
- revenue: Float
12715
- totals: Int
12716
- commission: Float
12717
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12718
- payout: Float
12719
- }
12720
-
12721
- type MarketplaceTaxReportType {
12722
- gross: Float
12723
- orders: Int
12724
- net: Float
12725
- shipping: Float
12726
- average: Float
12727
- taxes: Float
12728
- discounts: Float
12729
- volumeDiscounts: Float
12730
- revenue: Float
12731
- totals: Int
12732
- commission: Float
12733
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12734
- payout: Float
12735
- dimension: Date
12736
- }
12737
-
12738
- type InReportMarketplaceTaxesByCountryType {
12739
- """Category of the metric."""
12740
- category: String!
12741
-
12742
- """Title of the metric."""
12743
- title: String!
12744
-
12745
- """
12746
- Description of main columns in report and summary. Note: report and summary can contain additional columns.
12747
- """
12748
- columns: [ColumnObjectType!]
12749
-
12750
- """Info about applied filters."""
12751
- filters: [FilterObjectType!]
12752
-
12753
- """Total summary for selected period."""
12754
- summary: AbstractOrderSellerReportType!
12755
-
12756
- """
12757
- Report where each row represent aggregated, by selected (in filters) dimension, summary.
12758
- """
12759
- report: [MarketplaceTaxReportByLocaleType!]
12440
+ report: [MarketplaceTaxReportByLocaleType!]
12760
12441
  }
12761
12442
 
12762
12443
  type MarketplaceTaxReportByLocaleType {
@@ -12771,7 +12452,6 @@ type MarketplaceTaxReportByLocaleType {
12771
12452
  revenue: Float
12772
12453
  totals: Int
12773
12454
  commission: Float
12774
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12775
12455
  payout: Float
12776
12456
  billingAddress_Country: String
12777
12457
  billingAddress_CountryArea: String
@@ -12983,7 +12663,6 @@ type DashboardSellerOrderPerformanceType {
12983
12663
  revenue: Float
12984
12664
  totals: Int
12985
12665
  commission: Float
12986
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
12987
12666
  payout: Float
12988
12667
  sellerId: Int
12989
12668
  seller: Seller
@@ -13006,7 +12685,6 @@ type GraphDataType {
13006
12685
  revenue: Float
13007
12686
  totals: Int
13008
12687
  commission: Float
13009
- affiliateCommission: Float @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
13010
12688
  payout: Float
13011
12689
  dimension: DateTime
13012
12690
  }
@@ -13373,27 +13051,6 @@ type DesignerDataType {
13373
13051
  jsonContent: JSONString!
13374
13052
  }
13375
13053
 
13376
- type BrandingType {
13377
- id: ID!
13378
- tenant: Tenant!
13379
- jsonContent: JSONString!
13380
- logo(
13381
- """Size of the image."""
13382
- size: Int
13383
- ): Image
13384
- icon(
13385
- """Size of the image."""
13386
- size: Int
13387
- ): Image
13388
- favicon(
13389
- """Size of the image."""
13390
- size: Int
13391
- ): Image
13392
- logoHeight: Int
13393
- logoWidth: Int
13394
- footerText: String!
13395
- }
13396
-
13397
13054
  """Represents a job data of exported file."""
13398
13055
  type ExportFile implements Node & Job {
13399
13056
  """The ID of the object"""
@@ -13505,12 +13162,6 @@ enum ExportFileSortField {
13505
13162
  UPDATED_AT
13506
13163
  }
13507
13164
 
13508
- type CoreDataType {
13509
- tenant: Tenant!
13510
- name: String!
13511
- jsonContent: JSONString!
13512
- }
13513
-
13514
13165
  type CheckoutCountableConnection {
13515
13166
  """Pagination data for this connection."""
13516
13167
  pageInfo: PageInfo!
@@ -13545,45 +13196,6 @@ type CheckoutLineCountableEdge {
13545
13196
  cursor: String!
13546
13197
  }
13547
13198
 
13548
- type ChannelCountableConnection {
13549
- """Pagination data for this connection."""
13550
- pageInfo: PageInfo!
13551
- edges: [ChannelCountableEdge!]!
13552
-
13553
- """A total count of items in the collection."""
13554
- totalCount: Int
13555
- }
13556
-
13557
- type ChannelCountableEdge {
13558
- """The item at the end of the edge."""
13559
- node: Channel!
13560
-
13561
- """A cursor for use in pagination."""
13562
- cursor: String!
13563
- }
13564
-
13565
- input ChannelFilterInput {
13566
- search: String
13567
- createdAt: DateTime
13568
- created: DateRangeInput
13569
- }
13570
-
13571
- input ChannelSortingInput {
13572
- """Specifies the direction in which to sort products."""
13573
- direction: OrderDirection!
13574
-
13575
- """Sort channels by the selected field."""
13576
- field: ChannelSortField!
13577
- }
13578
-
13579
- enum ChannelSortField {
13580
- """Sort channels by channel."""
13581
- CHANNEL
13582
-
13583
- """Sort channels by created at."""
13584
- CREATED_AT
13585
- }
13586
-
13587
13199
  input AttributeSortingInput {
13588
13200
  """Specifies the direction in which to sort products."""
13589
13201
  direction: OrderDirection!
@@ -13651,6 +13263,7 @@ enum CustomFieldTemplateEnum {
13651
13263
  VARIANT
13652
13264
  CATEGORY
13653
13265
  COLLECTION
13266
+ FULFILLMENT
13654
13267
  }
13655
13268
 
13656
13269
  """Represents ongoing installation of app."""
@@ -13742,50 +13355,6 @@ input AgreementFilterInput {
13742
13355
  search: String
13743
13356
  }
13744
13357
 
13745
- input AffiliateFilterInput {
13746
- dateJoined: DateRangeInput
13747
- moneySpent: PriceRangeInput
13748
- numberOfOrders: IntRangeInput
13749
- placedOrders: DateRangeInput
13750
- search: String
13751
- }
13752
-
13753
- type OptimizedAffiliate {
13754
- affiliate: User
13755
- channels: [OptimizedAffiliateChannels!] @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
13756
- topCodes: [AffiliateCodes!]
13757
- agreement: Agreement
13758
- }
13759
-
13760
- type OptimizedAffiliateChannels {
13761
- channelName: String
13762
- totalReferrals: Int
13763
- }
13764
-
13765
- input AffiliateCodeFilterInput {
13766
- search: String
13767
- isActive: Boolean
13768
- }
13769
-
13770
- input AffiliateCodeSortingInput {
13771
- """Specifies the direction in which to sort products."""
13772
- direction: OrderDirection!
13773
-
13774
- """Sort affiliate_codes by the selected field."""
13775
- field: AffiliateCodeSortField!
13776
- }
13777
-
13778
- enum AffiliateCodeSortField {
13779
- """Sort affiliate codes by code."""
13780
- CODE
13781
-
13782
- """Sort affiliate codes by status."""
13783
- STATUS
13784
-
13785
- """Sort affiliate codes by referrals."""
13786
- REFERRALS
13787
- }
13788
-
13789
13358
  type AddressValidationData {
13790
13359
  countryCode: String
13791
13360
  countryName: String
@@ -13901,7 +13470,7 @@ type Mutation {
13901
13470
  description: String
13902
13471
 
13903
13472
  """
13904
- 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, application/gzipped, image/tif, application/x-jpg, application/dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/tiff, application/gzip, text/rtf, image/x-bmp, image/tiff, application/vnd.ms-excel, application/vnd.pdf, application/svg+xml, image/svg+xml, application/x-rar, application/x-rar-compressed, drawing/x-dwg, image/x-eps, text/csv, application/vnd.ms-powerpoint, application/postscript, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-pdf, image/jpeg, text/svg, image/bmp, application/acad, application/x-dxf, application/gzip-compressed, application/dxf, image/heif-sequence, image/jpg, application/x-tar, image/heif, image/x-tif, image/heic, text/plain, image/eps, application/zip, application/x-tiff, image/heic-sequence, drawing/dwg, application/x-csv, application/x-dwg, application/vnd.oasis.opendocument.spreadsheet, image/svg, image/png, image/x-dwg, application/csv, text/pdf, application/x-autocad, pplication/vnd.rar, application/jpg, application/excel, application/acrobat, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-dxf, text/x-pdf, image/vnd.dwg, application/pdf, application/x-rtf, image/x-ms-bmp, image/gif, application/x-eps, application/vnd.oasis.opendocument.text, text/x-csv, text/comma-separated-values, image/x-tiff, application/eps, text/svg-xml, application/x-gzip, application/vnd.oasis.opendocument.presentation, application/tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/dxf, application/rtf, application/x-zip-compressed, text/x-comma-separated-values, application/msword, application/vnd.ms-word, image/webp, application/x-tif, application/x-acad.
13473
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/eps, image/x-ms-bmp, text/csv, application/csv, image/tif, image/heic, application/svg+xml, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/vnd.dwg, image/png, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-jpg, image/x-bmp, application/gzip, application/pdf, image/x-eps, image/tiff, application/tif, image/gif, image/svg+xml, drawing/x-dwg, application/eps, image/jpg, text/x-comma-separated-values, image/x-tiff, image/webp, application/vnd.pdf, application/jpg, application/x-csv, text/rtf, application/dwg, application/acad, application/gzip-compressed, text/x-csv, application/rtf, application/postscript, application/vnd.ms-excel, application/vnd.oasis.opendocument.text, application/gzipped, image/x-dxf, application/acrobat, text/svg-xml, text/svg, application/x-rar-compressed, application/x-tar, application/x-pdf, image/heif, application/vnd.oasis.opendocument.presentation, application/dxf, application/x-acad, application/x-eps, image/heic-sequence, application/x-tif, text/x-pdf, image/bmp, application/tiff, image/svg, application/x-gzip, image/jpeg, application/x-dxf, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/pdf, text/comma-separated-values, image/dxf, application/x-autocad, application/msword, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.spreadsheet, application/x-dwg, application/zip, text/plain, application/x-tiff, application/excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-rar, image/x-dwg, application/vnd.ms-word, pplication/vnd.rar, drawing/x-dwf, drawing/dwg, application/x-rtf, application/x-zip-compressed, image/heif-sequence.
13905
13474
  """
13906
13475
  file: Upload!
13907
13476
 
@@ -13977,48 +13546,6 @@ type Mutation {
13977
13546
  """
13978
13547
  updatePeriodicTaskEnabled(enabled: Boolean): PeriodicTaskEnabledUpdate @deprecated(reason: "This will be removed on November 9, 2024")
13979
13548
 
13980
- """Creates a new channel"""
13981
- channelCreate(
13982
- """Fields required to create a channel."""
13983
- input: ChannelInput
13984
- ): ChannelCreate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
13985
-
13986
- """Updates a channel."""
13987
- channelUpdate(
13988
- """ID of a channel to update."""
13989
- id: ID!
13990
-
13991
- """Fields required to update a channel."""
13992
- input: ChannelInput!
13993
- ): ChannelUpdate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
13994
-
13995
- """Updates an order channel"""
13996
- orderChannelUpdate(
13997
- """ID of the channel to associate with the order"""
13998
- channel: ID
13999
-
14000
- """ID of the order to update channel for"""
14001
- id: ID!
14002
- ): OrderChannelUpdate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
14003
-
14004
- """Updates a marketplace order channel."""
14005
- nauticalOrderChannelUpdate(
14006
- """ID of the channel to associate with the marketplace order"""
14007
- channel: ID
14008
-
14009
- """ID of the marketplace order to update channel for"""
14010
- id: ID!
14011
- ): NauticalOrderChannelUpdate @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
14012
-
14013
- """Updates an affiliate code channel"""
14014
- affiliateCodeChannelUpdate(
14015
- """ID of the channel to associate with the affiliate code"""
14016
- channel: ID
14017
-
14018
- """ID of the affiliate code to update channel for"""
14019
- id: ID!
14020
- ): AffiliateCodeChannelUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14021
-
14022
13549
  """Updates marketplace configuration."""
14023
13550
  marketplaceConfigurationUpdate(
14024
13551
  """Fields required to update marketplace configuration."""
@@ -14297,70 +13824,6 @@ type Mutation {
14297
13824
  input: MicrositeInput!
14298
13825
  ): MicrositeUpdate @deprecated(reason: "Microsites will be removed on January 2, 2025.")
14299
13826
 
14300
- """Creates a new affiliate code"""
14301
- affiliateCodeCreate(
14302
- """Fields required to create an affiliate code."""
14303
- input: AffiliateCodeCreateInput
14304
- ): AffiliateCodeCreate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14305
-
14306
- """Increments affiliate code uses"""
14307
- affiliateCodeUse(
14308
- """Affiliate code to increment use for"""
14309
- code: String
14310
- ): AffiliateCodeUse @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14311
-
14312
- """Sets whether code is active"""
14313
- affiliateCodeSetActive(
14314
- """Whether the code is active or not"""
14315
- isActive: Boolean
14316
- ): AffiliateCodeSetActive @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14317
-
14318
- """Activate or deactivate affiliate codes."""
14319
- affiliateCodeBulkSetActive(
14320
- """List of code IDs to (de)activate)."""
14321
- ids: [ID!]!
14322
-
14323
- """Determine if codes will be set active or not."""
14324
- isActive: Boolean!
14325
- ): AffiliateCodeBulkSetActive @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14326
-
14327
- """
14328
- 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
14329
- """
14330
- affiliateAvatarUpdate(
14331
- affiliate: ID
14332
-
14333
- """Represents an image file in a multipart request."""
14334
- image: Upload!
14335
- ): AffiliateAvatarUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14336
-
14337
- """Creates a new affiliate."""
14338
- affiliateCreate(
14339
- """Fields required to create a affiliate."""
14340
- input: UserCreateInput!
14341
- ): AffiliateCreate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14342
-
14343
- """Updates an existing affiliate."""
14344
- affiliateUpdate(
14345
- """ID of a affiliate to update."""
14346
- id: ID!
14347
-
14348
- """Fields required to update a affiliate."""
14349
- input: AffiliateInput!
14350
- ): AffiliateUpdate @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14351
-
14352
- """Deletes a affiliate."""
14353
- affiliateDelete(
14354
- """ID of a affiliate to delete."""
14355
- id: ID!
14356
- ): AffiliateDelete @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14357
-
14358
- """Deletes affiliates."""
14359
- affiliateBulkDelete(
14360
- """List of user IDs to delete."""
14361
- ids: [ID!]!
14362
- ): AffiliateBulkDelete @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
14363
-
14364
13827
  """Creates a new agreement."""
14365
13828
  agreementCreate(
14366
13829
  """Fields required to create a agreement."""
@@ -14577,20 +14040,6 @@ type Mutation {
14577
14040
  """Update existing designer data."""
14578
14041
  designerDataUpdate(input: DesignerDataInput, name: String!): DesignerDataUpdate
14579
14042
 
14580
- """Update existing branding."""
14581
- brandingUpdate(input: BrandingInput): BrandingUpdate @deprecated(reason: "This will be removed on October 25, 2024")
14582
-
14583
- """Delete branding images."""
14584
- brandingImagesDelete(favicon: Boolean, icon: Boolean, logo: Boolean): BrandingImagesDelete @deprecated(reason: "This will be removed on October 25, 2024")
14585
-
14586
- """Create core data."""
14587
- coreDataCreate(input: CoreDataInput!): CoreDataCreate @deprecated(reason: "This will be removed on October 25, 2024")
14588
-
14589
- """
14590
- Update existing core data instance, return ok = True and coredata = None if no matching core data instance found.
14591
- """
14592
- coreDataUpdate(input: CoreDataInput!, name: String!): CoreDataUpdate @deprecated(reason: "This will be removed on October 25, 2024")
14593
-
14594
14043
  """Creates a new webhook subscription."""
14595
14044
  webhookCreate(
14596
14045
  """Fields required to create a webhook."""
@@ -15580,9 +15029,6 @@ type Mutation {
15580
15029
 
15581
15030
  """Completes creating an order."""
15582
15031
  draftOrderComplete(
15583
- """ID of the channel to attach the order to"""
15584
- channel: ID @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
15585
-
15586
15032
  """ID of the order that will be completed."""
15587
15033
  id: ID!
15588
15034
 
@@ -15597,9 +15043,6 @@ type Mutation {
15597
15043
 
15598
15044
  """Completes creating an order."""
15599
15045
  nauticalDraftOrderComplete(
15600
- """ID of the channel to attach to nautical order"""
15601
- channel: ID @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
15602
-
15603
15046
  """
15604
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.
15605
15048
  """
@@ -16170,15 +15613,6 @@ type Mutation {
16170
15613
  input: [MetadataInput!]!
16171
15614
  ): PrivateMetadataUpdate
16172
15615
 
16173
- """Assigns storefront's navigation menus."""
16174
- assignNavigation(
16175
- """ID of the menu."""
16176
- menu: ID
16177
-
16178
- """Type of the navigation bar to assign the menu to."""
16179
- navigationType: NavigationType!
16180
- ): AssignNavigation @deprecated(reason: "This will be removed on October 29, 2024")
16181
-
16182
15616
  """Creates a new Menu."""
16183
15617
  menuCreate(
16184
15618
  """Fields required to create a menu."""
@@ -16400,7 +15834,7 @@ type Mutation {
16400
15834
  """
16401
15835
  Whether the vendor to retrieve an onboarding link for is a SELLER or an AFFILIATE
16402
15836
  """
16403
- vendorType: String!
15837
+ vendorType: String @deprecated(reason: "This will be removed on January 24, 2025.")
16404
15838
  ): VendorPayoutOnboardingLinkRequest
16405
15839
 
16406
15840
  """
@@ -16553,14 +15987,11 @@ type Mutation {
16553
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.
16554
15988
  """
16555
15989
  checkoutComplete(
16556
- """ID of affiliate code used for checkout completion"""
16557
- affiliate: ID @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
16558
-
16559
15990
  """Checkout ID."""
16560
15991
  checkoutId: ID!
16561
15992
 
16562
15993
  """ID of microsite that checkout was completed from"""
16563
- microsite: ID
15994
+ microsite: ID @deprecated(reason: "This will be removed on January 24, 2025.")
16564
15995
 
16565
15996
  """Client-side generated data required to finalize the payment."""
16566
15997
  paymentData: JSONString
@@ -17560,71 +16991,6 @@ type PeriodicTaskEnabledUpdate {
17560
16991
  task: WebhookPeriodicTask
17561
16992
  }
17562
16993
 
17563
- """Creates a new channel"""
17564
- type ChannelCreate {
17565
- channelErrors: [ChannelError!]!
17566
- channel: Channel
17567
- }
17568
-
17569
- type ChannelError {
17570
- """
17571
- Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
17572
- """
17573
- field: String
17574
-
17575
- """The error message."""
17576
- message: String!
17577
-
17578
- """The error code."""
17579
- code: ChannelErrorCode!
17580
- }
17581
-
17582
- """An enumeration."""
17583
- enum ChannelErrorCode {
17584
- GRAPHQL_ERROR
17585
- INVALID
17586
- NOT_FOUND
17587
- REQUIRED
17588
- UNIQUE
17589
- JWT_SIGNATURE_EXPIRED
17590
- JWT_INVALID_TOKEN
17591
- JWT_DECODE_ERROR
17592
- JWT_MISSING_TOKEN
17593
- JWT_INVALID_CSRF_TOKEN
17594
- }
17595
-
17596
- input ChannelInput {
17597
- """Name of the channel."""
17598
- channel: String
17599
- }
17600
-
17601
- """Updates a channel."""
17602
- type ChannelUpdate {
17603
- channelErrors: [ChannelError!]!
17604
- channel: Channel
17605
- }
17606
-
17607
- """Updates an order channel"""
17608
- type OrderChannelUpdate {
17609
- """Updated order instance"""
17610
- order: Order
17611
- channelErrors: [ChannelError!]!
17612
- }
17613
-
17614
- """Updates a marketplace order channel."""
17615
- type NauticalOrderChannelUpdate {
17616
- """Updated marketplace order instance"""
17617
- order: NauticalOrder
17618
- channelErrors: [ChannelError!]!
17619
- }
17620
-
17621
- """Updates an affiliate code channel"""
17622
- type AffiliateCodeChannelUpdate {
17623
- """Updated affiliate code instance"""
17624
- affiliateCode: AffiliateCodes
17625
- channelErrors: [ChannelError!]!
17626
- }
17627
-
17628
16994
  """Updates marketplace configuration."""
17629
16995
  type MarketplaceConfigurationUpdate {
17630
16996
  """Updated marketplace configuration."""
@@ -17815,7 +17181,7 @@ enum PayoutErrorCode {
17815
17181
 
17816
17182
  input PayoutCreateInput {
17817
17183
  """Vendor type for the payout"""
17818
- vendorType: String!
17184
+ vendorType: String @deprecated(reason: "This will be removed on January 24, 2025")
17819
17185
 
17820
17186
  """
17821
17187
  Payout end date. ISO 8601 standard. Can not be greater than current date.
@@ -18248,315 +17614,29 @@ input MicrositeInput {
18248
17614
  """Slug of the microsite."""
18249
17615
  slug: String
18250
17616
 
18251
- """Description of the microsite (plaintext, deprecated for input)."""
18252
- description: String
18253
-
18254
- """Description of the microsite (HTML)."""
18255
- descriptionHtml: String
18256
-
18257
- """Banner image file."""
18258
- bannerImage: Upload
18259
-
18260
- """Alt text for an image."""
18261
- bannerImageAlt: String
18262
-
18263
- """Logo image file."""
18264
- logoImage: Upload
18265
-
18266
- """Alt text for an image."""
18267
- logoImageAlt: String
18268
-
18269
- """Search engine optimization fields."""
18270
- seo: SeoInput
18271
-
18272
- """Publication date. ISO 8601 standard."""
18273
- publicationDate: Date
18274
- }
18275
-
18276
- """Creates a new affiliate code"""
18277
- type AffiliateCodeCreate {
18278
- affiliateErrors: [AffiliateError!]!
18279
- affiliateCodes: AffiliateCodes
18280
- }
18281
-
18282
- type AffiliateError {
18283
- """
18284
- Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
18285
- """
18286
- field: String
18287
-
18288
- """The error message."""
18289
- message: String!
18290
-
18291
- """The error code."""
18292
- code: AffiliateErrorCode!
18293
- }
18294
-
18295
- """An enumeration."""
18296
- enum AffiliateErrorCode {
18297
- UNIQUE
18298
- REQUIRED
18299
- NOT_FOUND
18300
- }
18301
-
18302
- input AffiliateCodeCreateInput {
18303
- """The id of the affiliate that the code belongs to"""
18304
- affiliate: ID!
18305
-
18306
- """The new affiliate code"""
18307
- code: String
18308
-
18309
- """ID of the channel code is used for"""
18310
- channel: ID @deprecated(reason: "This will be removed on October 29, 2024 when channel support is removed.")
18311
- }
18312
-
18313
- """Increments affiliate code uses"""
18314
- type AffiliateCodeUse {
18315
- affiliateErrors: [AffiliateError!]!
18316
- affiliateCodes: AffiliateCodes
18317
- }
18318
-
18319
- """Sets whether code is active"""
18320
- type AffiliateCodeSetActive {
18321
- affiliateErrors: [AffiliateError!]!
18322
- affiliateCodes: AffiliateCodes
18323
- }
18324
-
18325
- """Activate or deactivate affiliate codes."""
18326
- type AffiliateCodeBulkSetActive {
18327
- """Returns how many objects were affected."""
18328
- count: Int!
18329
- codeErrors: [AccountError!]!
18330
- }
18331
-
18332
- type AccountError {
18333
- """
18334
- Name of a field that caused the error. A value of `null` indicates that the error isn't associated with a particular field.
18335
- """
18336
- field: String
18337
-
18338
- """The error message."""
18339
- message: String!
18340
-
18341
- """The error code."""
18342
- code: AccountErrorCode!
18343
- }
18344
-
18345
- """An enumeration."""
18346
- enum AccountErrorCode {
18347
- ACTIVATE_OWN_ACCOUNT
18348
- ACTIVATE_SUPERUSER_ACCOUNT
18349
- ACCOUNT_NOT_ACTIVE
18350
- ATTRIBUTE_CANNOT_BE_ASSIGNED
18351
- DUPLICATED_INPUT_ITEM
18352
- DEACTIVATE_OWN_ACCOUNT
18353
- DEACTIVATE_SUPERUSER_ACCOUNT
18354
- DELETE_NON_STAFF_USER
18355
- DELETE_OWN_ACCOUNT
18356
- DELETE_STAFF_ACCOUNT
18357
- DELETE_SUPERUSER_ACCOUNT
18358
- GRAPHQL_ERROR
18359
- INVALID
18360
- INVALID_PHONE
18361
- INVALID_PASSWORD
18362
- LEFT_NOT_MANAGEABLE_PERMISSION
18363
- MUST_CHOOSE_PERMISSION_GROUP
18364
- INVALID_CREDENTIALS
18365
- NO_SELLER
18366
- NOT_FOUND
18367
- OUT_OF_SCOPE_SERVICE_ACCOUNT
18368
- OUT_OF_SCOPE_USER
18369
- OUT_OF_SCOPE_GROUP
18370
- OUT_OF_SCOPE_PERMISSION
18371
- PASSWORD_ENTIRELY_NUMERIC
18372
- PASSWORD_IDENTICAL
18373
- PASSWORD_TOO_COMMON
18374
- PASSWORD_TOO_SHORT
18375
- PASSWORD_TOO_SIMILAR
18376
- REQUIRED
18377
- UNIQUE
18378
- JWT_SIGNATURE_EXPIRED
18379
- JWT_INVALID_TOKEN
18380
- JWT_DECODE_ERROR
18381
- JWT_MISSING_TOKEN
18382
- JWT_INVALID_CSRF_TOKEN
18383
- }
18384
-
18385
- """
18386
- 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
18387
- """
18388
- type AffiliateAvatarUpdate {
18389
- """An updated affiliate instance."""
18390
- affiliate: User
18391
- accountErrors: [AccountError!]!
18392
- }
18393
-
18394
- """Creates a new affiliate."""
18395
- type AffiliateCreate {
18396
- accountErrors: [AccountError!]!
18397
- user: User
18398
- }
18399
-
18400
- input UserCreateInput {
18401
- """Billing address of the customer."""
18402
- defaultBillingAddress: AddressInput
18403
-
18404
- """Shipping address of the customer."""
18405
- defaultShippingAddress: AddressInput
18406
-
18407
- """Given name."""
18408
- firstName: String
18409
-
18410
- """Family name."""
18411
- lastName: String
18412
-
18413
- """The unique email address of the user."""
18414
- email: String
18415
-
18416
- """User account is active."""
18417
- isActive: Boolean
18418
-
18419
- """User is staff member."""
18420
- isStaff: Boolean
18421
-
18422
- """User account is affiliate."""
18423
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
18424
-
18425
- """A note about the user."""
18426
- note: String
18427
-
18428
- """Only filled out if the account is a business account."""
18429
- companyName: String
18430
-
18431
- """Personal phone number."""
18432
- personalPhone: String
18433
-
18434
- """Password url"""
18435
- passwordUrl: String
18436
-
18437
- """Tax exempt code"""
18438
- taxExemptCode: String
18439
-
18440
- """List of custom fields."""
18441
- customFields: [AttributeValueInput!]
18442
-
18443
- """Marketplace VAT identification number"""
18444
- vatIdentificationNumber: String
18445
-
18446
- """
18447
- URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
18448
- """
18449
- redirectUrl: String
18450
- }
18451
-
18452
- input AttributeValueInput {
18453
- """ID of the selected attribute."""
18454
- id: ID
18455
-
18456
- """
18457
- The value or slug of an attribute to resolve. If the passed value is non-existent, it will be created.
18458
- """
18459
- values: [String!]
18460
-
18461
- """
18462
- Value representation of the attribute value (e.g. color value for swatch attributes).
18463
- """
18464
- value: String
18465
-
18466
- """Date and time representation of attribute value."""
18467
- dateTime: DateTime
18468
-
18469
- """Supports attribute values with long text (plain text)."""
18470
- plainText: String
18471
-
18472
- """Supports attribute values with long text (html)."""
18473
- richText: String
18474
-
18475
- """Numeric value to support money or numeric attribute values."""
18476
- amount: Decimal
18477
-
18478
- """Currency to support money attribute values."""
18479
- currency: String
18480
-
18481
- """
18482
- Supports attribute values to reference any other nautical object (should be base64 ID)
18483
- """
18484
- reference: String
18485
-
18486
- """Supports boolean attribute values."""
18487
- boolean: Boolean
18488
-
18489
- """Supports file type attribute values."""
18490
- file: Upload
18491
-
18492
- """URL type to support external links as attribute values."""
18493
- fileUrl: String
18494
- }
18495
-
18496
- """Updates an existing affiliate."""
18497
- type AffiliateUpdate {
18498
- accountErrors: [AccountError!]!
18499
- user: User
18500
- }
18501
-
18502
- input AffiliateInput {
18503
- """Billing address of the customer."""
18504
- defaultBillingAddress: AddressInput
18505
-
18506
- """Shipping address of the customer."""
18507
- defaultShippingAddress: AddressInput
18508
-
18509
- """Given name."""
18510
- firstName: String
18511
-
18512
- """Family name."""
18513
- lastName: String
18514
-
18515
- """The unique email address of the user."""
18516
- email: String
18517
-
18518
- """User account is active."""
18519
- isActive: Boolean
18520
-
18521
- """User is staff member."""
18522
- isStaff: Boolean
18523
-
18524
- """User account is affiliate."""
18525
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
18526
-
18527
- """A note about the user."""
18528
- note: String
18529
-
18530
- """Only filled out if the account is a business account."""
18531
- companyName: String
17617
+ """Description of the microsite (plaintext, deprecated for input)."""
17618
+ description: String
18532
17619
 
18533
- """Personal phone number."""
18534
- personalPhone: String
17620
+ """Description of the microsite (HTML)."""
17621
+ descriptionHtml: String
18535
17622
 
18536
- """Password url"""
18537
- passwordUrl: String
17623
+ """Banner image file."""
17624
+ bannerImage: Upload
18538
17625
 
18539
- """Tax exempt code"""
18540
- taxExemptCode: String
17626
+ """Alt text for an image."""
17627
+ bannerImageAlt: String
18541
17628
 
18542
- """List of custom fields."""
18543
- customFields: [AttributeValueInput!]
17629
+ """Logo image file."""
17630
+ logoImage: Upload
18544
17631
 
18545
- """ID of the plan to assign affiliate to."""
18546
- plan: ID
18547
- }
17632
+ """Alt text for an image."""
17633
+ logoImageAlt: String
18548
17634
 
18549
- """Deletes a affiliate."""
18550
- type AffiliateDelete {
18551
- accountErrors: [AccountError!]!
18552
- user: User
18553
- }
17635
+ """Search engine optimization fields."""
17636
+ seo: SeoInput
18554
17637
 
18555
- """Deletes affiliates."""
18556
- type AffiliateBulkDelete {
18557
- """Returns how many objects were affected."""
18558
- count: Int!
18559
- affiliateErrors: [AccountError!]!
17638
+ """Publication date. ISO 8601 standard."""
17639
+ publicationDate: Date
18560
17640
  }
18561
17641
 
18562
17642
  """Creates a new agreement."""
@@ -18620,9 +17700,6 @@ input AgreementInput {
18620
17700
  """Last update date. ISO 8601 standard."""
18621
17701
  updatedAt: String
18622
17702
 
18623
- """Seller or Affiliate"""
18624
- vendorType: VendorTypeEnum @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
18625
-
18626
17703
  """Gross Price, Markup, Absolute etc"""
18627
17704
  commissionType: CommissionTypeEnum
18628
17705
 
@@ -18633,30 +17710,6 @@ input AgreementInput {
18633
17710
  markupCommissionValue: Decimal
18634
17711
  }
18635
17712
 
18636
- enum VendorTypeEnum {
18637
- """Seller"""
18638
- SELLER
18639
-
18640
- """Affiliate"""
18641
- AFFILIATE
18642
- }
18643
-
18644
- enum CommissionTypeEnum {
18645
- """Gross Price Commission"""
18646
- MARKETPLACE
18647
-
18648
- """Markup Commission"""
18649
- WHOLESALE
18650
-
18651
- """Absolute Price Commission"""
18652
- DROPSHIPPING
18653
- }
18654
-
18655
- enum MarkupCommissionTypeEnum {
18656
- """Percentage"""
18657
- PERCENTAGE
18658
- }
18659
-
18660
17713
  """Deletes a agreement."""
18661
17714
  type AgreementDelete {
18662
17715
  agreementErrors: [AgreementError!]!
@@ -19136,56 +18189,6 @@ type DesignerDataUpdate {
19136
18189
  designerErrors: [MarketplaceConfigurationError!]!
19137
18190
  }
19138
18191
 
19139
- """Update existing branding."""
19140
- type BrandingUpdate {
19141
- ok: Boolean
19142
- branding: BrandingType
19143
- brandingErrors: [MarketplaceConfigurationError!]!
19144
- }
19145
-
19146
- input BrandingInput {
19147
- jsonContent: JSONString
19148
-
19149
- """Logo file."""
19150
- logo: Upload
19151
- logoHeight: Int
19152
- logoWidth: Int
19153
-
19154
- """Icon file."""
19155
- icon: Upload
19156
- footerText: String
19157
-
19158
- """Favicon file."""
19159
- favicon: Upload
19160
- }
19161
-
19162
- """Delete branding images."""
19163
- type BrandingImagesDelete {
19164
- branding: BrandingType
19165
- brandingErrors: [MarketplaceConfigurationError!]!
19166
- }
19167
-
19168
- """Create core data."""
19169
- type CoreDataCreate {
19170
- ok: Boolean
19171
- coredata: CoreDataType
19172
- }
19173
-
19174
- input CoreDataInput {
19175
- name: String
19176
- jsonContent: JSONString
19177
- }
19178
-
19179
- """
19180
- Update existing core data instance, return ok = True and coredata = None if no matching core data instance found.
19181
- """
19182
- type CoreDataUpdate {
19183
- ok: Boolean
19184
- coredata: CoreDataType
19185
- name: String
19186
- jsonContent: JSONString
19187
- }
19188
-
19189
18192
  """Creates a new webhook subscription."""
19190
18193
  type WebhookCreate {
19191
18194
  webhookErrors: [WebhookError!]!
@@ -19709,6 +18712,9 @@ input StorefrontThemeInput {
19709
18712
  """Primary color in hex."""
19710
18713
  primaryColor: String
19711
18714
 
18715
+ """Background color in hex."""
18716
+ backgroundColor: String
18717
+
19712
18718
  """Logo file."""
19713
18719
  logo: Upload
19714
18720
 
@@ -20480,6 +19486,50 @@ input CategoryInput {
20480
19486
  customFields: [AttributeValueInput!]
20481
19487
  }
20482
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
+
20483
19533
  """Deletes a category."""
20484
19534
  type CategoryDelete {
20485
19535
  productErrors: [ProductError!]!
@@ -22003,6 +21053,7 @@ type OrderError {
22003
21053
 
22004
21054
  """An enumeration."""
22005
21055
  enum OrderErrorCode {
21056
+ ATTRIBUTE_CANNOT_BE_ASSIGNED
22006
21057
  BILLING_ADDRESS_NOT_SET
22007
21058
  CANNOT_ADD_FEE
22008
21059
  CANNOT_CANCEL_FULFILLMENT
@@ -22076,6 +21127,8 @@ type DraftOrderCreate {
22076
21127
  input DraftOrderCreateInput {
22077
21128
  """Billing address of the customer."""
22078
21129
  billingAddress: AddressInput
21130
+
21131
+ """Customer associated with the draft order."""
22079
21132
  user: ID
22080
21133
 
22081
21134
  """Email address of the customer."""
@@ -22130,6 +21183,8 @@ type NauticalDraftOrderCreate {
22130
21183
  input NauticalDraftOrderCreateInput {
22131
21184
  """Billing address of the customer."""
22132
21185
  billingAddress: AddressInput
21186
+
21187
+ """Customer associated with the draft order."""
22133
21188
  user: ID
22134
21189
 
22135
21190
  """Email address of the customer."""
@@ -22178,6 +21233,8 @@ input NauticalHistoricalOrderInput {
22178
21233
 
22179
21234
  """Shipping address of the customer."""
22180
21235
  shippingAddress: AddressInput
21236
+
21237
+ """Customer associated with the draft order."""
22181
21238
  user: ID
22182
21239
 
22183
21240
  """Email address of the customer."""
@@ -22208,9 +21265,6 @@ input NauticalHistoricalOrderInput {
22208
21265
  lines: [HistoricalOrderLineInput!]
22209
21266
  seller: ID
22210
21267
 
22211
- """ID of the channel to attach the order to"""
22212
- channel: ID
22213
-
22214
21268
  """Created date time of historical order in ISO 8601 format."""
22215
21269
  created: DateTime
22216
21270
 
@@ -22349,6 +21403,8 @@ type DraftOrderUpdate {
22349
21403
  input DraftOrderInput {
22350
21404
  """Billing address of the customer."""
22351
21405
  billingAddress: AddressInput
21406
+
21407
+ """Customer associated with the draft order."""
22352
21408
  user: ID
22353
21409
 
22354
21410
  """Email address of the customer."""
@@ -22377,6 +21433,8 @@ type NauticalDraftOrderUpdate {
22377
21433
  input NauticalDraftOrderInput {
22378
21434
  """Billing address of the customer."""
22379
21435
  billingAddress: AddressInput
21436
+
21437
+ """Customer associated with the draft order."""
22380
21438
  user: ID
22381
21439
 
22382
21440
  """Email address of the customer."""
@@ -22594,6 +21652,9 @@ input OrderFulfillInput {
22594
21652
  allow Marketplace Admin users to fulfill order lines with null variants.
22595
21653
  """
22596
21654
  allowNullVariants: Boolean
21655
+
21656
+ """List of custom fields."""
21657
+ customFields: [AttributeValueInput!]
22597
21658
  }
22598
21659
 
22599
21660
  input OrderFulfillLineInput {
@@ -23143,11 +22204,10 @@ type PrivateMetadataUpdate {
23143
22204
  item: ObjectWithMetadata
23144
22205
  }
23145
22206
 
23146
- """Assigns storefront's navigation menus."""
23147
- type AssignNavigation {
23148
- """Assigned navigation menu."""
23149
- menu: Menu
22207
+ """Creates a new Menu."""
22208
+ type MenuCreate {
23150
22209
  menuErrors: [MenuError!]!
22210
+ menu: Menu
23151
22211
  }
23152
22212
 
23153
22213
  type MenuError {
@@ -23176,20 +22236,6 @@ enum MenuErrorCode {
23176
22236
  UNIQUE
23177
22237
  }
23178
22238
 
23179
- enum NavigationType {
23180
- """Main storefront navigation."""
23181
- MAIN
23182
-
23183
- """Secondary storefront navigation."""
23184
- SECONDARY
23185
- }
23186
-
23187
- """Creates a new Menu."""
23188
- type MenuCreate {
23189
- menuErrors: [MenuError!]!
23190
- menu: Menu
23191
- }
23192
-
23193
22239
  input MenuCreateInput {
23194
22240
  """Name of the menu."""
23195
22241
  name: String!
@@ -24671,6 +23717,59 @@ type CreateToken {
24671
23717
  accountErrors: [AccountError!]!
24672
23718
  }
24673
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
+
24674
23773
  """Create authorization URL."""
24675
23774
  type AuthURLGenerate {
24676
23775
  """Generated auth URL for google login."""
@@ -24927,6 +24026,55 @@ type CustomerCreate {
24927
24026
  user: User
24928
24027
  }
24929
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
+
24930
24078
  """Updates an existing customer."""
24931
24079
  type CustomerUpdate {
24932
24080
  accountErrors: [AccountError!]!
@@ -24955,9 +24103,6 @@ input CustomerInput {
24955
24103
  """User is staff member."""
24956
24104
  isStaff: Boolean
24957
24105
 
24958
- """User account is affiliate."""
24959
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
24960
-
24961
24106
  """A note about the user."""
24962
24107
  note: String
24963
24108
 
@@ -25037,9 +24182,6 @@ input StaffCreateInput {
25037
24182
  """User is staff member."""
25038
24183
  isStaff: Boolean
25039
24184
 
25040
- """User account is affiliate."""
25041
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
25042
-
25043
24185
  """A note about the user."""
25044
24186
  note: String
25045
24187
 
@@ -25092,9 +24234,6 @@ input StaffUpdateInput {
25092
24234
  """User is staff member."""
25093
24235
  isStaff: Boolean
25094
24236
 
25095
- """User account is affiliate."""
25096
- isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
25097
-
25098
24237
  """A note about the user."""
25099
24238
  note: String
25100
24239