@flowio/api-internal-prop-types 9.24.131 → 9.24.135

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1128,6 +1128,10 @@ declare namespace io.flow.restrictions.v0.models {
1128
1128
  readonly 'hs_code'?: string;
1129
1129
  readonly 'restricted_regions_by_type'?: io.flow.sellability.v0.models.SellabilityRegionResult[];
1130
1130
  readonly 'needs_action_attributes'?: io.flow.restrictions.v0.models.NeedsActionAttributes[];
1131
+ readonly 'fingerprint'?: string;
1132
+ readonly 'restriction_created_at'?: string;
1133
+ readonly 'first_reviewed_at'?: string;
1134
+ readonly 'seconds_to_first_review'?: number;
1131
1135
  }
1132
1136
 
1133
1137
  interface ReasonsPerRegion {
@@ -4410,7 +4414,7 @@ declare namespace io.flow.label.v0.enums {
4410
4414
  type CommercialInvoiceMode = 'direct' | 'indirect';
4411
4415
  type CostEstimateSource = 'flow' | 'channel';
4412
4416
  type Direction = 'outbound' | 'return';
4413
- type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated';
4417
+ type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated' | 'legacy_shopify_graphql_server';
4414
4418
  type LabelTriggerMethod = 'autogenerated' | 'on_demand';
4415
4419
  type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
4416
4420
  type PackageDimensionsSource = 'provided' | 'item_dimensions_estimated' | 'dimensions_estimated' | 'default_item_dimensions_estimated';
@@ -5570,7 +5574,6 @@ declare namespace io.flow.shopify.markets.internal.v0.enums {
5570
5574
  type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
5571
5575
  type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
5572
5576
  type ShopifyMarketsTradeSector = 'apparel_and_accessories' | 'beauty_and_cosmetics' | 'electronics' | 'food_or_perishables' | 'jewellery_and_watches' | 'paper_and_art' | 'sports_and_fitness' | 'toys_hobbies_gifts' | 'other';
5573
- type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
5574
5577
  }
5575
5578
 
5576
5579
  declare namespace io.flow.shopify.markets.internal.v0.models {
@@ -5654,7 +5657,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5654
5657
  readonly 'organization_id': string;
5655
5658
  readonly 'shopify_order_id': string;
5656
5659
  readonly 'order_number': string;
5657
- readonly 'tax_and_duty_inclusivity_setting': io.flow.shopify.markets.internal.v0.enums.TaxAndDutyInclusivitySetting;
5660
+ readonly 'tax_and_duty_inclusivity_setting': io.flow.experience.v0.enums.TaxAndDutyInclusivitySetting;
5658
5661
  }
5659
5662
 
5660
5663
  interface OrderValidationError {
@@ -5759,6 +5762,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5759
5762
  readonly 'access_token_masked'?: string;
5760
5763
  readonly 'shopify_plan_name'?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
5761
5764
  readonly 'catalog_publication_owner'?: io.flow.channel.shopify.internal.v0.enums.CatalogPublicationOwner;
5765
+ readonly 'fast_sellability_completed_at'?: string;
5762
5766
  }
5763
5767
 
5764
5768
  interface ShopifyMarketsShopForm {
@@ -5859,6 +5863,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
5859
5863
 
5860
5864
  interface ShopifyTestOrder {
5861
5865
  readonly 'id': string;
5866
+ readonly 'submitted_at': string;
5862
5867
  }
5863
5868
 
5864
5869
  interface ThirdPartyLogisticsPartner {
@@ -5881,6 +5886,7 @@ declare namespace io.flow.consumer.invoice.v0.enums {
5881
5886
  type ConsumerInvoiceCustomerType = 'business_eu_verified' | 'business_non_verified' | 'individual';
5882
5887
  type ConsumerInvoiceDocumentType = 'pdf';
5883
5888
  type ConsumerInvoiceStatus = 'pending' | 'available' | 'invalid';
5889
+ type FeeInvoiceType = 'mor_invoice' | 'label_invoice' | 'mor_credit_memo' | 'label_credit_memo';
5884
5890
  type TaxJurisdictionType = 'country' | 'province';
5885
5891
  type TaxType = 'vat' | 'gst' | 'hst' | 'pst' | 'qst' | 'sales_tax';
5886
5892
  }
@@ -5903,6 +5909,7 @@ declare namespace io.flow.consumer.invoice.v0.models {
5903
5909
  readonly 'b2b_invoice_type': io.flow.consumer.invoice.v0.enums.B2BInvoiceType;
5904
5910
  readonly 'center'?: io.flow.consumer.invoice.v0.models.ConsumerInvoiceCenterReference;
5905
5911
  readonly 'order'?: io.flow.consumer.invoice.v0.models.ConsumerInvoiceOrderSummary;
5912
+ readonly 'voids_b2b_invoice'?: boolean;
5906
5913
  }
5907
5914
 
5908
5915
  interface B2BInvoice {
@@ -6091,6 +6098,21 @@ declare namespace io.flow.consumer.invoice.v0.models {
6091
6098
  readonly 'attributes'?: Record<string, string>;
6092
6099
  }
6093
6100
 
6101
+ interface FeeInvoice {
6102
+ readonly 'id': string;
6103
+ readonly 'number': string;
6104
+ readonly 'invoice_type': io.flow.consumer.invoice.v0.enums.FeeInvoiceType;
6105
+ readonly 'buyer': io.flow.common.v0.models.MerchantOfRecordEntity;
6106
+ readonly 'seller': io.flow.common.v0.models.MerchantOfRecordEntity;
6107
+ readonly 'date': string;
6108
+ readonly 'b2b_tax_transaction_id': string;
6109
+ readonly 'order_number': string;
6110
+ readonly 'tax': io.flow.common.v0.models.Money;
6111
+ readonly 'tax_lines'?: io.flow.consumer.invoice.v0.models.InvoiceTaxLine[];
6112
+ readonly 'lines': io.flow.consumer.invoice.v0.unions.ConsumerInvoiceLine[];
6113
+ readonly 'documents': io.flow.consumer.invoice.v0.models.ConsumerInvoiceDocument[];
6114
+ }
6115
+
6094
6116
  interface InvoiceExport {
6095
6117
  readonly 'id': string;
6096
6118
  }
@@ -8411,7 +8433,7 @@ declare namespace io.flow.channel.shopify.internal.v0.models {
8411
8433
  declare namespace io.flow.order.price.v0.enums {
8412
8434
  type OrderPriceDetailComponentKey = 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge' | 'tip';
8413
8435
  type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
8414
- type OrderPriceFeeType = 'service' | 'fx' | 'tax' | 'duties' | 'tax_and_duties' | 'product';
8436
+ type OrderPriceFeeType = 'service' | 'fx' | 'tax' | 'duties' | 'tax_and_duties' | 'product' | 'mor_tax';
8415
8437
  }
8416
8438
 
8417
8439
  declare namespace io.flow.order.price.v0.models {
@@ -8460,7 +8482,7 @@ declare namespace io.flow.channel.internal.v0.enums {
8460
8482
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
8461
8483
  type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
8462
8484
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
8463
- type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing';
8485
+ type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing' | 'organization_deactivated';
8464
8486
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
8465
8487
  type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
8466
8488
  type OrderPaymentSourceType = 'globale' | 'third_party';
@@ -8935,6 +8957,7 @@ declare namespace io.flow.common.v0.models {
8935
8957
  interface LineItemForm {
8936
8958
  readonly 'number': string;
8937
8959
  readonly 'quantity': number;
8960
+ readonly 'line_item_identifier'?: string;
8938
8961
  readonly 'shipment_estimate'?: io.flow.common.v0.models.DatetimeRange;
8939
8962
  readonly 'price'?: io.flow.common.v0.models.Money;
8940
8963
  readonly 'attributes'?: Record<string, string>;
@@ -9482,6 +9505,7 @@ declare namespace io.flow.experience.v0.enums {
9482
9505
  type PriceFacetBoundary = 'min' | 'max';
9483
9506
  type PricingType = 'inclusive_pricing';
9484
9507
  type PromotionTriggerType = 'automatic' | 'order_subtotal';
9508
+ type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
9485
9509
  }
9486
9510
 
9487
9511
  declare namespace io.flow.experience.v0.models {
@@ -10855,6 +10879,12 @@ declare namespace io.flow.ratecard.v0.models {
10855
10879
  readonly 'name': string;
10856
10880
  }
10857
10881
 
10882
+ interface RatecardData {
10883
+ readonly 'dhlParcelDistributionCenter'?: string;
10884
+ readonly 'glbeRatecardMetadataLaneIdentifier'?: string;
10885
+ readonly 'pickupCenter'?: string;
10886
+ }
10887
+
10858
10888
  interface RatecardEstimateForm {
10859
10889
  readonly 'origin_address': io.flow.common.v0.models.Address;
10860
10890
  readonly 'destination_address': io.flow.common.v0.models.Address;
@@ -10873,13 +10903,6 @@ declare namespace io.flow.ratecard.v0.models {
10873
10903
  readonly 'commercial_invoice_mode'?: io.flow.label.v0.enums.CommercialInvoiceMode;
10874
10904
  }
10875
10905
 
10876
- interface RatecardEstimateSummaryForm {
10877
- readonly 'origin'?: string;
10878
- readonly 'destination'?: string;
10879
- readonly 'service'?: string;
10880
- readonly 'center_key'?: string;
10881
- }
10882
-
10883
10906
  interface RatecardEstimateV1 {
10884
10907
  readonly 'discriminator': 'ratecard_estimate_v1';
10885
10908
  readonly 'service': io.flow.ratecard.v0.models.RatecardServiceSummary;
@@ -10947,7 +10970,7 @@ declare namespace io.flow.ratecard.v0.models {
10947
10970
  readonly 'glbe_shipping_method_id'?: string;
10948
10971
  readonly 'glbe_proposition_name'?: string;
10949
10972
  readonly 'channel_revenue_share_percentage'?: number;
10950
- readonly 'data'?: Record<string, string>;
10973
+ readonly 'data'?: io.flow.ratecard.v0.models.RatecardData;
10951
10974
  }
10952
10975
 
10953
10976
  interface RatecardLane {
@@ -11113,6 +11136,7 @@ declare namespace io.flow.ratecard.v0.models {
11113
11136
  }
11114
11137
 
11115
11138
  interface ShippingRateEstimateRequest {
11139
+ readonly 'carrier_id': string;
11116
11140
  readonly 'origin_address': io.flow.common.v0.models.Address;
11117
11141
  readonly 'destination_address': io.flow.common.v0.models.Address;
11118
11142
  readonly 'package_dimensions': io.flow.common.v0.models.Dimension;
@@ -11994,7 +12018,6 @@ declare namespace io.flow.merchant.onboarding.v0.models {
11994
12018
  readonly 'beneficiary_details'?: io.flow.merchant.onboarding.v0.models.MerchantOnboardingBeneficiaryDetails;
11995
12019
  readonly 'other_trade_sector'?: string;
11996
12020
  readonly 'center_contact'?: io.flow.merchant.onboarding.v0.models.OperationsContact;
11997
- readonly 'center_address'?: io.flow.common.v0.models.Address;
11998
12021
  readonly 'average_order_weight'?: number;
11999
12022
  readonly 'average_order_weight_unit'?: io.flow.common.v0.enums.UnitOfMeasurement;
12000
12023
  readonly 'package_dimensions'?: io.flow.common.v0.models.Dimension[];
@@ -12022,7 +12045,6 @@ declare namespace io.flow.merchant.onboarding.v0.models {
12022
12045
  readonly 'beneficiary_details'?: io.flow.merchant.onboarding.v0.models.MerchantOnboardingBeneficiaryDetails;
12023
12046
  readonly 'other_trade_sector'?: string;
12024
12047
  readonly 'center_contact'?: io.flow.merchant.onboarding.v0.models.OperationsContact;
12025
- readonly 'center_address'?: io.flow.common.v0.models.Address;
12026
12048
  readonly 'average_order_weight'?: number;
12027
12049
  readonly 'average_order_weight_unit'?: io.flow.common.v0.enums.UnitOfMeasurement;
12028
12050
  readonly 'package_dimensions'?: io.flow.common.v0.models.Dimension[];
@@ -12123,6 +12145,7 @@ declare namespace io.flow.merchant.onboarding.v0.models {
12123
12145
  readonly 'company'?: string;
12124
12146
  readonly 'email'?: string;
12125
12147
  readonly 'phone'?: string;
12148
+ readonly 'address'?: io.flow.common.v0.models.Address;
12126
12149
  }
12127
12150
 
12128
12151
  interface Shop {
@@ -12623,7 +12646,7 @@ declare namespace io.flow.inventory.v0.models {
12623
12646
 
12624
12647
  interface InventoryUnlimited {
12625
12648
  readonly 'discriminator': 'inventory_unlimited';
12626
- readonly 'placeholder'?: string;
12649
+ readonly 'placeholder': string;
12627
12650
  }
12628
12651
 
12629
12652
  interface InventoryUpdate {
@@ -12861,14 +12884,14 @@ declare namespace io.flow.item.v0.models {
12861
12884
  }
12862
12885
 
12863
12886
  declare namespace io.flow.billing.v0.enums {
12864
- type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'tax' | 'duty' | 'tax_and_duty' | 'product' | 'tax_and_duty_fx_diff' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
12887
+ type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'tax' | 'duty' | 'tax_and_duty' | 'product' | 'tax_and_duty_fx_diff' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp' | 'rev_share';
12865
12888
  type PayoutAttachmentType = 'transactions';
12866
12889
  type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
12867
12890
  type PendingPayoutTransactionReasonCode = 'waiting_for_full_refund' | 'waiting_for_fulfillment' | 'waiting_for_in_transit' | 'waiting_for_next_payout_date' | 'waiting_for_tracking_info' | 'waiting_for_positive_account_balance' | 'unfulfilled_amount_greater_than_negative_balance' | 'account_payment_hold';
12868
12891
  type StatementAttachmentType = 'csv' | 'pdf';
12869
12892
  type StatementStatusCode = 'scheduled' | 'sent' | 'failed';
12870
- type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'us_inbound_tax_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min';
12871
- type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund';
12893
+ type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'us_inbound_tax_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min' | 'order_cancellation_without_capture';
12894
+ type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label';
12872
12895
  type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups' | 'fedex';
12873
12896
  type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
12874
12897
  }
@@ -13162,7 +13185,7 @@ declare namespace io.flow.billing.v0.models {
13162
13185
  readonly 'label_created_at': string;
13163
13186
  readonly 'carrier_id': string;
13164
13187
  readonly 'carrier_tracking_number': string;
13165
- readonly 'revenue_share_percentage': number;
13188
+ readonly 'revenue_share_percentage'?: number;
13166
13189
  readonly 'outbound'?: io.flow.billing.v0.models.TransactionMetadataOutboundTransaction;
13167
13190
  }
13168
13191
 
@@ -13197,11 +13220,30 @@ declare namespace io.flow.billing.v0.models {
13197
13220
  readonly 'id': string;
13198
13221
  }
13199
13222
 
13223
+ interface TransactionMetadataFlatRateLabel {
13224
+ readonly 'discriminator': 'flat_rate_label';
13225
+ readonly 'flat_rate'?: number;
13226
+ readonly 'coefficient'?: number;
13227
+ }
13228
+
13200
13229
  interface TransactionMetadataManual {
13201
13230
  readonly 'discriminator': 'manual';
13202
13231
  readonly 'description': string;
13203
13232
  readonly 'original'?: io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
13204
13233
  readonly 'url'?: string;
13234
+ readonly 'recoup'?: boolean;
13235
+ }
13236
+
13237
+ interface TransactionMetadataMerchantFee {
13238
+ readonly 'discriminator': 'merchant_fee';
13239
+ readonly 'items': io.flow.billing.v0.models.TransactionMetadataMerchantFeeItem[];
13240
+ }
13241
+
13242
+ interface TransactionMetadataMerchantFeeItem {
13243
+ readonly 'type': string;
13244
+ readonly 'amount': number;
13245
+ readonly 'local_amount'?: number;
13246
+ readonly 'description'?: string;
13205
13247
  }
13206
13248
 
13207
13249
  interface TransactionMetadataOriginalTransaction {
@@ -13352,7 +13394,7 @@ declare namespace io.flow.billing.v0.unions {
13352
13394
  type BankAccountForm = (io.flow.billing.v0.models.BankAccountFormInfo | io.flow.billing.v0.models.BankAccountFormSimple);
13353
13395
  type PayoutStatus = (io.flow.billing.v0.models.PayoutStatusScheduled | io.flow.billing.v0.models.PayoutStatusSent | io.flow.billing.v0.models.PayoutStatusFailed);
13354
13396
  type Settlement = (io.flow.billing.v0.models.SettlementNoPayout | io.flow.billing.v0.models.SettlementPayout);
13355
- type TransactionMetadata = (io.flow.billing.v0.models.TransactionMetadataShippingLabel | io.flow.billing.v0.models.TransactionMetadataChannel | io.flow.billing.v0.models.TransactionMetadataTrueup | io.flow.billing.v0.models.TransactionMetadataTrueupBase | io.flow.billing.v0.models.TransactionMetadataTrueupSurcharge | io.flow.billing.v0.models.TransactionMetadataCarrierCharge | io.flow.billing.v0.models.TransactionMetadataManual | io.flow.billing.v0.models.TransactionMetadataFailedPayout | io.flow.billing.v0.models.TransactionMetadataPaymentTransaction | io.flow.billing.v0.models.TransactionMetadataTaxDuty);
13397
+ type TransactionMetadata = (io.flow.billing.v0.models.TransactionMetadataShippingLabel | io.flow.billing.v0.models.TransactionMetadataChannel | io.flow.billing.v0.models.TransactionMetadataTrueup | io.flow.billing.v0.models.TransactionMetadataTrueupBase | io.flow.billing.v0.models.TransactionMetadataTrueupSurcharge | io.flow.billing.v0.models.TransactionMetadataCarrierCharge | io.flow.billing.v0.models.TransactionMetadataManual | io.flow.billing.v0.models.TransactionMetadataFailedPayout | io.flow.billing.v0.models.TransactionMetadataPaymentTransaction | io.flow.billing.v0.models.TransactionMetadataTaxDuty | io.flow.billing.v0.models.TransactionMetadataMerchantFee | io.flow.billing.v0.models.TransactionMetadataFlatRateLabel);
13356
13398
  }
13357
13399
 
13358
13400
  declare namespace io.flow.harmonization.v0.enums {
@@ -13377,6 +13419,11 @@ declare namespace io.flow.harmonization.v0.models {
13377
13419
  readonly 'company_name_match_result_reason'?: string;
13378
13420
  }
13379
13421
 
13422
+ interface HarmonizationTariffCode {
13423
+ readonly 'tariff_code': string;
13424
+ readonly 'destination': string;
13425
+ }
13426
+
13380
13427
  interface HarmonizedCategoryReference {
13381
13428
  readonly 'id': string;
13382
13429
  }
@@ -13472,6 +13519,13 @@ declare namespace io.flow.harmonization.v0.models {
13472
13519
  readonly 'tax': io.flow.price.v0.models.Tax;
13473
13520
  }
13474
13521
 
13522
+ interface TariffCodes {
13523
+ readonly 'item_number': string;
13524
+ readonly 'product_id': string;
13525
+ readonly 'hs6_code': string;
13526
+ readonly 'codes': io.flow.harmonization.v0.models.HarmonizationTariffCode[];
13527
+ }
13528
+
13475
13529
  interface TaxRegistration {
13476
13530
  readonly 'id': string;
13477
13531
  readonly 'key': string;
@@ -13600,7 +13654,7 @@ declare namespace io.flow.apple.pay.v0.models {
13600
13654
 
13601
13655
  declare namespace io.flow.merchant.of.record.v0.enums {
13602
13656
  type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
13603
- type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-gbr' | 'ge-irl';
13657
+ type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-can-ship' | 'ge-gbr' | 'ge-irl';
13604
13658
  }
13605
13659
 
13606
13660
  declare namespace io.flow.organization.onboarding.state.v0.enums {
@@ -13732,7 +13786,7 @@ declare namespace io.flow.sellability.v0.enums {
13732
13786
  type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
13733
13787
  type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity' | 'external_service_unavailable';
13734
13788
  type SellabilityRequestStatus = 'commit';
13735
- type SellabilityResultErrorCode = 'insufficient_details' | 'generic_error';
13789
+ type SellabilityResultErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity' | 'external_service_unavailable' | 'generic_error' | 'catalog_processing_threshold';
13736
13790
  type SellabilityResultStatus = 'in_review' | 'succeeded' | 'failed';
13737
13791
  type SellabilityScreeningMode = 'pre_onboarding' | 'default_on' | 'active';
13738
13792
  }
@@ -13760,6 +13814,7 @@ declare namespace io.flow.sellability.v0.models {
13760
13814
  }
13761
13815
 
13762
13816
  interface ProductSellabilityResult {
13817
+ readonly 'id': string;
13763
13818
  readonly 'merchant_id'?: string;
13764
13819
  readonly 'product_id': string;
13765
13820
  readonly 'restricted_regions': io.flow.sellability.v0.models.SellabilityRestrictedRegion[];
@@ -13778,12 +13833,14 @@ declare namespace io.flow.sellability.v0.models {
13778
13833
  interface SellabilityNeedsActionAttributes {
13779
13834
  readonly 'reason_code': string;
13780
13835
  readonly 'category_metafield_handles': string[];
13836
+ readonly 'category_metafield_ids': string[];
13781
13837
  readonly 'require_msds'?: boolean;
13782
13838
  }
13783
13839
 
13784
13840
  interface SellabilityReasonWithRegions {
13785
13841
  readonly 'reason': string;
13786
13842
  readonly 'regions': string[];
13843
+ readonly 'review_status'?: string;
13787
13844
  }
13788
13845
 
13789
13846
  interface SellabilityRegionResult {
@@ -14048,14 +14105,10 @@ declare namespace io.flow.billing.bank.account.v0.models {
14048
14105
 
14049
14106
  interface BankAccountInfoKor {
14050
14107
  readonly 'discriminator': 'kor';
14051
- readonly 'name'?: string;
14052
- readonly 'address'?: io.flow.common.v0.models.Address;
14053
- readonly 'phone'?: string;
14054
- readonly 'email'?: string;
14108
+ readonly 'name': string;
14055
14109
  readonly 'bank_account_number': string;
14056
- readonly 'bank_routing_number'?: string;
14057
- readonly 'bank_name'?: string;
14058
- readonly 'bank_address'?: io.flow.common.v0.models.Address;
14110
+ readonly 'bank_routing_number': string;
14111
+ readonly 'bank_name': string;
14059
14112
  }
14060
14113
 
14061
14114
  interface BankAccountInfoUsa {
@@ -14070,20 +14123,20 @@ declare namespace io.flow.billing.bank.account.v0.unions {
14070
14123
  }
14071
14124
 
14072
14125
  declare namespace io.flow.internal.v0.enums {
14126
+ type AccountCurrencyFilter = 'GBP' | 'CAD' | 'USD';
14073
14127
  type AccountPaymentHoldReason = 'fraudulent' | 'frozen' | 'invalid_bank_account';
14074
14128
  type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
14075
14129
  type AccountType = 'channel' | 'organization';
14076
14130
  type AdjustmentTransactionType = 'adjustment' | 'reversal';
14077
14131
  type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
14078
- type AldoItemType = 'physical' | 'digital';
14079
14132
  type AmruthaItemType = 'physical' | 'digital';
14080
- type AnirbanItemType = 'physical' | 'digital';
14081
- type AnshItemType = 'physical' | 'digital';
14082
14133
  type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
14083
14134
  type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
14084
14135
  type ApplicablePreferentialRate = 'baby' | 'children';
14085
14136
  type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95' | 'prr-36e1603f56e54eb889792637c29eed40' | 'prr-7ead2cc4bf2840a3a9b50d222eb0ed7e' | 'prr-ec2f3d608b7e43a49de88ac40e6b50a8' | 'prr-04ed078c39ca4447b171f767d71a481d' | 'prr-bb664a76d6d64a17843e720e6ccd401a' | 'prr-8ce63afcd48641eb9d44e04117348a96' | 'prr-76544617791b4ce8af96b3a7879474c6' | 'prr-566cc67167944bc4bd08167aa9c0beba' | 'prr-74e1320efb7741cf9ace400b69800f9b';
14086
- type B2BTaxLedgerDocumentType = 'b2b_invoice' | 'b2b_credit_memo';
14137
+ type B2BFeeMorTaxTriggerType = 'capture' | 'order';
14138
+ type B2BFeeShippingTaxTriggerType = 'label' | 'trueup';
14139
+ type B2BTaxLedgerDocumentType = 'b2b_invoice' | 'b2b_credit_memo' | 'mor_invoice' | 'mor_credit_memo' | 'label_invoice' | 'label_credit_memo';
14087
14140
  type B2BTaxRateType = 'basic' | 'preferential' | 'exempt';
14088
14141
  type BankAccountStatus = 'on_hold' | 'not_on_hold';
14089
14142
  type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
@@ -14092,7 +14145,8 @@ declare namespace io.flow.internal.v0.enums {
14092
14145
  type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate' | 'current_attempt_merchant_count' | 'current_attempt_amount_total' | 'current_attempt_failed_merchant_count' | 'current_attempt_failed_amount_total' | 'current_attempt_success_ratio' | 'first_attempt_merchant_count' | 'first_attempt_amount_total' | 'first_attempt_failed_merchant_count' | 'first_attempt_failed_amount_total' | 'first_attempt_success_ratio' | 'second_attempt_merchant_count' | 'second_attempt_amount_total' | 'second_attempt_failed_merchant_count' | 'second_attempt_failed_amount_total' | 'second_attempt_success_ratio' | 'third_attempt_merchant_count' | 'third_attempt_amount_total' | 'third_attempt_failed_merchant_count' | 'third_attempt_failed_amount_total' | 'third_attempt_success_ratio' | 'fourth_plus_attempt_merchant_count' | 'fourth_plus_attempt_amount_total' | 'fourth_plus_attempt_failed_merchant_count' | 'fourth_plus_attempt_failed_amount_total' | 'fourth_plus_attempt_success_ratio' | 'ge_revenue_share_standard_transactions_count' | 'ge_revenue_share_standard_transactions_total' | 'ge_revenue_share_standard_transactions_percentage' | 'ge_revenue_share_shopify_plus_transactions_count' | 'ge_revenue_share_shopify_plus_transactions_total' | 'ge_revenue_share_shopify_plus_transactions_percentage' | 'non_l4l_tax_duty_fx_transactions_count' | 'non_l4l_tax_duty_fx_transactions_total' | 'non_l4l_tax_duty_fx_transactions_percentage' | 'sp_adjustment_transactions_count' | 'sp_adjustment_transactions_total' | 'sp_billable_label_transactions_count' | 'sp_billable_label_transactions_count_for_unique_orders' | 'sp_billable_label_transactions_total' | 'capture_transactions_standard_count' | 'capture_transactions_standard_total' | 'capture_transactions_shopify_plus_count' | 'capture_transactions_shopify_plus_total' | 'sp_capture_transactions_count' | 'sp_capture_transactions_total' | 'sp_carrier_charge_transactions_count' | 'sp_carrier_charge_transactions_total' | 'sp_channel_transactions_count' | 'sp_channel_transactions_total' | 'sp_duty_transactions_count' | 'sp_duty_transactions_total' | 'sp_manual_transactions_count' | 'sp_manual_transactions_total' | 'sp_refund_transactions_count' | 'sp_refund_transactions_total' | 'sp_reversal_transactions_count' | 'sp_reversal_transactions_total' | 'sp_revenue_share_label_transactions_count' | 'sp_revenue_share_label_transactions_count_for_unique_orders' | 'sp_revenue_share_label_transactions_total' | 'sp_tax_transactions_count' | 'sp_tax_transactions_total' | 'sp_transfer_transactions_count' | 'sp_transfer_transactions_total' | 'sp_trueup_transactions_count' | 'sp_trueup_transactions_total';
14093
14146
  type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
14094
14147
  type BillingTransactionStatus = 'pending_proof' | 'posted';
14095
- type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'merchant_fee' | 'merchant_payout' | 'merchant_refund' | 'b2b_tax' | 'b2b_tax_refund';
14148
+ type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'merchant_fee' | 'merchant_payout' | 'merchant_refund' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label';
14149
+ type BojanaItemType = 'physical' | 'digital';
14096
14150
  type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
14097
14151
  type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
14098
14152
  type CarrierChargeType = 'label' | 'tax' | 'other';
@@ -14106,7 +14160,7 @@ declare namespace io.flow.internal.v0.enums {
14106
14160
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
14107
14161
  type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
14108
14162
  type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
14109
- type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing';
14163
+ type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing' | 'organization_deactivated';
14110
14164
  type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
14111
14165
  type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
14112
14166
  type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
@@ -14121,11 +14175,13 @@ declare namespace io.flow.internal.v0.enums {
14121
14175
  type CheckoutPromptBehavior = 'always' | 'incomplete';
14122
14176
  type CheckoutShippingMethodPromptBehavior = 'always' | 'multiple';
14123
14177
  type CheckoutUrlType = 'continue_shopping' | 'confirmation' | 'invalid_checkout';
14178
+ type ChenglinItemType = 'physical' | 'digital';
14124
14179
  type ClassificationDecision = 'Accept' | 'Reject';
14125
14180
  type ClassificationErrorCode = 'generic_error';
14126
- type ClassificationFailureReason = 'low_confidence' | 'timeout';
14181
+ type ClassificationFailureReason = 'low_confidence' | 'timeout' | 'missing_hs6_code' | 'invalid_price';
14127
14182
  type ClassificationPlatform = 'GlobalE' | 'Flow' | 'FlowOnboarding' | 'Borderfree';
14128
14183
  type ClassificationScope = 'Item' | 'Product';
14184
+ type ClassificationSource = 'sellability';
14129
14185
  type ClassificationType = 'None' | 'Manual' | 'ML' | 'System';
14130
14186
  type ClothingAgeClassification = 'None' | 'AgeKidsGeneral' | 'Age0_10' | 'Age10_13' | 'Age13_14';
14131
14187
  type CommercialInvoiceVersion = 'v2_2_1';
@@ -14161,7 +14217,7 @@ declare namespace io.flow.internal.v0.enums {
14161
14217
  type EmptyAttribute = 'irrelevant';
14162
14218
  type ErpFileType = 'vendor';
14163
14219
  type EvaluationCheckResult = 'pass' | 'fail';
14164
- type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_test_order_upserted' | 'shopify_test_order_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'anirban_item_upserted' | 'anirban_item_deleted' | 'sarvesh_item_upserted' | 'sarvesh_item_deleted' | 'hosein_item_upserted' | 'hosein_item_deleted' | 'niall_item_upserted' | 'niall_item_deleted' | 'rohan_item_upserted' | 'rohan_item_deleted' | 'aldo_item_upserted' | 'aldo_item_deleted' | 'ansh_item_upserted' | 'ansh_item_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
14220
+ type EventType = 'adaptive_shipping_rate_upserted' | 'adaptive_shipping_rate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'shipping_cost_upserted' | 'shipping_cost_deleted' | 'mor_cost_upserted' | 'mor_cost_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'preonboarding_sellability_result_inserted' | 'preonboarding_sellability_result_updated' | 'preonboarding_sellability_result_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'product_sellability_result_inserted' | 'product_sellability_result_updated' | 'product_sellability_result_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_test_order_upserted' | 'shopify_test_order_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'b2b_tax_transaction_upserted' | 'b2b_tax_transaction_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_item_deleted' | 'bojana_item_upserted' | 'bojana_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
14165
14221
  type ExperienceImportType = 'experience_with_settings';
14166
14222
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
14167
14223
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -14171,6 +14227,7 @@ declare namespace io.flow.internal.v0.enums {
14171
14227
  type FeatureType = 'boolean' | 'decimal' | 'string';
14172
14228
  type FeesSource = 'settings' | 'authorization_bundle';
14173
14229
  type FileType = 'pdf';
14230
+ type FlatRateLabelTransactionType = 'adjustment' | 'reversal' | 'fee';
14174
14231
  type FraudProvider = 'flow' | 'forter' | 'paypal' | 'riskified' | 'rps' | 'other' | 'none';
14175
14232
  type FraudProviderStatus = 'active' | 'archived';
14176
14233
  type FraudReviewResponsibleParty = 'flow' | 'organization';
@@ -14180,7 +14237,6 @@ declare namespace io.flow.internal.v0.enums {
14180
14237
  type GoogleAnalyticsPlugin = 'ec';
14181
14238
  type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog' | 'shopify_webhook';
14182
14239
  type HarmonizationDecisionSource = 'human' | 'system' | 'legacy_model' | 'enterprise_model' | 'merchant';
14183
- type HoseinItemType = 'physical' | 'digital';
14184
14240
  type Hs6CodeSource = 'sellability' | 'classification' | 'human';
14185
14241
  type HttpMethod = 'get' | 'post';
14186
14242
  type InternalPaymentEntityType = 'authorization' | 'capture' | 'refund' | 'dispute';
@@ -14197,22 +14253,22 @@ declare namespace io.flow.internal.v0.enums {
14197
14253
  type LabelEventMedium = 'webhook' | 'pull' | 'post';
14198
14254
  type LabelEventSource = 'aftership' | 'carrier' | 'flow';
14199
14255
  type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system' | 'carrier';
14200
- type LabelRequestResultOrganizationType = 'all' | 'legacy_production' | 'managed_markets_production' | 'sandbox';
14256
+ type LabelRequestResultOrganizationType = 'all' | 'cafe24_production' | 'shopify_production' | 'sandbox';
14201
14257
  type LabelRequestResultState = 'success' | 'failure';
14202
14258
  type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
14203
- type LedgerReportType = 'periodic_mor_jurisdiction_report';
14259
+ type LedgerReportType = 'periodic_mor_jurisdiction_report' | 'periodic_mor_jurisdiction_sandbox_report';
14204
14260
  type LedgerReportUrlType = 'sharepoint' | 's3';
14205
14261
  type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
14206
14262
  type LogisticsCapability = 'logistics_address_correction';
14207
14263
  type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
14264
+ type MailClass = 'standard' | 'express';
14208
14265
  type ManualReviewRuleStatus = 'active' | 'archived';
14209
- type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure' | 'non_fraud_chargeback';
14266
+ type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure' | 'non_fraud_chargeback' | 'v1_migration_neg_balance_settlement';
14210
14267
  type MerchantFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
14211
14268
  type MerchantOfRecord = 'global_e_united_states' | 'global_e_united_kingdom' | 'global_e_canada' | 'global_e_netherlands' | 'uk_global_e_canada' | 'uk_global_e_netherlands' | 'uk_global_e_united_states' | 'ca_global_e_united_kingdom' | 'ca_global_e_netherlands' | 'ca_global_e_united_states';
14212
14269
  type MerchantOverrideStatus = 'pending' | 'in_review' | 'accepted' | 'rejected';
14213
14270
  type MixedBagWeight = '0' | '1' | '2';
14214
14271
  type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
14215
- type NiallItemType = 'physical' | 'digital';
14216
14272
  type NoLiabilityReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'zero_rate_on_sale' | 'goods_above_value_threshold' | 'goods_below_value_threshold' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_by_trade_agreement';
14217
14273
  type NonL4LTaxDutyFxTransactionType = 'adjustment' | 'reversal' | 'fee';
14218
14274
  type OnboardingAuditMessageLevel = 'info' | 'warning' | 'error';
@@ -14233,6 +14289,7 @@ declare namespace io.flow.internal.v0.enums {
14233
14289
  type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
14234
14290
  type OrganizationMetricType = 'organization_restriction_status';
14235
14291
  type OrganizationPaymentStatus = 'active' | 'archived';
14292
+ type OrganizationPromotionStatus = 'in_progress' | 'completed' | 'failed';
14236
14293
  type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
14237
14294
  type OrganizationRestrictionNoteType = 'internal' | 'rejection_reason' | 'additional_rejection_info';
14238
14295
  type OrganizationRestrictionReviewType = 'all_pending' | 'pending_verification';
@@ -14246,7 +14303,6 @@ declare namespace io.flow.internal.v0.enums {
14246
14303
  type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
14247
14304
  type PaymentTerm = 'net7' | 'net15' | 'net30';
14248
14305
  type PendingRecordType = 'verification' | 'classification' | 'restriction';
14249
- type PrateekItemType = 'physical' | 'digital';
14250
14306
  type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
14251
14307
  type PreonboardingClassificationDecision = 'Accept' | 'Reject';
14252
14308
  type PreonboardingClassificationPlatform = 'FlowOnboarding';
@@ -14259,6 +14315,7 @@ declare namespace io.flow.internal.v0.enums {
14259
14315
  type ProductStatus = 'active' | 'archived' | 'draft' | 'unlisted';
14260
14316
  type RateLevelKey = 'shopify_small_usa' | 'shopify_medium_usa' | 'shopify_enterprise_usa' | 'shopify_small_sdc_usa';
14261
14317
  type RateSource = 'calculated' | 'market';
14318
+ type RaveenaItemType = 'physical' | 'digital';
14262
14319
  type RedirectReason = 'three_d_secure';
14263
14320
  type RejectionReason = 'merchant_policy' | 'previous_chargebacks' | 'restricted_party_screening' | 'risky_velocity' | 'suspicious_behavior' | 'suspicious_past_activity';
14264
14321
  type ReportFileStatus = 'processing' | 'failed' | 'succeeded';
@@ -14276,7 +14333,7 @@ declare namespace io.flow.internal.v0.enums {
14276
14333
  type RestrictionAttributeOperator = 'and' | 'or';
14277
14334
  type RestrictionAttributeResult = 'pending_classification' | 'pending_verification' | 'accepted' | 'restricted';
14278
14335
  type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
14279
- type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox' | 'enterprise-qa';
14336
+ type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox' | 'enterprise-qa' | 'cafe24' | 'cafe24-sandbox';
14280
14337
  type RestrictionOrganizationSource = 'smb' | 'enterprise';
14281
14338
  type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
14282
14339
  type RestrictionRuleCommunityExemption = 'domestic_exemption' | 'intra_eu_exemption';
@@ -14286,10 +14343,14 @@ declare namespace io.flow.internal.v0.enums {
14286
14343
  type RevenueRecordType = 'pending' | 'sales' | 'refund';
14287
14344
  type RiskCheck = 'three_d_secure';
14288
14345
  type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
14289
- type RohanItemType = 'physical' | 'digital';
14290
- type SarveshItemType = 'physical' | 'digital';
14291
14346
  type SellabilityCheckStatus = 'more_restrictive' | 'less_restrictive' | 'similar' | 'regions_differ' | 'rules_differ';
14347
+ type SellabilityInternalMatchType = 'positive_keyword' | 'auto_restricted';
14292
14348
  type SellabilityStatus = 'complete' | 'incomplete';
14349
+ type ShopifyCallbackErrorCode = 'UNKNOWN' | 'SYSTEM_ERROR' | 'THIRD_PARTY_SYSTEM_ERROR' | 'TIMEOUT' | 'VERSION_MISMATCH' | 'INVALID_AUTHENTICATION' | 'RATE_LIMIT_EXCEEDED' | 'TEMPORARILY_UNAVAILABLE' | 'FAILED_VALIDATION' | 'INVALID_FORMAT' | 'MISSING_VALUE' | 'OUT_OF_RANGE' | 'OVER_LIMIT' | 'UNDER_LIMIT' | 'UNAUTHORIZED' | 'NOT_FOUND' | 'EXPIRED';
14350
+ type ShopifyChargeCode = 'transport_cost' | 'above_threshold' | 'additional_handling' | 'customs_additional_fees' | 'customs_clearance' | 'customs_duties' | 'customs_regulatory_fee' | 'customs_duty' | 'customs_taxes' | 'dangerous_goods' | 'delivery_area_surcharge' | 'duties_fx_surcharge' | 'discount' | 'eei_filing' | 'elevated_risk_area_surcharge' | 'emergency_situation_surcharge' | 'environmental_surcharge' | 'fuel_surcharge' | 'oversize_piece_surcharge' | 'packaging' | 'pickup_area_surcharge' | 'peak_surcharge' | 'remote_delivery_area_surcharge' | 'residential_surcharge' | 'security_surcharge' | 'shipper_intercept' | 'address_correction' | 'undeliverable' | 'unknown' | 'prohibited_item' | 'trade_restriction_surcharge' | 'processing' | 'delivery' | 'notification' | 'broker_notification' | 'delivery_confirmation' | 'signature_required' | 'tax_gst' | 'tax_hst' | 'tax_pst' | 'tax_vat' | 'discount_tax' | 'incoterm_ddp';
14351
+ type ShopifyDeliveryMethodType = 'SHIPPING' | 'PICKUP_POINT';
14352
+ type ShopifyDimensionUnit = 'cm' | 'ft' | 'in' | 'm' | 'mm';
14353
+ type ShopifyIncoterm = 'DAP' | 'DDP';
14293
14354
  type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
14294
14355
  type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
14295
14356
  type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
@@ -14297,8 +14358,12 @@ declare namespace io.flow.internal.v0.enums {
14297
14358
  type ShopifyMarketsTradeSector = 'apparel_and_accessories' | 'beauty_and_cosmetics' | 'electronics' | 'food_or_perishables' | 'jewellery_and_watches' | 'paper_and_art' | 'sports_and_fitness' | 'toys_hobbies_gifts' | 'other';
14298
14359
  type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
14299
14360
  type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
14361
+ type ShopifyPackageType = 'BOX' | 'ENVELOPE' | 'SOFT_PACK' | 'TUBE' | 'CARRIER_PACKAGING';
14300
14362
  type ShopifyPlanType = 'standard' | 'shopify_plus';
14301
14363
  type ShopifyService = 'payment' | 'duty_tax_calculator' | 'sellability';
14364
+ type ShopifyShipmentOptionCode = 'adult_signature_required' | 'delivery_confirmation' | 'insurance' | 'named_person_only' | 'no_neighbour_delivery' | 'pickup' | 'package_pickup' | 'signature_required' | 'proof_of_age' | 'proof_of_age_16' | 'proof_of_age_18' | 'proof_of_age_19' | 'proof_of_age_21' | 'incoterm_ddp' | 'incoterm_dap' | 'usps_first_mile';
14365
+ type ShopifyUnavailableRateReasonCode = 'SERVICE_NOT_AVAILABLE' | 'TEMPORARILY_UNAVAILABLE' | 'TIMEOUT' | 'RATE_LIMIT_EXCEEDED' | 'SYSTEM_ERROR' | 'THIRD_PARTY_SYSTEM_ERROR' | 'FAILED_VALIDATION' | 'INVALID_FORMAT' | 'MISSING_VALUE' | 'OUT_OF_RANGE';
14366
+ type ShopifyWeightUnit = 'g' | 'kg' | 'lb' | 'oz';
14302
14367
  type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
14303
14368
  type SnoozeNextActionWith = 'customer_service' | 'engineering';
14304
14369
  type SnoozeSourceType = 'task' | 'invariant';
@@ -14309,7 +14374,6 @@ declare namespace io.flow.internal.v0.enums {
14309
14374
  type SuggestionAction = 'accept' | 'validate' | 'review';
14310
14375
  type TariffEligibilityType = 'rex';
14311
14376
  type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults' | 'item_dimensions';
14312
- type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
14313
14377
  type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
14314
14378
  type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
14315
14379
  type TaxTransactionType = 'adjustment' | 'reversal' | 'tax' | 'refund';
@@ -14469,11 +14533,13 @@ declare namespace io.flow.internal.v0.models {
14469
14533
  readonly 'transfer_method'?: io.flow.internal.v0.enums.TransferMethod;
14470
14534
  readonly 'b2b_tax_remittance_days'?: number;
14471
14535
  readonly 'merchant_of_record_fee'?: number;
14536
+ readonly 'merchant_of_record_fee_create_on_order'?: boolean;
14472
14537
  readonly 'duty_guarantee_fee'?: number;
14473
14538
  readonly 'transfer_fee'?: number;
14474
14539
  readonly 'negative_balance_fee'?: number;
14475
14540
  readonly 'order_service_fee'?: io.flow.internal.v0.models.TieredFee;
14476
14541
  readonly 'label_fees'?: io.flow.internal.v0.models.AccountSettingLabelFees;
14542
+ readonly 'revenue_share_rate'?: number;
14477
14543
  readonly 'charge_label_cost_directly': boolean;
14478
14544
  readonly 'transaction_posting_method': io.flow.internal.v0.enums.TransactionPostingMethod;
14479
14545
  readonly 'statement_transfer_transaction_location': io.flow.internal.v0.enums.StatementTransferTransactionLocation;
@@ -14484,6 +14550,10 @@ declare namespace io.flow.internal.v0.models {
14484
14550
  readonly 'enable_fee_reversals': boolean;
14485
14551
  readonly 'record_reason_for_transactions_pending_payout': boolean;
14486
14552
  readonly 'enable_negative_debits': boolean;
14553
+ readonly 'enable_statement_pdf': boolean;
14554
+ readonly 'enable_shipping_label_revenue_share'?: boolean;
14555
+ readonly 'enable_carrier_charge_revenue_share'?: boolean;
14556
+ readonly 'always_charge_organization_for_trueup'?: boolean;
14487
14557
  }
14488
14558
 
14489
14559
  interface AccountSettingsDeleted {
@@ -14579,6 +14649,33 @@ declare namespace io.flow.internal.v0.models {
14579
14649
  readonly 'quantity': number;
14580
14650
  }
14581
14651
 
14652
+ interface AdaptiveShippingRate {
14653
+ readonly 'id': string;
14654
+ readonly 'organization_id': string;
14655
+ readonly 'destination_country': string;
14656
+ readonly 'coefficient': number;
14657
+ readonly 'flat_rates': io.flow.internal.v0.models.FlatRate[];
14658
+ readonly 'version_id'?: string;
14659
+ readonly 'effective_at': string;
14660
+ readonly 'effective_until'?: string;
14661
+ }
14662
+
14663
+ interface AdaptiveShippingRateDeleted {
14664
+ readonly 'discriminator': 'adaptive_shipping_rate_deleted';
14665
+ readonly 'event_id': string;
14666
+ readonly 'timestamp': string;
14667
+ readonly 'organization': string;
14668
+ readonly 'id': string;
14669
+ }
14670
+
14671
+ interface AdaptiveShippingRateUpserted {
14672
+ readonly 'discriminator': 'adaptive_shipping_rate_upserted';
14673
+ readonly 'event_id': string;
14674
+ readonly 'timestamp': string;
14675
+ readonly 'organization': string;
14676
+ readonly 'adaptive_shipping_rate': io.flow.internal.v0.models.AdaptiveShippingRate;
14677
+ }
14678
+
14582
14679
  interface AdditionalImportTax {
14583
14680
  readonly 'name'?: string;
14584
14681
  readonly 'additional_import_tax_value'?: io.flow.common.v0.models.Money;
@@ -15013,37 +15110,6 @@ declare namespace io.flow.internal.v0.models {
15013
15110
  readonly 'placeholder'?: boolean;
15014
15111
  }
15015
15112
 
15016
- interface AldoItem {
15017
- readonly 'id': string;
15018
- readonly 'number': string;
15019
- readonly 'amount': io.flow.common.v0.models.Price;
15020
- readonly 'description'?: string;
15021
- readonly 'type': io.flow.internal.v0.enums.AldoItemType;
15022
- readonly 'added_on': string;
15023
- }
15024
-
15025
- interface AldoItemDeleted {
15026
- readonly 'discriminator': 'aldo_item_deleted';
15027
- readonly 'event_id': string;
15028
- readonly 'timestamp': string;
15029
- readonly 'id': string;
15030
- }
15031
-
15032
- interface AldoItemForm {
15033
- readonly 'number': string;
15034
- readonly 'amount': io.flow.common.v0.models.Price;
15035
- readonly 'description'?: string;
15036
- readonly 'type': io.flow.internal.v0.enums.AldoItemType;
15037
- readonly 'added_on': string;
15038
- }
15039
-
15040
- interface AldoItemUpserted {
15041
- readonly 'discriminator': 'aldo_item_upserted';
15042
- readonly 'event_id': string;
15043
- readonly 'timestamp': string;
15044
- readonly 'item': io.flow.internal.v0.models.AldoItem;
15045
- }
15046
-
15047
15113
  interface AllItemsExport {
15048
15114
  readonly 'discriminator': 'all_items_export';
15049
15115
  readonly 'event_id': string;
@@ -15052,11 +15118,6 @@ declare namespace io.flow.internal.v0.models {
15052
15118
  readonly 'export_id': string;
15053
15119
  }
15054
15120
 
15055
- interface AllOrganizationsMembership {
15056
- readonly 'user_id': string;
15057
- readonly 'role': io.flow.common.v0.enums.Role;
15058
- }
15059
-
15060
15121
  interface AllocationItemReference {
15061
15122
  readonly 'number': string;
15062
15123
  }
@@ -15083,68 +15144,6 @@ declare namespace io.flow.internal.v0.models {
15083
15144
  readonly 'added_on': string;
15084
15145
  }
15085
15146
 
15086
- interface AnirbanItem {
15087
- readonly 'id': string;
15088
- readonly 'number': string;
15089
- readonly 'amount': io.flow.common.v0.models.Price;
15090
- readonly 'description'?: string;
15091
- readonly 'type': io.flow.internal.v0.enums.AnirbanItemType;
15092
- readonly 'added_on': string;
15093
- }
15094
-
15095
- interface AnirbanItemDeleted {
15096
- readonly 'discriminator': 'anirban_item_deleted';
15097
- readonly 'event_id': string;
15098
- readonly 'timestamp': string;
15099
- readonly 'id': string;
15100
- }
15101
-
15102
- interface AnirbanItemForm {
15103
- readonly 'number': string;
15104
- readonly 'amount': io.flow.common.v0.models.Price;
15105
- readonly 'description'?: string;
15106
- readonly 'type': io.flow.internal.v0.enums.AnirbanItemType;
15107
- readonly 'added_on': string;
15108
- }
15109
-
15110
- interface AnirbanItemUpserted {
15111
- readonly 'discriminator': 'anirban_item_upserted';
15112
- readonly 'event_id': string;
15113
- readonly 'timestamp': string;
15114
- readonly 'item': io.flow.internal.v0.models.AnirbanItem;
15115
- }
15116
-
15117
- interface AnshItem {
15118
- readonly 'id': string;
15119
- readonly 'number': string;
15120
- readonly 'amount': io.flow.common.v0.models.Price;
15121
- readonly 'description'?: string;
15122
- readonly 'type': io.flow.internal.v0.enums.AnshItemType;
15123
- readonly 'added_on': string;
15124
- }
15125
-
15126
- interface AnshItemDeleted {
15127
- readonly 'discriminator': 'ansh_item_deleted';
15128
- readonly 'event_id': string;
15129
- readonly 'timestamp': string;
15130
- readonly 'id': string;
15131
- }
15132
-
15133
- interface AnshItemForm {
15134
- readonly 'number': string;
15135
- readonly 'amount': io.flow.common.v0.models.Price;
15136
- readonly 'description'?: string;
15137
- readonly 'type': io.flow.internal.v0.enums.AnshItemType;
15138
- readonly 'added_on': string;
15139
- }
15140
-
15141
- interface AnshItemUpserted {
15142
- readonly 'discriminator': 'ansh_item_upserted';
15143
- readonly 'event_id': string;
15144
- readonly 'timestamp': string;
15145
- readonly 'item': io.flow.internal.v0.models.AnshItem;
15146
- }
15147
-
15148
15147
  interface ApplePayAuthorizationPayload {
15149
15148
  readonly 'discriminator': 'apple_pay_authorization_payload';
15150
15149
  readonly 'apple_pay_token': string;
@@ -15248,6 +15247,16 @@ declare namespace io.flow.internal.v0.models {
15248
15247
  readonly 'action'?: io.flow.internal.v0.enums.RestrictionStatus;
15249
15248
  }
15250
15249
 
15250
+ interface B2BFeeMorTaxTriggerMetadata {
15251
+ readonly 'discriminator': 'b2b_fee_mor_tax_trigger_metadata';
15252
+ readonly 'trigger_type': io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType;
15253
+ }
15254
+
15255
+ interface B2BFeeShippingTaxTriggerMetadata {
15256
+ readonly 'discriminator': 'b2b_fee_shipping_tax_trigger_metadata';
15257
+ readonly 'trigger_type': io.flow.internal.v0.enums.B2BFeeShippingTaxTriggerType;
15258
+ }
15259
+
15251
15260
  interface B2BTaxLedger {
15252
15261
  readonly 'id': string;
15253
15262
  readonly 'total_amount': io.flow.internal.v0.models.TaxTypeTotal;
@@ -15265,6 +15274,8 @@ declare namespace io.flow.internal.v0.models {
15265
15274
  readonly 'document_type': io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
15266
15275
  readonly 'document_date': string;
15267
15276
  readonly 'ledger_report_id'?: string;
15277
+ readonly 'voids_invoice_number'?: string;
15278
+ readonly 'document_number'?: string;
15268
15279
  }
15269
15280
 
15270
15281
  interface B2BTaxLedgerForm {
@@ -15283,6 +15294,56 @@ declare namespace io.flow.internal.v0.models {
15283
15294
  readonly 'document_type': io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
15284
15295
  readonly 'document_date': string;
15285
15296
  readonly 'ledger_report_id'?: string;
15297
+ readonly 'voids_invoice_number'?: string;
15298
+ readonly 'document_number'?: string;
15299
+ }
15300
+
15301
+ interface B2BTaxTransaction {
15302
+ readonly 'id': string;
15303
+ readonly 'organization_id': string;
15304
+ readonly 'order_number': string;
15305
+ readonly 'transaction_source_id': string;
15306
+ readonly 'transaction_type': io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
15307
+ readonly 'transaction_date': string;
15308
+ readonly 'currency': string;
15309
+ readonly 'buyer': io.flow.common.v0.models.MerchantOfRecordEntity;
15310
+ readonly 'seller': io.flow.common.v0.models.MerchantOfRecordEntity;
15311
+ readonly 'taxable_items': io.flow.internal.v0.models.B2BTransactionTaxableItem[];
15312
+ readonly 'taxable_amount_total': io.flow.common.v0.models.Money;
15313
+ readonly 'tax_total': io.flow.common.v0.models.Money;
15314
+ readonly 'total': io.flow.common.v0.models.Money;
15315
+ readonly 'document_number'?: string;
15316
+ }
15317
+
15318
+ interface B2BTaxTransactionDeleted {
15319
+ readonly 'discriminator': 'b2b_tax_transaction_deleted';
15320
+ readonly 'event_id': string;
15321
+ readonly 'timestamp': string;
15322
+ readonly 'organization': string;
15323
+ readonly 'id': string;
15324
+ }
15325
+
15326
+ interface B2BTaxTransactionUpserted {
15327
+ readonly 'discriminator': 'b2b_tax_transaction_upserted';
15328
+ readonly 'event_id': string;
15329
+ readonly 'timestamp': string;
15330
+ readonly 'organization': string;
15331
+ readonly 'b2b_tax_transaction': io.flow.internal.v0.models.B2BTaxTransaction;
15332
+ }
15333
+
15334
+ interface B2BTransactionTaxLine {
15335
+ readonly 'tax_type': io.flow.consumer.invoice.v0.enums.TaxType;
15336
+ readonly 'tax_rate': number;
15337
+ readonly 'tax_amount': io.flow.common.v0.models.Money;
15338
+ readonly 'tax_rate_type': io.flow.internal.v0.enums.B2BTaxRateType;
15339
+ }
15340
+
15341
+ interface B2BTransactionTaxableItem {
15342
+ readonly 'line_item_reference': string;
15343
+ readonly 'label': string;
15344
+ readonly 'taxable_amount': io.flow.common.v0.models.Money;
15345
+ readonly 'total': io.flow.common.v0.models.Money;
15346
+ readonly 'taxes': io.flow.internal.v0.models.B2BTransactionTaxLine[];
15286
15347
  }
15287
15348
 
15288
15349
  interface BankAccount {
@@ -15593,6 +15654,10 @@ declare namespace io.flow.internal.v0.models {
15593
15654
  readonly 'tax_refund': io.flow.common.v0.models.Price;
15594
15655
  readonly 'b2b_tax': io.flow.common.v0.models.Price;
15595
15656
  readonly 'b2b_tax_refund': io.flow.common.v0.models.Price;
15657
+ readonly 'merchant_fee': io.flow.common.v0.models.Price;
15658
+ readonly 'b2b_fee_mor_tax': io.flow.common.v0.models.Price;
15659
+ readonly 'b2b_fee_shipping_tax': io.flow.common.v0.models.Price;
15660
+ readonly 'flat_rate_label': io.flow.common.v0.models.Price;
15596
15661
  }
15597
15662
 
15598
15663
  interface BillingStatementUpserted {
@@ -15659,6 +15724,37 @@ declare namespace io.flow.internal.v0.models {
15659
15724
  readonly 'secret_key': string;
15660
15725
  }
15661
15726
 
15727
+ interface BojanaItem {
15728
+ readonly 'id': string;
15729
+ readonly 'number': string;
15730
+ readonly 'amount': io.flow.common.v0.models.Price;
15731
+ readonly 'description'?: string;
15732
+ readonly 'type': io.flow.internal.v0.enums.BojanaItemType;
15733
+ readonly 'added_on': string;
15734
+ }
15735
+
15736
+ interface BojanaItemDeleted {
15737
+ readonly 'discriminator': 'bojana_item_deleted';
15738
+ readonly 'event_id': string;
15739
+ readonly 'timestamp': string;
15740
+ readonly 'id': string;
15741
+ }
15742
+
15743
+ interface BojanaItemForm {
15744
+ readonly 'number': string;
15745
+ readonly 'amount': io.flow.common.v0.models.Price;
15746
+ readonly 'description'?: string;
15747
+ readonly 'type': io.flow.internal.v0.enums.BojanaItemType;
15748
+ readonly 'added_on': string;
15749
+ }
15750
+
15751
+ interface BojanaItemUpserted {
15752
+ readonly 'discriminator': 'bojana_item_upserted';
15753
+ readonly 'event_id': string;
15754
+ readonly 'timestamp': string;
15755
+ readonly 'item': io.flow.internal.v0.models.BojanaItem;
15756
+ }
15757
+
15662
15758
  interface BooleanFeatureDefaultValue {
15663
15759
  readonly 'discriminator': 'boolean';
15664
15760
  readonly 'value': boolean;
@@ -16672,6 +16768,37 @@ declare namespace io.flow.internal.v0.models {
16672
16768
  readonly 'type': io.flow.internal.v0.enums.CheckoutUrlType;
16673
16769
  }
16674
16770
 
16771
+ interface ChenglinItem {
16772
+ readonly 'id': string;
16773
+ readonly 'number': string;
16774
+ readonly 'amount': io.flow.common.v0.models.Price;
16775
+ readonly 'description'?: string;
16776
+ readonly 'type': io.flow.internal.v0.enums.GabrielItemType;
16777
+ readonly 'added_on': string;
16778
+ }
16779
+
16780
+ interface ChenglinItemDeleted {
16781
+ readonly 'discriminator': 'chenglin_item_deleted';
16782
+ readonly 'event_id': string;
16783
+ readonly 'timestamp': string;
16784
+ readonly 'id': string;
16785
+ }
16786
+
16787
+ interface ChenglinItemForm {
16788
+ readonly 'number': string;
16789
+ readonly 'amount': io.flow.common.v0.models.Price;
16790
+ readonly 'description'?: string;
16791
+ readonly 'type': io.flow.internal.v0.enums.GabrielItemType;
16792
+ readonly 'added_on': string;
16793
+ }
16794
+
16795
+ interface ChenglinItemUpserted {
16796
+ readonly 'discriminator': 'chenglin_item_upserted';
16797
+ readonly 'event_id': string;
16798
+ readonly 'timestamp': string;
16799
+ readonly 'item': io.flow.internal.v0.models.ChenglinItem;
16800
+ }
16801
+
16675
16802
  interface Cipher {
16676
16803
  readonly 'id': string;
16677
16804
  readonly 'attributes': Record<string, string>;
@@ -17239,7 +17366,7 @@ declare namespace io.flow.internal.v0.models {
17239
17366
  readonly 'debug': io.flow.internal.v0.models.DebugDetails;
17240
17367
  readonly 'transactions': io.flow.internal.v0.models.DebugOrderTransactionDetails[];
17241
17368
  readonly 'reporting': io.flow.internal.v0.models.ReportingDetails;
17242
- readonly 'banking': io.flow.internal.v0.models.DebugBankingDetails;
17369
+ readonly 'banking'?: io.flow.internal.v0.models.DebugBankingDetails;
17243
17370
  }
17244
17371
 
17245
17372
  interface DebugOrderTransactionDetails {
@@ -18405,6 +18532,29 @@ declare namespace io.flow.internal.v0.models {
18405
18532
  readonly 'organization_capability'?: io.flow.internal.v0.enums.OrganizationCapability;
18406
18533
  }
18407
18534
 
18535
+ interface FlatRate {
18536
+ readonly 'mail_class': io.flow.internal.v0.enums.MailClass;
18537
+ readonly 'carrier_id': string;
18538
+ readonly 'service_id': string;
18539
+ readonly 'price': io.flow.common.v0.models.Money;
18540
+ readonly 'free_shipping_threshold'?: io.flow.common.v0.models.Money;
18541
+ readonly 'min_delivery_days'?: number;
18542
+ readonly 'max_delivery_days'?: number;
18543
+ }
18544
+
18545
+ interface FlatRateLabelTransaction {
18546
+ readonly 'discriminator': 'flat_rate_label_transaction';
18547
+ readonly 'order'?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
18548
+ readonly 'id': string;
18549
+ readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
18550
+ readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
18551
+ readonly 'posted_at'?: string;
18552
+ readonly 'value': io.flow.common.v0.models.Price;
18553
+ readonly 'description': string;
18554
+ readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
18555
+ readonly 'created_at': string;
18556
+ }
18557
+
18408
18558
  interface FlexeWebhook {
18409
18559
  readonly 'placeholder'?: boolean;
18410
18560
  }
@@ -18741,17 +18891,6 @@ declare namespace io.flow.internal.v0.models {
18741
18891
  readonly 'ftp_file': io.flow.ftp.v0.models.FtpFile;
18742
18892
  }
18743
18893
 
18744
- interface FuelSurchargeServiceFeeAmountByWeightPutForm {
18745
- readonly 'discriminator': 'fuel_surcharge_service_fee_amount_by_weight_put_form';
18746
- readonly 'amount': io.flow.common.v0.models.Money;
18747
- readonly 'weight': io.flow.ratecard.v0.models.FeeWeight;
18748
- }
18749
-
18750
- interface FuelSurchargeServiceFeePercentPutForm {
18751
- readonly 'discriminator': 'fuel_surcharge_service_fee_percent_put_form';
18752
- readonly 'percent': number;
18753
- }
18754
-
18755
18894
  interface Fulfillment {
18756
18895
  readonly 'id': string;
18757
18896
  readonly 'order': io.flow.internal.v0.models.OrderSummary;
@@ -19037,6 +19176,12 @@ declare namespace io.flow.internal.v0.models {
19037
19176
  readonly 'num_events': number;
19038
19177
  }
19039
19178
 
19179
+ interface GenerateLoadRate {
19180
+ readonly 'organization_ids': string[];
19181
+ readonly 'events_per_second': number;
19182
+ readonly 'duration_seconds': number;
19183
+ }
19184
+
19040
19185
  interface GenerateLoadSingleOrg {
19041
19186
  readonly 'discriminator': 'generate_load_single_org';
19042
19187
  readonly 'organization_id': string;
@@ -19207,44 +19352,14 @@ declare namespace io.flow.internal.v0.models {
19207
19352
  readonly 'export_id': string;
19208
19353
  }
19209
19354
 
19210
- interface HoseinItem {
19211
- readonly 'id': string;
19212
- readonly 'number': string;
19213
- readonly 'amount': io.flow.common.v0.models.Price;
19214
- readonly 'description'?: string;
19215
- readonly 'type': io.flow.internal.v0.enums.HoseinItemType;
19216
- readonly 'added_on': string;
19217
- }
19218
-
19219
- interface HoseinItemDeleted {
19220
- readonly 'discriminator': 'hosein_item_deleted';
19221
- readonly 'event_id': string;
19222
- readonly 'timestamp': string;
19223
- readonly 'id': string;
19224
- }
19225
-
19226
- interface HoseinItemForm {
19227
- readonly 'number': string;
19228
- readonly 'amount': io.flow.common.v0.models.Price;
19229
- readonly 'description'?: string;
19230
- readonly 'type': io.flow.internal.v0.enums.HoseinItemType;
19231
- readonly 'added_on': string;
19232
- }
19233
-
19234
- interface HoseinItemUpserted {
19235
- readonly 'discriminator': 'hosein_item_upserted';
19236
- readonly 'event_id': string;
19237
- readonly 'timestamp': string;
19238
- readonly 'item': io.flow.internal.v0.models.HoseinItem;
19239
- }
19240
-
19241
19355
  interface Hs6 {
19242
19356
  readonly 'code': string;
19243
19357
  readonly 'description': string;
19244
19358
  }
19245
19359
 
19246
19360
  interface Hs6Metadata {
19247
- readonly 'description': string;
19361
+ readonly 'description'?: string;
19362
+ readonly 'classification_source'?: io.flow.internal.v0.enums.ClassificationSource;
19248
19363
  }
19249
19364
 
19250
19365
  interface ImportCompleted {
@@ -19753,11 +19868,6 @@ declare namespace io.flow.internal.v0.models {
19753
19868
  readonly 'values': string[];
19754
19869
  }
19755
19870
 
19756
- interface JeanDemoItem {
19757
- readonly 'id': string;
19758
- readonly 'name': string;
19759
- }
19760
-
19761
19871
  interface Journal {
19762
19872
  readonly 'name': string;
19763
19873
  readonly 'queued': number;
@@ -19878,34 +19988,6 @@ declare namespace io.flow.internal.v0.models {
19878
19988
  readonly 'postal'?: string;
19879
19989
  }
19880
19990
 
19881
- interface LabelGenerationSettings {
19882
- readonly 'id': string;
19883
- readonly 'auto_generate_query'?: string;
19884
- readonly 'commercial_invoice_only_query'?: string;
19885
- }
19886
-
19887
- interface LabelGenerationSettingsDeleted {
19888
- readonly 'discriminator': 'label_generation_settings_deleted';
19889
- readonly 'event_id': string;
19890
- readonly 'timestamp': string;
19891
- readonly 'organization': string;
19892
- readonly 'id': string;
19893
- }
19894
-
19895
- interface LabelGenerationSettingsForm {
19896
- readonly 'item_identifier'?: string;
19897
- readonly 'auto_generate_query'?: string;
19898
- readonly 'commercial_invoice_only_query'?: string;
19899
- }
19900
-
19901
- interface LabelGenerationSettingsUpserted {
19902
- readonly 'discriminator': 'label_generation_settings_upserted';
19903
- readonly 'event_id': string;
19904
- readonly 'timestamp': string;
19905
- readonly 'organization': string;
19906
- readonly 'label_generation_settings': io.flow.internal.v0.models.LabelGenerationSettings;
19907
- }
19908
-
19909
19991
  interface LabelInvoiceRequest {
19910
19992
  readonly 'id': string;
19911
19993
  readonly 'label': io.flow.internal.v0.models.TrueupLabelSummary;
@@ -19990,6 +20072,7 @@ declare namespace io.flow.internal.v0.models {
19990
20072
  readonly 'reference_id'?: string;
19991
20073
  readonly 'logistics_integration_provider'?: string;
19992
20074
  readonly 'tax_lrp_liabilities'?: io.flow.internal.v0.models.Liability[];
20075
+ readonly 'channel_id'?: string;
19993
20076
  }
19994
20077
 
19995
20078
  interface LabelSummary {
@@ -20410,6 +20493,7 @@ declare namespace io.flow.internal.v0.models {
20410
20493
  readonly 'original_transaction'?: io.flow.internal.v0.models.TransactionReference;
20411
20494
  readonly 'order'?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
20412
20495
  readonly 'attributes'?: Record<string, string>;
20496
+ readonly 'recoup'?: boolean;
20413
20497
  readonly 'id': string;
20414
20498
  readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
20415
20499
  readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
@@ -20427,6 +20511,7 @@ declare namespace io.flow.internal.v0.models {
20427
20511
  readonly 'category'?: io.flow.internal.v0.enums.ManualTransactionCategory;
20428
20512
  readonly 'order'?: io.flow.internal.v0.models.ManualTransactionFormOrder;
20429
20513
  readonly 'original_transaction_id'?: string;
20514
+ readonly 'recoup'?: boolean;
20430
20515
  readonly 'attributes'?: Record<string, string>;
20431
20516
  }
20432
20517
 
@@ -20620,12 +20705,19 @@ declare namespace io.flow.internal.v0.models {
20620
20705
  readonly 'total': number;
20621
20706
  }
20622
20707
 
20708
+ interface MerchantSurcharge {
20709
+ readonly 'type': io.flow.trueup.v0.enums.TrueupSurchargeType;
20710
+ readonly 'amount': number;
20711
+ }
20712
+
20623
20713
  interface MerchantTransactions {
20624
20714
  readonly 'adjustment': number;
20625
20715
  readonly 'reversal': number;
20626
20716
  readonly 'tax': number;
20627
20717
  readonly 'duty': number;
20628
20718
  readonly 'freight': number;
20719
+ readonly 'base_amount'?: number;
20720
+ readonly 'surcharges'?: io.flow.internal.v0.models.MerchantSurcharge[];
20629
20721
  readonly 'total': number;
20630
20722
  readonly 'tax_refund'?: number;
20631
20723
  readonly 'tax_reversal'?: number;
@@ -20656,6 +20748,30 @@ declare namespace io.flow.internal.v0.models {
20656
20748
  readonly 'proposition': io.flow.internal.v0.models.MetadataProposition;
20657
20749
  }
20658
20750
 
20751
+ interface MorCostDeleted {
20752
+ readonly 'discriminator': 'mor_cost_deleted';
20753
+ readonly 'event_id': string;
20754
+ readonly 'timestamp': string;
20755
+ readonly 'organization': string;
20756
+ readonly 'id': string;
20757
+ }
20758
+
20759
+ interface MorCostSummary {
20760
+ readonly 'id': string;
20761
+ readonly 'organization_id': string;
20762
+ readonly 'order_number': string;
20763
+ readonly 'amount': io.flow.common.v0.models.Money;
20764
+ readonly 'tax': io.flow.common.v0.models.Money;
20765
+ }
20766
+
20767
+ interface MorCostUpserted {
20768
+ readonly 'discriminator': 'mor_cost_upserted';
20769
+ readonly 'event_id': string;
20770
+ readonly 'timestamp': string;
20771
+ readonly 'organization': string;
20772
+ readonly 'mor_cost': io.flow.internal.v0.models.MorCostSummary;
20773
+ }
20774
+
20659
20775
  interface NegativeDebitMetrics {
20660
20776
  readonly 'current_attempt': io.flow.internal.v0.models.AttemptStatistics;
20661
20777
  readonly 'first_attempt': io.flow.internal.v0.models.AttemptStatistics;
@@ -20670,37 +20786,6 @@ declare namespace io.flow.internal.v0.models {
20670
20786
  readonly 'conditions'?: string;
20671
20787
  }
20672
20788
 
20673
- interface NiallItem {
20674
- readonly 'id': string;
20675
- readonly 'number': string;
20676
- readonly 'amount': io.flow.common.v0.models.Price;
20677
- readonly 'description'?: string;
20678
- readonly 'type': io.flow.internal.v0.enums.NiallItemType;
20679
- readonly 'added_on': string;
20680
- }
20681
-
20682
- interface NiallItemDeleted {
20683
- readonly 'discriminator': 'niall_item_deleted';
20684
- readonly 'event_id': string;
20685
- readonly 'timestamp': string;
20686
- readonly 'id': string;
20687
- }
20688
-
20689
- interface NiallItemForm {
20690
- readonly 'number': string;
20691
- readonly 'amount': io.flow.common.v0.models.Price;
20692
- readonly 'description'?: string;
20693
- readonly 'type': io.flow.internal.v0.enums.NiallItemType;
20694
- readonly 'added_on': string;
20695
- }
20696
-
20697
- interface NiallItemUpserted {
20698
- readonly 'discriminator': 'niall_item_upserted';
20699
- readonly 'event_id': string;
20700
- readonly 'timestamp': string;
20701
- readonly 'item': io.flow.internal.v0.models.NiallItem;
20702
- }
20703
-
20704
20789
  interface NoCalculatedTaxAmount {
20705
20790
  readonly 'discriminator': 'no_calculated_tax_amount';
20706
20791
  readonly 'amount': number;
@@ -20783,6 +20868,7 @@ declare namespace io.flow.internal.v0.models {
20783
20868
  readonly 'audit_result'?: io.flow.internal.v0.enums.OnboardingAuditResult;
20784
20869
  readonly 'blocked_since'?: string;
20785
20870
  readonly 'onboarding_segment'?: string;
20871
+ readonly 'country'?: string;
20786
20872
  }
20787
20873
 
20788
20874
  interface OnboardingStateForm {
@@ -21045,7 +21131,7 @@ declare namespace io.flow.internal.v0.models {
21045
21131
  readonly 'organization_id': string;
21046
21132
  readonly 'shopify_order_id': string;
21047
21133
  readonly 'order_number': string;
21048
- readonly 'tax_and_duty_inclusivity_setting': io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting;
21134
+ readonly 'tax_and_duty_inclusivity_setting': io.flow.experience.v0.enums.TaxAndDutyInclusivitySetting;
21049
21135
  }
21050
21136
 
21051
21137
  interface OrderTaxAndDutyInclusivitySettingDeleted {
@@ -21423,6 +21509,16 @@ declare namespace io.flow.internal.v0.models {
21423
21509
  readonly 'organization_payment_setting': io.flow.internal.v0.models.OrganizationPaymentSetting;
21424
21510
  }
21425
21511
 
21512
+ interface OrganizationPromotion {
21513
+ readonly 'status': io.flow.internal.v0.enums.OrganizationPromotionStatus;
21514
+ readonly 'prod_org': string;
21515
+ }
21516
+
21517
+ interface OrganizationPromotionWarning {
21518
+ readonly 'prod_org': string;
21519
+ readonly 'message': string;
21520
+ }
21521
+
21426
21522
  interface OrganizationRestrictionNoteForm {
21427
21523
  readonly 'note': string;
21428
21524
  readonly 'note_type': io.flow.internal.v0.enums.OrganizationRestrictionNoteType;
@@ -21609,7 +21705,7 @@ declare namespace io.flow.internal.v0.models {
21609
21705
  readonly 'label_created_at': string;
21610
21706
  readonly 'carrier_id': string;
21611
21707
  readonly 'carrier_tracking_number': string;
21612
- readonly 'revenue_share_percentage': number;
21708
+ readonly 'revenue_share_percentage'?: number;
21613
21709
  readonly 'outbound_transaction_id'?: string;
21614
21710
  }
21615
21711
 
@@ -21644,6 +21740,7 @@ declare namespace io.flow.internal.v0.models {
21644
21740
  readonly 'label_transaction_id': string;
21645
21741
  readonly 'label_invoice_request_id': string;
21646
21742
  readonly 'carrier_charge_id': string;
21743
+ readonly 'subtype'?: string;
21647
21744
  }
21648
21745
 
21649
21746
  interface OtherRecordOrderSummary {
@@ -22263,23 +22360,6 @@ declare namespace io.flow.internal.v0.models {
22263
22360
  readonly 'rate': number;
22264
22361
  }
22265
22362
 
22266
- interface PrateekItem {
22267
- readonly 'id': string;
22268
- readonly 'number': string;
22269
- readonly 'amount': io.flow.common.v0.models.Price;
22270
- readonly 'description'?: string;
22271
- readonly 'type': io.flow.internal.v0.enums.PrateekItemType;
22272
- readonly 'added_on': string;
22273
- }
22274
-
22275
- interface PrateekItemForm {
22276
- readonly 'number': string;
22277
- readonly 'amount': io.flow.common.v0.models.Price;
22278
- readonly 'description'?: string;
22279
- readonly 'type': io.flow.internal.v0.enums.PrateekItemType;
22280
- readonly 'added_on': string;
22281
- }
22282
-
22283
22363
  interface Prediction {
22284
22364
  readonly 'main_material': string;
22285
22365
  readonly 'gender': string;
@@ -22341,6 +22421,7 @@ declare namespace io.flow.internal.v0.models {
22341
22421
  }
22342
22422
 
22343
22423
  interface PreonboardingSellabilityResult {
22424
+ readonly 'id'?: string;
22344
22425
  readonly 'merchant_id': string;
22345
22426
  readonly 'product_id': string;
22346
22427
  readonly 'channel': string;
@@ -22352,11 +22433,34 @@ declare namespace io.flow.internal.v0.models {
22352
22433
  readonly 'restricted_regions_by_type'?: io.flow.sellability.v0.models.SellabilityRestrictedRegion[];
22353
22434
  readonly 'rule_ids'?: string[];
22354
22435
  readonly 'matching_positive_keywords'?: string[];
22436
+ readonly 'matching_sellability_positive_keywords'?: string[];
22355
22437
  readonly 'classification_failure_reason'?: io.flow.internal.v0.enums.ClassificationFailureReason;
22356
22438
  readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
22357
22439
  readonly 'fingerprint': string;
22358
22440
  }
22359
22441
 
22442
+ interface PreonboardingSellabilityResultDeleted {
22443
+ readonly 'discriminator': 'preonboarding_sellability_result_deleted';
22444
+ readonly 'event_id': string;
22445
+ readonly 'timestamp': string;
22446
+ readonly 'id': string;
22447
+ }
22448
+
22449
+ interface PreonboardingSellabilityResultInserted {
22450
+ readonly 'discriminator': 'preonboarding_sellability_result_inserted';
22451
+ readonly 'event_id': string;
22452
+ readonly 'timestamp': string;
22453
+ readonly 'preonboarding_sellability_result': io.flow.internal.v0.models.PreonboardingSellabilityResult;
22454
+ }
22455
+
22456
+ interface PreonboardingSellabilityResultUpdated {
22457
+ readonly 'discriminator': 'preonboarding_sellability_result_updated';
22458
+ readonly 'event_id': string;
22459
+ readonly 'timestamp': string;
22460
+ readonly 'previous_preonboarding_sellability_result': io.flow.internal.v0.models.PreonboardingSellabilityResult;
22461
+ readonly 'preonboarding_sellability_result': io.flow.internal.v0.models.PreonboardingSellabilityResult;
22462
+ }
22463
+
22360
22464
  interface PriceInclusivity {
22361
22465
  readonly 'tax'?: boolean;
22362
22466
  readonly 'duty'?: boolean;
@@ -22623,10 +22727,18 @@ declare namespace io.flow.internal.v0.models {
22623
22727
 
22624
22728
  interface ProductSellabilityInternalResult {
22625
22729
  readonly 'restricted_regions': io.flow.sellability.v0.models.SellabilityRegionResult[];
22626
- readonly 'rule_ids': string[];
22730
+ readonly 'rule_matches': io.flow.internal.v0.models.ProductSellabilityInternalRuleMatch[];
22731
+ readonly 'matching_positive_keywords'?: string[];
22732
+ readonly 'matching_sellability_positive_keywords'?: string[];
22733
+ }
22734
+
22735
+ interface ProductSellabilityInternalRuleMatch {
22736
+ readonly 'rule_id': string;
22737
+ readonly 'match_types': io.flow.internal.v0.enums.SellabilityInternalMatchType[];
22627
22738
  }
22628
22739
 
22629
22740
  interface ProductSellabilityResult {
22741
+ readonly 'id'?: string;
22630
22742
  readonly 'shop_id': string;
22631
22743
  readonly 'product_number': string;
22632
22744
  readonly 'request_id': string;
@@ -22635,6 +22747,30 @@ declare namespace io.flow.internal.v0.models {
22635
22747
  readonly 'restricted_regions_by_type'?: io.flow.sellability.v0.models.SellabilityRegionResult[];
22636
22748
  readonly 'rule_ids'?: string[];
22637
22749
  readonly 'taxonomy_category'?: string;
22750
+ readonly 'fingerprint'?: string;
22751
+ readonly 'processed_at'?: string;
22752
+ }
22753
+
22754
+ interface ProductSellabilityResultDeleted {
22755
+ readonly 'discriminator': 'product_sellability_result_deleted';
22756
+ readonly 'event_id': string;
22757
+ readonly 'timestamp': string;
22758
+ readonly 'id': string;
22759
+ }
22760
+
22761
+ interface ProductSellabilityResultInserted {
22762
+ readonly 'discriminator': 'product_sellability_result_inserted';
22763
+ readonly 'event_id': string;
22764
+ readonly 'timestamp': string;
22765
+ readonly 'product_sellability_result': io.flow.internal.v0.models.ProductSellabilityResult;
22766
+ }
22767
+
22768
+ interface ProductSellabilityResultUpdated {
22769
+ readonly 'discriminator': 'product_sellability_result_updated';
22770
+ readonly 'event_id': string;
22771
+ readonly 'timestamp': string;
22772
+ readonly 'previous_product_sellability_result': io.flow.internal.v0.models.ProductSellabilityResult;
22773
+ readonly 'product_sellability_result': io.flow.internal.v0.models.ProductSellabilityResult;
22638
22774
  }
22639
22775
 
22640
22776
  interface ProductTransaction {
@@ -23054,39 +23190,6 @@ declare namespace io.flow.internal.v0.models {
23054
23190
  readonly 'service_fees': io.flow.ratecard.v0.unions.ServiceFee[];
23055
23191
  }
23056
23192
 
23057
- interface RatecardStandardConfiguration {
23058
- readonly 'id': string;
23059
- readonly 'key': string;
23060
- readonly 'source_ratecard': io.flow.internal.v0.models.RatecardInternalSummary;
23061
- readonly 'settings': io.flow.internal.v0.models.RatecardStandardSettings;
23062
- }
23063
-
23064
- interface RatecardStandardConfigurationDeleted {
23065
- readonly 'discriminator': 'ratecard_standard_configuration_deleted';
23066
- readonly 'event_id': string;
23067
- readonly 'timestamp': string;
23068
- readonly 'organization': string;
23069
- readonly 'id': string;
23070
- }
23071
-
23072
- interface RatecardStandardConfigurationForm {
23073
- readonly 'source_ratecard_organization': string;
23074
- readonly 'source_ratecard_number': string;
23075
- readonly 'margin': number;
23076
- }
23077
-
23078
- interface RatecardStandardConfigurationUpserted {
23079
- readonly 'discriminator': 'ratecard_standard_configuration_upserted';
23080
- readonly 'event_id': string;
23081
- readonly 'timestamp': string;
23082
- readonly 'organization': string;
23083
- readonly 'configuration': io.flow.internal.v0.models.RatecardStandardConfiguration;
23084
- }
23085
-
23086
- interface RatecardStandardSettings {
23087
- readonly 'margin': number;
23088
- }
23089
-
23090
23193
  interface RatesChanged {
23091
23194
  readonly 'event_id': string;
23092
23195
  readonly 'timestamp': string;
@@ -23101,6 +23204,23 @@ declare namespace io.flow.internal.v0.models {
23101
23204
  readonly 'summaries': io.flow.internal.v0.models.RateNameSummary[];
23102
23205
  }
23103
23206
 
23207
+ interface RaveenaItem {
23208
+ readonly 'id': string;
23209
+ readonly 'number': string;
23210
+ readonly 'amount': io.flow.common.v0.models.Price;
23211
+ readonly 'description'?: string;
23212
+ readonly 'type': io.flow.internal.v0.enums.RaveenaItemType;
23213
+ readonly 'added_on': string;
23214
+ }
23215
+
23216
+ interface RaveenaItemForm {
23217
+ readonly 'number': string;
23218
+ readonly 'amount': io.flow.common.v0.models.Price;
23219
+ readonly 'description'?: string;
23220
+ readonly 'type': io.flow.internal.v0.enums.RaveenaItemType;
23221
+ readonly 'added_on': string;
23222
+ }
23223
+
23104
23224
  interface RecordReference {
23105
23225
  readonly 'id': string;
23106
23226
  }
@@ -23183,6 +23303,8 @@ declare namespace io.flow.internal.v0.models {
23183
23303
  readonly 'source_type'?: io.flow.internal.v0.enums.SourceTypeFilter;
23184
23304
  readonly 'order_payment_source'?: io.flow.experience.v0.enums.OrderPaymentSourceType;
23185
23305
  readonly 'amount_range'?: io.flow.internal.v0.models.ReportAmountRange;
23306
+ readonly 'account_currency'?: io.flow.internal.v0.enums.AccountCurrencyFilter;
23307
+ readonly 'channel_id'?: string;
23186
23308
  }
23187
23309
 
23188
23310
  interface ReportForm {
@@ -23385,6 +23507,17 @@ declare namespace io.flow.internal.v0.models {
23385
23507
  readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23386
23508
  }
23387
23509
 
23510
+ interface ReportingMerchantFreight {
23511
+ readonly 'base_amount'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23512
+ readonly 'surcharges'?: io.flow.internal.v0.models.ReportingMerchantFreightSurcharges;
23513
+ }
23514
+
23515
+ interface ReportingMerchantFreightSurcharges {
23516
+ readonly 'duties_paid'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23517
+ readonly 'fixed_ddp'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23518
+ readonly 'fixed_currency_conversion'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23519
+ }
23520
+
23388
23521
  interface ReportingMerchantSubsidies {
23389
23522
  readonly 'shipping': io.flow.internal.v0.models.ReportingMonetaryValue;
23390
23523
  readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
@@ -23399,6 +23532,7 @@ declare namespace io.flow.internal.v0.models {
23399
23532
  readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
23400
23533
  readonly 'duty': io.flow.internal.v0.models.ReportingMonetaryValue;
23401
23534
  readonly 'freight': io.flow.internal.v0.models.ReportingMonetaryValue;
23535
+ readonly 'freight_breakdown'?: io.flow.internal.v0.models.ReportingMerchantFreight;
23402
23536
  readonly 'discount'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23403
23537
  readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23404
23538
  readonly 'tax_refund'?: io.flow.internal.v0.models.ReportingMonetaryValue;
@@ -23529,6 +23663,14 @@ declare namespace io.flow.internal.v0.models {
23529
23663
  readonly 'excluded_rules'?: string[];
23530
23664
  }
23531
23665
 
23666
+ interface RestrictionBlanketOrganizationExemptionForm {
23667
+ readonly 'organization_id': string;
23668
+ readonly 'description': string;
23669
+ readonly 'is_all_rules_exempt': boolean;
23670
+ readonly 'exempt_regions'?: string[];
23671
+ readonly 'excluded_rules'?: string[];
23672
+ }
23673
+
23532
23674
  interface RestrictionCategory {
23533
23675
  readonly 'category': string;
23534
23676
  }
@@ -23808,8 +23950,15 @@ declare namespace io.flow.internal.v0.models {
23808
23950
  readonly 'id': string;
23809
23951
  readonly 'rule_id': string;
23810
23952
  readonly 'description': string;
23811
- readonly 'origin_countries': string[];
23812
- readonly 'destination_countries': string[];
23953
+ readonly 'origin_regions': string[];
23954
+ readonly 'destination_regions': string[];
23955
+ }
23956
+
23957
+ interface RestrictionRuleLaneExemptionForm {
23958
+ readonly 'rule_id': string;
23959
+ readonly 'description': string;
23960
+ readonly 'origin_regions': string[];
23961
+ readonly 'destination_regions': string[];
23813
23962
  }
23814
23963
 
23815
23964
  interface RestrictionRuleOrganizationExemption {
@@ -23824,6 +23973,17 @@ declare namespace io.flow.internal.v0.models {
23824
23973
  readonly 'is_rule_active'?: boolean;
23825
23974
  }
23826
23975
 
23976
+ interface RestrictionRuleOrganizationExemptionForm {
23977
+ readonly 'organization_id': string;
23978
+ readonly 'rule_id': string;
23979
+ readonly 'description': string;
23980
+ readonly 'exempt_regions'?: string[];
23981
+ readonly 'ignored_keywords'?: string[];
23982
+ readonly 'additional_keywords'?: string[];
23983
+ readonly 'community_exemption_override'?: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
23984
+ readonly 'is_rule_active'?: boolean;
23985
+ }
23986
+
23827
23987
  interface RestrictionRuleOverride {
23828
23988
  readonly 'id': string;
23829
23989
  readonly 'organization_id': string;
@@ -24014,37 +24174,6 @@ declare namespace io.flow.internal.v0.models {
24014
24174
  readonly 'revenue_record': io.flow.internal.v0.models.RevenueRecord;
24015
24175
  }
24016
24176
 
24017
- interface RohanItem {
24018
- readonly 'id': string;
24019
- readonly 'number': string;
24020
- readonly 'amount': io.flow.common.v0.models.Price;
24021
- readonly 'description'?: string;
24022
- readonly 'type': io.flow.internal.v0.enums.RohanItemType;
24023
- readonly 'added_on': string;
24024
- }
24025
-
24026
- interface RohanItemDeleted {
24027
- readonly 'discriminator': 'rohan_item_deleted';
24028
- readonly 'event_id': string;
24029
- readonly 'timestamp': string;
24030
- readonly 'id': string;
24031
- }
24032
-
24033
- interface RohanItemForm {
24034
- readonly 'number': string;
24035
- readonly 'amount': io.flow.common.v0.models.Price;
24036
- readonly 'description'?: string;
24037
- readonly 'type': io.flow.internal.v0.enums.RohanItemType;
24038
- readonly 'added_on': string;
24039
- }
24040
-
24041
- interface RohanItemUpserted {
24042
- readonly 'discriminator': 'rohan_item_upserted';
24043
- readonly 'event_id': string;
24044
- readonly 'timestamp': string;
24045
- readonly 'item': io.flow.internal.v0.models.RohanItem;
24046
- }
24047
-
24048
24177
  interface RoutingAccount {
24049
24178
  readonly 'discriminator': 'routing_account';
24050
24179
  readonly 'processor': io.flow.internal.v0.enums.Processor;
@@ -24079,6 +24208,9 @@ declare namespace io.flow.internal.v0.models {
24079
24208
  readonly 'price_inclusivity'?: io.flow.internal.v0.models.PriceInclusivity;
24080
24209
  readonly 'destination_country': string;
24081
24210
  readonly 'fulfilled_at'?: string;
24211
+ readonly 'reconciliation'?: io.flow.internal.v0.models.ReportingReconciliation;
24212
+ readonly 'is_eu_destination'?: boolean;
24213
+ readonly 'debug_url'?: string;
24082
24214
  }
24083
24215
 
24084
24216
  interface SandboxSetup {
@@ -24089,37 +24221,6 @@ declare namespace io.flow.internal.v0.models {
24089
24221
  readonly 'requested_by': string;
24090
24222
  }
24091
24223
 
24092
- interface SarveshItem {
24093
- readonly 'id': string;
24094
- readonly 'number': string;
24095
- readonly 'amount': io.flow.common.v0.models.Price;
24096
- readonly 'description'?: string;
24097
- readonly 'type': io.flow.internal.v0.enums.SarveshItemType;
24098
- readonly 'added_on': string;
24099
- }
24100
-
24101
- interface SarveshItemDeleted {
24102
- readonly 'discriminator': 'sarvesh_item_deleted';
24103
- readonly 'event_id': string;
24104
- readonly 'timestamp': string;
24105
- readonly 'id': string;
24106
- }
24107
-
24108
- interface SarveshItemForm {
24109
- readonly 'number': string;
24110
- readonly 'amount': io.flow.common.v0.models.Price;
24111
- readonly 'description'?: string;
24112
- readonly 'type': io.flow.internal.v0.enums.SarveshItemType;
24113
- readonly 'added_on': string;
24114
- }
24115
-
24116
- interface SarveshItemUpserted {
24117
- readonly 'discriminator': 'sarvesh_item_upserted';
24118
- readonly 'event_id': string;
24119
- readonly 'timestamp': string;
24120
- readonly 'item': io.flow.internal.v0.models.SarveshItem;
24121
- }
24122
-
24123
24224
  interface ScheduledPayment {
24124
24225
  readonly 'payment': io.flow.internal.v0.models.ReportPayment;
24125
24226
  readonly 'bank_account': io.flow.internal.v0.models.ReportBankAccountCleartext;
@@ -24259,6 +24360,34 @@ declare namespace io.flow.internal.v0.models {
24259
24360
  readonly 'cost': io.flow.common.v0.models.Money;
24260
24361
  }
24261
24362
 
24363
+ interface ShippingCostDeleted {
24364
+ readonly 'discriminator': 'shipping_cost_deleted';
24365
+ readonly 'event_id': string;
24366
+ readonly 'timestamp': string;
24367
+ readonly 'organization': string;
24368
+ readonly 'id': string;
24369
+ }
24370
+
24371
+ interface ShippingCostSummary {
24372
+ readonly 'id': string;
24373
+ readonly 'source': io.flow.billing.v0.enums.TransactionSource;
24374
+ readonly 'organization_id': string;
24375
+ readonly 'order_number': string;
24376
+ readonly 'amount': io.flow.common.v0.models.Money;
24377
+ readonly 'tax': io.flow.common.v0.models.Money;
24378
+ readonly 'label_id'?: string;
24379
+ readonly 'base'?: io.flow.trueup.v0.models.LabelBase;
24380
+ readonly 'surcharges'?: io.flow.trueup.v0.models.LabelSurcharge[];
24381
+ }
24382
+
24383
+ interface ShippingCostUpserted {
24384
+ readonly 'discriminator': 'shipping_cost_upserted';
24385
+ readonly 'event_id': string;
24386
+ readonly 'timestamp': string;
24387
+ readonly 'organization': string;
24388
+ readonly 'shipping_cost': io.flow.internal.v0.models.ShippingCostSummary;
24389
+ }
24390
+
24262
24391
  interface ShippingLane {
24263
24392
  readonly 'origin': string;
24264
24393
  readonly 'destination': string;
@@ -24318,6 +24447,25 @@ declare namespace io.flow.internal.v0.models {
24318
24447
  readonly 'include_unpublished'?: boolean;
24319
24448
  }
24320
24449
 
24450
+ interface ShopifyAddress {
24451
+ readonly 'address1': string;
24452
+ readonly 'city': string;
24453
+ readonly 'country_code': string;
24454
+ readonly 'address2'?: string;
24455
+ readonly 'postal_code'?: string;
24456
+ readonly 'province'?: string;
24457
+ }
24458
+
24459
+ interface ShopifyCallbackError {
24460
+ readonly 'errors': io.flow.internal.v0.models.ShopifyCallbackErrorItem[];
24461
+ }
24462
+
24463
+ interface ShopifyCallbackErrorItem {
24464
+ readonly 'code': io.flow.internal.v0.enums.ShopifyCallbackErrorCode;
24465
+ readonly 'message': string;
24466
+ readonly 'field'?: string;
24467
+ }
24468
+
24321
24469
  interface ShopifyCatalogPublication {
24322
24470
  readonly 'owner': io.flow.internal.v0.enums.CatalogPublicationOwner;
24323
24471
  }
@@ -24331,6 +24479,13 @@ declare namespace io.flow.internal.v0.models {
24331
24479
  readonly 'service': io.flow.internal.v0.enums.ShopifyService;
24332
24480
  }
24333
24481
 
24482
+ interface ShopifyContactDetails {
24483
+ readonly 'company'?: string;
24484
+ readonly 'email'?: string;
24485
+ readonly 'name'?: string;
24486
+ readonly 'phone'?: string;
24487
+ }
24488
+
24334
24489
  interface ShopifyDispute {
24335
24490
  readonly 'id': string;
24336
24491
  readonly 'organization_id': string;
@@ -24601,6 +24756,7 @@ declare namespace io.flow.internal.v0.models {
24601
24756
  readonly 'access_token_masked'?: string;
24602
24757
  readonly 'shopify_plan_name'?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
24603
24758
  readonly 'catalog_publication_owner'?: io.flow.internal.v0.enums.CatalogPublicationOwner;
24759
+ readonly 'fast_sellability_completed_at'?: string;
24604
24760
  }
24605
24761
 
24606
24762
  interface ShopifyMarketsShopDeleted {
@@ -24686,6 +24842,15 @@ declare namespace io.flow.internal.v0.models {
24686
24842
  readonly 'registration': io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
24687
24843
  }
24688
24844
 
24845
+ interface ShopifyMeasurements {
24846
+ readonly 'dimension_unit': io.flow.internal.v0.enums.ShopifyDimensionUnit;
24847
+ readonly 'height': number;
24848
+ readonly 'length': number;
24849
+ readonly 'width': number;
24850
+ readonly 'weight': number;
24851
+ readonly 'weight_unit': io.flow.internal.v0.enums.ShopifyWeightUnit;
24852
+ }
24853
+
24689
24854
  interface ShopifyMerchantPlan {
24690
24855
  readonly 'id': string;
24691
24856
  readonly 'authorization': io.flow.payment.v0.models.AuthorizationReference;
@@ -24713,6 +24878,11 @@ declare namespace io.flow.internal.v0.models {
24713
24878
  readonly 'token': string;
24714
24879
  }
24715
24880
 
24881
+ interface ShopifyMoney {
24882
+ readonly 'amount': number;
24883
+ readonly 'currency_code': string;
24884
+ }
24885
+
24716
24886
  interface ShopifyMonitoringCarrierService {
24717
24887
  readonly 'service': string;
24718
24888
  }
@@ -24994,6 +25164,15 @@ declare namespace io.flow.internal.v0.models {
24994
25164
  readonly 'deleted_at'?: string;
24995
25165
  }
24996
25166
 
25167
+ interface ShopifyRateCustomsDetail {
25168
+ readonly 'incoterm': io.flow.internal.v0.enums.ShopifyIncoterm;
25169
+ readonly 'net_value': io.flow.internal.v0.models.ShopifyMoney;
25170
+ }
25171
+
25172
+ interface ShopifyRatePickupPoint {
25173
+ readonly 'partner_reference_id': string;
25174
+ }
25175
+
24997
25176
  interface ShopifyReportFileDeleted {
24998
25177
  readonly 'discriminator': 'shopify_report_file_deleted';
24999
25178
  readonly 'event_id': string;
@@ -25008,6 +25187,85 @@ declare namespace io.flow.internal.v0.models {
25008
25187
  readonly 'shopify_report_file': io.flow.internal.v0.models.ReportFile;
25009
25188
  }
25010
25189
 
25190
+ interface ShopifyShipmentRateAvailable {
25191
+ readonly 'carrier_service_id': string;
25192
+ readonly 'total_charges': io.flow.internal.v0.models.ShopifyShipmentRateTotalCharges;
25193
+ readonly 'charges': io.flow.internal.v0.models.ShopifyShipmentRateCharge[];
25194
+ readonly 'shipment_options': io.flow.internal.v0.models.ShopifyShipmentRateOption[];
25195
+ readonly 'expected_delivery_date'?: string;
25196
+ readonly 'guaranteed_delivery_date'?: string;
25197
+ readonly 'incoterm'?: io.flow.internal.v0.enums.ShopifyIncoterm;
25198
+ }
25199
+
25200
+ interface ShopifyShipmentRateCharge {
25201
+ readonly 'code': io.flow.internal.v0.enums.ShopifyChargeCode;
25202
+ readonly 'cost': io.flow.internal.v0.models.ShopifyMoney;
25203
+ }
25204
+
25205
+ interface ShopifyShipmentRateOption {
25206
+ readonly 'code': io.flow.internal.v0.enums.ShopifyShipmentOptionCode;
25207
+ readonly 'cost': io.flow.internal.v0.models.ShopifyMoney;
25208
+ readonly 'optional'?: boolean;
25209
+ }
25210
+
25211
+ interface ShopifyShipmentRatePackage {
25212
+ readonly 'type': io.flow.internal.v0.enums.ShopifyPackageType;
25213
+ readonly 'measurements': io.flow.internal.v0.models.ShopifyMeasurements;
25214
+ }
25215
+
25216
+ interface ShopifyShipmentRateReason {
25217
+ readonly 'code': io.flow.internal.v0.enums.ShopifyUnavailableRateReasonCode;
25218
+ readonly 'field'?: string;
25219
+ readonly 'message'?: string;
25220
+ }
25221
+
25222
+ interface ShopifyShipmentRateRequest {
25223
+ readonly 'idempotency_key': string;
25224
+ readonly 'webhook_id': string;
25225
+ readonly 'test': boolean;
25226
+ readonly 'shipper': io.flow.internal.v0.models.ShopifyShipmentRateShipper;
25227
+ readonly 'shipment': io.flow.internal.v0.models.ShopifyShipmentRateShipment;
25228
+ }
25229
+
25230
+ interface ShopifyShipmentRateResponse {
25231
+ readonly 'rates': io.flow.internal.v0.models.ShopifyShipmentRateAvailable[];
25232
+ readonly 'unavailable_rates': io.flow.internal.v0.models.ShopifyShipmentRateUnavailable[];
25233
+ }
25234
+
25235
+ interface ShopifyShipmentRateShipment {
25236
+ readonly 'carrier_id': string;
25237
+ readonly 'delivery_method_type': io.flow.internal.v0.enums.ShopifyDeliveryMethodType;
25238
+ readonly 'shipping_date_time': string;
25239
+ readonly 'return': boolean;
25240
+ readonly 'origin': io.flow.internal.v0.models.ShopifyShippingLocation;
25241
+ readonly 'destination': io.flow.internal.v0.models.ShopifyShippingLocation;
25242
+ readonly 'package': io.flow.internal.v0.models.ShopifyShipmentRatePackage;
25243
+ readonly 'pickup_point'?: io.flow.internal.v0.models.ShopifyRatePickupPoint;
25244
+ readonly 'customs_detail'?: io.flow.internal.v0.models.ShopifyRateCustomsDetail;
25245
+ }
25246
+
25247
+ interface ShopifyShipmentRateShipper {
25248
+ readonly 'account_id': string;
25249
+ readonly 'carrier_account_reference_id': string;
25250
+ readonly 'byoa': boolean;
25251
+ }
25252
+
25253
+ interface ShopifyShipmentRateTotalCharges {
25254
+ readonly 'subtotal': io.flow.internal.v0.models.ShopifyMoney;
25255
+ readonly 'tax': io.flow.internal.v0.models.ShopifyMoney;
25256
+ readonly 'total': io.flow.internal.v0.models.ShopifyMoney;
25257
+ }
25258
+
25259
+ interface ShopifyShipmentRateUnavailable {
25260
+ readonly 'carrier_service_id': string;
25261
+ readonly 'reasons': io.flow.internal.v0.models.ShopifyShipmentRateReason[];
25262
+ }
25263
+
25264
+ interface ShopifyShippingLocation {
25265
+ readonly 'address': io.flow.internal.v0.models.ShopifyAddress;
25266
+ readonly 'contact_details': io.flow.internal.v0.models.ShopifyContactDetails;
25267
+ }
25268
+
25011
25269
  interface ShopifyShopStatistics {
25012
25270
  readonly 'id': string;
25013
25271
  readonly 'initial_catalog_synced_at'?: string;
@@ -25048,6 +25306,7 @@ declare namespace io.flow.internal.v0.models {
25048
25306
 
25049
25307
  interface ShopifyTestOrder {
25050
25308
  readonly 'id': string;
25309
+ readonly 'submitted_at': string;
25051
25310
  }
25052
25311
 
25053
25312
  interface ShopifyTestOrderDeleted {
@@ -25072,6 +25331,7 @@ declare namespace io.flow.internal.v0.models {
25072
25331
  readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
25073
25332
  readonly 'duty': io.flow.internal.v0.models.ReportingMonetaryValue;
25074
25333
  readonly 'discount': io.flow.internal.v0.models.ReportingMonetaryValue;
25334
+ readonly 'subtotal'?: io.flow.internal.v0.models.ReportingMonetaryValue;
25075
25335
  readonly 'total': io.flow.internal.v0.models.ReportingMonetaryValue;
25076
25336
  }
25077
25337
 
@@ -26464,7 +26724,6 @@ declare namespace io.flow.internal.v0.models {
26464
26724
  readonly 'fulfillment_key'?: string;
26465
26725
  readonly 'rex_number'?: string;
26466
26726
  readonly 'weee_number'?: string;
26467
- readonly 'generate_commercial_invoice_only': boolean;
26468
26727
  readonly 'liability_remittance_plan'?: io.flow.internal.v0.models.LiabilityRemittancePlan;
26469
26728
  readonly 'shipment_cost_summary'?: io.flow.internal.v0.models.ShipmentCostSummary;
26470
26729
  readonly 'shipping_label_hop_cost_itemized_estimate'?: io.flow.label.v0.models.ShippingLabelHopCostItemizedEstimate;
@@ -26552,7 +26811,7 @@ declare namespace io.flow.internal.v0.unions {
26552
26811
  type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
26553
26812
  type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
26554
26813
  type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
26555
- type Event = (io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyTestOrderUpserted | io.flow.internal.v0.models.ShopifyTestOrderDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.AnirbanItemUpserted | io.flow.internal.v0.models.AnirbanItemDeleted | io.flow.internal.v0.models.SarveshItemUpserted | io.flow.internal.v0.models.SarveshItemDeleted | io.flow.internal.v0.models.HoseinItemUpserted | io.flow.internal.v0.models.HoseinItemDeleted | io.flow.internal.v0.models.NiallItemUpserted | io.flow.internal.v0.models.NiallItemDeleted | io.flow.internal.v0.models.RohanItemUpserted | io.flow.internal.v0.models.RohanItemDeleted | io.flow.internal.v0.models.AldoItemUpserted | io.flow.internal.v0.models.AldoItemDeleted | io.flow.internal.v0.models.AnshItemUpserted | io.flow.internal.v0.models.AnshItemDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
26814
+ type Event = (io.flow.internal.v0.models.AdaptiveShippingRateUpserted | io.flow.internal.v0.models.AdaptiveShippingRateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.ShippingCostUpserted | io.flow.internal.v0.models.ShippingCostDeleted | io.flow.internal.v0.models.MorCostUpserted | io.flow.internal.v0.models.MorCostDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.PreonboardingSellabilityResultInserted | io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated | io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.ProductSellabilityResultInserted | io.flow.internal.v0.models.ProductSellabilityResultUpdated | io.flow.internal.v0.models.ProductSellabilityResultDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyTestOrderUpserted | io.flow.internal.v0.models.ShopifyTestOrderDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.B2BTaxTransactionUpserted | io.flow.internal.v0.models.B2BTaxTransactionDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | io.flow.internal.v0.models.BojanaItemUpserted | io.flow.internal.v0.models.BojanaItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
26556
26815
  type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
26557
26816
  type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
26558
26817
  type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
@@ -26562,7 +26821,6 @@ declare namespace io.flow.internal.v0.unions {
26562
26821
  type FeatureValue = (io.flow.internal.v0.models.BooleanFeatureValue | io.flow.internal.v0.models.StringFeatureValue);
26563
26822
  type FraudProviderConfiguration = (io.flow.internal.v0.models.FraudProviderConfigurationRiskified);
26564
26823
  type FraudProviderConfigurationForm = (io.flow.internal.v0.models.FraudProviderConfigurationFormRiskified);
26565
- type FuelSurchargeServiceFeePutForm = (io.flow.internal.v0.models.FuelSurchargeServiceFeePercentPutForm | io.flow.internal.v0.models.FuelSurchargeServiceFeeAmountByWeightPutForm);
26566
26824
  type FulfillmentProof = (io.flow.internal.v0.models.FulfillmentProofLabelTrackingReference | io.flow.internal.v0.models.FulfillmentProofShippingNotificationReference | io.flow.internal.v0.models.FulfillmentProofExternalFulfillmentProofReference | io.flow.internal.v0.models.FulfillmentProofOrderCombinedShipmentReference);
26567
26825
  type FulfillmentTrigger = (io.flow.internal.v0.models.FulfillmentTriggerProof | io.flow.internal.v0.models.FulfillmentTriggerTime);
26568
26826
  type GenerateLoad = (io.flow.internal.v0.models.GenerateLoadSingleOrg | io.flow.internal.v0.models.GenerateLoadMultipleOrgs);
@@ -26596,26 +26854,26 @@ declare namespace io.flow.internal.v0.unions {
26596
26854
  type TariffEligibilityData = (io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData);
26597
26855
  type TariffEligibilityForm = (io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm);
26598
26856
  type TaskData = (io.flow.internal.v0.models.TaskProcessQueuedEvent | io.flow.internal.v0.models.TaskSummarizeCode | io.flow.internal.v0.models.TaskItemUpserted | io.flow.internal.v0.models.TaskImport);
26599
- type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata);
26857
+ type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata | io.flow.internal.v0.models.B2BFeeMorTaxTriggerMetadata | io.flow.internal.v0.models.B2BFeeShippingTaxTriggerMetadata);
26600
26858
  type TaxAmount = (io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount);
26601
26859
  type Tracker = (io.flow.internal.v0.models.GoogleAnalytics | io.flow.internal.v0.models.GoogleGlobalSiteTag | io.flow.internal.v0.models.GoogleTagManager | io.flow.internal.v0.models.FacebookPixel | io.flow.internal.v0.models.SnapchatPixel);
26602
- type Transaction = (io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.MerchantFeeTransaction);
26860
+ type Transaction = (io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.MerchantFeeTransaction | io.flow.internal.v0.models.FlatRateLabelTransaction);
26603
26861
  type TransactionSummary = (io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary);
26604
26862
  }
26605
26863
 
26864
+ export const accountCurrencyFilter: PropTypes.Requireable<io.flow.internal.v0.enums.AccountCurrencyFilter>;
26606
26865
  export const accountPaymentHoldReason: PropTypes.Requireable<io.flow.internal.v0.enums.AccountPaymentHoldReason>;
26607
26866
  export const accountSettingLiabilitiesMethod: PropTypes.Requireable<io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod>;
26608
26867
  export const accountType: PropTypes.Requireable<io.flow.internal.v0.enums.AccountType>;
26609
26868
  export const adjustmentTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.AdjustmentTransactionType>;
26610
26869
  export const adyenIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.AdyenIntegrationType>;
26611
- export const aldoItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AldoItemType>;
26612
26870
  export const amruthaItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AmruthaItemType>;
26613
- export const anirbanItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AnirbanItemType>;
26614
- export const anshItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AnshItemType>;
26615
26871
  export const anyDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.AnyDangerousGoods>;
26616
26872
  export const apiCallReferenceId: PropTypes.Requireable<io.flow.internal.v0.enums.ApiCallReferenceId>;
26617
26873
  export const applicablePreferentialRate: PropTypes.Requireable<io.flow.internal.v0.enums.ApplicablePreferentialRate>;
26618
26874
  export const autoRestrictRule: PropTypes.Requireable<io.flow.internal.v0.enums.AutoRestrictRule>;
26875
+ export const b2BFeeMorTaxTriggerType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType>;
26876
+ export const b2BFeeShippingTaxTriggerType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BFeeShippingTaxTriggerType>;
26619
26877
  export const b2BTaxLedgerDocumentType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BTaxLedgerDocumentType>;
26620
26878
  export const b2BTaxRateType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BTaxRateType>;
26621
26879
  export const bankAccountStatus: PropTypes.Requireable<io.flow.internal.v0.enums.BankAccountStatus>;
@@ -26626,6 +26884,7 @@ export const billingMetricKey: PropTypes.Requireable<io.flow.internal.v0.enums.B
26626
26884
  export const billingStatementAttachmentKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingStatementAttachmentKey>;
26627
26885
  export const billingTransactionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionStatus>;
26628
26886
  export const billingTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionType>;
26887
+ export const bojanaItemType: PropTypes.Requireable<io.flow.internal.v0.enums.BojanaItemType>;
26629
26888
  export const calculatorEngine: PropTypes.Requireable<io.flow.internal.v0.enums.CalculatorEngine>;
26630
26889
  export const carrierChargeTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeTransactionType>;
26631
26890
  export const carrierChargeType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeType>;
@@ -26654,11 +26913,13 @@ export const checkoutAssetType: PropTypes.Requireable<io.flow.internal.v0.enums.
26654
26913
  export const checkoutPromptBehavior: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutPromptBehavior>;
26655
26914
  export const checkoutShippingMethodPromptBehavior: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior>;
26656
26915
  export const checkoutUrlType: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutUrlType>;
26916
+ export const chenglinItemType: PropTypes.Requireable<io.flow.internal.v0.enums.ChenglinItemType>;
26657
26917
  export const classificationDecision: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationDecision>;
26658
26918
  export const classificationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationErrorCode>;
26659
26919
  export const classificationFailureReason: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationFailureReason>;
26660
26920
  export const classificationPlatform: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationPlatform>;
26661
26921
  export const classificationScope: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationScope>;
26922
+ export const classificationSource: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationSource>;
26662
26923
  export const classificationType: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationType>;
26663
26924
  export const clothingAgeClassification: PropTypes.Requireable<io.flow.internal.v0.enums.ClothingAgeClassification>;
26664
26925
  export const commercialInvoiceVersion: PropTypes.Requireable<io.flow.internal.v0.enums.CommercialInvoiceVersion>;
@@ -26704,6 +26965,7 @@ export const featureStatus: PropTypes.Requireable<io.flow.internal.v0.enums.Feat
26704
26965
  export const featureType: PropTypes.Requireable<io.flow.internal.v0.enums.FeatureType>;
26705
26966
  export const feesSource: PropTypes.Requireable<io.flow.internal.v0.enums.FeesSource>;
26706
26967
  export const fileType: PropTypes.Requireable<io.flow.internal.v0.enums.FileType>;
26968
+ export const flatRateLabelTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.FlatRateLabelTransactionType>;
26707
26969
  export const fraudProvider: PropTypes.Requireable<io.flow.internal.v0.enums.FraudProvider>;
26708
26970
  export const fraudProviderStatus: PropTypes.Requireable<io.flow.internal.v0.enums.FraudProviderStatus>;
26709
26971
  export const fraudReviewResponsibleParty: PropTypes.Requireable<io.flow.internal.v0.enums.FraudReviewResponsibleParty>;
@@ -26713,7 +26975,6 @@ export const geRevenueShareTransactionType: PropTypes.Requireable<io.flow.intern
26713
26975
  export const googleAnalyticsPlugin: PropTypes.Requireable<io.flow.internal.v0.enums.GoogleAnalyticsPlugin>;
26714
26976
  export const graphqlServiceTypes: PropTypes.Requireable<io.flow.internal.v0.enums.GraphqlServiceTypes>;
26715
26977
  export const harmonizationDecisionSource: PropTypes.Requireable<io.flow.internal.v0.enums.HarmonizationDecisionSource>;
26716
- export const hoseinItemType: PropTypes.Requireable<io.flow.internal.v0.enums.HoseinItemType>;
26717
26978
  export const hs6CodeSource: PropTypes.Requireable<io.flow.internal.v0.enums.Hs6CodeSource>;
26718
26979
  export const httpMethod: PropTypes.Requireable<io.flow.internal.v0.enums.HttpMethod>;
26719
26980
  export const internalPaymentEntityType: PropTypes.Requireable<io.flow.internal.v0.enums.InternalPaymentEntityType>;
@@ -26738,6 +26999,7 @@ export const ledgerReportUrlType: PropTypes.Requireable<io.flow.internal.v0.enum
26738
26999
  export const liabilityType: PropTypes.Requireable<io.flow.internal.v0.enums.LiabilityType>;
26739
27000
  export const logisticsCapability: PropTypes.Requireable<io.flow.internal.v0.enums.LogisticsCapability>;
26740
27001
  export const logisticsPayoutResolutionMethod: PropTypes.Requireable<io.flow.internal.v0.enums.LogisticsPayoutResolutionMethod>;
27002
+ export const mailClass: PropTypes.Requireable<io.flow.internal.v0.enums.MailClass>;
26741
27003
  export const manualReviewRuleStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ManualReviewRuleStatus>;
26742
27004
  export const manualTransactionCategory: PropTypes.Requireable<io.flow.internal.v0.enums.ManualTransactionCategory>;
26743
27005
  export const merchantFeeTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.MerchantFeeTransactionType>;
@@ -26745,7 +27007,6 @@ export const merchantOfRecord: PropTypes.Requireable<io.flow.internal.v0.enums.M
26745
27007
  export const merchantOverrideStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MerchantOverrideStatus>;
26746
27008
  export const mixedBagWeight: PropTypes.Requireable<io.flow.internal.v0.enums.MixedBagWeight>;
26747
27009
  export const natureOfSale: PropTypes.Requireable<io.flow.internal.v0.enums.NatureOfSale>;
26748
- export const niallItemType: PropTypes.Requireable<io.flow.internal.v0.enums.NiallItemType>;
26749
27010
  export const noLiabilityReasonCode: PropTypes.Requireable<io.flow.internal.v0.enums.NoLiabilityReasonCode>;
26750
27011
  export const nonL4LTaxDutyFxTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.NonL4LTaxDutyFxTransactionType>;
26751
27012
  export const onboardingAuditMessageLevel: PropTypes.Requireable<io.flow.internal.v0.enums.OnboardingAuditMessageLevel>;
@@ -26766,6 +27027,7 @@ export const orderValidationStatus: PropTypes.Requireable<io.flow.internal.v0.en
26766
27027
  export const organizationCapability: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationCapability>;
26767
27028
  export const organizationMetricType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationMetricType>;
26768
27029
  export const organizationPaymentStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationPaymentStatus>;
27030
+ export const organizationPromotionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationPromotionStatus>;
26769
27031
  export const organizationRestrictionApprovalStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus>;
26770
27032
  export const organizationRestrictionNoteType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionNoteType>;
26771
27033
  export const organizationRestrictionReviewType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionReviewType>;
@@ -26779,7 +27041,6 @@ export const paymentSummaryStatus: PropTypes.Requireable<io.flow.internal.v0.enu
26779
27041
  export const paymentSummaryType: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentSummaryType>;
26780
27042
  export const paymentTerm: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentTerm>;
26781
27043
  export const pendingRecordType: PropTypes.Requireable<io.flow.internal.v0.enums.PendingRecordType>;
26782
- export const prateekItemType: PropTypes.Requireable<io.flow.internal.v0.enums.PrateekItemType>;
26783
27044
  export const preferredBillingSchedule: PropTypes.Requireable<io.flow.internal.v0.enums.PreferredBillingSchedule>;
26784
27045
  export const preonboardingClassificationDecision: PropTypes.Requireable<io.flow.internal.v0.enums.PreonboardingClassificationDecision>;
26785
27046
  export const preonboardingClassificationPlatform: PropTypes.Requireable<io.flow.internal.v0.enums.PreonboardingClassificationPlatform>;
@@ -26792,6 +27053,7 @@ export const processorEntityStatus: PropTypes.Requireable<io.flow.internal.v0.en
26792
27053
  export const productStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ProductStatus>;
26793
27054
  export const rateLevelKey: PropTypes.Requireable<io.flow.internal.v0.enums.RateLevelKey>;
26794
27055
  export const rateSource: PropTypes.Requireable<io.flow.internal.v0.enums.RateSource>;
27056
+ export const raveenaItemType: PropTypes.Requireable<io.flow.internal.v0.enums.RaveenaItemType>;
26795
27057
  export const redirectReason: PropTypes.Requireable<io.flow.internal.v0.enums.RedirectReason>;
26796
27058
  export const rejectionReason: PropTypes.Requireable<io.flow.internal.v0.enums.RejectionReason>;
26797
27059
  export const reportFileStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ReportFileStatus>;
@@ -26819,10 +27081,14 @@ export const restrictionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.
26819
27081
  export const revenueRecordType: PropTypes.Requireable<io.flow.internal.v0.enums.RevenueRecordType>;
26820
27082
  export const riskCheck: PropTypes.Requireable<io.flow.internal.v0.enums.RiskCheck>;
26821
27083
  export const riskEvaluation: PropTypes.Requireable<io.flow.internal.v0.enums.RiskEvaluation>;
26822
- export const rohanItemType: PropTypes.Requireable<io.flow.internal.v0.enums.RohanItemType>;
26823
- export const sarveshItemType: PropTypes.Requireable<io.flow.internal.v0.enums.SarveshItemType>;
26824
27084
  export const sellabilityCheckStatus: PropTypes.Requireable<io.flow.internal.v0.enums.SellabilityCheckStatus>;
27085
+ export const sellabilityInternalMatchType: PropTypes.Requireable<io.flow.internal.v0.enums.SellabilityInternalMatchType>;
26825
27086
  export const sellabilityStatus: PropTypes.Requireable<io.flow.internal.v0.enums.SellabilityStatus>;
27087
+ export const shopifyCallbackErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyCallbackErrorCode>;
27088
+ export const shopifyChargeCode: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyChargeCode>;
27089
+ export const shopifyDeliveryMethodType: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyDeliveryMethodType>;
27090
+ export const shopifyDimensionUnit: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyDimensionUnit>;
27091
+ export const shopifyIncoterm: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyIncoterm>;
26826
27092
  export const shopifyIncotermConfiguration: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyIncotermConfiguration>;
26827
27093
  export const shopifyMarketsDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsDangerousGoods>;
26828
27094
  export const shopifyMarketsHtsNumberAvailable: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsHtsNumberAvailable>;
@@ -26830,8 +27096,12 @@ export const shopifyMarketsQueuedRecordType: PropTypes.Requireable<io.flow.inter
26830
27096
  export const shopifyMarketsTradeSector: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsTradeSector>;
26831
27097
  export const shopifyMonitoringMonitorReviewStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus>;
26832
27098
  export const shopifyMonitoringTrackingField: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMonitoringTrackingField>;
27099
+ export const shopifyPackageType: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPackageType>;
26833
27100
  export const shopifyPlanType: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPlanType>;
26834
27101
  export const shopifyService: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyService>;
27102
+ export const shopifyShipmentOptionCode: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyShipmentOptionCode>;
27103
+ export const shopifyUnavailableRateReasonCode: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyUnavailableRateReasonCode>;
27104
+ export const shopifyWeightUnit: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyWeightUnit>;
26835
27105
  export const simpleRoundingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.SimpleRoundingStrategy>;
26836
27106
  export const snoozeNextActionWith: PropTypes.Requireable<io.flow.internal.v0.enums.SnoozeNextActionWith>;
26837
27107
  export const snoozeSourceType: PropTypes.Requireable<io.flow.internal.v0.enums.SnoozeSourceType>;
@@ -26842,7 +27112,6 @@ export const subscriptionFrequency: PropTypes.Requireable<io.flow.internal.v0.en
26842
27112
  export const suggestionAction: PropTypes.Requireable<io.flow.internal.v0.enums.SuggestionAction>;
26843
27113
  export const tariffEligibilityType: PropTypes.Requireable<io.flow.internal.v0.enums.TariffEligibilityType>;
26844
27114
  export const taskProcessorKey: PropTypes.Requireable<io.flow.internal.v0.enums.TaskProcessorKey>;
26845
- export const taxAndDutyInclusivitySetting: PropTypes.Requireable<io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting>;
26846
27115
  export const taxCalculationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.TaxCalculationErrorCode>;
26847
27116
  export const taxParty: PropTypes.Requireable<io.flow.internal.v0.enums.TaxParty>;
26848
27117
  export const taxTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.TaxTransactionType>;
@@ -26886,6 +27155,9 @@ export const accountUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models
26886
27155
  export const accountingPendingOrderMetadata: PropTypes.Requireable<io.flow.internal.v0.models.AccountingPendingOrderMetadata>;
26887
27156
  export const accountingReturnMetadata: PropTypes.Requireable<io.flow.internal.v0.models.AccountingReturnMetadata>;
26888
27157
  export const actionQuantity: PropTypes.Requireable<io.flow.internal.v0.models.ActionQuantity>;
27158
+ export const adaptiveShippingRate: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingRate>;
27159
+ export const adaptiveShippingRateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingRateDeleted>;
27160
+ export const adaptiveShippingRateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AdaptiveShippingRateUpserted>;
26889
27161
  export const additionalImportTax: PropTypes.Requireable<io.flow.internal.v0.models.AdditionalImportTax>;
26890
27162
  export const adjustmentAmountFixed: PropTypes.Requireable<io.flow.internal.v0.models.AdjustmentAmountFixed>;
26891
27163
  export const adjustmentAmountPercentage: PropTypes.Requireable<io.flow.internal.v0.models.AdjustmentAmountPercentage>;
@@ -26939,24 +27211,11 @@ export const afterpayRefund: PropTypes.Requireable<io.flow.internal.v0.models.Af
26939
27211
  export const afterpayRefundDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AfterpayRefundDeleted>;
26940
27212
  export const afterpayRefundUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AfterpayRefundUpserted>;
26941
27213
  export const aftershipWebhook: PropTypes.Requireable<io.flow.internal.v0.models.AftershipWebhook>;
26942
- export const aldoItem: PropTypes.Requireable<io.flow.internal.v0.models.AldoItem>;
26943
- export const aldoItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemDeleted>;
26944
- export const aldoItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemForm>;
26945
- export const aldoItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemUpserted>;
26946
27214
  export const allItemsExport: PropTypes.Requireable<io.flow.internal.v0.models.AllItemsExport>;
26947
- export const allOrganizationsMembership: PropTypes.Requireable<io.flow.internal.v0.models.AllOrganizationsMembership>;
26948
27215
  export const allocationItemReference: PropTypes.Requireable<io.flow.internal.v0.models.AllocationItemReference>;
26949
27216
  export const allowedLabels: PropTypes.Requireable<io.flow.internal.v0.models.AllowedLabels>;
26950
27217
  export const amruthaItem: PropTypes.Requireable<io.flow.internal.v0.models.AmruthaItem>;
26951
27218
  export const amruthaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AmruthaItemForm>;
26952
- export const anirbanItem: PropTypes.Requireable<io.flow.internal.v0.models.AnirbanItem>;
26953
- export const anirbanItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AnirbanItemDeleted>;
26954
- export const anirbanItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AnirbanItemForm>;
26955
- export const anirbanItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AnirbanItemUpserted>;
26956
- export const anshItem: PropTypes.Requireable<io.flow.internal.v0.models.AnshItem>;
26957
- export const anshItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AnshItemDeleted>;
26958
- export const anshItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AnshItemForm>;
26959
- export const anshItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AnshItemUpserted>;
26960
27219
  export const applePayAuthorizationPayload: PropTypes.Requireable<io.flow.internal.v0.models.ApplePayAuthorizationPayload>;
26961
27220
  export const applyAtValueForm: PropTypes.Requireable<io.flow.internal.v0.models.ApplyAtValueForm>;
26962
27221
  export const attemptStatistics: PropTypes.Requireable<io.flow.internal.v0.models.AttemptStatistics>;
@@ -26973,8 +27232,15 @@ export const authorizedChargeStatus: PropTypes.Requireable<io.flow.internal.v0.m
26973
27232
  export const authorizedLineItemCharge: PropTypes.Requireable<io.flow.internal.v0.models.AuthorizedLineItemCharge>;
26974
27233
  export const authorizedShippingCharge: PropTypes.Requireable<io.flow.internal.v0.models.AuthorizedShippingCharge>;
26975
27234
  export const autoReviewCriteria: PropTypes.Requireable<io.flow.internal.v0.models.AutoReviewCriteria>;
27235
+ export const b2BFeeMorTaxTriggerMetadata: PropTypes.Requireable<io.flow.internal.v0.models.B2BFeeMorTaxTriggerMetadata>;
27236
+ export const b2BFeeShippingTaxTriggerMetadata: PropTypes.Requireable<io.flow.internal.v0.models.B2BFeeShippingTaxTriggerMetadata>;
26976
27237
  export const b2BTaxLedger: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxLedger>;
26977
27238
  export const b2BTaxLedgerForm: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxLedgerForm>;
27239
+ export const b2BTaxTransaction: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxTransaction>;
27240
+ export const b2BTaxTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxTransactionDeleted>;
27241
+ export const b2BTaxTransactionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxTransactionUpserted>;
27242
+ export const b2BTransactionTaxLine: PropTypes.Requireable<io.flow.internal.v0.models.B2BTransactionTaxLine>;
27243
+ export const b2BTransactionTaxableItem: PropTypes.Requireable<io.flow.internal.v0.models.B2BTransactionTaxableItem>;
26978
27244
  export const bankAccount: PropTypes.Requireable<io.flow.internal.v0.models.BankAccount>;
26979
27245
  export const bankAccountReference: PropTypes.Requireable<io.flow.internal.v0.models.BankAccountReference>;
26980
27246
  export const bankPayment: PropTypes.Requireable<io.flow.internal.v0.models.BankPayment>;
@@ -27024,6 +27290,10 @@ export const bitpayAccountPutForm: PropTypes.Requireable<io.flow.internal.v0.mod
27024
27290
  export const bitpayAuthentication: PropTypes.Requireable<io.flow.internal.v0.models.BitpayAuthentication>;
27025
27291
  export const bitpayAuthenticationDataReference: PropTypes.Requireable<io.flow.internal.v0.models.BitpayAuthenticationDataReference>;
27026
27292
  export const bitpayAuthenticationForm: PropTypes.Requireable<io.flow.internal.v0.models.BitpayAuthenticationForm>;
27293
+ export const bojanaItem: PropTypes.Requireable<io.flow.internal.v0.models.BojanaItem>;
27294
+ export const bojanaItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.BojanaItemDeleted>;
27295
+ export const bojanaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.BojanaItemForm>;
27296
+ export const bojanaItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.BojanaItemUpserted>;
27027
27297
  export const booleanFeatureDefaultValue: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureDefaultValue>;
27028
27298
  export const booleanFeatureRule: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureRule>;
27029
27299
  export const booleanFeatureRuleForm: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureRuleForm>;
@@ -27161,6 +27431,10 @@ export const checkoutConfigurationForm: PropTypes.Requireable<io.flow.internal.v
27161
27431
  export const checkoutConfigurationReference: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutConfigurationReference>;
27162
27432
  export const checkoutSettings: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSettings>;
27163
27433
  export const checkoutUrl: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutUrl>;
27434
+ export const chenglinItem: PropTypes.Requireable<io.flow.internal.v0.models.ChenglinItem>;
27435
+ export const chenglinItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChenglinItemDeleted>;
27436
+ export const chenglinItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ChenglinItemForm>;
27437
+ export const chenglinItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChenglinItemUpserted>;
27164
27438
  export const cipher: PropTypes.Requireable<io.flow.internal.v0.models.Cipher>;
27165
27439
  export const cipherForm: PropTypes.Requireable<io.flow.internal.v0.models.CipherForm>;
27166
27440
  export const cipherReference: PropTypes.Requireable<io.flow.internal.v0.models.CipherReference>;
@@ -27375,6 +27649,8 @@ export const fiservAuthenticationForm: PropTypes.Requireable<io.flow.internal.v0
27375
27649
  export const fiservMerchant: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchant>;
27376
27650
  export const fiservMerchantModificationForm: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchantModificationForm>;
27377
27651
  export const fiservMerchantPutForm: PropTypes.Requireable<io.flow.internal.v0.models.FiservMerchantPutForm>;
27652
+ export const flatRate: PropTypes.Requireable<io.flow.internal.v0.models.FlatRate>;
27653
+ export const flatRateLabelTransaction: PropTypes.Requireable<io.flow.internal.v0.models.FlatRateLabelTransaction>;
27378
27654
  export const flexeWebhook: PropTypes.Requireable<io.flow.internal.v0.models.FlexeWebhook>;
27379
27655
  export const flowAccount: PropTypes.Requireable<io.flow.internal.v0.models.FlowAccount>;
27380
27656
  export const flowBillingStatement: PropTypes.Requireable<io.flow.internal.v0.models.FlowBillingStatement>;
@@ -27415,8 +27691,6 @@ export const fraudSummary: PropTypes.Requireable<io.flow.internal.v0.models.Frau
27415
27691
  export const ftpFileDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FtpFileDeleted>;
27416
27692
  export const ftpFileToProcessUploaded: PropTypes.Requireable<io.flow.internal.v0.models.FtpFileToProcessUploaded>;
27417
27693
  export const ftpFileUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FtpFileUpserted>;
27418
- export const fuelSurchargeServiceFeeAmountByWeightPutForm: PropTypes.Requireable<io.flow.internal.v0.models.FuelSurchargeServiceFeeAmountByWeightPutForm>;
27419
- export const fuelSurchargeServiceFeePercentPutForm: PropTypes.Requireable<io.flow.internal.v0.models.FuelSurchargeServiceFeePercentPutForm>;
27420
27694
  export const fulfillment: PropTypes.Requireable<io.flow.internal.v0.models.Fulfillment>;
27421
27695
  export const fulfillmentActionForm: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentActionForm>;
27422
27696
  export const fulfillmentBusiness: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentBusiness>;
@@ -27454,6 +27728,7 @@ export const gabrielItemForm: PropTypes.Requireable<io.flow.internal.v0.models.G
27454
27728
  export const gabrielItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.GabrielItemUpserted>;
27455
27729
  export const geRevenueShareTransaction: PropTypes.Requireable<io.flow.internal.v0.models.GeRevenueShareTransaction>;
27456
27730
  export const generateLoadMultipleOrgs: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadMultipleOrgs>;
27731
+ export const generateLoadRate: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadRate>;
27457
27732
  export const generateLoadSingleOrg: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadSingleOrg>;
27458
27733
  export const genericValidationError: PropTypes.Requireable<io.flow.internal.v0.models.GenericValidationError>;
27459
27734
  export const giftCard: PropTypes.Requireable<io.flow.internal.v0.models.GiftCard>;
@@ -27479,10 +27754,6 @@ export const harmonizationThresholdForm: PropTypes.Requireable<io.flow.internal.
27479
27754
  export const harmonizationUnclassifiedStatistics: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationUnclassifiedStatistics>;
27480
27755
  export const harmonizeFullyRequestV2: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizeFullyRequestV2>;
27481
27756
  export const harmonizedItemsHs6Export: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizedItemsHs6Export>;
27482
- export const hoseinItem: PropTypes.Requireable<io.flow.internal.v0.models.HoseinItem>;
27483
- export const hoseinItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.HoseinItemDeleted>;
27484
- export const hoseinItemForm: PropTypes.Requireable<io.flow.internal.v0.models.HoseinItemForm>;
27485
- export const hoseinItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.HoseinItemUpserted>;
27486
27757
  export const hs6: PropTypes.Requireable<io.flow.internal.v0.models.Hs6>;
27487
27758
  export const hs6Metadata: PropTypes.Requireable<io.flow.internal.v0.models.Hs6Metadata>;
27488
27759
  export const importCompleted: PropTypes.Requireable<io.flow.internal.v0.models.ImportCompleted>;
@@ -27542,7 +27813,6 @@ export const itemSalesMarginUpserted: PropTypes.Requireable<io.flow.internal.v0.
27542
27813
  export const itemSalesMarginVersion: PropTypes.Requireable<io.flow.internal.v0.models.ItemSalesMarginVersion>;
27543
27814
  export const itemSummary: PropTypes.Requireable<io.flow.internal.v0.models.ItemSummary>;
27544
27815
  export const itemValuesForm: PropTypes.Requireable<io.flow.internal.v0.models.ItemValuesForm>;
27545
- export const jeanDemoItem: PropTypes.Requireable<io.flow.internal.v0.models.JeanDemoItem>;
27546
27816
  export const journal: PropTypes.Requireable<io.flow.internal.v0.models.Journal>;
27547
27817
  export const journalFailure: PropTypes.Requireable<io.flow.internal.v0.models.JournalFailure>;
27548
27818
  export const key: PropTypes.Requireable<io.flow.internal.v0.models.Key>;
@@ -27562,10 +27832,6 @@ export const labelCreationJobSummary: PropTypes.Requireable<io.flow.internal.v0.
27562
27832
  export const labelCreationJobUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationJobUpserted>;
27563
27833
  export const labelCreationRequestForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationRequestForm>;
27564
27834
  export const labelDestination: PropTypes.Requireable<io.flow.internal.v0.models.LabelDestination>;
27565
- export const labelGenerationSettings: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettings>;
27566
- export const labelGenerationSettingsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettingsDeleted>;
27567
- export const labelGenerationSettingsForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettingsForm>;
27568
- export const labelGenerationSettingsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettingsUpserted>;
27569
27835
  export const labelInvoiceRequest: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequest>;
27570
27836
  export const labelInvoiceRequestDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequestDeleted>;
27571
27837
  export const labelInvoiceRequestUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequestUpserted>;
@@ -27650,17 +27916,17 @@ export const merchantOverrideUpserted: PropTypes.Requireable<io.flow.internal.v0
27650
27916
  export const merchantSearchResult: PropTypes.Requireable<io.flow.internal.v0.models.MerchantSearchResult>;
27651
27917
  export const merchantSubsidies: PropTypes.Requireable<io.flow.internal.v0.models.MerchantSubsidies>;
27652
27918
  export const merchantSummary: PropTypes.Requireable<io.flow.internal.v0.models.MerchantSummary>;
27919
+ export const merchantSurcharge: PropTypes.Requireable<io.flow.internal.v0.models.MerchantSurcharge>;
27653
27920
  export const merchantTransactions: PropTypes.Requireable<io.flow.internal.v0.models.MerchantTransactions>;
27654
27921
  export const merchantUpserted: PropTypes.Requireable<io.flow.internal.v0.models.MerchantUpserted>;
27655
27922
  export const messageStamp: PropTypes.Requireable<io.flow.internal.v0.models.MessageStamp>;
27656
27923
  export const metadataProposition: PropTypes.Requireable<io.flow.internal.v0.models.MetadataProposition>;
27657
27924
  export const metadataRatecard: PropTypes.Requireable<io.flow.internal.v0.models.MetadataRatecard>;
27925
+ export const morCostDeleted: PropTypes.Requireable<io.flow.internal.v0.models.MorCostDeleted>;
27926
+ export const morCostSummary: PropTypes.Requireable<io.flow.internal.v0.models.MorCostSummary>;
27927
+ export const morCostUpserted: PropTypes.Requireable<io.flow.internal.v0.models.MorCostUpserted>;
27658
27928
  export const negativeDebitMetrics: PropTypes.Requireable<io.flow.internal.v0.models.NegativeDebitMetrics>;
27659
27929
  export const nextBillingStatement: PropTypes.Requireable<io.flow.internal.v0.models.NextBillingStatement>;
27660
- export const niallItem: PropTypes.Requireable<io.flow.internal.v0.models.NiallItem>;
27661
- export const niallItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.NiallItemDeleted>;
27662
- export const niallItemForm: PropTypes.Requireable<io.flow.internal.v0.models.NiallItemForm>;
27663
- export const niallItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.NiallItemUpserted>;
27664
27930
  export const noCalculatedTaxAmount: PropTypes.Requireable<io.flow.internal.v0.models.NoCalculatedTaxAmount>;
27665
27931
  export const noClassificationForm: PropTypes.Requireable<io.flow.internal.v0.models.NoClassificationForm>;
27666
27932
  export const nonChannelPaymentBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.NonChannelPaymentBankAccount>;
@@ -27754,6 +28020,8 @@ export const organizationPaymentSettingDeleted: PropTypes.Requireable<io.flow.in
27754
28020
  export const organizationPaymentSettingForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingForm>;
27755
28021
  export const organizationPaymentSettingUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingUpserted>;
27756
28022
  export const organizationPaymentSettingVersion: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingVersion>;
28023
+ export const organizationPromotion: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPromotion>;
28024
+ export const organizationPromotionWarning: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPromotionWarning>;
27757
28025
  export const organizationRestrictionNoteForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationRestrictionNoteForm>;
27758
28026
  export const organizationRestrictionScreeningDecisionForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationRestrictionScreeningDecisionForm>;
27759
28027
  export const organizationRestrictionStatus: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationRestrictionStatus>;
@@ -27860,8 +28128,6 @@ export const platformFeeFlat: PropTypes.Requireable<io.flow.internal.v0.models.P
27860
28128
  export const platformFeePause: PropTypes.Requireable<io.flow.internal.v0.models.PlatformFeePause>;
27861
28129
  export const platformFeePercentage: PropTypes.Requireable<io.flow.internal.v0.models.PlatformFeePercentage>;
27862
28130
  export const platformFeePercentageTier: PropTypes.Requireable<io.flow.internal.v0.models.PlatformFeePercentageTier>;
27863
- export const prateekItem: PropTypes.Requireable<io.flow.internal.v0.models.PrateekItem>;
27864
- export const prateekItemForm: PropTypes.Requireable<io.flow.internal.v0.models.PrateekItemForm>;
27865
28131
  export const prediction: PropTypes.Requireable<io.flow.internal.v0.models.Prediction>;
27866
28132
  export const preonboardingClassificationRabbitmqEnvelope: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingClassificationRabbitmqEnvelope>;
27867
28133
  export const preonboardingClassificationRabbitmqMessage: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingClassificationRabbitmqMessage>;
@@ -27869,6 +28135,9 @@ export const preonboardingClassificationRequest: PropTypes.Requireable<io.flow.i
27869
28135
  export const preonboardingClassificationResult: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingClassificationResult>;
27870
28136
  export const preonboardingMerchant: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingMerchant>;
27871
28137
  export const preonboardingSellabilityResult: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResult>;
28138
+ export const preonboardingSellabilityResultDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted>;
28139
+ export const preonboardingSellabilityResultInserted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResultInserted>;
28140
+ export const preonboardingSellabilityResultUpdated: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated>;
27872
28141
  export const priceInclusivity: PropTypes.Requireable<io.flow.internal.v0.models.PriceInclusivity>;
27873
28142
  export const prioritizedCenterReference: PropTypes.Requireable<io.flow.internal.v0.models.PrioritizedCenterReference>;
27874
28143
  export const processingTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransaction>;
@@ -27901,7 +28170,11 @@ export const productReviewHistory: PropTypes.Requireable<io.flow.internal.v0.mod
27901
28170
  export const productSellabilityInternal: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityInternal>;
27902
28171
  export const productSellabilityInternalForm: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityInternalForm>;
27903
28172
  export const productSellabilityInternalResult: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityInternalResult>;
28173
+ export const productSellabilityInternalRuleMatch: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityInternalRuleMatch>;
27904
28174
  export const productSellabilityResult: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityResult>;
28175
+ export const productSellabilityResultDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityResultDeleted>;
28176
+ export const productSellabilityResultInserted: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityResultInserted>;
28177
+ export const productSellabilityResultUpdated: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityResultUpdated>;
27905
28178
  export const productTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ProductTransaction>;
27906
28179
  export const proofOfPostingExternallyFulfilled: PropTypes.Requireable<io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled>;
27907
28180
  export const proofOfPostingFulfilled: PropTypes.Requireable<io.flow.internal.v0.models.ProofOfPostingFulfilled>;
@@ -27961,13 +28234,10 @@ export const ratecardServiceFeeDeleted: PropTypes.Requireable<io.flow.internal.v
27961
28234
  export const ratecardServiceFeeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardServiceFeeUpserted>;
27962
28235
  export const ratecardServiceFeesOverride: PropTypes.Requireable<io.flow.internal.v0.models.RatecardServiceFeesOverride>;
27963
28236
  export const ratecardServiceFeesOverrideForm: PropTypes.Requireable<io.flow.internal.v0.models.RatecardServiceFeesOverrideForm>;
27964
- export const ratecardStandardConfiguration: PropTypes.Requireable<io.flow.internal.v0.models.RatecardStandardConfiguration>;
27965
- export const ratecardStandardConfigurationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardStandardConfigurationDeleted>;
27966
- export const ratecardStandardConfigurationForm: PropTypes.Requireable<io.flow.internal.v0.models.RatecardStandardConfigurationForm>;
27967
- export const ratecardStandardConfigurationUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardStandardConfigurationUpserted>;
27968
- export const ratecardStandardSettings: PropTypes.Requireable<io.flow.internal.v0.models.RatecardStandardSettings>;
27969
28237
  export const ratesChanged: PropTypes.Requireable<io.flow.internal.v0.models.RatesChanged>;
27970
28238
  export const ratesNamesSummary: PropTypes.Requireable<io.flow.internal.v0.models.RatesNamesSummary>;
28239
+ export const raveenaItem: PropTypes.Requireable<io.flow.internal.v0.models.RaveenaItem>;
28240
+ export const raveenaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.RaveenaItemForm>;
27971
28241
  export const recordReference: PropTypes.Requireable<io.flow.internal.v0.models.RecordReference>;
27972
28242
  export const redirect: PropTypes.Requireable<io.flow.internal.v0.models.Redirect>;
27973
28243
  export const redirectActionCompleted: PropTypes.Requireable<io.flow.internal.v0.models.RedirectActionCompleted>;
@@ -28007,6 +28277,8 @@ export const reportingFulfillmentIs: PropTypes.Requireable<io.flow.internal.v0.m
28007
28277
  export const reportingFx: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFx>;
28008
28278
  export const reportingMerchantBreakdown: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantBreakdown>;
28009
28279
  export const reportingMerchantFees: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantFees>;
28280
+ export const reportingMerchantFreight: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantFreight>;
28281
+ export const reportingMerchantFreightSurcharges: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantFreightSurcharges>;
28010
28282
  export const reportingMerchantSubsidies: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantSubsidies>;
28011
28283
  export const reportingMerchantTransactions: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMerchantTransactions>;
28012
28284
  export const reportingMonetaryValue: PropTypes.Requireable<io.flow.internal.v0.models.ReportingMonetaryValue>;
@@ -28028,6 +28300,7 @@ export const restrictionAttributeConditionMultiple: PropTypes.Requireable<io.flo
28028
28300
  export const restrictionAttributeConditionSingle: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionAttributeConditionSingle>;
28029
28301
  export const restrictionAttributeRule: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionAttributeRule>;
28030
28302
  export const restrictionBlanketOrganizationExemption: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionBlanketOrganizationExemption>;
28303
+ export const restrictionBlanketOrganizationExemptionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionBlanketOrganizationExemptionForm>;
28031
28304
  export const restrictionCategory: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionCategory>;
28032
28305
  export const restrictionFilter: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionFilter>;
28033
28306
  export const restrictionHistoryItemReviewDecision: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionHistoryItemReviewDecision>;
@@ -28056,7 +28329,9 @@ export const restrictionRuleEffectForm: PropTypes.Requireable<io.flow.internal.v
28056
28329
  export const restrictionRuleEffectUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleEffectUpserted>;
28057
28330
  export const restrictionRuleForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleForm>;
28058
28331
  export const restrictionRuleLaneExemption: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleLaneExemption>;
28332
+ export const restrictionRuleLaneExemptionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleLaneExemptionForm>;
28059
28333
  export const restrictionRuleOrganizationExemption: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleOrganizationExemption>;
28334
+ export const restrictionRuleOrganizationExemptionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleOrganizationExemptionForm>;
28060
28335
  export const restrictionRuleOverride: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleOverride>;
28061
28336
  export const restrictionRuleSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleSummary>;
28062
28337
  export const restrictionRuleUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleUpserted>;
@@ -28079,20 +28354,12 @@ export const returnTriggerReversal: PropTypes.Requireable<io.flow.internal.v0.mo
28079
28354
  export const revenueRecord: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRecord>;
28080
28355
  export const revenueRecordDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRecordDeleted>;
28081
28356
  export const revenueRecordUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRecordUpserted>;
28082
- export const rohanItem: PropTypes.Requireable<io.flow.internal.v0.models.RohanItem>;
28083
- export const rohanItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RohanItemDeleted>;
28084
- export const rohanItemForm: PropTypes.Requireable<io.flow.internal.v0.models.RohanItemForm>;
28085
- export const rohanItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RohanItemUpserted>;
28086
28357
  export const routingAccount: PropTypes.Requireable<io.flow.internal.v0.models.RoutingAccount>;
28087
28358
  export const routingMerchant: PropTypes.Requireable<io.flow.internal.v0.models.RoutingMerchant>;
28088
28359
  export const routingProcessor: PropTypes.Requireable<io.flow.internal.v0.models.RoutingProcessor>;
28089
28360
  export const salesPaymentRecord: PropTypes.Requireable<io.flow.internal.v0.models.SalesPaymentRecord>;
28090
28361
  export const sandboxSetup: PropTypes.Requireable<io.flow.internal.v0.models.SandboxSetup>;
28091
28362
  export const sandboxSetupForm: PropTypes.Requireable<io.flow.internal.v0.models.SandboxSetupForm>;
28092
- export const sarveshItem: PropTypes.Requireable<io.flow.internal.v0.models.SarveshItem>;
28093
- export const sarveshItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.SarveshItemDeleted>;
28094
- export const sarveshItemForm: PropTypes.Requireable<io.flow.internal.v0.models.SarveshItemForm>;
28095
- export const sarveshItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SarveshItemUpserted>;
28096
28363
  export const scheduledPayment: PropTypes.Requireable<io.flow.internal.v0.models.ScheduledPayment>;
28097
28364
  export const screen: PropTypes.Requireable<io.flow.internal.v0.models.Screen>;
28098
28365
  export const screenForm: PropTypes.Requireable<io.flow.internal.v0.models.ScreenForm>;
@@ -28111,15 +28378,22 @@ export const sessionOrderData: PropTypes.Requireable<io.flow.internal.v0.models.
28111
28378
  export const setupBlockPutForm: PropTypes.Requireable<io.flow.internal.v0.models.SetupBlockPutForm>;
28112
28379
  export const sfExpress: PropTypes.Requireable<io.flow.internal.v0.models.SfExpress>;
28113
28380
  export const shipmentCostSummary: PropTypes.Requireable<io.flow.internal.v0.models.ShipmentCostSummary>;
28381
+ export const shippingCostDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShippingCostDeleted>;
28382
+ export const shippingCostSummary: PropTypes.Requireable<io.flow.internal.v0.models.ShippingCostSummary>;
28383
+ export const shippingCostUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShippingCostUpserted>;
28114
28384
  export const shippingLane: PropTypes.Requireable<io.flow.internal.v0.models.ShippingLane>;
28115
28385
  export const shippingMethodReference: PropTypes.Requireable<io.flow.internal.v0.models.ShippingMethodReference>;
28116
28386
  export const shippingPricing: PropTypes.Requireable<io.flow.internal.v0.models.ShippingPricing>;
28117
28387
  export const shippingRateEstimateAvailableInternal: PropTypes.Requireable<io.flow.internal.v0.models.ShippingRateEstimateAvailableInternal>;
28118
28388
  export const shippingRateEstimateInternal: PropTypes.Requireable<io.flow.internal.v0.models.ShippingRateEstimateInternal>;
28119
28389
  export const shippingRateEstimateRequestInternal: PropTypes.Requireable<io.flow.internal.v0.models.ShippingRateEstimateRequestInternal>;
28390
+ export const shopifyAddress: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyAddress>;
28391
+ export const shopifyCallbackError: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCallbackError>;
28392
+ export const shopifyCallbackErrorItem: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCallbackErrorItem>;
28120
28393
  export const shopifyCatalogPublication: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCatalogPublication>;
28121
28394
  export const shopifyChannelOrganizationToken: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyChannelOrganizationToken>;
28122
28395
  export const shopifyChannelOrganizationTokens: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyChannelOrganizationTokens>;
28396
+ export const shopifyContactDetails: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyContactDetails>;
28123
28397
  export const shopifyDispute: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyDispute>;
28124
28398
  export const shopifyDisputeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyDisputeDeleted>;
28125
28399
  export const shopifyDisputeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyDisputeUpserted>;
@@ -28168,10 +28442,12 @@ export const shopifyMarketsSync: PropTypes.Requireable<io.flow.internal.v0.model
28168
28442
  export const shopifyMarketsWebhookRegistration: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration>;
28169
28443
  export const shopifyMarketsWebhookRegistrationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted>;
28170
28444
  export const shopifyMarketsWebhookRegistrationUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted>;
28445
+ export const shopifyMeasurements: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMeasurements>;
28171
28446
  export const shopifyMerchantPlan: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlan>;
28172
28447
  export const shopifyMerchantPlanDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlanDeleted>;
28173
28448
  export const shopifyMerchantPlanUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlanUpserted>;
28174
28449
  export const shopifyMetadata: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMetadata>;
28450
+ export const shopifyMoney: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMoney>;
28175
28451
  export const shopifyMonitoringCarrierService: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMonitoringCarrierService>;
28176
28452
  export const shopifyMonitoringFulfillmentExternal: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal>;
28177
28453
  export const shopifyMonitoringFulfillmentMissingDetails: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMonitoringFulfillmentMissingDetails>;
@@ -28214,8 +28490,22 @@ export const shopifyProductUpdateDeleted: PropTypes.Requireable<io.flow.internal
28214
28490
  export const shopifyProductUpdateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductUpdateUpserted>;
28215
28491
  export const shopifyProductUpdateWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent>;
28216
28492
  export const shopifyProductWrapper: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductWrapper>;
28493
+ export const shopifyRateCustomsDetail: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyRateCustomsDetail>;
28494
+ export const shopifyRatePickupPoint: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyRatePickupPoint>;
28217
28495
  export const shopifyReportFileDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyReportFileDeleted>;
28218
28496
  export const shopifyReportFileUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyReportFileUpserted>;
28497
+ export const shopifyShipmentRateAvailable: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateAvailable>;
28498
+ export const shopifyShipmentRateCharge: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateCharge>;
28499
+ export const shopifyShipmentRateOption: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateOption>;
28500
+ export const shopifyShipmentRatePackage: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRatePackage>;
28501
+ export const shopifyShipmentRateReason: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateReason>;
28502
+ export const shopifyShipmentRateRequest: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateRequest>;
28503
+ export const shopifyShipmentRateResponse: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateResponse>;
28504
+ export const shopifyShipmentRateShipment: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateShipment>;
28505
+ export const shopifyShipmentRateShipper: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateShipper>;
28506
+ export const shopifyShipmentRateTotalCharges: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateTotalCharges>;
28507
+ export const shopifyShipmentRateUnavailable: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateUnavailable>;
28508
+ export const shopifyShippingLocation: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShippingLocation>;
28219
28509
  export const shopifyShopStatistics: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShopStatistics>;
28220
28510
  export const shopifyStoreDetail: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyStoreDetail>;
28221
28511
  export const shopifyStripeEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyStripeEvent>;
@@ -28438,7 +28728,6 @@ export const featureTaskData: PropTypes.Requireable<io.flow.internal.v0.unions.F
28438
28728
  export const featureValue: PropTypes.Requireable<io.flow.internal.v0.unions.FeatureValue>;
28439
28729
  export const fraudProviderConfiguration: PropTypes.Requireable<io.flow.internal.v0.unions.FraudProviderConfiguration>;
28440
28730
  export const fraudProviderConfigurationForm: PropTypes.Requireable<io.flow.internal.v0.unions.FraudProviderConfigurationForm>;
28441
- export const fuelSurchargeServiceFeePutForm: PropTypes.Requireable<io.flow.internal.v0.unions.FuelSurchargeServiceFeePutForm>;
28442
28731
  export const fulfillmentProof: PropTypes.Requireable<io.flow.internal.v0.unions.FulfillmentProof>;
28443
28732
  export const fulfillmentTrigger: PropTypes.Requireable<io.flow.internal.v0.unions.FulfillmentTrigger>;
28444
28733
  export const generateLoad: PropTypes.Requireable<io.flow.internal.v0.unions.GenerateLoad>;