@flowio/types 11.24.110 → 11.24.112

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.
@@ -1229,6 +1229,16 @@ declare namespace io.flow.payment.v0.models {
1229
1229
  interface AuthorizationResultDescription {
1230
1230
  readonly display: string;
1231
1231
  }
1232
+ interface AuthorizationRetry {
1233
+ readonly id: string;
1234
+ readonly authorization_request_id: string;
1235
+ readonly authorization_id: string;
1236
+ readonly organization_id: string;
1237
+ readonly attempt: number;
1238
+ readonly last_failure_code: string;
1239
+ readonly created_at: string;
1240
+ readonly updated_at: string;
1241
+ }
1232
1242
  interface AuthorizationVersion {
1233
1243
  readonly id: string;
1234
1244
  readonly timestamp: string;
@@ -1335,6 +1345,7 @@ declare namespace io.flow.payment.v0.models {
1335
1345
  readonly processor?: io.flow.payment.v0.unions.ExpandablePaymentProcessor;
1336
1346
  readonly stored_method_usage_step?: io.flow.payment.v0.enums.StoredMethodUsageStep;
1337
1347
  readonly authorized_at?: string;
1348
+ readonly authorization_request_id?: string;
1338
1349
  }
1339
1350
  interface CardBrowserActionConfiguration {
1340
1351
  readonly discriminator: 'card_browser_action_configuration';
@@ -1583,6 +1594,7 @@ declare namespace io.flow.payment.v0.models {
1583
1594
  readonly processor?: io.flow.payment.v0.unions.ExpandablePaymentProcessor;
1584
1595
  readonly confirmation_details?: io.flow.payment.v0.unions.ConfirmationDetails;
1585
1596
  readonly authorized_at?: string;
1597
+ readonly authorization_request_id?: string;
1586
1598
  }
1587
1599
  interface OnlinePaymentAuthorizationForm {
1588
1600
  readonly discriminator: 'online_payment_authorization_form';
@@ -1995,6 +2007,7 @@ declare namespace io.flow.stripe.v0.enums {
1995
2007
  type BankIdeal = 'abn_amro' | 'asn_bank' | 'bunq' | 'handelsbanken' | 'ing' | 'knab' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
1996
2008
  type BicIdeal = 'ABNANL2A' | 'ASNBNL21' | 'BITSNL2A' | 'BUNQNL2A' | 'FVLBNL22' | 'HANDNL2A' | 'INGBNL2A' | 'KNABNL2H' | 'MOYONL21' | 'NNBANL2G' | 'NTSBDEB1' | 'RABONL2U' | 'RBRBNL21' | 'REVOIE23' | 'REVOLT21' | 'SNSBNL2A' | 'TRIONL2U';
1997
2009
  type CancellationReason = 'abandoned' | 'automatic' | 'duplicate' | 'failed_invoice' | 'fraudulent' | 'requested_by_customer' | 'void_invoice';
2010
+ type CapabilityStatus = 'active' | 'disabled' | 'inactive' | 'pending' | 'unrequested';
1998
2011
  type CaptureMethod = 'automatic' | 'manual';
1999
2012
  type CardBrand = 'American Express' | 'MasterCard' | 'Discover' | 'JCB' | 'Diners Club' | 'Unknown';
2000
2013
  type CardFundingType = 'credit' | 'debit' | 'prepaid' | 'unknown';
@@ -2012,7 +2025,7 @@ declare namespace io.flow.stripe.v0.enums {
2012
2025
  type EarlyFraudWarningType = 'card_never_received' | 'fraudulent_card_application' | 'made_with_counterfeit_card' | 'made_with_lost_card' | 'made_with_stolen_card' | 'unauthorized_use_of_card' | 'misc';
2013
2026
  type ErrorCode = 'invalid_number' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_cvc' | 'invalid_swipe_data' | 'country_code_invalid' | 'email_invalid' | 'postal_code_invalid' | 'invalid_characters' | 'url_invalid' | 'invalid_charge_amount' | 'incorrect_number' | 'incorrect_address' | 'incorrect_cvc' | 'incorrect_zip' | 'card_declined' | 'expired_card' | 'missing' | 'processing_error' | 'account_closed' | 'amount_too_small' | 'amount_too_large' | 'api_key_expired' | 'authentication_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'insufficient_funds' | 'intent_invalid_state' | 'livemode_mismatch' | 'parameter_invalid_empty' | 'parameter_invalid_integer' | 'parameter_invalid_string_blank' | 'parameter_invalid_string_empty' | 'parameter_missing' | 'parameter_unknown' | 'parameters_exclusive' | 'payment_intent_action_required' | 'payment_intent_authentication_failure' | 'payment_intent_incompatible_payment_method' | 'payment_intent_payment_attempt_expired' | 'payment_intent_payment_attempt_failed' | 'payment_intent_unexpected_state' | 'payment_intent_invalid_parameter' | 'payment_method_billing_details_address_missing' | 'payment_method_customer_decline' | 'payment_method_currency_mismatch' | 'payment_method_invalid_parameter' | 'payment_method_invalid_parameter_testmode' | 'payment_method_not_available' | 'payment_method_provider_decline' | 'payment_method_provider_timeout' | 'payment_method_unactivated' | 'payment_method_unexpected_state' | 'payment_method_unsupported_type' | 'platform_api_key_expired' | 'refund_disputed_payment' | 'testmode_charges_only' | 'tls_version_unsupported' | 'setup_attempt_failed' | 'setup_intent_authentication_failure' | 'setup_intent_invalid_parameter' | 'setup_intent_setup_attempt_expired' | 'setup_intent_unexpected_state';
2014
2027
  type ErrorType = 'api_connection_error' | 'api_error' | 'authentication_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error' | 'rate_limit_error' | 'validation_error';
2015
- type EventType = 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
2028
+ type EventType = 'capability.updated' | 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
2016
2029
  type ExtendedAuthorizationStatus = 'enabled' | 'disabled';
2017
2030
  type FeatureAvailability = 'available' | 'unavailable';
2018
2031
  type KlarnaPaymentMethodCategoryType = 'direct_bank_transfer' | 'direct_debit' | 'pay_later' | 'pay_now' | 'pay_over_time';
@@ -2030,9 +2043,12 @@ declare namespace io.flow.stripe.v0.enums {
2030
2043
  type RefundFailureReason = 'charge_for_pending_refund_disputed' | 'declined' | 'expired_or_canceled_card' | 'insufficient_funds' | 'lost_or_stolen_card' | 'merchant_request' | 'unknown';
2031
2044
  type RefundReason = 'duplicate' | 'fraudulent' | 'requested_by_customer';
2032
2045
  type RefundStatus = 'succeeded' | 'failed' | 'pending' | 'canceled';
2046
+ type ReportingReportRunStatus = 'pending' | 'succeeded' | 'failed';
2047
+ type ReportingReportType = 'ending_balance_reconciliation.itemized.1' | 'ending_balance_reconciliation.itemized.2' | 'ending_balance_reconciliation.itemized.3' | 'ending_balance_reconciliation.itemized.4' | 'payout_reconciliation.itemized.5' | 'payout_reconciliation.by_id.itemized.1' | 'payout_reconciliation.by_id.itemized.2' | 'payout_reconciliation.by_id.itemized.3' | 'payout_reconciliation.by_id.itemized.4' | 'payout_reconciliation.by_id.summary.1' | 'ending_balance_reconciliation.summary.1' | 'payout_reconciliation.itemized.1' | 'payout_reconciliation.itemized.2' | 'payout_reconciliation.itemized.3' | 'payout_reconciliation.itemized.4' | 'payout_reconciliation.summary.1';
2033
2048
  type RequestThreeDSecureType = 'automatic' | 'any';
2034
2049
  type RequestedCapabilities = 'card_payments' | 'legacy_payments' | 'transfers';
2035
2050
  type SetupFutureUsage = 'on_session' | 'off_session';
2051
+ type ShopifyPaymentStripeEventType = 'charge.captured' | 'charge.dispute.created' | 'charge.dispute.closed' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'charge.expired' | 'charge.failed' | 'charge.pending' | 'charge.refund.updated' | 'charge.refunded' | 'charge.succeeded' | 'charge.updated' | 'payment_intent.amount_capturable_updated' | 'payment_intent.canceled' | 'payment_intent.created' | 'payment_intent.partially_funded' | 'payment_intent.payment_failed' | 'payment_intent.processing' | 'payment_intent.requires_action' | 'payment_intent.succeeded' | 'transfer.created' | 'transfer.reversed' | 'transfer.updated' | 'reporting.report_run.succeeded' | 'reporting.report_type.updated' | 'reporting.report_type.failed';
2036
2052
  type SourceFlow = 'redirect' | 'receiver' | 'code_verification' | 'none';
2037
2053
  type SourceStatus = 'canceled' | 'chargeable' | 'consumed' | 'failed' | 'pending';
2038
2054
  type SourceType = 'ach_credit_transfer' | 'ach_debit' | 'alipay' | 'bancontact' | 'bitcoin' | 'card' | 'eps' | 'giropay' | 'ideal' | 'klarna' | 'multibanco' | 'p24' | 'sepa_debit' | 'sofort' | 'three_d_secure';
@@ -2095,6 +2111,16 @@ declare namespace io.flow.stripe.v0.models {
2095
2111
  interface ApplePayInformation {
2096
2112
  readonly type: io.flow.stripe.v0.enums.ApplePayType;
2097
2113
  }
2114
+ interface Capability {
2115
+ readonly id: string;
2116
+ readonly account: string;
2117
+ readonly requested: boolean;
2118
+ readonly requirements: any;
2119
+ readonly status: io.flow.stripe.v0.enums.CapabilityStatus;
2120
+ readonly object: string;
2121
+ readonly future_requirements: any;
2122
+ readonly requested_at?: number;
2123
+ }
2098
2124
  interface Card {
2099
2125
  readonly id: string;
2100
2126
  readonly object: string;
@@ -2829,11 +2855,68 @@ declare namespace io.flow.stripe.v0.models {
2829
2855
  readonly total_count: number;
2830
2856
  readonly url: string;
2831
2857
  }
2858
+ interface ReportRunParameters {
2859
+ readonly interval_start: number;
2860
+ readonly interval_end: number;
2861
+ readonly columns?: string[];
2862
+ readonly payout?: string;
2863
+ readonly connected_account?: string;
2864
+ readonly reporting_category?: string;
2865
+ }
2866
+ interface ReportingReportRun {
2867
+ readonly id: string;
2868
+ readonly object: string;
2869
+ readonly created: number;
2870
+ readonly error?: string;
2871
+ readonly livemode: boolean;
2872
+ readonly status: io.flow.stripe.v0.enums.ReportingReportRunStatus;
2873
+ readonly result?: io.flow.stripe.v0.models.ReportingReportRunResult;
2874
+ readonly succeeded_at?: number;
2875
+ }
2876
+ interface ReportingReportRunForm {
2877
+ readonly report_type: io.flow.stripe.v0.enums.ReportingReportType;
2878
+ readonly parameters: io.flow.stripe.v0.models.ReportRunParameters;
2879
+ }
2880
+ interface ReportingReportRunResult {
2881
+ readonly id: string;
2882
+ readonly object: string;
2883
+ readonly created: number;
2884
+ readonly expires_at: number;
2885
+ readonly filename: string;
2886
+ readonly links: any;
2887
+ readonly purpose: string;
2888
+ readonly size: number;
2889
+ readonly title: string;
2890
+ readonly type: string;
2891
+ readonly url: string;
2892
+ }
2893
+ interface ReportingReportRuns {
2894
+ readonly object: string;
2895
+ readonly data: io.flow.stripe.v0.models.ReportingReportRun[];
2896
+ readonly has_more: boolean;
2897
+ readonly url?: string;
2898
+ }
2832
2899
  interface Shipping {
2833
2900
  readonly address: io.flow.stripe.v0.models.Address;
2834
2901
  readonly name?: string;
2835
2902
  readonly phone?: string;
2836
2903
  }
2904
+ interface ShopifyPaymentStripeEvent {
2905
+ readonly id: string;
2906
+ readonly api_version?: string;
2907
+ readonly data: io.flow.stripe.v0.models.ShopifyPaymentStripeEventData;
2908
+ readonly request?: any;
2909
+ readonly type: io.flow.stripe.v0.enums.ShopifyPaymentStripeEventType;
2910
+ readonly object: string;
2911
+ readonly account?: string;
2912
+ readonly created: number;
2913
+ readonly livemode: boolean;
2914
+ readonly pending_webhooks: number;
2915
+ }
2916
+ interface ShopifyPaymentStripeEventData {
2917
+ readonly object?: any;
2918
+ readonly previous_attributes?: any;
2919
+ }
2837
2920
  interface Source {
2838
2921
  readonly id: string;
2839
2922
  readonly object: string;
@@ -3144,6 +3227,8 @@ declare namespace io.flow.customer.v0.models {
3144
3227
  declare namespace io.flow.label.v0.enums {
3145
3228
  type CostEstimateSource = 'flow' | 'channel';
3146
3229
  type Direction = 'outbound' | 'return';
3230
+ type EstimateOrigin = 'Shopify' | 'GlobalE' | 'Aftership' | 'Carrier';
3231
+ type EstimateType = 'Estimated' | 'Final';
3147
3232
  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';
3148
3233
  type LabelTriggerMethod = 'autogenerated' | 'on_demand';
3149
3234
  type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
@@ -3211,6 +3296,14 @@ declare namespace io.flow.label.v0.models {
3211
3296
  readonly origin?: io.flow.fulfillment.v0.models.ShippingAddress;
3212
3297
  readonly shipment_recipient?: io.flow.label.v0.enums.ShipmentRecipient;
3213
3298
  }
3299
+ interface Estimate {
3300
+ readonly id: string;
3301
+ readonly organization_id: string;
3302
+ readonly label_id: string;
3303
+ readonly estimate: io.flow.label.v0.models.ShippingLabelHopSummary;
3304
+ readonly type: io.flow.label.v0.enums.EstimateType;
3305
+ readonly origin?: io.flow.label.v0.enums.EstimateOrigin;
3306
+ }
3214
3307
  interface LabelOrderSummary {
3215
3308
  readonly id: string;
3216
3309
  readonly number: string;
@@ -3770,7 +3863,7 @@ declare namespace io.flow.external.paypal.v1.models {
3770
3863
  readonly transaction_updated_date: string;
3771
3864
  readonly transaction_status: io.flow.external.paypal.v1.enums.ReportingTransactionStatus;
3772
3865
  readonly transaction_subject?: string;
3773
- readonly invoice_id: string;
3866
+ readonly invoice_id?: string;
3774
3867
  readonly custom_field?: string;
3775
3868
  readonly protection_eligibility?: string;
3776
3869
  readonly instrument_type?: string;
@@ -4841,8 +4934,19 @@ declare namespace io.flow.shopify.external.v0.models {
4841
4934
  readonly weight?: io.flow.shopify.external.v0.models.GraphqlWeight;
4842
4935
  }
4843
4936
  interface GraphqlMetafield {
4937
+ readonly id: string;
4844
4938
  readonly key: string;
4845
4939
  readonly value: string;
4940
+ readonly type?: string;
4941
+ }
4942
+ interface GraphqlMetaobject {
4943
+ readonly id: string;
4944
+ readonly displayName: string;
4945
+ readonly fields: io.flow.shopify.external.v0.models.GraphqlMetaobjectField[];
4946
+ }
4947
+ interface GraphqlMetaobjectField {
4948
+ readonly key: string;
4949
+ readonly value?: string;
4846
4950
  }
4847
4951
  interface GraphqlOption {
4848
4952
  readonly id: string;
@@ -5000,6 +5104,7 @@ declare namespace io.flow.shopify.external.v0.models {
5000
5104
  readonly updated_at: string;
5001
5105
  readonly has_variants_that_requires_components?: boolean;
5002
5106
  readonly category?: io.flow.product.v0.models.ProductTaxonomyCategory;
5107
+ readonly metafields?: io.flow.shopify.external.v0.models.ProductMetafield[];
5003
5108
  }
5004
5109
  interface ProductDelete {
5005
5110
  readonly id: number;
@@ -5014,6 +5119,16 @@ declare namespace io.flow.shopify.external.v0.models {
5014
5119
  readonly updated_at?: string;
5015
5120
  readonly alt?: string;
5016
5121
  }
5122
+ interface ProductMetafield {
5123
+ readonly id: number;
5124
+ readonly namespace: string;
5125
+ readonly key: string;
5126
+ readonly value: string;
5127
+ readonly created_at: string;
5128
+ readonly updated_at: string;
5129
+ readonly type: string;
5130
+ readonly admin_graphql_api_id: string;
5131
+ }
5017
5132
  interface ProductVariant {
5018
5133
  readonly id: number;
5019
5134
  readonly sku?: string;
@@ -7230,6 +7345,7 @@ declare namespace io.flow.experience.v0.enums {
7230
7345
  type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
7231
7346
  type IncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
7232
7347
  type OrderErrorCode = 'generic_error' | 'order_item_not_available' | 'order_identifier_error' | 'authorization_invalid' | 'domestic_shipping_unavailable' | 'shipping_unavailable' | 'value_threshold_exceeded' | 'invalid_currency' | 'invalid_country' | 'invalid_region' | 'invalid_language' | 'item_out_of_stock' | 'gift_card_not_accepted' | 'total_changed';
7348
+ type OrderPaymentSourceType = 'globale' | 'third_party';
7233
7349
  type OrderPaymentType = 'card' | 'online' | 'credit' | 'external' | 'subsidized' | 'installment_plan' | 'cash_on_delivery';
7234
7350
  type OrderRefundSummaryIncludes = 'duties' | 'vat' | 'shipping';
7235
7351
  type OrderRefundSummaryPartialCharged = 'per_item' | 'for_order' | 'by_value_percentage' | 'by_quantity_percentage';
@@ -7767,6 +7883,7 @@ declare namespace io.flow.experience.v0.models {
7767
7883
  readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
7768
7884
  readonly destination_contact_details?: io.flow.experience.v0.models.DestinationContactDetail[];
7769
7885
  readonly incoterm_summary?: io.flow.experience.v0.models.IncotermSummary;
7886
+ readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
7770
7887
  }
7771
7888
  interface OrderAddress {
7772
7889
  readonly text?: string;
@@ -7842,6 +7959,7 @@ declare namespace io.flow.experience.v0.models {
7842
7959
  readonly authorization_keys?: string[];
7843
7960
  readonly options?: io.flow.experience.v0.models.OrderOptions;
7844
7961
  readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
7962
+ readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
7845
7963
  }
7846
7964
  interface OrderGeo {
7847
7965
  readonly ip?: string;
@@ -7937,6 +8055,7 @@ declare namespace io.flow.experience.v0.models {
7937
8055
  readonly authorization_keys?: string[];
7938
8056
  readonly options?: io.flow.experience.v0.models.OrderOptions;
7939
8057
  readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
8058
+ readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
7940
8059
  }
7941
8060
  interface OrderReference {
7942
8061
  readonly discriminator: 'order_reference';
@@ -9169,7 +9288,7 @@ declare namespace io.flow.product.v0.models {
9169
9288
  }
9170
9289
  declare namespace io.flow.tracking.v0.enums {
9171
9290
  type SubstatusCode = 'Delivered_001' | 'Delivered_002' | 'Delivered_003' | 'Delivered_004' | 'AvailableForPickup_001' | 'Exception_001' | 'Exception_002' | 'Exception_003' | 'Exception_004' | 'Exception_005' | 'Exception_006' | 'Exception_007' | 'Exception_008' | 'Exception_009' | 'Exception_010' | 'Exception_011' | 'Exception_012' | 'Exception_013' | 'AttemptFail_001' | 'AttemptFail_002' | 'AttemptFail_003' | 'InTransit_001' | 'InTransit_002' | 'InTransit_003' | 'InTransit_004' | 'InTransit_005' | 'InTransit_006' | 'InTransit_007' | 'InTransit_008' | 'InTransit_009' | 'InfoReceived_001' | 'OutForDelivery_001' | 'OutForDelivery_003' | 'OutForDelivery_004' | 'Pending_001' | 'Pending_002' | 'Pending_003' | 'Pending_004' | 'Pending_005' | 'Pending_006' | 'Expired_001';
9172
- type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired';
9291
+ type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
9173
9292
  }
9174
9293
  declare namespace io.flow.tracking.v0.models {
9175
9294
  interface LabelTrackingCarrierService {
@@ -9980,7 +10099,7 @@ declare namespace io.flow.billing.v0.enums {
9980
10099
  type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
9981
10100
  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';
9982
10101
  type StatementAttachmentType = 'csv';
9983
- 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' | 'order_fx' | 'ge_revenue_share' | 'tax_duty_delta';
10102
+ 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' | 'non_l4l_tax_duty_fx' | 'ge_revenue_share' | 'tax_duty_delta';
9984
10103
  type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
9985
10104
  type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
9986
10105
  }
@@ -11380,47 +11499,6 @@ declare namespace io.flow.merchant.of.record.v0.enums {
11380
11499
  type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
11381
11500
  type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
11382
11501
  }
11383
- declare namespace io.flow.checkout.v0.models {
11384
- interface CheckoutToken {
11385
- readonly id: string;
11386
- readonly organization: io.flow.common.v0.models.OrganizationReference;
11387
- readonly checkout: io.flow.common.v0.models.CheckoutReference;
11388
- readonly order: io.flow.experience.v0.models.OrderNumberReference;
11389
- readonly urls: io.flow.checkout.v0.models.CheckoutUrls;
11390
- readonly expires_at: string;
11391
- readonly session: io.flow.common.v0.models.SessionReference;
11392
- readonly customer?: io.flow.common.v0.models.CustomerReference;
11393
- }
11394
- interface CheckoutTokenOrderForm {
11395
- readonly discriminator: 'checkout_token_order_form';
11396
- readonly order_form: io.flow.experience.v0.models.OrderForm;
11397
- readonly customer?: io.flow.customer.v0.models.CustomerForm;
11398
- readonly address_book?: io.flow.customer.v0.models.CustomerAddressBookForm;
11399
- readonly payment_sources?: io.flow.payment.v0.unions.PaymentSourceForm[];
11400
- readonly session_id: string;
11401
- readonly urls?: io.flow.checkout.v0.models.CheckoutUrlsForm;
11402
- readonly identifiers?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
11403
- }
11404
- interface CheckoutTokenReferenceForm {
11405
- readonly discriminator: 'checkout_token_reference_form';
11406
- readonly order_number: string;
11407
- readonly session_id: string;
11408
- readonly urls: io.flow.checkout.v0.models.CheckoutUrlsForm;
11409
- }
11410
- interface CheckoutUrls {
11411
- readonly continue_shopping?: string;
11412
- readonly confirmation?: string;
11413
- readonly invalid_checkout?: string;
11414
- }
11415
- interface CheckoutUrlsForm {
11416
- readonly continue_shopping?: string;
11417
- readonly confirmation?: string;
11418
- readonly invalid_checkout?: string;
11419
- }
11420
- }
11421
- declare namespace io.flow.checkout.v0.unions {
11422
- type CheckoutTokenForm = io.flow.checkout.v0.models.CheckoutTokenOrderForm | io.flow.checkout.v0.models.CheckoutTokenReferenceForm;
11423
- }
11424
11502
  declare namespace io.flow.organization.onboarding.state.v0.enums {
11425
11503
  type MerchantDisabledReason = 'merchant_deactivated' | 'merchant_rejected';
11426
11504
  type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
@@ -11526,19 +11604,20 @@ declare namespace io.flow.fraud.v0.unions {
11526
11604
  }
11527
11605
  declare namespace io.flow.sellability.v0.enums {
11528
11606
  type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
11607
+ type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category';
11529
11608
  }
11530
11609
  declare namespace io.flow.sellability.v0.models {
11531
11610
  interface ProductSellability {
11532
- readonly organization_id: string;
11611
+ readonly shop_id: string;
11533
11612
  readonly product_id?: string;
11534
- readonly product_correlation_id: string;
11613
+ readonly request_id: string;
11614
+ readonly hs6_code: string;
11535
11615
  readonly restricted_regions: io.flow.sellability.v0.models.SellablilityRegionResult[];
11536
- readonly in_review_regions: io.flow.sellability.v0.models.SellablilityRegionResult[];
11537
11616
  }
11538
11617
  interface ProductSellabilityForm {
11539
- readonly organization_id: string;
11618
+ readonly shop_id: string;
11540
11619
  readonly product_id?: string;
11541
- readonly product_correlation_id: string;
11620
+ readonly request_id: string;
11542
11621
  readonly name: string;
11543
11622
  readonly price: io.flow.sellability.v0.models.ProductSellabilityPrice;
11544
11623
  readonly description: string;
@@ -11548,6 +11627,10 @@ declare namespace io.flow.sellability.v0.models {
11548
11627
  readonly currency: string;
11549
11628
  readonly amount: number;
11550
11629
  }
11630
+ interface SellabilityError {
11631
+ readonly code: io.flow.sellability.v0.enums.SellabilityErrorCode;
11632
+ readonly messages: string[];
11633
+ }
11551
11634
  interface SellablilityRegionResult {
11552
11635
  readonly type: io.flow.sellability.v0.enums.RuleEffectType;
11553
11636
  readonly regions: string[];
@@ -11822,8 +11905,7 @@ declare namespace io.flow.internal.v0.enums {
11822
11905
  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';
11823
11906
  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';
11824
11907
  type BillingTransactionStatus = 'pending_proof' | 'posted';
11825
- 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' | 'order_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'tax_duty_delta';
11826
- type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
11908
+ 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' | 'tax_duty_delta';
11827
11909
  type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
11828
11910
  type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
11829
11911
  type CarrierChargeType = 'label' | 'tax' | 'other';
@@ -11874,7 +11956,7 @@ declare namespace io.flow.internal.v0.enums {
11874
11956
  type DisputeLiability = 'flow' | 'organization';
11875
11957
  type DisputeProcessor = 'adyen' | 'paypal' | 'stripe';
11876
11958
  type DisputeReportingCategory = 'charge_issues' | 'delivery' | 'fraud' | 'general' | 'product' | 'returns';
11877
- type DisputeStatus = 'pending' | 'won' | 'lost' | 'expired';
11959
+ type DisputeStatus = 'pending' | 'won' | 'lost' | 'refunded' | 'expired';
11878
11960
  type DisputeTransactionType = 'adjustment' | 'dispute';
11879
11961
  type DisputeType = 'chargeback';
11880
11962
  type DutyCompoundExpressionType = 'sum' | 'max' | 'min';
@@ -11886,7 +11968,7 @@ declare namespace io.flow.internal.v0.enums {
11886
11968
  type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
11887
11969
  type EmptyAttribute = 'irrelevant';
11888
11970
  type ErpFileType = 'vendor';
11889
- type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'final_estimate_upserted' | 'final_estimate_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' | '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' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | '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' | 'customer_purge_upserted' | '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' | 'organization_boolean_value_upserted' | 'organization_boolean_value_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' | 'pregenerated_request_event' | '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' | 'item_classification_created' | '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' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | '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_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | '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' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_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' | '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' | '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_lane_aggregate_upserted' | 'ratecard_lane_aggregate_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' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_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_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_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' | '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' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_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';
11971
+ type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'shipping_estimate_upserted' | 'shipping_estimate_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' | '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' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | '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' | 'customer_purge_upserted' | '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' | 'organization_boolean_value_upserted' | 'organization_boolean_value_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' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | '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_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' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | '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' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_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' | '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' | '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' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_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_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_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' | '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' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_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';
11890
11972
  type ExperienceImportType = 'experience_with_settings';
11891
11973
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
11892
11974
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -11916,8 +11998,9 @@ declare namespace io.flow.internal.v0.enums {
11916
11998
  type LabelBillingStrategy = 'quote' | 'carrier';
11917
11999
  type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
11918
12000
  type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
12001
+ type LabelEventMedium = 'webhook' | 'pull' | 'post';
11919
12002
  type LabelEventSource = 'aftership' | 'carrier' | 'flow';
11920
- type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system';
12003
+ type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system' | 'carrier';
11921
12004
  type LabelRequestResultOrganizationType = 'all' | 'legacy_production' | 'managed_markets_production' | 'sandbox';
11922
12005
  type LabelRequestResultState = 'success' | 'failure';
11923
12006
  type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
@@ -11926,16 +12009,6 @@ declare namespace io.flow.internal.v0.enums {
11926
12009
  type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
11927
12010
  type ManualReviewRuleStatus = 'active' | 'archived';
11928
12011
  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';
11929
- type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
11930
- type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
11931
- type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
11932
- type MarketingGatewayErrorCode = 'generic_error' | 'google_api_error' | 'facebook_api_error' | 'invalid_oauth_token_error';
11933
- type MarketingGatewayFacebookTokenStatus = 'unknown' | 'active' | 'expired';
11934
- type MarketingGatewayFeedDownloadFormat = 'tsv' | 'csv' | 'txt';
11935
- type MarketingGatewayFeedState = 'initialized' | 'generated' | 'in_review' | 'rejected' | 'active';
11936
- type MarketingGatewayPlatform = 'google' | 'facebook' | 'adroll' | 'aliexpress' | 'amazon' | 'bing' | 'criteo' | 'fruugo' | 'pinterest' | 'rakuten_japan' | 'wish' | 'snapchat' | 'stylight';
11937
- type MarketingGatewayProductStatus = 'approved' | 'not_approved' | 'pending' | 'not_found' | 'excluded';
11938
- type MarketingGatewaySchemaCompatibility = 'google' | 'facebook_primary' | 'facebook_country_override' | 'supplemental';
11939
12012
  type MixedBagWeight = '0' | '1' | '2';
11940
12013
  type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
11941
12014
  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';
@@ -11963,6 +12036,7 @@ declare namespace io.flow.internal.v0.enums {
11963
12036
  type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
11964
12037
  type OutputStyle = 'flow' | 'shopify_p1';
11965
12038
  type Owner = 'flow' | 'organization';
12039
+ type PaymentShortUrlDiscriminator = 'adyen_3ds2';
11966
12040
  type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
11967
12041
  type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
11968
12042
  type PaymentTerm = 'net7' | 'net15' | 'net30';
@@ -11976,7 +12050,6 @@ declare namespace io.flow.internal.v0.enums {
11976
12050
  type PromptCheckoutDisplayPosition = 'email' | 'submission';
11977
12051
  type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
11978
12052
  type PromptTarget = 'browse' | 'checkout';
11979
- type QuoteRequestType = 'generate' | 'delete' | 'update_currency_rate' | 'update_country';
11980
12053
  type RateLevelKey = 'shopify_small_usa' | 'shopify_medium_usa' | 'shopify_enterprise_usa' | 'shopify_small_sdc_usa';
11981
12054
  type RateSource = 'calculated' | 'market';
11982
12055
  type ReboundConfigurationStatus = 'active' | 'inactive';
@@ -12005,6 +12078,7 @@ declare namespace io.flow.internal.v0.enums {
12005
12078
  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';
12006
12079
  type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
12007
12080
  type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
12081
+ type ShopifyPlanType = 'standard' | 'shopify_plus';
12008
12082
  type ShopifyPromotionBehavior = 'disable_discount_codes';
12009
12083
  type ShopifyPromotionOfferAllocationMethod = 'each' | 'across';
12010
12084
  type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
@@ -13150,43 +13224,6 @@ declare namespace io.flow.internal.v0.models {
13150
13224
  interface BrickWebhookEventResponse {
13151
13225
  readonly status: string;
13152
13226
  }
13153
- interface BrowserBundle {
13154
- readonly country_picker: io.flow.internal.v0.models.CountryPickerData;
13155
- readonly optins: io.flow.internal.v0.models.OptinPrompt[];
13156
- readonly features: io.flow.internal.v0.models.FeatureValueResult;
13157
- readonly payment_methods?: io.flow.internal.v0.models.BrowserBundlePaymentMethods;
13158
- }
13159
- interface BrowserBundleCountryPickerForm {
13160
- readonly country?: string;
13161
- readonly ip?: string;
13162
- }
13163
- interface BrowserBundleError {
13164
- readonly code: io.flow.internal.v0.enums.BrowserBundleErrorCode;
13165
- readonly messages: string[];
13166
- }
13167
- interface BrowserBundleFeatureForm {
13168
- readonly keys: string[];
13169
- readonly context: io.flow.internal.v0.models.FeatureContextForm;
13170
- }
13171
- interface BrowserBundleForm {
13172
- readonly optin?: io.flow.internal.v0.models.BrowserBundleOptinForm;
13173
- readonly country_picker?: io.flow.internal.v0.models.BrowserBundleCountryPickerForm;
13174
- readonly feature?: io.flow.internal.v0.models.BrowserBundleFeatureForm;
13175
- readonly payment_method?: io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
13176
- }
13177
- interface BrowserBundleOptinForm {
13178
- readonly country: string;
13179
- }
13180
- interface BrowserBundlePaymentMethod {
13181
- readonly id: string;
13182
- }
13183
- interface BrowserBundlePaymentMethodForm {
13184
- readonly experience_key: string;
13185
- readonly country: string;
13186
- }
13187
- interface BrowserBundlePaymentMethods {
13188
- readonly displayed?: io.flow.internal.v0.models.BrowserBundlePaymentMethod[];
13189
- }
13190
13227
  interface BulkClassificationAction {
13191
13228
  readonly discriminator: 'bulk';
13192
13229
  readonly actions: io.flow.internal.v0.models.SingleClassificationAction[];
@@ -13939,27 +13976,6 @@ declare namespace io.flow.internal.v0.models {
13939
13976
  interface CheckoutBehaviorShippingMethod {
13940
13977
  readonly prompt: io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior;
13941
13978
  }
13942
- interface CheckoutBundle {
13943
- readonly cart?: io.flow.shopify.v0.models.ShopifyCart;
13944
- readonly order: io.flow.experience.v0.models.Order;
13945
- readonly order_errors?: io.flow.experience.v0.models.OrderError[];
13946
- readonly checkout?: io.flow.internal.v0.models.CheckoutContentSummary;
13947
- readonly optins: io.flow.internal.v0.models.OptinPrompt[];
13948
- readonly destinations: io.flow.reference.v0.models.Country[];
13949
- readonly features: io.flow.internal.v0.models.FeatureValueResult;
13950
- readonly provinces: io.flow.reference.v0.models.Province[];
13951
- readonly checkout_items: io.flow.experience.v0.models.CheckoutItemContent[];
13952
- readonly metadata?: io.flow.internal.v0.models.CheckoutBundleMetadata;
13953
- readonly configuration?: io.flow.internal.v0.models.CheckoutConfiguration;
13954
- readonly address_configurations?: io.flow.experience.v0.models.AddressConfiguration[];
13955
- readonly customer?: io.flow.customer.v0.models.Customer;
13956
- readonly address_book?: io.flow.customer.v0.models.CustomerAddressBook;
13957
- readonly payment_sources?: io.flow.payment.v0.unions.PaymentSource[];
13958
- readonly customer_bundle?: io.flow.customer.v0.models.CustomerBundle;
13959
- }
13960
- interface CheckoutBundleMetadata {
13961
- readonly organization: io.flow.common.v0.models.OrganizationSummary;
13962
- }
13963
13979
  interface CheckoutConfiguration {
13964
13980
  readonly id: string;
13965
13981
  readonly behavior: io.flow.internal.v0.models.CheckoutBehavior;
@@ -14014,37 +14030,9 @@ declare namespace io.flow.internal.v0.models {
14014
14030
  readonly organization?: io.flow.common.v0.models.OrganizationReference;
14015
14031
  readonly redirect?: io.flow.internal.v0.models.CheckoutRedirect;
14016
14032
  }
14017
- interface CheckoutFinalizeOrderForm {
14018
- readonly expected_order_summary: io.flow.internal.v0.models.ExpectedOrderSummary;
14019
- readonly order_put_form: io.flow.experience.v0.models.OrderPutForm;
14020
- }
14021
14033
  interface CheckoutMarketingContent {
14022
14034
  readonly optins: io.flow.internal.v0.models.Checkbox[];
14023
14035
  }
14024
- interface CheckoutOrderForm {
14025
- readonly discriminator: 'order';
14026
- readonly organization: string;
14027
- readonly order: io.flow.experience.v0.models.OrderForm;
14028
- readonly customer?: io.flow.customer.v0.models.CustomerForm;
14029
- readonly address_book?: io.flow.customer.v0.models.CustomerAddressBookForm;
14030
- readonly payment_sources?: io.flow.payment.v0.unions.PaymentSourceForm[];
14031
- readonly urls?: io.flow.checkout.v0.models.CheckoutUrlsForm;
14032
- readonly identifiers?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
14033
- readonly feature_keys?: string[];
14034
- readonly order_parameters?: io.flow.internal.v0.models.OrderParameters;
14035
- }
14036
- interface CheckoutOrderNumberForm {
14037
- readonly discriminator: 'order_number';
14038
- readonly organization: string;
14039
- readonly order_number: string;
14040
- readonly customer?: io.flow.customer.v0.models.CustomerForm;
14041
- readonly address_book?: io.flow.customer.v0.models.CustomerAddressBookForm;
14042
- readonly payment_sources?: io.flow.payment.v0.unions.PaymentSourceForm[];
14043
- readonly urls?: io.flow.checkout.v0.models.CheckoutUrlsForm;
14044
- readonly identifiers?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
14045
- readonly feature_keys?: string[];
14046
- readonly order_parameters?: io.flow.internal.v0.models.OrderParameters;
14047
- }
14048
14036
  interface CheckoutPayment {
14049
14037
  readonly authorizations: io.flow.payment.v0.unions.Authorization[];
14050
14038
  readonly sources: io.flow.payment.v0.unions.PaymentSource[];
@@ -14065,14 +14053,6 @@ declare namespace io.flow.internal.v0.models {
14065
14053
  readonly url: string;
14066
14054
  readonly body?: string;
14067
14055
  }
14068
- interface CheckoutReferenceForm {
14069
- readonly order_number: string;
14070
- readonly order_form: io.flow.experience.v0.models.OrderPutForm;
14071
- readonly order_geo: io.flow.experience.v0.models.OrderGeo;
14072
- readonly session_id: string;
14073
- readonly urls?: io.flow.checkout.v0.models.CheckoutUrlsForm;
14074
- readonly identifiers?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
14075
- }
14076
14056
  interface CheckoutSettings {
14077
14057
  readonly session_persistence_timeout?: io.flow.common.v0.models.Duration;
14078
14058
  readonly session_persistence_attribute_keys?: string[];
@@ -14080,30 +14060,6 @@ declare namespace io.flow.internal.v0.models {
14080
14060
  readonly urls?: io.flow.internal.v0.models.CheckoutUrl[];
14081
14061
  readonly assets?: io.flow.internal.v0.models.CheckoutAsset[];
14082
14062
  }
14083
- interface CheckoutSourceOrderForm {
14084
- readonly source_order_number: string;
14085
- readonly feature_q?: string;
14086
- }
14087
- interface CheckoutSubmission {
14088
- readonly builder: io.flow.experience.v0.models.OrderBuilder;
14089
- readonly action?: io.flow.payment.v0.unions.AuthorizationResultAction;
14090
- }
14091
- interface CheckoutSubmissionForm {
14092
- readonly authorization_form?: io.flow.payment.v0.unions.AuthorizationForm;
14093
- readonly expected_order_summary?: io.flow.internal.v0.models.ExpectedOrderSummary;
14094
- readonly feature_keys?: string[];
14095
- }
14096
- interface CheckoutSubmitOrderBundle {
14097
- readonly discriminator: 'checkout_submit_order_bundle';
14098
- readonly order?: io.flow.experience.v0.models.Order;
14099
- readonly redirect?: io.flow.payment.v0.unions.AuthorizationResultAction;
14100
- readonly errors?: io.flow.experience.v0.models.OrderError[];
14101
- }
14102
- interface CheckoutSubmitOrderForm {
14103
- readonly discriminator: 'checkout_submit_order_form';
14104
- readonly authorization_form?: io.flow.payment.v0.unions.AuthorizationForm;
14105
- readonly expected_order_summary?: io.flow.internal.v0.models.ExpectedOrderSummary;
14106
- }
14107
14063
  interface CheckoutUrl {
14108
14064
  readonly url: string;
14109
14065
  readonly type: io.flow.internal.v0.enums.CheckoutUrlType;
@@ -15310,9 +15266,6 @@ declare namespace io.flow.internal.v0.models {
15310
15266
  readonly organization: string;
15311
15267
  readonly exclusion_rule: io.flow.catalog.exclusion.v0.models.ExclusionRule;
15312
15268
  }
15313
- interface ExpectedOrderSummary {
15314
- readonly total?: io.flow.common.v0.models.Money;
15315
- }
15316
15269
  interface ExperienceExportRequest {
15317
15270
  readonly discriminator: 'experience_export_request';
15318
15271
  readonly event_id: string;
@@ -15402,6 +15355,8 @@ declare namespace io.flow.internal.v0.models {
15402
15355
  readonly raw_carrier_event_code?: string;
15403
15356
  readonly aggregator_status_code?: string;
15404
15357
  readonly created_at?: string;
15358
+ readonly source?: io.flow.internal.v0.enums.LabelEventSource;
15359
+ readonly medium?: io.flow.internal.v0.enums.LabelEventMedium;
15405
15360
  }
15406
15361
  interface ExternalFulfillmentProof {
15407
15362
  readonly id: string;
@@ -15531,28 +15486,6 @@ declare namespace io.flow.internal.v0.models {
15531
15486
  readonly value: io.flow.common.v0.models.Price;
15532
15487
  readonly description?: string;
15533
15488
  }
15534
- interface FeedDeleted {
15535
- readonly discriminator: 'feed_deleted';
15536
- readonly event_id: string;
15537
- readonly timestamp: string;
15538
- readonly organization_id: string;
15539
- readonly feed: io.flow.internal.v0.models.MarketingGatewayFeed;
15540
- }
15541
- interface FeedUpserted {
15542
- readonly discriminator: 'feed_upserted';
15543
- readonly event_id: string;
15544
- readonly timestamp: string;
15545
- readonly organization_id: string;
15546
- readonly feed: io.flow.internal.v0.models.MarketingGatewayFeed;
15547
- }
15548
- interface FeedsExport {
15549
- readonly discriminator: 'feeds_export';
15550
- readonly event_id: string;
15551
- readonly timestamp: string;
15552
- readonly organization: string;
15553
- readonly export_id: string;
15554
- readonly feed_ids: string[];
15555
- }
15556
15489
  interface Fees {
15557
15490
  readonly processing?: io.flow.internal.v0.models.Fee;
15558
15491
  readonly rate_lock: io.flow.internal.v0.models.Fee;
@@ -15562,26 +15495,6 @@ declare namespace io.flow.internal.v0.models {
15562
15495
  readonly transfer?: io.flow.internal.v0.models.Fee;
15563
15496
  readonly negative_balance?: io.flow.internal.v0.models.Fee;
15564
15497
  }
15565
- interface FinalEstimate {
15566
- readonly id: string;
15567
- readonly organization_id: string;
15568
- readonly label_id: string;
15569
- readonly estimate: io.flow.label.v0.models.ShippingLabelHopSummary;
15570
- }
15571
- interface FinalEstimateDeleted {
15572
- readonly discriminator: 'final_estimate_deleted';
15573
- readonly event_id: string;
15574
- readonly timestamp: string;
15575
- readonly organization: string;
15576
- readonly id: string;
15577
- }
15578
- interface FinalEstimateUpserted {
15579
- readonly discriminator: 'final_estimate_upserted';
15580
- readonly event_id: string;
15581
- readonly timestamp: string;
15582
- readonly organization: string;
15583
- readonly final_estimate: io.flow.internal.v0.models.FinalEstimate;
15584
- }
15585
15498
  interface FinanceBankAccount {
15586
15499
  readonly id: string;
15587
15500
  readonly accounts: io.flow.internal.v0.models.AccountSummary[];
@@ -16104,10 +16017,6 @@ declare namespace io.flow.internal.v0.models {
16104
16017
  readonly organization: string;
16105
16018
  readonly fulfillment_fallbacks: io.flow.internal.v0.models.FulfillmentFallbacks;
16106
16019
  }
16107
- interface FulfillmentInternalExperienceReference {
16108
- readonly id: string;
16109
- readonly key: string;
16110
- }
16111
16020
  interface FulfillmentOrigin {
16112
16021
  readonly country: string;
16113
16022
  readonly province_code?: string;
@@ -16354,18 +16263,6 @@ declare namespace io.flow.internal.v0.models {
16354
16263
  readonly hs6_code?: string;
16355
16264
  readonly hs6_description?: string;
16356
16265
  }
16357
- interface HarmonizationItemClassificationDeleted {
16358
- readonly discriminator: 'harmonization_item_classification_deleted';
16359
- readonly event_id: string;
16360
- readonly timestamp: string;
16361
- readonly harmonization_item_classification: io.flow.internal.v0.models.HarmonizationItemClassification;
16362
- }
16363
- interface HarmonizationItemClassificationUpserted {
16364
- readonly discriminator: 'harmonization_item_classification_upserted';
16365
- readonly event_id: string;
16366
- readonly timestamp: string;
16367
- readonly harmonization_item_classification: io.flow.internal.v0.models.HarmonizationItemClassification;
16368
- }
16369
16266
  interface HarmonizationItemSummary {
16370
16267
  readonly number: string;
16371
16268
  readonly product_id?: string;
@@ -16541,9 +16438,6 @@ declare namespace io.flow.internal.v0.models {
16541
16438
  readonly cvv_result?: io.flow.payment.v0.models.CvvResult;
16542
16439
  readonly network_details?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
16543
16440
  }
16544
- interface InvalidCheckoutData {
16545
- readonly order: io.flow.experience.v0.models.OrderPutForm;
16546
- }
16547
16441
  interface Invariant {
16548
16442
  readonly name: string;
16549
16443
  readonly count: number;
@@ -16635,17 +16529,6 @@ declare namespace io.flow.internal.v0.models {
16635
16529
  readonly item: Record<string, number>;
16636
16530
  readonly model_id: string;
16637
16531
  }
16638
- interface ItemClassificationCreated {
16639
- readonly discriminator: 'item_classification_created';
16640
- readonly event_id: string;
16641
- readonly timestamp: string;
16642
- readonly organization: string;
16643
- readonly item_number: string;
16644
- readonly model_id: string;
16645
- readonly labels_prediction: io.flow.internal.v0.models.LabelsPrediction;
16646
- readonly action: io.flow.internal.v0.enums.SuggestionAction;
16647
- readonly prediction_score?: number;
16648
- }
16649
16532
  interface ItemClassificationForm {
16650
16533
  readonly organization: string;
16651
16534
  readonly uid: string;
@@ -17275,20 +17158,6 @@ declare namespace io.flow.internal.v0.models {
17275
17158
  readonly schema_key: string;
17276
17159
  readonly source_localization_id: string;
17277
17160
  }
17278
- interface LocalizedItemDeleted {
17279
- readonly discriminator: 'localized_item_deleted';
17280
- readonly event_id: string;
17281
- readonly timestamp: string;
17282
- readonly organization: string;
17283
- readonly number: string;
17284
- }
17285
- interface LocalizedItemDeletedV2 {
17286
- readonly discriminator: 'localized_item_deleted_v2';
17287
- readonly event_id: string;
17288
- readonly timestamp: string;
17289
- readonly organization: string;
17290
- readonly id: string;
17291
- }
17292
17161
  interface LocalizedItemPricesExportRequest {
17293
17162
  readonly discriminator: 'localized_item_prices_export_request';
17294
17163
  readonly event_id: string;
@@ -17297,39 +17166,11 @@ declare namespace io.flow.internal.v0.models {
17297
17166
  readonly export_id: string;
17298
17167
  readonly since?: string;
17299
17168
  }
17300
- interface LocalizedItemSnapshot {
17301
- readonly discriminator: 'localized_item_snapshot';
17302
- readonly event_id: string;
17303
- readonly timestamp: string;
17304
- readonly organization: string;
17305
- readonly subcatalog_id: string;
17306
- readonly url: string;
17307
- }
17308
- interface LocalizedItemUpsertedV2 {
17309
- readonly discriminator: 'localized_item_upserted_v2';
17310
- readonly event_id: string;
17311
- readonly timestamp: string;
17312
- readonly organization: string;
17313
- readonly id: string;
17314
- readonly item: io.flow.catalog.v0.models.Item;
17315
- readonly item_schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
17316
- }
17317
17169
  interface LocalizedItemsExportSettings {
17318
17170
  readonly content_type: io.flow.internal.v0.enums.ExportContentType;
17319
17171
  readonly full_export_schedule?: io.flow.internal.v0.unions.ExportSchedule;
17320
17172
  readonly delta_export_schedule?: io.flow.internal.v0.unions.ExportSchedule;
17321
17173
  }
17322
- interface LocalizedPriceBookItem {
17323
- readonly id: string;
17324
- readonly item_id: string;
17325
- readonly item_number: string;
17326
- readonly attributes: Record<string, string>;
17327
- readonly local?: io.flow.catalog.v0.models.Local;
17328
- readonly price_book_item_id: string;
17329
- readonly price_book_key: string;
17330
- readonly price_book_item_price: io.flow.common.v0.models.Price;
17331
- readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
17332
- }
17333
17174
  interface LocalizedPriceBookItemData {
17334
17175
  readonly organization: io.flow.common.v0.models.OrganizationReference;
17335
17176
  readonly experience: io.flow.common.v0.models.ExperienceSummary;
@@ -17341,20 +17182,6 @@ declare namespace io.flow.internal.v0.models {
17341
17182
  readonly price_start_date: string;
17342
17183
  readonly price_end_date?: string;
17343
17184
  }
17344
- interface LocalizedPriceBookItemDeleted {
17345
- readonly discriminator: 'localized_price_book_item_deleted';
17346
- readonly event_id: string;
17347
- readonly timestamp: string;
17348
- readonly organization: string;
17349
- readonly id: string;
17350
- }
17351
- interface LocalizedPriceBookItemUpserted {
17352
- readonly discriminator: 'localized_price_book_item_upserted';
17353
- readonly event_id: string;
17354
- readonly timestamp: string;
17355
- readonly organization: string;
17356
- readonly item: io.flow.internal.v0.models.LocalizedPriceBookItem;
17357
- }
17358
17185
  interface Location {
17359
17186
  readonly type: io.flow.internal.v0.enums.ContentType;
17360
17187
  readonly url: string;
@@ -17520,224 +17347,6 @@ declare namespace io.flow.internal.v0.models {
17520
17347
  readonly products: boolean;
17521
17348
  readonly shipping: boolean;
17522
17349
  }
17523
- interface MarketingGatewayChannel {
17524
- readonly id: string;
17525
- readonly platform: io.flow.internal.v0.enums.MarketingGatewayPlatform;
17526
- readonly integration_type: io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType;
17527
- readonly status: io.flow.internal.v0.enums.MarketingGatewayChannelStatus;
17528
- readonly details?: io.flow.internal.v0.unions.MarketingGatewayChannelDetails;
17529
- readonly error?: io.flow.internal.v0.models.MarketingGatewayError;
17530
- }
17531
- interface MarketingGatewayChannelConnectionForm {
17532
- readonly default_feed_source?: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
17533
- }
17534
- interface MarketingGatewayChannelForm {
17535
- readonly platform: io.flow.internal.v0.enums.MarketingGatewayPlatform;
17536
- readonly account_id: number;
17537
- }
17538
- interface MarketingGatewayChannelSourceSummary {
17539
- readonly channel: io.flow.internal.v0.enums.MarketingGatewayPlatform;
17540
- readonly platform: io.flow.internal.v0.enums.MarketingGatewayPlatform;
17541
- readonly source: io.flow.internal.v0.unions.MarketingGatewaySourceSummary;
17542
- }
17543
- interface MarketingGatewayDistributionChannelFacebook {
17544
- readonly discriminator: 'marketing_gateway_distribution_channel_facebook';
17545
- readonly catalog_id: number;
17546
- }
17547
- interface MarketingGatewayDistributionChannelGoogle {
17548
- readonly discriminator: 'marketing_gateway_distribution_channel_google';
17549
- readonly account_id: number;
17550
- }
17551
- interface MarketingGatewayError {
17552
- readonly code: io.flow.internal.v0.enums.MarketingGatewayErrorCode;
17553
- readonly messages: string[];
17554
- }
17555
- interface MarketingGatewayFacebookBusiness {
17556
- readonly business_id: number;
17557
- readonly name: string;
17558
- }
17559
- interface MarketingGatewayFacebookBusinessSummary {
17560
- readonly business_id: number;
17561
- readonly name: string;
17562
- }
17563
- interface MarketingGatewayFacebookCatalogForm {
17564
- readonly catalog_id: number;
17565
- }
17566
- interface MarketingGatewayFacebookCatalogSummary {
17567
- readonly catalog_id: number;
17568
- readonly name: string;
17569
- readonly item_count: number;
17570
- }
17571
- interface MarketingGatewayFacebookChannelDetails {
17572
- readonly discriminator: 'marketing_gateway_facebook_channel_details';
17573
- readonly catalog_id: number;
17574
- readonly catalog_name?: string;
17575
- readonly business_name?: string;
17576
- readonly datasources?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
17577
- readonly localized_feed_count?: number;
17578
- readonly connected_at?: string;
17579
- readonly token_summary?: io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary;
17580
- }
17581
- interface MarketingGatewayFacebookConnection {
17582
- readonly organization_id: string;
17583
- readonly businesses: io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary[];
17584
- }
17585
- interface MarketingGatewayFacebookConnectionAccessTokenSummary {
17586
- readonly catalog_id?: number;
17587
- readonly created_at?: number;
17588
- readonly expires_at?: number;
17589
- readonly user_id: string;
17590
- readonly user_email?: string;
17591
- readonly token_status: io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus;
17592
- }
17593
- interface MarketingGatewayFacebookConnectionDeauth {
17594
- readonly user_id: number;
17595
- }
17596
- interface MarketingGatewayFacebookConnectionForm {
17597
- readonly access_token: string;
17598
- }
17599
- interface MarketingGatewayFacebookSourceSummary {
17600
- readonly discriminator: 'marketing_gateway_facebook_source_summary';
17601
- readonly catalog_id: number;
17602
- readonly catalog_name: string;
17603
- readonly business_name: string;
17604
- readonly country: string;
17605
- readonly product_count: number;
17606
- }
17607
- interface MarketingGatewayFeed {
17608
- readonly id: string;
17609
- readonly organization: io.flow.common.v0.models.OrganizationSummary;
17610
- readonly experience?: io.flow.common.v0.models.ExperienceSummary;
17611
- readonly schema: io.flow.internal.v0.models.MarketingGatewaySchemaSummary;
17612
- readonly filter: io.flow.internal.v0.models.MarketingGatewayFilterSummary;
17613
- readonly country: string;
17614
- readonly currency: string;
17615
- readonly language: string;
17616
- readonly feed_source: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
17617
- readonly feed_state: io.flow.internal.v0.enums.MarketingGatewayFeedState;
17618
- readonly tsv_download_url: string;
17619
- readonly tsv_channel_download_url?: string;
17620
- readonly created_at: string;
17621
- readonly updated_at?: string;
17622
- readonly item_count?: number;
17623
- readonly platform_feed_id?: string;
17624
- }
17625
- interface MarketingGatewayFeedExportForm {
17626
- readonly feed_ids: string[];
17627
- readonly emails: string[];
17628
- }
17629
- interface MarketingGatewayFeedForm {
17630
- readonly schema_id: string;
17631
- readonly filter_id: string;
17632
- readonly country: string;
17633
- readonly currency: string;
17634
- readonly language: string;
17635
- readonly feed_source: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
17636
- readonly distribution_channel?: io.flow.internal.v0.unions.MarketingGatewayDistributionChannel;
17637
- }
17638
- interface MarketingGatewayFeedFormRequest {
17639
- readonly feed_source: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
17640
- readonly channel_id?: string;
17641
- readonly schema_compatibility?: io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
17642
- }
17643
- interface MarketingGatewayFeedSourceFacebook {
17644
- readonly discriminator: 'marketing_gateway_feed_source_facebook';
17645
- readonly catalog_id: number;
17646
- readonly feed_id: number;
17647
- readonly name: string;
17648
- readonly country: string;
17649
- readonly currency: string;
17650
- readonly language: string;
17651
- readonly item_count?: number;
17652
- readonly last_uploaded_at?: string;
17653
- readonly feed_status?: io.flow.internal.v0.enums.MarketingGatewayFeedState;
17654
- }
17655
- interface MarketingGatewayFeedSourceGoogle {
17656
- readonly discriminator: 'marketing_gateway_feed_source_google';
17657
- readonly account_id: number;
17658
- readonly name: string;
17659
- readonly country: string;
17660
- readonly currency: string;
17661
- readonly language: string;
17662
- readonly item_count?: number;
17663
- readonly last_uploaded_at?: string;
17664
- }
17665
- interface MarketingGatewayFilterSummary {
17666
- readonly id: string;
17667
- readonly name: string;
17668
- }
17669
- interface MarketingGatewayFlowSourceSummary {
17670
- readonly discriminator: 'marketing_gateway_flow_source_summary';
17671
- readonly item_count: number;
17672
- }
17673
- interface MarketingGatewayGoogleAccountForm {
17674
- readonly account_id: number;
17675
- }
17676
- interface MarketingGatewayGoogleAccountSummary {
17677
- readonly account_id: number;
17678
- readonly id?: string;
17679
- readonly name: string;
17680
- readonly website_url: string;
17681
- readonly domestic_feeds_count: number;
17682
- }
17683
- interface MarketingGatewayGoogleChannelDetails {
17684
- readonly discriminator: 'marketing_gateway_google_channel_details';
17685
- readonly account_id: number;
17686
- readonly account_name?: string;
17687
- readonly datasources?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
17688
- readonly localized_feed_count?: number;
17689
- readonly connected_at?: string;
17690
- }
17691
- interface MarketingGatewayGoogleConnection {
17692
- readonly status: io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
17693
- readonly accounts?: io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary[];
17694
- }
17695
- interface MarketingGatewayGoogleConnectionForm {
17696
- readonly access_token: string;
17697
- readonly refresh_token: string;
17698
- }
17699
- interface MarketingGatewayGoogleItem {
17700
- readonly discriminator: 'marketing_gateway_google_item';
17701
- readonly id: string;
17702
- readonly title?: string;
17703
- readonly image_link?: string;
17704
- readonly brand?: string;
17705
- readonly google_product_category?: string;
17706
- readonly link?: string;
17707
- readonly price?: string;
17708
- readonly sale_price?: string;
17709
- readonly shipping_price?: string;
17710
- }
17711
- interface MarketingGatewayGoogleSourceSummary {
17712
- readonly discriminator: 'marketing_gateway_google_source_summary';
17713
- readonly account_id: number;
17714
- readonly countries: string[];
17715
- readonly product_count: number;
17716
- }
17717
- interface MarketingGatewayLocalizedItem {
17718
- readonly source: io.flow.internal.v0.unions.MarketingGatewayItem;
17719
- readonly localized: io.flow.internal.v0.unions.MarketingGatewayItem;
17720
- }
17721
- interface MarketingGatewayNewChannelRequestForm {
17722
- readonly requested_by_user_id: string;
17723
- readonly channel_name: string;
17724
- }
17725
- interface MarketingGatewayProductDatasourceSummary {
17726
- readonly name: string;
17727
- readonly country?: string;
17728
- readonly product_count?: number;
17729
- }
17730
- interface MarketingGatewaySchemaSummary {
17731
- readonly id: string;
17732
- readonly name: string;
17733
- readonly schema_compatibility: io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
17734
- }
17735
- interface MarketingGatewaySupportedChannelDetails {
17736
- readonly discriminator: 'marketing_gateway_supported_channel_details';
17737
- readonly datasources?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
17738
- readonly localized_feed_count?: number;
17739
- readonly connected_at?: string;
17740
- }
17741
17350
  interface MarketsOrder {
17742
17351
  readonly shopify_order: io.flow.shopify.markets.v0.models.ShopifyOrder;
17743
17352
  readonly flow_authorization?: io.flow.payment.v0.unions.Authorization;
@@ -17902,6 +17511,19 @@ declare namespace io.flow.internal.v0.models {
17902
17511
  readonly bank_account: io.flow.internal.v0.models.ReportBankAccount;
17903
17512
  readonly account: io.flow.internal.v0.models.ReportAccount;
17904
17513
  }
17514
+ interface NonL4LTaxDutyFxTransaction {
17515
+ readonly discriminator: 'non_l4l_tax_duty_fx_transaction';
17516
+ readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
17517
+ readonly fx: io.flow.internal.v0.models.Fee;
17518
+ readonly id: string;
17519
+ readonly type: io.flow.internal.v0.enums.BillingTransactionType;
17520
+ readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
17521
+ readonly posted_at?: string;
17522
+ readonly value: io.flow.common.v0.models.Price;
17523
+ readonly description: string;
17524
+ readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
17525
+ readonly created_at: string;
17526
+ }
17905
17527
  interface Notification {
17906
17528
  readonly order: io.flow.internal.v0.models.Decision;
17907
17529
  }
@@ -18002,13 +17624,6 @@ declare namespace io.flow.internal.v0.models {
18002
17624
  readonly from: string;
18003
17625
  readonly to: string;
18004
17626
  }
18005
- interface OptinPromptDeleted {
18006
- readonly discriminator: 'optin_prompt_deleted';
18007
- readonly event_id: string;
18008
- readonly timestamp: string;
18009
- readonly id: string;
18010
- readonly organization: string;
18011
- }
18012
17627
  interface OptinPromptForm {
18013
17628
  readonly optin_attribute_key: string;
18014
17629
  readonly region: string;
@@ -18018,14 +17633,6 @@ declare namespace io.flow.internal.v0.models {
18018
17633
  readonly enforce_on?: string;
18019
17634
  readonly display?: io.flow.internal.v0.unions.OptinPromptDisplay;
18020
17635
  }
18021
- interface OptinPromptUpserted {
18022
- readonly discriminator: 'optin_prompt_upserted';
18023
- readonly event_id: string;
18024
- readonly timestamp: string;
18025
- readonly id: string;
18026
- readonly organization: string;
18027
- readonly optin_prompt: io.flow.internal.v0.models.OptinPrompt;
18028
- }
18029
17636
  interface OrderActionability {
18030
17637
  readonly action: io.flow.internal.v0.enums.OrderAction[];
18031
17638
  readonly lines: io.flow.internal.v0.models.LineActionQuantities[];
@@ -18145,19 +17752,6 @@ declare namespace io.flow.internal.v0.models {
18145
17752
  readonly items: io.flow.order.management.v0.models.FulfillmentItem[];
18146
17753
  readonly center?: io.flow.fulfillment.v0.models.CenterSummary;
18147
17754
  }
18148
- interface OrderFxTransaction {
18149
- readonly discriminator: 'order_fx_transaction';
18150
- readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
18151
- readonly fx: io.flow.internal.v0.models.Fee;
18152
- readonly id: string;
18153
- readonly type: io.flow.internal.v0.enums.BillingTransactionType;
18154
- readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
18155
- readonly posted_at?: string;
18156
- readonly value: io.flow.common.v0.models.Price;
18157
- readonly description: string;
18158
- readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
18159
- readonly created_at: string;
18160
- }
18161
17755
  interface OrderNote {
18162
17756
  readonly id: string;
18163
17757
  readonly note: string;
@@ -18168,13 +17762,6 @@ declare namespace io.flow.internal.v0.models {
18168
17762
  interface OrderNoteForm {
18169
17763
  readonly note: string;
18170
17764
  }
18171
- interface OrderParameters {
18172
- readonly experience?: string;
18173
- readonly country?: string;
18174
- readonly ip?: string;
18175
- readonly currency?: string;
18176
- readonly language?: string;
18177
- }
18178
17765
  interface OrderPaymentAuthorization {
18179
17766
  readonly placeholder: string;
18180
17767
  }
@@ -18982,6 +18569,16 @@ declare namespace io.flow.internal.v0.models {
18982
18569
  readonly id: string;
18983
18570
  readonly merchant: io.flow.internal.v0.unions.ProcessorMerchant;
18984
18571
  }
18572
+ interface PaymentShortUrl {
18573
+ readonly id: string;
18574
+ readonly key: string;
18575
+ readonly original_url: string;
18576
+ readonly organization_id: string;
18577
+ readonly discriminator: io.flow.internal.v0.enums.PaymentShortUrlDiscriminator;
18578
+ readonly created_at: string;
18579
+ readonly updated_at: string;
18580
+ readonly expires_at: string;
18581
+ }
18985
18582
  interface PaymentSummary {
18986
18583
  readonly psp: number;
18987
18584
  readonly credit: number;
@@ -19303,21 +18900,6 @@ declare namespace io.flow.internal.v0.models {
19303
18900
  readonly construction?: string;
19304
18901
  readonly item: string;
19305
18902
  }
19306
- interface PregeneratedQuote {
19307
- readonly id: string;
19308
- readonly experience: io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
19309
- readonly destination_country: string;
19310
- readonly item: io.flow.common.v0.models.ItemReference;
19311
- readonly quote?: io.flow.fulfillment.v0.models.Quote;
19312
- readonly errors?: string[];
19313
- }
19314
- interface PregeneratedRequestEvent {
19315
- readonly discriminator: 'pregenerated_request_event';
19316
- readonly event_id: string;
19317
- readonly timestamp: string;
19318
- readonly organization: string;
19319
- readonly quote_request: io.flow.internal.v0.models.QuoteRequest;
19320
- }
19321
18903
  interface PrioritizedCenterReference {
19322
18904
  readonly center_key: string;
19323
18905
  readonly position: number;
@@ -19583,15 +19165,6 @@ declare namespace io.flow.internal.v0.models {
19583
19165
  readonly timestamp: string;
19584
19166
  readonly id: string;
19585
19167
  }
19586
- interface QuoteRequest {
19587
- readonly id: string;
19588
- readonly request_type: io.flow.internal.v0.enums.QuoteRequestType;
19589
- readonly experience_keys?: string[];
19590
- readonly item_numbers?: string[];
19591
- readonly rates?: io.flow.internal.v0.models.CurrencyInternalRate[];
19592
- readonly countries?: io.flow.reference.v0.models.Country[];
19593
- readonly reason?: string;
19594
- }
19595
19168
  interface QuoteUpserted {
19596
19169
  readonly discriminator: 'quote_upserted';
19597
19170
  readonly event_id: string;
@@ -19794,37 +19367,6 @@ declare namespace io.flow.internal.v0.models {
19794
19367
  readonly organization: io.flow.common.v0.models.OrganizationReference;
19795
19368
  readonly number: string;
19796
19369
  }
19797
- interface RatecardLaneAggregate {
19798
- readonly id: string;
19799
- readonly organization_id: string;
19800
- readonly origin: io.flow.common.v0.models.Zone;
19801
- readonly destination: io.flow.common.v0.models.Zone;
19802
- readonly currency: string;
19803
- readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
19804
- readonly shipment_window: io.flow.ratecard.v0.models.ShipmentWindow;
19805
- readonly dim_factor: number;
19806
- readonly service: io.flow.ratecard.v0.models.RatecardServiceSummary;
19807
- readonly rounding: io.flow.common.v0.models.Rounding;
19808
- readonly weight_unit: io.flow.common.v0.enums.UnitOfMeasurement;
19809
- readonly distance_unit: io.flow.common.v0.enums.UnitOfMeasurement;
19810
- readonly rates_with_fees: io.flow.internal.v0.models.RateWithFees[];
19811
- readonly ratecard: io.flow.ratecard.v0.models.RatecardReference;
19812
- readonly ratecard_owner: io.flow.fulfillment.v0.enums.RatecardOwner;
19813
- }
19814
- interface RatecardLaneAggregateDeleted {
19815
- readonly discriminator: 'ratecard_lane_aggregate_deleted';
19816
- readonly event_id: string;
19817
- readonly timestamp: string;
19818
- readonly organization: string;
19819
- readonly ratecard_aggregate: io.flow.internal.v0.models.RatecardLaneAggregate;
19820
- }
19821
- interface RatecardLaneAggregateUpserted {
19822
- readonly discriminator: 'ratecard_lane_aggregate_upserted';
19823
- readonly event_id: string;
19824
- readonly timestamp: string;
19825
- readonly organization: string;
19826
- readonly ratecard_aggregate: io.flow.internal.v0.models.RatecardLaneAggregate;
19827
- }
19828
19370
  interface RatecardLanesImportRequest {
19829
19371
  readonly discriminator: 'ratecard_lanes_import_request';
19830
19372
  readonly event_id: string;
@@ -20420,7 +19962,6 @@ declare namespace io.flow.internal.v0.models {
20420
19962
  readonly negative_keywords: string[];
20421
19963
  readonly value_threshold_usd?: number;
20422
19964
  readonly auto_review_criteria?: io.flow.internal.v0.models.AutoReviewCriteria[];
20423
- readonly effects?: string[];
20424
19965
  }
20425
19966
  interface RestrictionRuleDecisionForm {
20426
19967
  readonly rule_id: string;
@@ -20435,6 +19976,7 @@ declare namespace io.flow.internal.v0.models {
20435
19976
  }
20436
19977
  interface RestrictionRuleEffect {
20437
19978
  readonly id: string;
19979
+ readonly rule_id: string;
20438
19980
  readonly effect: io.flow.sellability.v0.enums.RuleEffectType;
20439
19981
  readonly regions: string[];
20440
19982
  readonly description?: string;
@@ -20446,6 +19988,7 @@ declare namespace io.flow.internal.v0.models {
20446
19988
  readonly id: string;
20447
19989
  }
20448
19990
  interface RestrictionRuleEffectForm {
19991
+ readonly rule_id: string;
20449
19992
  readonly effect: io.flow.sellability.v0.enums.RuleEffectType;
20450
19993
  readonly regions: string[];
20451
19994
  readonly description?: string;
@@ -20465,7 +20008,6 @@ declare namespace io.flow.internal.v0.models {
20465
20008
  readonly negative_keywords: string[];
20466
20009
  readonly value_threshold_usd?: number;
20467
20010
  readonly auto_review_criteria?: io.flow.internal.v0.models.AutoReviewCriteria[];
20468
- readonly effects?: string[];
20469
20011
  }
20470
20012
  interface RestrictionRuleMetadata {
20471
20013
  readonly rule: io.flow.internal.v0.models.RestrictionRuleSummary;
@@ -20772,18 +20314,26 @@ declare namespace io.flow.internal.v0.models {
20772
20314
  readonly product_code: string;
20773
20315
  readonly customer_id: string;
20774
20316
  }
20775
- interface ShawnRoundtableWorkshopRate {
20776
- readonly origin_country: string;
20777
- readonly destination_country: string;
20778
- readonly weight: number;
20779
- readonly amount: number;
20780
- }
20781
20317
  interface ShippedItemValue {
20782
20318
  readonly item: io.flow.common.v0.models.CatalogItemReference;
20783
20319
  readonly taxes: io.flow.common.v0.models.PriceWithBase;
20784
20320
  readonly duties: io.flow.common.v0.models.PriceWithBase;
20785
20321
  readonly total: io.flow.common.v0.models.PriceWithBase;
20786
20322
  }
20323
+ interface ShippingEstimateDeleted {
20324
+ readonly discriminator: 'shipping_estimate_deleted';
20325
+ readonly event_id: string;
20326
+ readonly timestamp: string;
20327
+ readonly organization: string;
20328
+ readonly id: string;
20329
+ }
20330
+ interface ShippingEstimateUpserted {
20331
+ readonly discriminator: 'shipping_estimate_upserted';
20332
+ readonly event_id: string;
20333
+ readonly timestamp: string;
20334
+ readonly organization: string;
20335
+ readonly estimate: io.flow.label.v0.models.Estimate;
20336
+ }
20787
20337
  interface ShippingLane {
20788
20338
  readonly origin: string;
20789
20339
  readonly destination: string;
@@ -21129,6 +20679,11 @@ declare namespace io.flow.internal.v0.models {
21129
20679
  readonly organization: string;
21130
20680
  readonly registration: io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
21131
20681
  }
20682
+ interface ShopifyMerchantPlan {
20683
+ readonly id: string;
20684
+ readonly authorization: io.flow.payment.v0.models.AuthorizationReference;
20685
+ readonly plan: io.flow.internal.v0.enums.ShopifyPlanType;
20686
+ }
21132
20687
  interface ShopifyMetadata {
21133
20688
  readonly domain: string;
21134
20689
  readonly myshopify_domain: string;
@@ -21352,6 +20907,8 @@ declare namespace io.flow.internal.v0.models {
21352
20907
  interface ShopifyProductUpdateWebhookEvent {
21353
20908
  readonly id: string;
21354
20909
  readonly product: io.flow.shopify.external.v0.models.Product;
20910
+ readonly domain: string;
20911
+ readonly api_version: string;
21355
20912
  }
21356
20913
  interface ShopifyProductWrapper {
21357
20914
  readonly shopify_product: io.flow.shopify.external.v0.models.Product;
@@ -22027,6 +21584,23 @@ declare namespace io.flow.internal.v0.models {
22027
21584
  readonly description?: string;
22028
21585
  readonly category_code?: string;
22029
21586
  }
21587
+ interface TaxDutyDeltaMetadataActual {
21588
+ readonly processing: io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing;
21589
+ }
21590
+ interface TaxDutyDeltaMetadataActualProcessing {
21591
+ readonly capture: io.flow.common.v0.models.Money;
21592
+ readonly fees: io.flow.common.v0.models.Money;
21593
+ readonly transfer: io.flow.common.v0.models.Money;
21594
+ readonly total: io.flow.common.v0.models.Money;
21595
+ }
21596
+ interface TaxDutyDeltaMetadataExpected {
21597
+ readonly processing: io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing;
21598
+ }
21599
+ interface TaxDutyDeltaMetadataExpectedProcessing {
21600
+ readonly tax: io.flow.common.v0.models.Money;
21601
+ readonly duty: io.flow.common.v0.models.Money;
21602
+ readonly total: io.flow.common.v0.models.Money;
21603
+ }
22030
21604
  interface TaxDutyDeltaTransaction {
22031
21605
  readonly discriminator: 'tax_duty_delta_transaction';
22032
21606
  readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
@@ -22667,9 +22241,6 @@ declare namespace io.flow.internal.v0.unions {
22667
22241
  type CarrierChargeForm = io.flow.internal.v0.models.CarrierChargeFormLabel | io.flow.internal.v0.models.CarrierChargeFormOther;
22668
22242
  type CarrierCredentials = io.flow.internal.v0.models.SfExpress | io.flow.internal.v0.models.DhlEcommerce | io.flow.internal.v0.models.Landmark | io.flow.internal.v0.models.Dhl | io.flow.internal.v0.models.FedexCrossborder | io.flow.internal.v0.models.Ups | io.flow.internal.v0.models.Fedex;
22669
22243
  type ChannelRateMetadata = io.flow.internal.v0.models.ChannelRateMetadataIdentity | io.flow.internal.v0.models.ChannelRateMetadataRate;
22670
- type CheckoutForm = io.flow.internal.v0.models.CheckoutOrderForm | io.flow.internal.v0.models.CheckoutOrderNumberForm;
22671
- type CheckoutSubmitOrderBundles = io.flow.internal.v0.models.CheckoutSubmitOrderBundle;
22672
- type CheckoutSubmitOrderForms = io.flow.internal.v0.models.CheckoutSubmitOrderForm;
22673
22244
  type ClassificationAction = io.flow.internal.v0.models.SingleClassificationAction | io.flow.internal.v0.models.BulkClassificationAction;
22674
22245
  type ClassificationActionForm = io.flow.internal.v0.models.ClassificationActionFormUndo;
22675
22246
  type ClassificationForm = io.flow.internal.v0.models.SingleClassificationForm | io.flow.internal.v0.models.EmptyClassificationForm;
@@ -22688,7 +22259,7 @@ declare namespace io.flow.internal.v0.unions {
22688
22259
  type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
22689
22260
  type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
22690
22261
  type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
22691
- type Event = io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.FinalEstimateUpserted | io.flow.internal.v0.models.FinalEstimateDeleted | 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.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.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | 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.CustomerPurgeUpserted | 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.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | 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.PregeneratedRequestEvent | 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.ItemClassificationCreated | 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.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | 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.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | 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.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | 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.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | 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.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.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.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | 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.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | 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.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.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.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.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | 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;
22262
+ type Event = io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.ShippingEstimateUpserted | io.flow.internal.v0.models.ShippingEstimateDeleted | 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.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.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | 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.CustomerPurgeUpserted | 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.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | 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.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | 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.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.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | 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.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | 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.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.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.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | 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.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.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.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.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | 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;
22692
22263
  type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
22693
22264
  type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
22694
22265
  type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
@@ -22710,11 +22281,6 @@ declare namespace io.flow.internal.v0.unions {
22710
22281
  type InternalRefundForm = io.flow.internal.v0.models.AdyenRefundForm;
22711
22282
  type InternalTransactionDetails = io.flow.internal.v0.models.InternalTransactionDetailsCard;
22712
22283
  type LocalizableContent = io.flow.internal.v0.models.LocalizableContentReference | io.flow.internal.v0.models.Localization;
22713
- type MarketingGatewayChannelDetails = io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails | io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails | io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails;
22714
- type MarketingGatewayDistributionChannel = io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle | io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook;
22715
- type MarketingGatewayFeedSource = io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle | io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook;
22716
- type MarketingGatewayItem = io.flow.internal.v0.models.MarketingGatewayGoogleItem;
22717
- type MarketingGatewaySourceSummary = io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary | io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary | io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary;
22718
22284
  type OptinPromptDisplay = io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
22719
22285
  type OrderActionForm = io.flow.internal.v0.models.WholeOrderActionForm | io.flow.internal.v0.models.LineActionForm | io.flow.internal.v0.models.FulfillmentActionForm;
22720
22286
  type OrderCancellationEvidence = io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled | io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender;
@@ -22744,7 +22310,7 @@ declare namespace io.flow.internal.v0.unions {
22744
22310
  type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata;
22745
22311
  type TaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount;
22746
22312
  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;
22747
- 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.OrderFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.TaxDutyDeltaTransaction;
22313
+ 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.TaxDutyDeltaTransaction;
22748
22314
  type TransactionSummary = io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary;
22749
22315
  type ValidationRule = io.flow.internal.v0.models.ValidationCharacterLength;
22750
22316
  }
@@ -22942,16 +22508,6 @@ export declare type BooleanFeatureRuleForm = io.flow.internal.v0.models.BooleanF
22942
22508
  export declare type BooleanFeatureValue = io.flow.internal.v0.models.BooleanFeatureValue;
22943
22509
  export declare type BrickWebhookEvent = io.flow.internal.v0.models.BrickWebhookEvent;
22944
22510
  export declare type BrickWebhookEventResponse = io.flow.internal.v0.models.BrickWebhookEventResponse;
22945
- export declare type BrowserBundle = io.flow.internal.v0.models.BrowserBundle;
22946
- export declare type BrowserBundleCountryPickerForm = io.flow.internal.v0.models.BrowserBundleCountryPickerForm;
22947
- export declare type BrowserBundleError = io.flow.internal.v0.models.BrowserBundleError;
22948
- export declare type BrowserBundleErrorCode = io.flow.internal.v0.enums.BrowserBundleErrorCode;
22949
- export declare type BrowserBundleFeatureForm = io.flow.internal.v0.models.BrowserBundleFeatureForm;
22950
- export declare type BrowserBundleForm = io.flow.internal.v0.models.BrowserBundleForm;
22951
- export declare type BrowserBundleOptinForm = io.flow.internal.v0.models.BrowserBundleOptinForm;
22952
- export declare type BrowserBundlePaymentMethod = io.flow.internal.v0.models.BrowserBundlePaymentMethod;
22953
- export declare type BrowserBundlePaymentMethodForm = io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
22954
- export declare type BrowserBundlePaymentMethods = io.flow.internal.v0.models.BrowserBundlePaymentMethods;
22955
22511
  export declare type BulkClassificationAction = io.flow.internal.v0.models.BulkClassificationAction;
22956
22512
  export declare type BulkDutyUpdateValidationError = io.flow.internal.v0.models.BulkDutyUpdateValidationError;
22957
22513
  export declare type CalculatedTaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount;
@@ -23087,8 +22643,6 @@ export declare type CheckoutBehaviorCustomerInfo = io.flow.internal.v0.models.Ch
23087
22643
  export declare type CheckoutBehaviorCustomerInfoEmail = io.flow.internal.v0.models.CheckoutBehaviorCustomerInfoEmail;
23088
22644
  export declare type CheckoutBehaviorShippingAddress = io.flow.internal.v0.models.CheckoutBehaviorShippingAddress;
23089
22645
  export declare type CheckoutBehaviorShippingMethod = io.flow.internal.v0.models.CheckoutBehaviorShippingMethod;
23090
- export declare type CheckoutBundle = io.flow.internal.v0.models.CheckoutBundle;
23091
- export declare type CheckoutBundleMetadata = io.flow.internal.v0.models.CheckoutBundleMetadata;
23092
22646
  export declare type CheckoutConfiguration = io.flow.internal.v0.models.CheckoutConfiguration;
23093
22647
  export declare type CheckoutConfigurationDeleted = io.flow.internal.v0.models.CheckoutConfigurationDeleted;
23094
22648
  export declare type CheckoutConfigurationForm = io.flow.internal.v0.models.CheckoutConfigurationForm;
@@ -23099,27 +22653,15 @@ export declare type CheckoutContentDetails = io.flow.internal.v0.models.Checkout
23099
22653
  export declare type CheckoutContentSummary = io.flow.internal.v0.models.CheckoutContentSummary;
23100
22654
  export declare type CheckoutError = io.flow.internal.v0.models.CheckoutError;
23101
22655
  export declare type CheckoutErrorCode = io.flow.internal.v0.enums.CheckoutErrorCode;
23102
- export declare type CheckoutFinalizeOrderForm = io.flow.internal.v0.models.CheckoutFinalizeOrderForm;
23103
- export declare type CheckoutForm = io.flow.internal.v0.unions.CheckoutForm;
23104
22656
  export declare type CheckoutMarketingContent = io.flow.internal.v0.models.CheckoutMarketingContent;
23105
- export declare type CheckoutOrderForm = io.flow.internal.v0.models.CheckoutOrderForm;
23106
- export declare type CheckoutOrderNumberForm = io.flow.internal.v0.models.CheckoutOrderNumberForm;
23107
22657
  export declare type CheckoutPayment = io.flow.internal.v0.models.CheckoutPayment;
23108
22658
  export declare type CheckoutPaymentContent = io.flow.internal.v0.models.CheckoutPaymentContent;
23109
22659
  export declare type CheckoutPlatformData = io.flow.internal.v0.models.CheckoutPlatformData;
23110
22660
  export declare type CheckoutPromptBehavior = io.flow.internal.v0.enums.CheckoutPromptBehavior;
23111
22661
  export declare type CheckoutRedirect = io.flow.internal.v0.models.CheckoutRedirect;
23112
22662
  export declare type CheckoutRedirectMethod = io.flow.internal.v0.enums.CheckoutRedirectMethod;
23113
- export declare type CheckoutReferenceForm = io.flow.internal.v0.models.CheckoutReferenceForm;
23114
22663
  export declare type CheckoutSettings = io.flow.internal.v0.models.CheckoutSettings;
23115
22664
  export declare type CheckoutShippingMethodPromptBehavior = io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior;
23116
- export declare type CheckoutSourceOrderForm = io.flow.internal.v0.models.CheckoutSourceOrderForm;
23117
- export declare type CheckoutSubmission = io.flow.internal.v0.models.CheckoutSubmission;
23118
- export declare type CheckoutSubmissionForm = io.flow.internal.v0.models.CheckoutSubmissionForm;
23119
- export declare type CheckoutSubmitOrderBundle = io.flow.internal.v0.models.CheckoutSubmitOrderBundle;
23120
- export declare type CheckoutSubmitOrderBundles = io.flow.internal.v0.unions.CheckoutSubmitOrderBundles;
23121
- export declare type CheckoutSubmitOrderForm = io.flow.internal.v0.models.CheckoutSubmitOrderForm;
23122
- export declare type CheckoutSubmitOrderForms = io.flow.internal.v0.unions.CheckoutSubmitOrderForms;
23123
22665
  export declare type CheckoutUrl = io.flow.internal.v0.models.CheckoutUrl;
23124
22666
  export declare type CheckoutUrlType = io.flow.internal.v0.enums.CheckoutUrlType;
23125
22667
  export declare type Cipher = io.flow.internal.v0.models.Cipher;
@@ -23346,7 +22888,6 @@ export declare type EventType = io.flow.internal.v0.enums.EventType;
23346
22888
  export declare type ExclusionRuleDeleted = io.flow.internal.v0.models.ExclusionRuleDeleted;
23347
22889
  export declare type ExclusionRuleExportRequest = io.flow.internal.v0.models.ExclusionRuleExportRequest;
23348
22890
  export declare type ExclusionRuleUpserted = io.flow.internal.v0.models.ExclusionRuleUpserted;
23349
- export declare type ExpectedOrderSummary = io.flow.internal.v0.models.ExpectedOrderSummary;
23350
22891
  export declare type ExperienceExportRequest = io.flow.internal.v0.models.ExperienceExportRequest;
23351
22892
  export declare type ExperienceImportRequest = io.flow.internal.v0.models.ExperienceImportRequest;
23352
22893
  export declare type ExperienceImportType = io.flow.internal.v0.enums.ExperienceImportType;
@@ -23397,14 +22938,8 @@ export declare type FeatureValueResult = io.flow.internal.v0.models.FeatureValue
23397
22938
  export declare type Fedex = io.flow.internal.v0.models.Fedex;
23398
22939
  export declare type FedexCrossborder = io.flow.internal.v0.models.FedexCrossborder;
23399
22940
  export declare type Fee = io.flow.internal.v0.models.Fee;
23400
- export declare type FeedDeleted = io.flow.internal.v0.models.FeedDeleted;
23401
- export declare type FeedUpserted = io.flow.internal.v0.models.FeedUpserted;
23402
- export declare type FeedsExport = io.flow.internal.v0.models.FeedsExport;
23403
22941
  export declare type Fees = io.flow.internal.v0.models.Fees;
23404
22942
  export declare type FeesSource = io.flow.internal.v0.enums.FeesSource;
23405
- export declare type FinalEstimate = io.flow.internal.v0.models.FinalEstimate;
23406
- export declare type FinalEstimateDeleted = io.flow.internal.v0.models.FinalEstimateDeleted;
23407
- export declare type FinalEstimateUpserted = io.flow.internal.v0.models.FinalEstimateUpserted;
23408
22943
  export declare type FinanceBankAccount = io.flow.internal.v0.models.FinanceBankAccount;
23409
22944
  export declare type FinanceBankAccountOwner = io.flow.internal.v0.models.FinanceBankAccountOwner;
23410
22945
  export declare type FinanceBankPayment = io.flow.internal.v0.models.FinanceBankPayment;
@@ -23486,7 +23021,6 @@ export declare type FulfillmentDeleted = io.flow.internal.v0.models.FulfillmentD
23486
23021
  export declare type FulfillmentFallbacks = io.flow.internal.v0.models.FulfillmentFallbacks;
23487
23022
  export declare type FulfillmentFallbacksDeleted = io.flow.internal.v0.models.FulfillmentFallbacksDeleted;
23488
23023
  export declare type FulfillmentFallbacksUpserted = io.flow.internal.v0.models.FulfillmentFallbacksUpserted;
23489
- export declare type FulfillmentInternalExperienceReference = io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
23490
23024
  export declare type FulfillmentOrigin = io.flow.internal.v0.models.FulfillmentOrigin;
23491
23025
  export declare type FulfillmentProof = io.flow.internal.v0.unions.FulfillmentProof;
23492
23026
  export declare type FulfillmentProofExternalFulfillmentProofReference = io.flow.internal.v0.models.FulfillmentProofExternalFulfillmentProofReference;
@@ -23534,8 +23068,6 @@ export declare type HarmonizationCodesImport = io.flow.internal.v0.models.Harmon
23534
23068
  export declare type HarmonizationColumnSetting = io.flow.internal.v0.models.HarmonizationColumnSetting;
23535
23069
  export declare type HarmonizationDecisionSource = io.flow.internal.v0.enums.HarmonizationDecisionSource;
23536
23070
  export declare type HarmonizationItemClassification = io.flow.internal.v0.models.HarmonizationItemClassification;
23537
- export declare type HarmonizationItemClassificationDeleted = io.flow.internal.v0.models.HarmonizationItemClassificationDeleted;
23538
- export declare type HarmonizationItemClassificationUpserted = io.flow.internal.v0.models.HarmonizationItemClassificationUpserted;
23539
23071
  export declare type HarmonizationItemSummary = io.flow.internal.v0.models.HarmonizationItemSummary;
23540
23072
  export declare type HarmonizationMlModelSummary = io.flow.internal.v0.models.HarmonizationMlModelSummary;
23541
23073
  export declare type HarmonizationPhraseSuggestionRequestImport = io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport;
@@ -23576,7 +23108,6 @@ export declare type InternalRefundForm = io.flow.internal.v0.unions.InternalRefu
23576
23108
  export declare type InternalStripeAuthorizationDetails = io.flow.internal.v0.models.InternalStripeAuthorizationDetails;
23577
23109
  export declare type InternalTransactionDetails = io.flow.internal.v0.unions.InternalTransactionDetails;
23578
23110
  export declare type InternalTransactionDetailsCard = io.flow.internal.v0.models.InternalTransactionDetailsCard;
23579
- export declare type InvalidCheckoutData = io.flow.internal.v0.models.InvalidCheckoutData;
23580
23111
  export declare type Invariant = io.flow.internal.v0.models.Invariant;
23581
23112
  export declare type InventoryItemWrapper = io.flow.internal.v0.models.InventoryItemWrapper;
23582
23113
  export declare type Invoice = io.flow.internal.v0.models.Invoice;
@@ -23589,7 +23120,6 @@ export declare type IssuerDeleted = io.flow.internal.v0.models.IssuerDeleted;
23589
23120
  export declare type IssuerUpserted = io.flow.internal.v0.models.IssuerUpserted;
23590
23121
  export declare type ItemClassification = io.flow.internal.v0.models.ItemClassification;
23591
23122
  export declare type ItemClassificationAction = io.flow.internal.v0.enums.ItemClassificationAction;
23592
- export declare type ItemClassificationCreated = io.flow.internal.v0.models.ItemClassificationCreated;
23593
23123
  export declare type ItemClassificationForm = io.flow.internal.v0.models.ItemClassificationForm;
23594
23124
  export declare type ItemClassificationStatus = io.flow.internal.v0.enums.ItemClassificationStatus;
23595
23125
  export declare type ItemClassificationSummary = io.flow.internal.v0.models.ItemClassificationSummary;
@@ -23639,6 +23169,7 @@ export declare type LabelCreationJobSummary = io.flow.internal.v0.models.LabelCr
23639
23169
  export declare type LabelCreationRequestForm = io.flow.internal.v0.models.LabelCreationRequestForm;
23640
23170
  export declare type LabelCreationStatus = io.flow.internal.v0.enums.LabelCreationStatus;
23641
23171
  export declare type LabelDestination = io.flow.internal.v0.models.LabelDestination;
23172
+ export declare type LabelEventMedium = io.flow.internal.v0.enums.LabelEventMedium;
23642
23173
  export declare type LabelEventSource = io.flow.internal.v0.enums.LabelEventSource;
23643
23174
  export declare type LabelGenerationSettings = io.flow.internal.v0.models.LabelGenerationSettings;
23644
23175
  export declare type LabelGenerationSettingsDeleted = io.flow.internal.v0.models.LabelGenerationSettingsDeleted;
@@ -23693,16 +23224,9 @@ export declare type LocalizedContent = io.flow.internal.v0.models.LocalizedConte
23693
23224
  export declare type LocalizedContentElement = io.flow.internal.v0.models.LocalizedContentElement;
23694
23225
  export declare type LocalizedContentForm = io.flow.internal.v0.models.LocalizedContentForm;
23695
23226
  export declare type LocalizedContentUpserted = io.flow.internal.v0.models.LocalizedContentUpserted;
23696
- export declare type LocalizedItemDeleted = io.flow.internal.v0.models.LocalizedItemDeleted;
23697
- export declare type LocalizedItemDeletedV2 = io.flow.internal.v0.models.LocalizedItemDeletedV2;
23698
23227
  export declare type LocalizedItemPricesExportRequest = io.flow.internal.v0.models.LocalizedItemPricesExportRequest;
23699
- export declare type LocalizedItemSnapshot = io.flow.internal.v0.models.LocalizedItemSnapshot;
23700
- export declare type LocalizedItemUpsertedV2 = io.flow.internal.v0.models.LocalizedItemUpsertedV2;
23701
23228
  export declare type LocalizedItemsExportSettings = io.flow.internal.v0.models.LocalizedItemsExportSettings;
23702
- export declare type LocalizedPriceBookItem = io.flow.internal.v0.models.LocalizedPriceBookItem;
23703
23229
  export declare type LocalizedPriceBookItemData = io.flow.internal.v0.models.LocalizedPriceBookItemData;
23704
- export declare type LocalizedPriceBookItemDeleted = io.flow.internal.v0.models.LocalizedPriceBookItemDeleted;
23705
- export declare type LocalizedPriceBookItemUpserted = io.flow.internal.v0.models.LocalizedPriceBookItemUpserted;
23706
23230
  export declare type Location = io.flow.internal.v0.models.Location;
23707
23231
  export declare type LogisticsCapabilities = io.flow.internal.v0.models.LogisticsCapabilities;
23708
23232
  export declare type LogisticsCapabilitiesDeleted = io.flow.internal.v0.models.LogisticsCapabilitiesDeleted;
@@ -23734,58 +23258,6 @@ export declare type ManualTransactionCategory = io.flow.internal.v0.enums.Manual
23734
23258
  export declare type ManualTransactionForm = io.flow.internal.v0.models.ManualTransactionForm;
23735
23259
  export declare type ManualTransactionFormOrder = io.flow.internal.v0.models.ManualTransactionFormOrder;
23736
23260
  export declare type MarkedAsFinal = io.flow.internal.v0.models.MarkedAsFinal;
23737
- export declare type MarketingGatewayAccountConnectionStatus = io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
23738
- export declare type MarketingGatewayChannel = io.flow.internal.v0.models.MarketingGatewayChannel;
23739
- export declare type MarketingGatewayChannelConnectionForm = io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm;
23740
- export declare type MarketingGatewayChannelDetails = io.flow.internal.v0.unions.MarketingGatewayChannelDetails;
23741
- export declare type MarketingGatewayChannelForm = io.flow.internal.v0.models.MarketingGatewayChannelForm;
23742
- export declare type MarketingGatewayChannelIntegrationType = io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType;
23743
- export declare type MarketingGatewayChannelSourceSummary = io.flow.internal.v0.models.MarketingGatewayChannelSourceSummary;
23744
- export declare type MarketingGatewayChannelStatus = io.flow.internal.v0.enums.MarketingGatewayChannelStatus;
23745
- export declare type MarketingGatewayDistributionChannel = io.flow.internal.v0.unions.MarketingGatewayDistributionChannel;
23746
- export declare type MarketingGatewayDistributionChannelFacebook = io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook;
23747
- export declare type MarketingGatewayDistributionChannelGoogle = io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle;
23748
- export declare type MarketingGatewayError = io.flow.internal.v0.models.MarketingGatewayError;
23749
- export declare type MarketingGatewayErrorCode = io.flow.internal.v0.enums.MarketingGatewayErrorCode;
23750
- export declare type MarketingGatewayFacebookBusiness = io.flow.internal.v0.models.MarketingGatewayFacebookBusiness;
23751
- export declare type MarketingGatewayFacebookBusinessSummary = io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary;
23752
- export declare type MarketingGatewayFacebookCatalogForm = io.flow.internal.v0.models.MarketingGatewayFacebookCatalogForm;
23753
- export declare type MarketingGatewayFacebookCatalogSummary = io.flow.internal.v0.models.MarketingGatewayFacebookCatalogSummary;
23754
- export declare type MarketingGatewayFacebookChannelDetails = io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails;
23755
- export declare type MarketingGatewayFacebookConnection = io.flow.internal.v0.models.MarketingGatewayFacebookConnection;
23756
- export declare type MarketingGatewayFacebookConnectionAccessTokenSummary = io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary;
23757
- export declare type MarketingGatewayFacebookConnectionDeauth = io.flow.internal.v0.models.MarketingGatewayFacebookConnectionDeauth;
23758
- export declare type MarketingGatewayFacebookConnectionForm = io.flow.internal.v0.models.MarketingGatewayFacebookConnectionForm;
23759
- export declare type MarketingGatewayFacebookSourceSummary = io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary;
23760
- export declare type MarketingGatewayFacebookTokenStatus = io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus;
23761
- export declare type MarketingGatewayFeed = io.flow.internal.v0.models.MarketingGatewayFeed;
23762
- export declare type MarketingGatewayFeedDownloadFormat = io.flow.internal.v0.enums.MarketingGatewayFeedDownloadFormat;
23763
- export declare type MarketingGatewayFeedExportForm = io.flow.internal.v0.models.MarketingGatewayFeedExportForm;
23764
- export declare type MarketingGatewayFeedForm = io.flow.internal.v0.models.MarketingGatewayFeedForm;
23765
- export declare type MarketingGatewayFeedFormRequest = io.flow.internal.v0.models.MarketingGatewayFeedFormRequest;
23766
- export declare type MarketingGatewayFeedSource = io.flow.internal.v0.unions.MarketingGatewayFeedSource;
23767
- export declare type MarketingGatewayFeedSourceFacebook = io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook;
23768
- export declare type MarketingGatewayFeedSourceGoogle = io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle;
23769
- export declare type MarketingGatewayFeedState = io.flow.internal.v0.enums.MarketingGatewayFeedState;
23770
- export declare type MarketingGatewayFilterSummary = io.flow.internal.v0.models.MarketingGatewayFilterSummary;
23771
- export declare type MarketingGatewayFlowSourceSummary = io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary;
23772
- export declare type MarketingGatewayGoogleAccountForm = io.flow.internal.v0.models.MarketingGatewayGoogleAccountForm;
23773
- export declare type MarketingGatewayGoogleAccountSummary = io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary;
23774
- export declare type MarketingGatewayGoogleChannelDetails = io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails;
23775
- export declare type MarketingGatewayGoogleConnection = io.flow.internal.v0.models.MarketingGatewayGoogleConnection;
23776
- export declare type MarketingGatewayGoogleConnectionForm = io.flow.internal.v0.models.MarketingGatewayGoogleConnectionForm;
23777
- export declare type MarketingGatewayGoogleItem = io.flow.internal.v0.models.MarketingGatewayGoogleItem;
23778
- export declare type MarketingGatewayGoogleSourceSummary = io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary;
23779
- export declare type MarketingGatewayItem = io.flow.internal.v0.unions.MarketingGatewayItem;
23780
- export declare type MarketingGatewayLocalizedItem = io.flow.internal.v0.models.MarketingGatewayLocalizedItem;
23781
- export declare type MarketingGatewayNewChannelRequestForm = io.flow.internal.v0.models.MarketingGatewayNewChannelRequestForm;
23782
- export declare type MarketingGatewayPlatform = io.flow.internal.v0.enums.MarketingGatewayPlatform;
23783
- export declare type MarketingGatewayProductDatasourceSummary = io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary;
23784
- export declare type MarketingGatewayProductStatus = io.flow.internal.v0.enums.MarketingGatewayProductStatus;
23785
- export declare type MarketingGatewaySchemaCompatibility = io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
23786
- export declare type MarketingGatewaySchemaSummary = io.flow.internal.v0.models.MarketingGatewaySchemaSummary;
23787
- export declare type MarketingGatewaySourceSummary = io.flow.internal.v0.unions.MarketingGatewaySourceSummary;
23788
- export declare type MarketingGatewaySupportedChannelDetails = io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails;
23789
23261
  export declare type MarketsOrder = io.flow.internal.v0.models.MarketsOrder;
23790
23262
  export declare type MarketsOrderSummary = io.flow.internal.v0.models.MarketsOrderSummary;
23791
23263
  export declare type Merchant = io.flow.internal.v0.models.Merchant;
@@ -23817,6 +23289,7 @@ export declare type NoCalculatedTaxAmount = io.flow.internal.v0.models.NoCalcula
23817
23289
  export declare type NoClassificationForm = io.flow.internal.v0.models.NoClassificationForm;
23818
23290
  export declare type NoLiabilityReasonCode = io.flow.internal.v0.enums.NoLiabilityReasonCode;
23819
23291
  export declare type NonChannelPaymentBankAccount = io.flow.internal.v0.models.NonChannelPaymentBankAccount;
23292
+ export declare type NonL4LTaxDutyFxTransaction = io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
23820
23293
  export declare type Notification = io.flow.internal.v0.models.Notification;
23821
23294
  export declare type OnboardingAuditMessage = io.flow.internal.v0.models.OnboardingAuditMessage;
23822
23295
  export declare type OnboardingAuditMessageLevel = io.flow.internal.v0.enums.OnboardingAuditMessageLevel;
@@ -23839,10 +23312,8 @@ export declare type OptinPrompt = io.flow.internal.v0.models.OptinPrompt;
23839
23312
  export declare type OptinPromptCheckoutDisplay = io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
23840
23313
  export declare type OptinPromptCopy = io.flow.internal.v0.models.OptinPromptCopy;
23841
23314
  export declare type OptinPromptCopyForm = io.flow.internal.v0.models.OptinPromptCopyForm;
23842
- export declare type OptinPromptDeleted = io.flow.internal.v0.models.OptinPromptDeleted;
23843
23315
  export declare type OptinPromptDisplay = io.flow.internal.v0.unions.OptinPromptDisplay;
23844
23316
  export declare type OptinPromptForm = io.flow.internal.v0.models.OptinPromptForm;
23845
- export declare type OptinPromptUpserted = io.flow.internal.v0.models.OptinPromptUpserted;
23846
23317
  export declare type OrderAction = io.flow.internal.v0.enums.OrderAction;
23847
23318
  export declare type OrderActionForm = io.flow.internal.v0.unions.OrderActionForm;
23848
23319
  export declare type OrderActionability = io.flow.internal.v0.models.OrderActionability;
@@ -23868,11 +23339,9 @@ export declare type OrderDetail = io.flow.internal.v0.models.OrderDetail;
23868
23339
  export declare type OrderEditSummary = io.flow.internal.v0.models.OrderEditSummary;
23869
23340
  export declare type OrderFulfillmentDeleted = io.flow.internal.v0.models.OrderFulfillmentDeleted;
23870
23341
  export declare type OrderFulfillmentUpserted = io.flow.internal.v0.models.OrderFulfillmentUpserted;
23871
- export declare type OrderFxTransaction = io.flow.internal.v0.models.OrderFxTransaction;
23872
23342
  export declare type OrderLifecycleEvent = io.flow.internal.v0.enums.OrderLifecycleEvent;
23873
23343
  export declare type OrderNote = io.flow.internal.v0.models.OrderNote;
23874
23344
  export declare type OrderNoteForm = io.flow.internal.v0.models.OrderNoteForm;
23875
- export declare type OrderParameters = io.flow.internal.v0.models.OrderParameters;
23876
23345
  export declare type OrderPaymentAuthorization = io.flow.internal.v0.models.OrderPaymentAuthorization;
23877
23346
  export declare type OrderPlaced = io.flow.internal.v0.models.OrderPlaced;
23878
23347
  export declare type OrderRatesDataV3 = io.flow.internal.v0.models.OrderRatesDataV3;
@@ -24009,6 +23478,8 @@ export declare type PaymentProcessorAccountUpserted = io.flow.internal.v0.models
24009
23478
  export declare type PaymentProcessorMerchantDeleted = io.flow.internal.v0.models.PaymentProcessorMerchantDeleted;
24010
23479
  export declare type PaymentProcessorMerchantUpserted = io.flow.internal.v0.models.PaymentProcessorMerchantUpserted;
24011
23480
  export declare type PaymentRedirect = io.flow.internal.v0.unions.PaymentRedirect;
23481
+ export declare type PaymentShortUrl = io.flow.internal.v0.models.PaymentShortUrl;
23482
+ export declare type PaymentShortUrlDiscriminator = io.flow.internal.v0.enums.PaymentShortUrlDiscriminator;
24012
23483
  export declare type PaymentSummary = io.flow.internal.v0.models.PaymentSummary;
24013
23484
  export declare type PaymentSummaryDetails = io.flow.internal.v0.unions.PaymentSummaryDetails;
24014
23485
  export declare type PaymentSummaryStatus = io.flow.internal.v0.enums.PaymentSummaryStatus;
@@ -24055,8 +23526,6 @@ export declare type PlatformFeePercentage = io.flow.internal.v0.models.PlatformF
24055
23526
  export declare type PlatformFeePercentageTier = io.flow.internal.v0.models.PlatformFeePercentageTier;
24056
23527
  export declare type Prediction = io.flow.internal.v0.models.Prediction;
24057
23528
  export declare type PreferredBillingSchedule = io.flow.internal.v0.enums.PreferredBillingSchedule;
24058
- export declare type PregeneratedQuote = io.flow.internal.v0.models.PregeneratedQuote;
24059
- export declare type PregeneratedRequestEvent = io.flow.internal.v0.models.PregeneratedRequestEvent;
24060
23529
  export declare type PriceSelector = io.flow.internal.v0.enums.PriceSelector;
24061
23530
  export declare type PrioritizedCenterReference = io.flow.internal.v0.models.PrioritizedCenterReference;
24062
23531
  export declare type ProcessingTransaction = io.flow.internal.v0.models.ProcessingTransaction;
@@ -24113,8 +23582,6 @@ export declare type PublicHub = io.flow.internal.v0.models.PublicHub;
24113
23582
  export declare type PublicHubForm = io.flow.internal.v0.models.PublicHubForm;
24114
23583
  export declare type Quote = io.flow.internal.v0.models.Quote;
24115
23584
  export declare type QuoteDeleted = io.flow.internal.v0.models.QuoteDeleted;
24116
- export declare type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
24117
- export declare type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
24118
23585
  export declare type QuoteUpserted = io.flow.internal.v0.models.QuoteUpserted;
24119
23586
  export declare type RateAndRuleItem = io.flow.internal.v0.models.RateAndRuleItem;
24120
23587
  export declare type RateAndRuleItemForm = io.flow.internal.v0.models.RateAndRuleItemForm;
@@ -24149,9 +23616,6 @@ export declare type RatecardDimensionEstimateDeleted = io.flow.internal.v0.model
24149
23616
  export declare type RatecardDimensionEstimateUpserted = io.flow.internal.v0.models.RatecardDimensionEstimateUpserted;
24150
23617
  export declare type RatecardInternalServiceFee = io.flow.internal.v0.models.RatecardInternalServiceFee;
24151
23618
  export declare type RatecardInternalSummary = io.flow.internal.v0.models.RatecardInternalSummary;
24152
- export declare type RatecardLaneAggregate = io.flow.internal.v0.models.RatecardLaneAggregate;
24153
- export declare type RatecardLaneAggregateDeleted = io.flow.internal.v0.models.RatecardLaneAggregateDeleted;
24154
- export declare type RatecardLaneAggregateUpserted = io.flow.internal.v0.models.RatecardLaneAggregateUpserted;
24155
23619
  export declare type RatecardLanesImportRequest = io.flow.internal.v0.models.RatecardLanesImportRequest;
24156
23620
  export declare type RatecardRateLevelDeleted = io.flow.internal.v0.models.RatecardRateLevelDeleted;
24157
23621
  export declare type RatecardRateLevelOrganizationDeleted = io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted;
@@ -24321,8 +23785,9 @@ export declare type SessionRollout = io.flow.internal.v0.models.SessionRollout;
24321
23785
  export declare type SessionRolloutForm = io.flow.internal.v0.models.SessionRolloutForm;
24322
23786
  export declare type SetupBlockPutForm = io.flow.internal.v0.models.SetupBlockPutForm;
24323
23787
  export declare type SfExpress = io.flow.internal.v0.models.SfExpress;
24324
- export declare type ShawnRoundtableWorkshopRate = io.flow.internal.v0.models.ShawnRoundtableWorkshopRate;
24325
23788
  export declare type ShippedItemValue = io.flow.internal.v0.models.ShippedItemValue;
23789
+ export declare type ShippingEstimateDeleted = io.flow.internal.v0.models.ShippingEstimateDeleted;
23790
+ export declare type ShippingEstimateUpserted = io.flow.internal.v0.models.ShippingEstimateUpserted;
24326
23791
  export declare type ShippingLane = io.flow.internal.v0.models.ShippingLane;
24327
23792
  export declare type ShippingMethodReference = io.flow.internal.v0.models.ShippingMethodReference;
24328
23793
  export declare type Shop = io.flow.internal.v0.models.Shop;
@@ -24390,6 +23855,7 @@ export declare type ShopifyMarketsTradeSector = io.flow.internal.v0.enums.Shopif
24390
23855
  export declare type ShopifyMarketsWebhookRegistration = io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
24391
23856
  export declare type ShopifyMarketsWebhookRegistrationDeleted = io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted;
24392
23857
  export declare type ShopifyMarketsWebhookRegistrationUpserted = io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted;
23858
+ export declare type ShopifyMerchantPlan = io.flow.internal.v0.models.ShopifyMerchantPlan;
24393
23859
  export declare type ShopifyMetadata = io.flow.internal.v0.models.ShopifyMetadata;
24394
23860
  export declare type ShopifyMonitoringCarrierService = io.flow.internal.v0.models.ShopifyMonitoringCarrierService;
24395
23861
  export declare type ShopifyMonitoringFulfillmentExternal = io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal;
@@ -24421,6 +23887,7 @@ export declare type ShopifyOrganizationSettingsForm = io.flow.internal.v0.models
24421
23887
  export declare type ShopifyPartnerWebhook = io.flow.internal.v0.models.ShopifyPartnerWebhook;
24422
23888
  export declare type ShopifyPartnerWebhookRaw = io.flow.internal.v0.models.ShopifyPartnerWebhookRaw;
24423
23889
  export declare type ShopifyPaymentSummary = io.flow.internal.v0.models.ShopifyPaymentSummary;
23890
+ export declare type ShopifyPlanType = io.flow.internal.v0.enums.ShopifyPlanType;
24424
23891
  export declare type ShopifyProductBundle = io.flow.internal.v0.models.ShopifyProductBundle;
24425
23892
  export declare type ShopifyProductBundleDeleted = io.flow.internal.v0.models.ShopifyProductBundleDeleted;
24426
23893
  export declare type ShopifyProductBundleUnderlying = io.flow.internal.v0.models.ShopifyProductBundleUnderlying;
@@ -24564,6 +24031,10 @@ export declare type TaxCalculationErrorCode = io.flow.internal.v0.enums.TaxCalcu
24564
24031
  export declare type TaxCalculationForm = io.flow.internal.v0.models.TaxCalculationForm;
24565
24032
  export declare type TaxCalculationLineItem = io.flow.internal.v0.models.TaxCalculationLineItem;
24566
24033
  export declare type TaxCalculationLineItemForm = io.flow.internal.v0.models.TaxCalculationLineItemForm;
24034
+ export declare type TaxDutyDeltaMetadataActual = io.flow.internal.v0.models.TaxDutyDeltaMetadataActual;
24035
+ export declare type TaxDutyDeltaMetadataActualProcessing = io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing;
24036
+ export declare type TaxDutyDeltaMetadataExpected = io.flow.internal.v0.models.TaxDutyDeltaMetadataExpected;
24037
+ export declare type TaxDutyDeltaMetadataExpectedProcessing = io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing;
24567
24038
  export declare type TaxDutyDeltaTransaction = io.flow.internal.v0.models.TaxDutyDeltaTransaction;
24568
24039
  export declare type TaxParty = io.flow.internal.v0.enums.TaxParty;
24569
24040
  export declare type TaxRemittanceTransaction = io.flow.internal.v0.models.TaxRemittanceTransaction;