@flowio/api-internal-prop-types 9.24.109 → 9.24.111

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.
@@ -1439,6 +1439,17 @@ declare namespace io.flow.payment.v0.models {
1439
1439
  readonly 'display': string;
1440
1440
  }
1441
1441
 
1442
+ interface AuthorizationRetry {
1443
+ readonly 'id': string;
1444
+ readonly 'authorization_request_id': string;
1445
+ readonly 'authorization_id': string;
1446
+ readonly 'organization_id': string;
1447
+ readonly 'attempt': number;
1448
+ readonly 'last_failure_code': string;
1449
+ readonly 'created_at': string;
1450
+ readonly 'updated_at': string;
1451
+ }
1452
+
1442
1453
  interface AuthorizationVersion {
1443
1454
  readonly 'id': string;
1444
1455
  readonly 'timestamp': string;
@@ -1556,6 +1567,7 @@ declare namespace io.flow.payment.v0.models {
1556
1567
  readonly 'processor'?: io.flow.payment.v0.unions.ExpandablePaymentProcessor;
1557
1568
  readonly 'stored_method_usage_step'?: io.flow.payment.v0.enums.StoredMethodUsageStep;
1558
1569
  readonly 'authorized_at'?: string;
1570
+ readonly 'authorization_request_id'?: string;
1559
1571
  }
1560
1572
 
1561
1573
  interface CardBrowserActionConfiguration {
@@ -1837,6 +1849,7 @@ declare namespace io.flow.payment.v0.models {
1837
1849
  readonly 'processor'?: io.flow.payment.v0.unions.ExpandablePaymentProcessor;
1838
1850
  readonly 'confirmation_details'?: io.flow.payment.v0.unions.ConfirmationDetails;
1839
1851
  readonly 'authorized_at'?: string;
1852
+ readonly 'authorization_request_id'?: string;
1840
1853
  }
1841
1854
 
1842
1855
  interface OnlinePaymentAuthorizationForm {
@@ -2311,6 +2324,7 @@ declare namespace io.flow.stripe.v0.enums {
2311
2324
  type BankIdeal = 'abn_amro' | 'asn_bank' | 'bunq' | 'handelsbanken' | 'ing' | 'knab' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
2312
2325
  type BicIdeal = 'ABNANL2A' | 'ASNBNL21' | 'BITSNL2A' | 'BUNQNL2A' | 'FVLBNL22' | 'HANDNL2A' | 'INGBNL2A' | 'KNABNL2H' | 'MOYONL21' | 'NNBANL2G' | 'NTSBDEB1' | 'RABONL2U' | 'RBRBNL21' | 'REVOIE23' | 'REVOLT21' | 'SNSBNL2A' | 'TRIONL2U';
2313
2326
  type CancellationReason = 'abandoned' | 'automatic' | 'duplicate' | 'failed_invoice' | 'fraudulent' | 'requested_by_customer' | 'void_invoice';
2327
+ type CapabilityStatus = 'active' | 'disabled' | 'inactive' | 'pending' | 'unrequested';
2314
2328
  type CaptureMethod = 'automatic' | 'manual';
2315
2329
  type CardBrand = 'American Express' | 'MasterCard' | 'Discover' | 'JCB' | 'Diners Club' | 'Unknown';
2316
2330
  type CardFundingType = 'credit' | 'debit' | 'prepaid' | 'unknown';
@@ -2328,7 +2342,7 @@ declare namespace io.flow.stripe.v0.enums {
2328
2342
  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';
2329
2343
  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';
2330
2344
  type ErrorType = 'api_connection_error' | 'api_error' | 'authentication_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error' | 'rate_limit_error' | 'validation_error';
2331
- 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';
2345
+ 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';
2332
2346
  type ExtendedAuthorizationStatus = 'enabled' | 'disabled';
2333
2347
  type FeatureAvailability = 'available' | 'unavailable';
2334
2348
  type KlarnaPaymentMethodCategoryType = 'direct_bank_transfer' | 'direct_debit' | 'pay_later' | 'pay_now' | 'pay_over_time';
@@ -2346,9 +2360,12 @@ declare namespace io.flow.stripe.v0.enums {
2346
2360
  type RefundFailureReason = 'charge_for_pending_refund_disputed' | 'declined' | 'expired_or_canceled_card' | 'insufficient_funds' | 'lost_or_stolen_card' | 'merchant_request' | 'unknown';
2347
2361
  type RefundReason = 'duplicate' | 'fraudulent' | 'requested_by_customer';
2348
2362
  type RefundStatus = 'succeeded' | 'failed' | 'pending' | 'canceled';
2363
+ type ReportingReportRunStatus = 'pending' | 'succeeded' | 'failed';
2364
+ 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';
2349
2365
  type RequestThreeDSecureType = 'automatic' | 'any';
2350
2366
  type RequestedCapabilities = 'card_payments' | 'legacy_payments' | 'transfers';
2351
2367
  type SetupFutureUsage = 'on_session' | 'off_session';
2368
+ 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';
2352
2369
  type SourceFlow = 'redirect' | 'receiver' | 'code_verification' | 'none';
2353
2370
  type SourceStatus = 'canceled' | 'chargeable' | 'consumed' | 'failed' | 'pending';
2354
2371
  type SourceType = 'ach_credit_transfer' | 'ach_debit' | 'alipay' | 'bancontact' | 'bitcoin' | 'card' | 'eps' | 'giropay' | 'ideal' | 'klarna' | 'multibanco' | 'p24' | 'sepa_debit' | 'sofort' | 'three_d_secure';
@@ -2417,6 +2434,17 @@ declare namespace io.flow.stripe.v0.models {
2417
2434
  readonly 'type': io.flow.stripe.v0.enums.ApplePayType;
2418
2435
  }
2419
2436
 
2437
+ interface Capability {
2438
+ readonly 'id': string;
2439
+ readonly 'account': string;
2440
+ readonly 'requested': boolean;
2441
+ readonly 'requirements': any/*object*/;
2442
+ readonly 'status': io.flow.stripe.v0.enums.CapabilityStatus;
2443
+ readonly 'object': string;
2444
+ readonly 'future_requirements': any/*object*/;
2445
+ readonly 'requested_at'?: number;
2446
+ }
2447
+
2420
2448
  interface Card {
2421
2449
  readonly 'id': string;
2422
2450
  readonly 'object': string;
@@ -3242,12 +3270,76 @@ declare namespace io.flow.stripe.v0.models {
3242
3270
  readonly 'url': string;
3243
3271
  }
3244
3272
 
3273
+ interface ReportRunParameters {
3274
+ readonly 'interval_start': number;
3275
+ readonly 'interval_end': number;
3276
+ readonly 'columns'?: string[];
3277
+ readonly 'payout'?: string;
3278
+ readonly 'connected_account'?: string;
3279
+ readonly 'reporting_category'?: string;
3280
+ }
3281
+
3282
+ interface ReportingReportRun {
3283
+ readonly 'id': string;
3284
+ readonly 'object': string;
3285
+ readonly 'created': number;
3286
+ readonly 'error'?: string;
3287
+ readonly 'livemode': boolean;
3288
+ readonly 'status': io.flow.stripe.v0.enums.ReportingReportRunStatus;
3289
+ readonly 'result'?: io.flow.stripe.v0.models.ReportingReportRunResult;
3290
+ readonly 'succeeded_at'?: number;
3291
+ }
3292
+
3293
+ interface ReportingReportRunForm {
3294
+ readonly 'report_type': io.flow.stripe.v0.enums.ReportingReportType;
3295
+ readonly 'parameters': io.flow.stripe.v0.models.ReportRunParameters;
3296
+ }
3297
+
3298
+ interface ReportingReportRunResult {
3299
+ readonly 'id': string;
3300
+ readonly 'object': string;
3301
+ readonly 'created': number;
3302
+ readonly 'expires_at': number;
3303
+ readonly 'filename': string;
3304
+ readonly 'links': any/*object*/;
3305
+ readonly 'purpose': string;
3306
+ readonly 'size': number;
3307
+ readonly 'title': string;
3308
+ readonly 'type': string;
3309
+ readonly 'url': string;
3310
+ }
3311
+
3312
+ interface ReportingReportRuns {
3313
+ readonly 'object': string;
3314
+ readonly 'data': io.flow.stripe.v0.models.ReportingReportRun[];
3315
+ readonly 'has_more': boolean;
3316
+ readonly 'url'?: string;
3317
+ }
3318
+
3245
3319
  interface Shipping {
3246
3320
  readonly 'address': io.flow.stripe.v0.models.Address;
3247
3321
  readonly 'name'?: string;
3248
3322
  readonly 'phone'?: string;
3249
3323
  }
3250
3324
 
3325
+ interface ShopifyPaymentStripeEvent {
3326
+ readonly 'id': string;
3327
+ readonly 'api_version'?: string;
3328
+ readonly 'data': io.flow.stripe.v0.models.ShopifyPaymentStripeEventData;
3329
+ readonly 'request'?: any/*object*/;
3330
+ readonly 'type': io.flow.stripe.v0.enums.ShopifyPaymentStripeEventType;
3331
+ readonly 'object': string;
3332
+ readonly 'account'?: string;
3333
+ readonly 'created': number;
3334
+ readonly 'livemode': boolean;
3335
+ readonly 'pending_webhooks': number;
3336
+ }
3337
+
3338
+ interface ShopifyPaymentStripeEventData {
3339
+ readonly 'object'?: any/*object*/;
3340
+ readonly 'previous_attributes'?: any/*object*/;
3341
+ }
3342
+
3251
3343
  interface Source {
3252
3344
  readonly 'id': string;
3253
3345
  readonly 'object': string;
@@ -3601,6 +3693,8 @@ declare namespace io.flow.customer.v0.models {
3601
3693
  declare namespace io.flow.label.v0.enums {
3602
3694
  type CostEstimateSource = 'flow' | 'channel';
3603
3695
  type Direction = 'outbound' | 'return';
3696
+ type EstimateOrigin = 'Shopify' | 'GlobalE' | 'Aftership' | 'Carrier';
3697
+ type EstimateType = 'Estimated' | 'Final';
3604
3698
  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';
3605
3699
  type LabelTriggerMethod = 'autogenerated' | 'on_demand';
3606
3700
  type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
@@ -3676,6 +3770,15 @@ declare namespace io.flow.label.v0.models {
3676
3770
  readonly 'shipment_recipient'?: io.flow.label.v0.enums.ShipmentRecipient;
3677
3771
  }
3678
3772
 
3773
+ interface Estimate {
3774
+ readonly 'id': string;
3775
+ readonly 'organization_id': string;
3776
+ readonly 'label_id': string;
3777
+ readonly 'estimate': io.flow.label.v0.models.ShippingLabelHopSummary;
3778
+ readonly 'type': io.flow.label.v0.enums.EstimateType;
3779
+ readonly 'origin'?: io.flow.label.v0.enums.EstimateOrigin;
3780
+ }
3781
+
3679
3782
  interface LabelOrderSummary {
3680
3783
  readonly 'id': string;
3681
3784
  readonly 'number': string;
@@ -4311,7 +4414,7 @@ declare namespace io.flow.external.paypal.v1.models {
4311
4414
  readonly 'transaction_updated_date': string;
4312
4415
  readonly 'transaction_status': io.flow.external.paypal.v1.enums.ReportingTransactionStatus;
4313
4416
  readonly 'transaction_subject'?: string;
4314
- readonly 'invoice_id': string;
4417
+ readonly 'invoice_id'?: string;
4315
4418
  readonly 'custom_field'?: string;
4316
4419
  readonly 'protection_eligibility'?: string;
4317
4420
  readonly 'instrument_type'?: string;
@@ -5532,8 +5635,21 @@ declare namespace io.flow.shopify.external.v0.models {
5532
5635
  }
5533
5636
 
5534
5637
  interface GraphqlMetafield {
5638
+ readonly 'id': string;
5535
5639
  readonly 'key': string;
5536
5640
  readonly 'value': string;
5641
+ readonly 'type'?: string;
5642
+ }
5643
+
5644
+ interface GraphqlMetaobject {
5645
+ readonly 'id': string;
5646
+ readonly 'displayName': string;
5647
+ readonly 'fields': io.flow.shopify.external.v0.models.GraphqlMetaobjectField[];
5648
+ }
5649
+
5650
+ interface GraphqlMetaobjectField {
5651
+ readonly 'key': string;
5652
+ readonly 'value'?: string;
5537
5653
  }
5538
5654
 
5539
5655
  interface GraphqlOption {
@@ -5709,6 +5825,7 @@ declare namespace io.flow.shopify.external.v0.models {
5709
5825
  readonly 'updated_at': string;
5710
5826
  readonly 'has_variants_that_requires_components'?: boolean;
5711
5827
  readonly 'category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
5828
+ readonly 'metafields'?: io.flow.shopify.external.v0.models.ProductMetafield[];
5712
5829
  }
5713
5830
 
5714
5831
  interface ProductDelete {
@@ -5726,6 +5843,17 @@ declare namespace io.flow.shopify.external.v0.models {
5726
5843
  readonly 'alt'?: string;
5727
5844
  }
5728
5845
 
5846
+ interface ProductMetafield {
5847
+ readonly 'id': number;
5848
+ readonly 'namespace': string;
5849
+ readonly 'key': string;
5850
+ readonly 'value': string;
5851
+ readonly 'created_at': string;
5852
+ readonly 'updated_at': string;
5853
+ readonly 'type': string;
5854
+ readonly 'admin_graphql_api_id': string;
5855
+ }
5856
+
5729
5857
  interface ProductVariant {
5730
5858
  readonly 'id': number;
5731
5859
  readonly 'sku'?: string;
@@ -8253,6 +8381,7 @@ declare namespace io.flow.experience.v0.enums {
8253
8381
  type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
8254
8382
  type IncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
8255
8383
  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';
8384
+ type OrderPaymentSourceType = 'globale' | 'third_party';
8256
8385
  type OrderPaymentType = 'card' | 'online' | 'credit' | 'external' | 'subsidized' | 'installment_plan' | 'cash_on_delivery';
8257
8386
  type OrderRefundSummaryIncludes = 'duties' | 'vat' | 'shipping';
8258
8387
  type OrderRefundSummaryPartialCharged = 'per_item' | 'for_order' | 'by_value_percentage' | 'by_quantity_percentage';
@@ -8874,6 +9003,7 @@ declare namespace io.flow.experience.v0.models {
8874
9003
  readonly 'device_details'?: io.flow.payment.v0.unions.DeviceDetails;
8875
9004
  readonly 'destination_contact_details'?: io.flow.experience.v0.models.DestinationContactDetail[];
8876
9005
  readonly 'incoterm_summary'?: io.flow.experience.v0.models.IncotermSummary;
9006
+ readonly 'payment_source'?: io.flow.experience.v0.enums.OrderPaymentSourceType;
8877
9007
  }
8878
9008
 
8879
9009
  interface OrderAddress {
@@ -8963,6 +9093,7 @@ declare namespace io.flow.experience.v0.models {
8963
9093
  readonly 'authorization_keys'?: string[];
8964
9094
  readonly 'options'?: io.flow.experience.v0.models.OrderOptions;
8965
9095
  readonly 'device_details'?: io.flow.payment.v0.unions.DeviceDetails;
9096
+ readonly 'payment_source'?: io.flow.experience.v0.enums.OrderPaymentSourceType;
8966
9097
  }
8967
9098
 
8968
9099
  interface OrderGeo {
@@ -9074,6 +9205,7 @@ declare namespace io.flow.experience.v0.models {
9074
9205
  readonly 'authorization_keys'?: string[];
9075
9206
  readonly 'options'?: io.flow.experience.v0.models.OrderOptions;
9076
9207
  readonly 'device_details'?: io.flow.payment.v0.unions.DeviceDetails;
9208
+ readonly 'payment_source'?: io.flow.experience.v0.enums.OrderPaymentSourceType;
9077
9209
  }
9078
9210
 
9079
9211
  interface OrderReference {
@@ -10509,7 +10641,7 @@ declare namespace io.flow.product.v0.models {
10509
10641
 
10510
10642
  declare namespace io.flow.tracking.v0.enums {
10511
10643
  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';
10512
- type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired';
10644
+ type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
10513
10645
  }
10514
10646
 
10515
10647
  declare namespace io.flow.tracking.v0.models {
@@ -11450,7 +11582,7 @@ declare namespace io.flow.billing.v0.enums {
11450
11582
  type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
11451
11583
  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';
11452
11584
  type StatementAttachmentType = 'csv';
11453
- 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';
11585
+ 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';
11454
11586
  type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
11455
11587
  type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
11456
11588
  }
@@ -13076,53 +13208,6 @@ declare namespace io.flow.merchant.of.record.v0.enums {
13076
13208
  type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
13077
13209
  }
13078
13210
 
13079
- declare namespace io.flow.checkout.v0.models {
13080
- interface CheckoutToken {
13081
- readonly 'id': string;
13082
- readonly 'organization': io.flow.common.v0.models.OrganizationReference;
13083
- readonly 'checkout': io.flow.common.v0.models.CheckoutReference;
13084
- readonly 'order': io.flow.experience.v0.models.OrderNumberReference;
13085
- readonly 'urls': io.flow.checkout.v0.models.CheckoutUrls;
13086
- readonly 'expires_at': string;
13087
- readonly 'session': io.flow.common.v0.models.SessionReference;
13088
- readonly 'customer'?: io.flow.common.v0.models.CustomerReference;
13089
- }
13090
-
13091
- interface CheckoutTokenOrderForm {
13092
- readonly 'discriminator': 'checkout_token_order_form';
13093
- readonly 'order_form': io.flow.experience.v0.models.OrderForm;
13094
- readonly 'customer'?: io.flow.customer.v0.models.CustomerForm;
13095
- readonly 'address_book'?: io.flow.customer.v0.models.CustomerAddressBookForm;
13096
- readonly 'payment_sources'?: io.flow.payment.v0.unions.PaymentSourceForm[];
13097
- readonly 'session_id': string;
13098
- readonly 'urls'?: io.flow.checkout.v0.models.CheckoutUrlsForm;
13099
- readonly 'identifiers'?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
13100
- }
13101
-
13102
- interface CheckoutTokenReferenceForm {
13103
- readonly 'discriminator': 'checkout_token_reference_form';
13104
- readonly 'order_number': string;
13105
- readonly 'session_id': string;
13106
- readonly 'urls': io.flow.checkout.v0.models.CheckoutUrlsForm;
13107
- }
13108
-
13109
- interface CheckoutUrls {
13110
- readonly 'continue_shopping'?: string;
13111
- readonly 'confirmation'?: string;
13112
- readonly 'invalid_checkout'?: string;
13113
- }
13114
-
13115
- interface CheckoutUrlsForm {
13116
- readonly 'continue_shopping'?: string;
13117
- readonly 'confirmation'?: string;
13118
- readonly 'invalid_checkout'?: string;
13119
- }
13120
- }
13121
-
13122
- declare namespace io.flow.checkout.v0.unions {
13123
- type CheckoutTokenForm = (io.flow.checkout.v0.models.CheckoutTokenOrderForm | io.flow.checkout.v0.models.CheckoutTokenReferenceForm);
13124
- }
13125
-
13126
13211
  declare namespace io.flow.organization.onboarding.state.v0.enums {
13127
13212
  type MerchantDisabledReason = 'merchant_deactivated' | 'merchant_rejected';
13128
13213
  type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
@@ -13250,21 +13335,22 @@ declare namespace io.flow.fraud.v0.unions {
13250
13335
 
13251
13336
  declare namespace io.flow.sellability.v0.enums {
13252
13337
  type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
13338
+ type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category';
13253
13339
  }
13254
13340
 
13255
13341
  declare namespace io.flow.sellability.v0.models {
13256
13342
  interface ProductSellability {
13257
- readonly 'organization_id': string;
13343
+ readonly 'shop_id': string;
13258
13344
  readonly 'product_id'?: string;
13259
- readonly 'product_correlation_id': string;
13345
+ readonly 'request_id': string;
13346
+ readonly 'hs6_code': string;
13260
13347
  readonly 'restricted_regions': io.flow.sellability.v0.models.SellablilityRegionResult[];
13261
- readonly 'in_review_regions': io.flow.sellability.v0.models.SellablilityRegionResult[];
13262
13348
  }
13263
13349
 
13264
13350
  interface ProductSellabilityForm {
13265
- readonly 'organization_id': string;
13351
+ readonly 'shop_id': string;
13266
13352
  readonly 'product_id'?: string;
13267
- readonly 'product_correlation_id': string;
13353
+ readonly 'request_id': string;
13268
13354
  readonly 'name': string;
13269
13355
  readonly 'price': io.flow.sellability.v0.models.ProductSellabilityPrice;
13270
13356
  readonly 'description': string;
@@ -13276,6 +13362,11 @@ declare namespace io.flow.sellability.v0.models {
13276
13362
  readonly 'amount': number;
13277
13363
  }
13278
13364
 
13365
+ interface SellabilityError {
13366
+ readonly 'code': io.flow.sellability.v0.enums.SellabilityErrorCode;
13367
+ readonly 'messages': string[];
13368
+ }
13369
+
13279
13370
  interface SellablilityRegionResult {
13280
13371
  readonly 'type': io.flow.sellability.v0.enums.RuleEffectType;
13281
13372
  readonly 'regions': string[];
@@ -13597,8 +13688,7 @@ declare namespace io.flow.internal.v0.enums {
13597
13688
  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';
13598
13689
  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';
13599
13690
  type BillingTransactionStatus = 'pending_proof' | 'posted';
13600
- 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';
13601
- type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
13691
+ 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';
13602
13692
  type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
13603
13693
  type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
13604
13694
  type CarrierChargeType = 'label' | 'tax' | 'other';
@@ -13649,7 +13739,7 @@ declare namespace io.flow.internal.v0.enums {
13649
13739
  type DisputeLiability = 'flow' | 'organization';
13650
13740
  type DisputeProcessor = 'adyen' | 'paypal' | 'stripe';
13651
13741
  type DisputeReportingCategory = 'charge_issues' | 'delivery' | 'fraud' | 'general' | 'product' | 'returns';
13652
- type DisputeStatus = 'pending' | 'won' | 'lost' | 'expired';
13742
+ type DisputeStatus = 'pending' | 'won' | 'lost' | 'refunded' | 'expired';
13653
13743
  type DisputeTransactionType = 'adjustment' | 'dispute';
13654
13744
  type DisputeType = 'chargeback';
13655
13745
  type DutyCompoundExpressionType = 'sum' | 'max' | 'min';
@@ -13661,7 +13751,7 @@ declare namespace io.flow.internal.v0.enums {
13661
13751
  type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
13662
13752
  type EmptyAttribute = 'irrelevant';
13663
13753
  type ErpFileType = 'vendor';
13664
- 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';
13754
+ 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';
13665
13755
  type ExperienceImportType = 'experience_with_settings';
13666
13756
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
13667
13757
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -13691,8 +13781,9 @@ declare namespace io.flow.internal.v0.enums {
13691
13781
  type LabelBillingStrategy = 'quote' | 'carrier';
13692
13782
  type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
13693
13783
  type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
13784
+ type LabelEventMedium = 'webhook' | 'pull' | 'post';
13694
13785
  type LabelEventSource = 'aftership' | 'carrier' | 'flow';
13695
- type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system';
13786
+ type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system' | 'carrier';
13696
13787
  type LabelRequestResultOrganizationType = 'all' | 'legacy_production' | 'managed_markets_production' | 'sandbox';
13697
13788
  type LabelRequestResultState = 'success' | 'failure';
13698
13789
  type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
@@ -13701,16 +13792,6 @@ declare namespace io.flow.internal.v0.enums {
13701
13792
  type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
13702
13793
  type ManualReviewRuleStatus = 'active' | 'archived';
13703
13794
  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';
13704
- type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
13705
- type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
13706
- type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
13707
- type MarketingGatewayErrorCode = 'generic_error' | 'google_api_error' | 'facebook_api_error' | 'invalid_oauth_token_error';
13708
- type MarketingGatewayFacebookTokenStatus = 'unknown' | 'active' | 'expired';
13709
- type MarketingGatewayFeedDownloadFormat = 'tsv' | 'csv' | 'txt';
13710
- type MarketingGatewayFeedState = 'initialized' | 'generated' | 'in_review' | 'rejected' | 'active';
13711
- type MarketingGatewayPlatform = 'google' | 'facebook' | 'adroll' | 'aliexpress' | 'amazon' | 'bing' | 'criteo' | 'fruugo' | 'pinterest' | 'rakuten_japan' | 'wish' | 'snapchat' | 'stylight';
13712
- type MarketingGatewayProductStatus = 'approved' | 'not_approved' | 'pending' | 'not_found' | 'excluded';
13713
- type MarketingGatewaySchemaCompatibility = 'google' | 'facebook_primary' | 'facebook_country_override' | 'supplemental';
13714
13795
  type MixedBagWeight = '0' | '1' | '2';
13715
13796
  type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
13716
13797
  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';
@@ -13738,6 +13819,7 @@ declare namespace io.flow.internal.v0.enums {
13738
13819
  type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
13739
13820
  type OutputStyle = 'flow' | 'shopify_p1';
13740
13821
  type Owner = 'flow' | 'organization';
13822
+ type PaymentShortUrlDiscriminator = 'adyen_3ds2';
13741
13823
  type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
13742
13824
  type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
13743
13825
  type PaymentTerm = 'net7' | 'net15' | 'net30';
@@ -13751,7 +13833,6 @@ declare namespace io.flow.internal.v0.enums {
13751
13833
  type PromptCheckoutDisplayPosition = 'email' | 'submission';
13752
13834
  type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
13753
13835
  type PromptTarget = 'browse' | 'checkout';
13754
- type QuoteRequestType = 'generate' | 'delete' | 'update_currency_rate' | 'update_country';
13755
13836
  type RateLevelKey = 'shopify_small_usa' | 'shopify_medium_usa' | 'shopify_enterprise_usa' | 'shopify_small_sdc_usa';
13756
13837
  type RateSource = 'calculated' | 'market';
13757
13838
  type ReboundConfigurationStatus = 'active' | 'inactive';
@@ -13780,6 +13861,7 @@ declare namespace io.flow.internal.v0.enums {
13780
13861
  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';
13781
13862
  type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
13782
13863
  type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
13864
+ type ShopifyPlanType = 'standard' | 'shopify_plus';
13783
13865
  type ShopifyPromotionBehavior = 'disable_discount_codes';
13784
13866
  type ShopifyPromotionOfferAllocationMethod = 'each' | 'across';
13785
13867
  type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
@@ -15097,52 +15179,6 @@ declare namespace io.flow.internal.v0.models {
15097
15179
  readonly 'status': string;
15098
15180
  }
15099
15181
 
15100
- interface BrowserBundle {
15101
- readonly 'country_picker': io.flow.internal.v0.models.CountryPickerData;
15102
- readonly 'optins': io.flow.internal.v0.models.OptinPrompt[];
15103
- readonly 'features': io.flow.internal.v0.models.FeatureValueResult;
15104
- readonly 'payment_methods'?: io.flow.internal.v0.models.BrowserBundlePaymentMethods;
15105
- }
15106
-
15107
- interface BrowserBundleCountryPickerForm {
15108
- readonly 'country'?: string;
15109
- readonly 'ip'?: string;
15110
- }
15111
-
15112
- interface BrowserBundleError {
15113
- readonly 'code': io.flow.internal.v0.enums.BrowserBundleErrorCode;
15114
- readonly 'messages': string[];
15115
- }
15116
-
15117
- interface BrowserBundleFeatureForm {
15118
- readonly 'keys': string[];
15119
- readonly 'context': io.flow.internal.v0.models.FeatureContextForm;
15120
- }
15121
-
15122
- interface BrowserBundleForm {
15123
- readonly 'optin'?: io.flow.internal.v0.models.BrowserBundleOptinForm;
15124
- readonly 'country_picker'?: io.flow.internal.v0.models.BrowserBundleCountryPickerForm;
15125
- readonly 'feature'?: io.flow.internal.v0.models.BrowserBundleFeatureForm;
15126
- readonly 'payment_method'?: io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
15127
- }
15128
-
15129
- interface BrowserBundleOptinForm {
15130
- readonly 'country': string;
15131
- }
15132
-
15133
- interface BrowserBundlePaymentMethod {
15134
- readonly 'id': string;
15135
- }
15136
-
15137
- interface BrowserBundlePaymentMethodForm {
15138
- readonly 'experience_key': string;
15139
- readonly 'country': string;
15140
- }
15141
-
15142
- interface BrowserBundlePaymentMethods {
15143
- readonly 'displayed'?: io.flow.internal.v0.models.BrowserBundlePaymentMethod[];
15144
- }
15145
-
15146
15182
  interface BulkClassificationAction {
15147
15183
  readonly 'discriminator': 'bulk';
15148
15184
  readonly 'actions': io.flow.internal.v0.models.SingleClassificationAction[];
@@ -16006,29 +16042,6 @@ declare namespace io.flow.internal.v0.models {
16006
16042
  readonly 'prompt': io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior;
16007
16043
  }
16008
16044
 
16009
- interface CheckoutBundle {
16010
- readonly 'cart'?: io.flow.shopify.v0.models.ShopifyCart;
16011
- readonly 'order': io.flow.experience.v0.models.Order;
16012
- readonly 'order_errors'?: io.flow.experience.v0.models.OrderError[];
16013
- readonly 'checkout'?: io.flow.internal.v0.models.CheckoutContentSummary;
16014
- readonly 'optins': io.flow.internal.v0.models.OptinPrompt[];
16015
- readonly 'destinations': io.flow.reference.v0.models.Country[];
16016
- readonly 'features': io.flow.internal.v0.models.FeatureValueResult;
16017
- readonly 'provinces': io.flow.reference.v0.models.Province[];
16018
- readonly 'checkout_items': io.flow.experience.v0.models.CheckoutItemContent[];
16019
- readonly 'metadata'?: io.flow.internal.v0.models.CheckoutBundleMetadata;
16020
- readonly 'configuration'?: io.flow.internal.v0.models.CheckoutConfiguration;
16021
- readonly 'address_configurations'?: io.flow.experience.v0.models.AddressConfiguration[];
16022
- readonly 'customer'?: io.flow.customer.v0.models.Customer;
16023
- readonly 'address_book'?: io.flow.customer.v0.models.CustomerAddressBook;
16024
- readonly 'payment_sources'?: io.flow.payment.v0.unions.PaymentSource[];
16025
- readonly 'customer_bundle'?: io.flow.customer.v0.models.CustomerBundle;
16026
- }
16027
-
16028
- interface CheckoutBundleMetadata {
16029
- readonly 'organization': io.flow.common.v0.models.OrganizationSummary;
16030
- }
16031
-
16032
16045
  interface CheckoutConfiguration {
16033
16046
  readonly 'id': string;
16034
16047
  readonly 'behavior': io.flow.internal.v0.models.CheckoutBehavior;
@@ -16092,41 +16105,10 @@ declare namespace io.flow.internal.v0.models {
16092
16105
  readonly 'redirect'?: io.flow.internal.v0.models.CheckoutRedirect;
16093
16106
  }
16094
16107
 
16095
- interface CheckoutFinalizeOrderForm {
16096
- readonly 'expected_order_summary': io.flow.internal.v0.models.ExpectedOrderSummary;
16097
- readonly 'order_put_form': io.flow.experience.v0.models.OrderPutForm;
16098
- }
16099
-
16100
16108
  interface CheckoutMarketingContent {
16101
16109
  readonly 'optins': io.flow.internal.v0.models.Checkbox[];
16102
16110
  }
16103
16111
 
16104
- interface CheckoutOrderForm {
16105
- readonly 'discriminator': 'order';
16106
- readonly 'organization': string;
16107
- readonly 'order': io.flow.experience.v0.models.OrderForm;
16108
- readonly 'customer'?: io.flow.customer.v0.models.CustomerForm;
16109
- readonly 'address_book'?: io.flow.customer.v0.models.CustomerAddressBookForm;
16110
- readonly 'payment_sources'?: io.flow.payment.v0.unions.PaymentSourceForm[];
16111
- readonly 'urls'?: io.flow.checkout.v0.models.CheckoutUrlsForm;
16112
- readonly 'identifiers'?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
16113
- readonly 'feature_keys'?: string[];
16114
- readonly 'order_parameters'?: io.flow.internal.v0.models.OrderParameters;
16115
- }
16116
-
16117
- interface CheckoutOrderNumberForm {
16118
- readonly 'discriminator': 'order_number';
16119
- readonly 'organization': string;
16120
- readonly 'order_number': string;
16121
- readonly 'customer'?: io.flow.customer.v0.models.CustomerForm;
16122
- readonly 'address_book'?: io.flow.customer.v0.models.CustomerAddressBookForm;
16123
- readonly 'payment_sources'?: io.flow.payment.v0.unions.PaymentSourceForm[];
16124
- readonly 'urls'?: io.flow.checkout.v0.models.CheckoutUrlsForm;
16125
- readonly 'identifiers'?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
16126
- readonly 'feature_keys'?: string[];
16127
- readonly 'order_parameters'?: io.flow.internal.v0.models.OrderParameters;
16128
- }
16129
-
16130
16112
  interface CheckoutPayment {
16131
16113
  readonly 'authorizations': io.flow.payment.v0.unions.Authorization[];
16132
16114
  readonly 'sources': io.flow.payment.v0.unions.PaymentSource[];
@@ -16151,15 +16133,6 @@ declare namespace io.flow.internal.v0.models {
16151
16133
  readonly 'body'?: string;
16152
16134
  }
16153
16135
 
16154
- interface CheckoutReferenceForm {
16155
- readonly 'order_number': string;
16156
- readonly 'order_form': io.flow.experience.v0.models.OrderPutForm;
16157
- readonly 'order_geo': io.flow.experience.v0.models.OrderGeo;
16158
- readonly 'session_id': string;
16159
- readonly 'urls'?: io.flow.checkout.v0.models.CheckoutUrlsForm;
16160
- readonly 'identifiers'?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
16161
- }
16162
-
16163
16136
  interface CheckoutSettings {
16164
16137
  readonly 'session_persistence_timeout'?: io.flow.common.v0.models.Duration;
16165
16138
  readonly 'session_persistence_attribute_keys'?: string[];
@@ -16168,35 +16141,6 @@ declare namespace io.flow.internal.v0.models {
16168
16141
  readonly 'assets'?: io.flow.internal.v0.models.CheckoutAsset[];
16169
16142
  }
16170
16143
 
16171
- interface CheckoutSourceOrderForm {
16172
- readonly 'source_order_number': string;
16173
- readonly 'feature_q'?: string;
16174
- }
16175
-
16176
- interface CheckoutSubmission {
16177
- readonly 'builder': io.flow.experience.v0.models.OrderBuilder;
16178
- readonly 'action'?: io.flow.payment.v0.unions.AuthorizationResultAction;
16179
- }
16180
-
16181
- interface CheckoutSubmissionForm {
16182
- readonly 'authorization_form'?: io.flow.payment.v0.unions.AuthorizationForm;
16183
- readonly 'expected_order_summary'?: io.flow.internal.v0.models.ExpectedOrderSummary;
16184
- readonly 'feature_keys'?: string[];
16185
- }
16186
-
16187
- interface CheckoutSubmitOrderBundle {
16188
- readonly 'discriminator': 'checkout_submit_order_bundle';
16189
- readonly 'order'?: io.flow.experience.v0.models.Order;
16190
- readonly 'redirect'?: io.flow.payment.v0.unions.AuthorizationResultAction;
16191
- readonly 'errors'?: io.flow.experience.v0.models.OrderError[];
16192
- }
16193
-
16194
- interface CheckoutSubmitOrderForm {
16195
- readonly 'discriminator': 'checkout_submit_order_form';
16196
- readonly 'authorization_form'?: io.flow.payment.v0.unions.AuthorizationForm;
16197
- readonly 'expected_order_summary'?: io.flow.internal.v0.models.ExpectedOrderSummary;
16198
- }
16199
-
16200
16144
  interface CheckoutUrl {
16201
16145
  readonly 'url': string;
16202
16146
  readonly 'type': io.flow.internal.v0.enums.CheckoutUrlType;
@@ -17574,10 +17518,6 @@ declare namespace io.flow.internal.v0.models {
17574
17518
  readonly 'exclusion_rule': io.flow.catalog.exclusion.v0.models.ExclusionRule;
17575
17519
  }
17576
17520
 
17577
- interface ExpectedOrderSummary {
17578
- readonly 'total'?: io.flow.common.v0.models.Money;
17579
- }
17580
-
17581
17521
  interface ExperienceExportRequest {
17582
17522
  readonly 'discriminator': 'experience_export_request';
17583
17523
  readonly 'event_id': string;
@@ -17679,6 +17619,8 @@ declare namespace io.flow.internal.v0.models {
17679
17619
  readonly 'raw_carrier_event_code'?: string;
17680
17620
  readonly 'aggregator_status_code'?: string;
17681
17621
  readonly 'created_at'?: string;
17622
+ readonly 'source'?: io.flow.internal.v0.enums.LabelEventSource;
17623
+ readonly 'medium'?: io.flow.internal.v0.enums.LabelEventMedium;
17682
17624
  }
17683
17625
 
17684
17626
  interface ExternalFulfillmentProof {
@@ -17832,31 +17774,6 @@ declare namespace io.flow.internal.v0.models {
17832
17774
  readonly 'description'?: string;
17833
17775
  }
17834
17776
 
17835
- interface FeedDeleted {
17836
- readonly 'discriminator': 'feed_deleted';
17837
- readonly 'event_id': string;
17838
- readonly 'timestamp': string;
17839
- readonly 'organization_id': string;
17840
- readonly 'feed': io.flow.internal.v0.models.MarketingGatewayFeed;
17841
- }
17842
-
17843
- interface FeedUpserted {
17844
- readonly 'discriminator': 'feed_upserted';
17845
- readonly 'event_id': string;
17846
- readonly 'timestamp': string;
17847
- readonly 'organization_id': string;
17848
- readonly 'feed': io.flow.internal.v0.models.MarketingGatewayFeed;
17849
- }
17850
-
17851
- interface FeedsExport {
17852
- readonly 'discriminator': 'feeds_export';
17853
- readonly 'event_id': string;
17854
- readonly 'timestamp': string;
17855
- readonly 'organization': string;
17856
- readonly 'export_id': string;
17857
- readonly 'feed_ids': string[];
17858
- }
17859
-
17860
17777
  interface Fees {
17861
17778
  readonly 'processing'?: io.flow.internal.v0.models.Fee;
17862
17779
  readonly 'rate_lock': io.flow.internal.v0.models.Fee;
@@ -17867,29 +17784,6 @@ declare namespace io.flow.internal.v0.models {
17867
17784
  readonly 'negative_balance'?: io.flow.internal.v0.models.Fee;
17868
17785
  }
17869
17786
 
17870
- interface FinalEstimate {
17871
- readonly 'id': string;
17872
- readonly 'organization_id': string;
17873
- readonly 'label_id': string;
17874
- readonly 'estimate': io.flow.label.v0.models.ShippingLabelHopSummary;
17875
- }
17876
-
17877
- interface FinalEstimateDeleted {
17878
- readonly 'discriminator': 'final_estimate_deleted';
17879
- readonly 'event_id': string;
17880
- readonly 'timestamp': string;
17881
- readonly 'organization': string;
17882
- readonly 'id': string;
17883
- }
17884
-
17885
- interface FinalEstimateUpserted {
17886
- readonly 'discriminator': 'final_estimate_upserted';
17887
- readonly 'event_id': string;
17888
- readonly 'timestamp': string;
17889
- readonly 'organization': string;
17890
- readonly 'final_estimate': io.flow.internal.v0.models.FinalEstimate;
17891
- }
17892
-
17893
17787
  interface FinanceBankAccount {
17894
17788
  readonly 'id': string;
17895
17789
  readonly 'accounts': io.flow.internal.v0.models.AccountSummary[];
@@ -18482,11 +18376,6 @@ declare namespace io.flow.internal.v0.models {
18482
18376
  readonly 'fulfillment_fallbacks': io.flow.internal.v0.models.FulfillmentFallbacks;
18483
18377
  }
18484
18378
 
18485
- interface FulfillmentInternalExperienceReference {
18486
- readonly 'id': string;
18487
- readonly 'key': string;
18488
- }
18489
-
18490
18379
  interface FulfillmentOrigin {
18491
18380
  readonly 'country': string;
18492
18381
  readonly 'province_code'?: string;
@@ -18773,20 +18662,6 @@ declare namespace io.flow.internal.v0.models {
18773
18662
  readonly 'hs6_description'?: string;
18774
18663
  }
18775
18664
 
18776
- interface HarmonizationItemClassificationDeleted {
18777
- readonly 'discriminator': 'harmonization_item_classification_deleted';
18778
- readonly 'event_id': string;
18779
- readonly 'timestamp': string;
18780
- readonly 'harmonization_item_classification': io.flow.internal.v0.models.HarmonizationItemClassification;
18781
- }
18782
-
18783
- interface HarmonizationItemClassificationUpserted {
18784
- readonly 'discriminator': 'harmonization_item_classification_upserted';
18785
- readonly 'event_id': string;
18786
- readonly 'timestamp': string;
18787
- readonly 'harmonization_item_classification': io.flow.internal.v0.models.HarmonizationItemClassification;
18788
- }
18789
-
18790
18665
  interface HarmonizationItemSummary {
18791
18666
  readonly 'number': string;
18792
18667
  readonly 'product_id'?: string;
@@ -18995,10 +18870,6 @@ declare namespace io.flow.internal.v0.models {
18995
18870
  readonly 'network_details'?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
18996
18871
  }
18997
18872
 
18998
- interface InvalidCheckoutData {
18999
- readonly 'order': io.flow.experience.v0.models.OrderPutForm;
19000
- }
19001
-
19002
18873
  interface Invariant {
19003
18874
  readonly 'name': string;
19004
18875
  readonly 'count': number;
@@ -19101,18 +18972,6 @@ declare namespace io.flow.internal.v0.models {
19101
18972
  readonly 'model_id': string;
19102
18973
  }
19103
18974
 
19104
- interface ItemClassificationCreated {
19105
- readonly 'discriminator': 'item_classification_created';
19106
- readonly 'event_id': string;
19107
- readonly 'timestamp': string;
19108
- readonly 'organization': string;
19109
- readonly 'item_number': string;
19110
- readonly 'model_id': string;
19111
- readonly 'labels_prediction': io.flow.internal.v0.models.LabelsPrediction;
19112
- readonly 'action': io.flow.internal.v0.enums.SuggestionAction;
19113
- readonly 'prediction_score'?: number;
19114
- }
19115
-
19116
18975
  interface ItemClassificationForm {
19117
18976
  readonly 'organization': string;
19118
18977
  readonly 'uid': string;
@@ -19830,22 +19689,6 @@ declare namespace io.flow.internal.v0.models {
19830
19689
  readonly 'source_localization_id': string;
19831
19690
  }
19832
19691
 
19833
- interface LocalizedItemDeleted {
19834
- readonly 'discriminator': 'localized_item_deleted';
19835
- readonly 'event_id': string;
19836
- readonly 'timestamp': string;
19837
- readonly 'organization': string;
19838
- readonly 'number': string;
19839
- }
19840
-
19841
- interface LocalizedItemDeletedV2 {
19842
- readonly 'discriminator': 'localized_item_deleted_v2';
19843
- readonly 'event_id': string;
19844
- readonly 'timestamp': string;
19845
- readonly 'organization': string;
19846
- readonly 'id': string;
19847
- }
19848
-
19849
19692
  interface LocalizedItemPricesExportRequest {
19850
19693
  readonly 'discriminator': 'localized_item_prices_export_request';
19851
19694
  readonly 'event_id': string;
@@ -19855,41 +19698,10 @@ declare namespace io.flow.internal.v0.models {
19855
19698
  readonly 'since'?: string;
19856
19699
  }
19857
19700
 
19858
- interface LocalizedItemSnapshot {
19859
- readonly 'discriminator': 'localized_item_snapshot';
19860
- readonly 'event_id': string;
19861
- readonly 'timestamp': string;
19862
- readonly 'organization': string;
19863
- readonly 'subcatalog_id': string;
19864
- readonly 'url': string;
19865
- }
19866
-
19867
- interface LocalizedItemUpsertedV2 {
19868
- readonly 'discriminator': 'localized_item_upserted_v2';
19869
- readonly 'event_id': string;
19870
- readonly 'timestamp': string;
19871
- readonly 'organization': string;
19872
- readonly 'id': string;
19873
- readonly 'item': io.flow.catalog.v0.models.Item;
19874
- readonly 'item_schedule'?: io.flow.price.v0.models.PriceBookItemSchedule;
19875
- }
19876
-
19877
- interface LocalizedItemsExportSettings {
19878
- readonly 'content_type': io.flow.internal.v0.enums.ExportContentType;
19879
- readonly 'full_export_schedule'?: io.flow.internal.v0.unions.ExportSchedule;
19880
- readonly 'delta_export_schedule'?: io.flow.internal.v0.unions.ExportSchedule;
19881
- }
19882
-
19883
- interface LocalizedPriceBookItem {
19884
- readonly 'id': string;
19885
- readonly 'item_id': string;
19886
- readonly 'item_number': string;
19887
- readonly 'attributes': Record<string, string>;
19888
- readonly 'local'?: io.flow.catalog.v0.models.Local;
19889
- readonly 'price_book_item_id': string;
19890
- readonly 'price_book_key': string;
19891
- readonly 'price_book_item_price': io.flow.common.v0.models.Price;
19892
- readonly 'schedule': io.flow.price.v0.models.PriceBookItemSchedule;
19701
+ interface LocalizedItemsExportSettings {
19702
+ readonly 'content_type': io.flow.internal.v0.enums.ExportContentType;
19703
+ readonly 'full_export_schedule'?: io.flow.internal.v0.unions.ExportSchedule;
19704
+ readonly 'delta_export_schedule'?: io.flow.internal.v0.unions.ExportSchedule;
19893
19705
  }
19894
19706
 
19895
19707
  interface LocalizedPriceBookItemData {
@@ -19904,22 +19716,6 @@ declare namespace io.flow.internal.v0.models {
19904
19716
  readonly 'price_end_date'?: string;
19905
19717
  }
19906
19718
 
19907
- interface LocalizedPriceBookItemDeleted {
19908
- readonly 'discriminator': 'localized_price_book_item_deleted';
19909
- readonly 'event_id': string;
19910
- readonly 'timestamp': string;
19911
- readonly 'organization': string;
19912
- readonly 'id': string;
19913
- }
19914
-
19915
- interface LocalizedPriceBookItemUpserted {
19916
- readonly 'discriminator': 'localized_price_book_item_upserted';
19917
- readonly 'event_id': string;
19918
- readonly 'timestamp': string;
19919
- readonly 'organization': string;
19920
- readonly 'item': io.flow.internal.v0.models.LocalizedPriceBookItem;
19921
- }
19922
-
19923
19719
  interface Location {
19924
19720
  readonly 'type': io.flow.internal.v0.enums.ContentType;
19925
19721
  readonly 'url': string;
@@ -20112,261 +19908,6 @@ declare namespace io.flow.internal.v0.models {
20112
19908
  readonly 'shipping': boolean;
20113
19909
  }
20114
19910
 
20115
- interface MarketingGatewayChannel {
20116
- readonly 'id': string;
20117
- readonly 'platform': io.flow.internal.v0.enums.MarketingGatewayPlatform;
20118
- readonly 'integration_type': io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType;
20119
- readonly 'status': io.flow.internal.v0.enums.MarketingGatewayChannelStatus;
20120
- readonly 'details'?: io.flow.internal.v0.unions.MarketingGatewayChannelDetails;
20121
- readonly 'error'?: io.flow.internal.v0.models.MarketingGatewayError;
20122
- }
20123
-
20124
- interface MarketingGatewayChannelConnectionForm {
20125
- readonly 'default_feed_source'?: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
20126
- }
20127
-
20128
- interface MarketingGatewayChannelForm {
20129
- readonly 'platform': io.flow.internal.v0.enums.MarketingGatewayPlatform;
20130
- readonly 'account_id': number;
20131
- }
20132
-
20133
- interface MarketingGatewayChannelSourceSummary {
20134
- readonly 'channel': io.flow.internal.v0.enums.MarketingGatewayPlatform;
20135
- readonly 'platform': io.flow.internal.v0.enums.MarketingGatewayPlatform;
20136
- readonly 'source': io.flow.internal.v0.unions.MarketingGatewaySourceSummary;
20137
- }
20138
-
20139
- interface MarketingGatewayDistributionChannelFacebook {
20140
- readonly 'discriminator': 'marketing_gateway_distribution_channel_facebook';
20141
- readonly 'catalog_id': number;
20142
- }
20143
-
20144
- interface MarketingGatewayDistributionChannelGoogle {
20145
- readonly 'discriminator': 'marketing_gateway_distribution_channel_google';
20146
- readonly 'account_id': number;
20147
- }
20148
-
20149
- interface MarketingGatewayError {
20150
- readonly 'code': io.flow.internal.v0.enums.MarketingGatewayErrorCode;
20151
- readonly 'messages': string[];
20152
- }
20153
-
20154
- interface MarketingGatewayFacebookBusiness {
20155
- readonly 'business_id': number;
20156
- readonly 'name': string;
20157
- }
20158
-
20159
- interface MarketingGatewayFacebookBusinessSummary {
20160
- readonly 'business_id': number;
20161
- readonly 'name': string;
20162
- }
20163
-
20164
- interface MarketingGatewayFacebookCatalogForm {
20165
- readonly 'catalog_id': number;
20166
- }
20167
-
20168
- interface MarketingGatewayFacebookCatalogSummary {
20169
- readonly 'catalog_id': number;
20170
- readonly 'name': string;
20171
- readonly 'item_count': number;
20172
- }
20173
-
20174
- interface MarketingGatewayFacebookChannelDetails {
20175
- readonly 'discriminator': 'marketing_gateway_facebook_channel_details';
20176
- readonly 'catalog_id': number;
20177
- readonly 'catalog_name'?: string;
20178
- readonly 'business_name'?: string;
20179
- readonly 'datasources'?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
20180
- readonly 'localized_feed_count'?: number;
20181
- readonly 'connected_at'?: string;
20182
- readonly 'token_summary'?: io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary;
20183
- }
20184
-
20185
- interface MarketingGatewayFacebookConnection {
20186
- readonly 'organization_id': string;
20187
- readonly 'businesses': io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary[];
20188
- }
20189
-
20190
- interface MarketingGatewayFacebookConnectionAccessTokenSummary {
20191
- readonly 'catalog_id'?: number;
20192
- readonly 'created_at'?: number;
20193
- readonly 'expires_at'?: number;
20194
- readonly 'user_id': string;
20195
- readonly 'user_email'?: string;
20196
- readonly 'token_status': io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus;
20197
- }
20198
-
20199
- interface MarketingGatewayFacebookConnectionDeauth {
20200
- readonly 'user_id': number;
20201
- }
20202
-
20203
- interface MarketingGatewayFacebookConnectionForm {
20204
- readonly 'access_token': string;
20205
- }
20206
-
20207
- interface MarketingGatewayFacebookSourceSummary {
20208
- readonly 'discriminator': 'marketing_gateway_facebook_source_summary';
20209
- readonly 'catalog_id': number;
20210
- readonly 'catalog_name': string;
20211
- readonly 'business_name': string;
20212
- readonly 'country': string;
20213
- readonly 'product_count': number;
20214
- }
20215
-
20216
- interface MarketingGatewayFeed {
20217
- readonly 'id': string;
20218
- readonly 'organization': io.flow.common.v0.models.OrganizationSummary;
20219
- readonly 'experience'?: io.flow.common.v0.models.ExperienceSummary;
20220
- readonly 'schema': io.flow.internal.v0.models.MarketingGatewaySchemaSummary;
20221
- readonly 'filter': io.flow.internal.v0.models.MarketingGatewayFilterSummary;
20222
- readonly 'country': string;
20223
- readonly 'currency': string;
20224
- readonly 'language': string;
20225
- readonly 'feed_source': io.flow.internal.v0.unions.MarketingGatewayFeedSource;
20226
- readonly 'feed_state': io.flow.internal.v0.enums.MarketingGatewayFeedState;
20227
- readonly 'tsv_download_url': string;
20228
- readonly 'tsv_channel_download_url'?: string;
20229
- readonly 'created_at': string;
20230
- readonly 'updated_at'?: string;
20231
- readonly 'item_count'?: number;
20232
- readonly 'platform_feed_id'?: string;
20233
- }
20234
-
20235
- interface MarketingGatewayFeedExportForm {
20236
- readonly 'feed_ids': string[];
20237
- readonly 'emails': string[];
20238
- }
20239
-
20240
- interface MarketingGatewayFeedForm {
20241
- readonly 'schema_id': string;
20242
- readonly 'filter_id': string;
20243
- readonly 'country': string;
20244
- readonly 'currency': string;
20245
- readonly 'language': string;
20246
- readonly 'feed_source': io.flow.internal.v0.unions.MarketingGatewayFeedSource;
20247
- readonly 'distribution_channel'?: io.flow.internal.v0.unions.MarketingGatewayDistributionChannel;
20248
- }
20249
-
20250
- interface MarketingGatewayFeedFormRequest {
20251
- readonly 'feed_source': io.flow.internal.v0.unions.MarketingGatewayFeedSource;
20252
- readonly 'channel_id'?: string;
20253
- readonly 'schema_compatibility'?: io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
20254
- }
20255
-
20256
- interface MarketingGatewayFeedSourceFacebook {
20257
- readonly 'discriminator': 'marketing_gateway_feed_source_facebook';
20258
- readonly 'catalog_id': number;
20259
- readonly 'feed_id': number;
20260
- readonly 'name': string;
20261
- readonly 'country': string;
20262
- readonly 'currency': string;
20263
- readonly 'language': string;
20264
- readonly 'item_count'?: number;
20265
- readonly 'last_uploaded_at'?: string;
20266
- readonly 'feed_status'?: io.flow.internal.v0.enums.MarketingGatewayFeedState;
20267
- }
20268
-
20269
- interface MarketingGatewayFeedSourceGoogle {
20270
- readonly 'discriminator': 'marketing_gateway_feed_source_google';
20271
- readonly 'account_id': number;
20272
- readonly 'name': string;
20273
- readonly 'country': string;
20274
- readonly 'currency': string;
20275
- readonly 'language': string;
20276
- readonly 'item_count'?: number;
20277
- readonly 'last_uploaded_at'?: string;
20278
- }
20279
-
20280
- interface MarketingGatewayFilterSummary {
20281
- readonly 'id': string;
20282
- readonly 'name': string;
20283
- }
20284
-
20285
- interface MarketingGatewayFlowSourceSummary {
20286
- readonly 'discriminator': 'marketing_gateway_flow_source_summary';
20287
- readonly 'item_count': number;
20288
- }
20289
-
20290
- interface MarketingGatewayGoogleAccountForm {
20291
- readonly 'account_id': number;
20292
- }
20293
-
20294
- interface MarketingGatewayGoogleAccountSummary {
20295
- readonly 'account_id': number;
20296
- readonly 'id'?: string;
20297
- readonly 'name': string;
20298
- readonly 'website_url': string;
20299
- readonly 'domestic_feeds_count': number;
20300
- }
20301
-
20302
- interface MarketingGatewayGoogleChannelDetails {
20303
- readonly 'discriminator': 'marketing_gateway_google_channel_details';
20304
- readonly 'account_id': number;
20305
- readonly 'account_name'?: string;
20306
- readonly 'datasources'?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
20307
- readonly 'localized_feed_count'?: number;
20308
- readonly 'connected_at'?: string;
20309
- }
20310
-
20311
- interface MarketingGatewayGoogleConnection {
20312
- readonly 'status': io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
20313
- readonly 'accounts'?: io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary[];
20314
- }
20315
-
20316
- interface MarketingGatewayGoogleConnectionForm {
20317
- readonly 'access_token': string;
20318
- readonly 'refresh_token': string;
20319
- }
20320
-
20321
- interface MarketingGatewayGoogleItem {
20322
- readonly 'discriminator': 'marketing_gateway_google_item';
20323
- readonly 'id': string;
20324
- readonly 'title'?: string;
20325
- readonly 'image_link'?: string;
20326
- readonly 'brand'?: string;
20327
- readonly 'google_product_category'?: string;
20328
- readonly 'link'?: string;
20329
- readonly 'price'?: string;
20330
- readonly 'sale_price'?: string;
20331
- readonly 'shipping_price'?: string;
20332
- }
20333
-
20334
- interface MarketingGatewayGoogleSourceSummary {
20335
- readonly 'discriminator': 'marketing_gateway_google_source_summary';
20336
- readonly 'account_id': number;
20337
- readonly 'countries': string[];
20338
- readonly 'product_count': number;
20339
- }
20340
-
20341
- interface MarketingGatewayLocalizedItem {
20342
- readonly 'source': io.flow.internal.v0.unions.MarketingGatewayItem;
20343
- readonly 'localized': io.flow.internal.v0.unions.MarketingGatewayItem;
20344
- }
20345
-
20346
- interface MarketingGatewayNewChannelRequestForm {
20347
- readonly 'requested_by_user_id': string;
20348
- readonly 'channel_name': string;
20349
- }
20350
-
20351
- interface MarketingGatewayProductDatasourceSummary {
20352
- readonly 'name': string;
20353
- readonly 'country'?: string;
20354
- readonly 'product_count'?: number;
20355
- }
20356
-
20357
- interface MarketingGatewaySchemaSummary {
20358
- readonly 'id': string;
20359
- readonly 'name': string;
20360
- readonly 'schema_compatibility': io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
20361
- }
20362
-
20363
- interface MarketingGatewaySupportedChannelDetails {
20364
- readonly 'discriminator': 'marketing_gateway_supported_channel_details';
20365
- readonly 'datasources'?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
20366
- readonly 'localized_feed_count'?: number;
20367
- readonly 'connected_at'?: string;
20368
- }
20369
-
20370
19911
  interface MarketsOrder {
20371
19912
  readonly 'shopify_order': io.flow.shopify.markets.v0.models.ShopifyOrder;
20372
19913
  readonly 'flow_authorization'?: io.flow.payment.v0.unions.Authorization;
@@ -20559,6 +20100,20 @@ declare namespace io.flow.internal.v0.models {
20559
20100
  readonly 'account': io.flow.internal.v0.models.ReportAccount;
20560
20101
  }
20561
20102
 
20103
+ interface NonL4LTaxDutyFxTransaction {
20104
+ readonly 'discriminator': 'non_l4l_tax_duty_fx_transaction';
20105
+ readonly 'order': io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
20106
+ readonly 'fx': io.flow.internal.v0.models.Fee;
20107
+ readonly 'id': string;
20108
+ readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
20109
+ readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
20110
+ readonly 'posted_at'?: string;
20111
+ readonly 'value': io.flow.common.v0.models.Price;
20112
+ readonly 'description': string;
20113
+ readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
20114
+ readonly 'created_at': string;
20115
+ }
20116
+
20562
20117
  interface Notification {
20563
20118
  readonly 'order': io.flow.internal.v0.models.Decision;
20564
20119
  }
@@ -20675,14 +20230,6 @@ declare namespace io.flow.internal.v0.models {
20675
20230
  readonly 'to': string;
20676
20231
  }
20677
20232
 
20678
- interface OptinPromptDeleted {
20679
- readonly 'discriminator': 'optin_prompt_deleted';
20680
- readonly 'event_id': string;
20681
- readonly 'timestamp': string;
20682
- readonly 'id': string;
20683
- readonly 'organization': string;
20684
- }
20685
-
20686
20233
  interface OptinPromptForm {
20687
20234
  readonly 'optin_attribute_key': string;
20688
20235
  readonly 'region': string;
@@ -20693,15 +20240,6 @@ declare namespace io.flow.internal.v0.models {
20693
20240
  readonly 'display'?: io.flow.internal.v0.unions.OptinPromptDisplay;
20694
20241
  }
20695
20242
 
20696
- interface OptinPromptUpserted {
20697
- readonly 'discriminator': 'optin_prompt_upserted';
20698
- readonly 'event_id': string;
20699
- readonly 'timestamp': string;
20700
- readonly 'id': string;
20701
- readonly 'organization': string;
20702
- readonly 'optin_prompt': io.flow.internal.v0.models.OptinPrompt;
20703
- }
20704
-
20705
20243
  interface OrderActionability {
20706
20244
  readonly 'action': io.flow.internal.v0.enums.OrderAction[];
20707
20245
  readonly 'lines': io.flow.internal.v0.models.LineActionQuantities[];
@@ -20839,20 +20377,6 @@ declare namespace io.flow.internal.v0.models {
20839
20377
  readonly 'center'?: io.flow.fulfillment.v0.models.CenterSummary;
20840
20378
  }
20841
20379
 
20842
- interface OrderFxTransaction {
20843
- readonly 'discriminator': 'order_fx_transaction';
20844
- readonly 'order': io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
20845
- readonly 'fx': io.flow.internal.v0.models.Fee;
20846
- readonly 'id': string;
20847
- readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
20848
- readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
20849
- readonly 'posted_at'?: string;
20850
- readonly 'value': io.flow.common.v0.models.Price;
20851
- readonly 'description': string;
20852
- readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
20853
- readonly 'created_at': string;
20854
- }
20855
-
20856
20380
  interface OrderNote {
20857
20381
  readonly 'id': string;
20858
20382
  readonly 'note': string;
@@ -20865,14 +20389,6 @@ declare namespace io.flow.internal.v0.models {
20865
20389
  readonly 'note': string;
20866
20390
  }
20867
20391
 
20868
- interface OrderParameters {
20869
- readonly 'experience'?: string;
20870
- readonly 'country'?: string;
20871
- readonly 'ip'?: string;
20872
- readonly 'currency'?: string;
20873
- readonly 'language'?: string;
20874
- }
20875
-
20876
20392
  interface OrderPaymentAuthorization {
20877
20393
  readonly 'placeholder': string;
20878
20394
  }
@@ -21803,6 +21319,17 @@ declare namespace io.flow.internal.v0.models {
21803
21319
  readonly 'merchant': io.flow.internal.v0.unions.ProcessorMerchant;
21804
21320
  }
21805
21321
 
21322
+ interface PaymentShortUrl {
21323
+ readonly 'id': string;
21324
+ readonly 'key': string;
21325
+ readonly 'original_url': string;
21326
+ readonly 'organization_id': string;
21327
+ readonly 'discriminator': io.flow.internal.v0.enums.PaymentShortUrlDiscriminator;
21328
+ readonly 'created_at': string;
21329
+ readonly 'updated_at': string;
21330
+ readonly 'expires_at': string;
21331
+ }
21332
+
21806
21333
  interface PaymentSummary {
21807
21334
  readonly 'psp': number;
21808
21335
  readonly 'credit': number;
@@ -22164,23 +21691,6 @@ declare namespace io.flow.internal.v0.models {
22164
21691
  readonly 'item': string;
22165
21692
  }
22166
21693
 
22167
- interface PregeneratedQuote {
22168
- readonly 'id': string;
22169
- readonly 'experience': io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
22170
- readonly 'destination_country': string;
22171
- readonly 'item': io.flow.common.v0.models.ItemReference;
22172
- readonly 'quote'?: io.flow.fulfillment.v0.models.Quote;
22173
- readonly 'errors'?: string[];
22174
- }
22175
-
22176
- interface PregeneratedRequestEvent {
22177
- readonly 'discriminator': 'pregenerated_request_event';
22178
- readonly 'event_id': string;
22179
- readonly 'timestamp': string;
22180
- readonly 'organization': string;
22181
- readonly 'quote_request': io.flow.internal.v0.models.QuoteRequest;
22182
- }
22183
-
22184
21694
  interface PrioritizedCenterReference {
22185
21695
  readonly 'center_key': string;
22186
21696
  readonly 'position': number;
@@ -22485,16 +21995,6 @@ declare namespace io.flow.internal.v0.models {
22485
21995
  readonly 'id': string;
22486
21996
  }
22487
21997
 
22488
- interface QuoteRequest {
22489
- readonly 'id': string;
22490
- readonly 'request_type': io.flow.internal.v0.enums.QuoteRequestType;
22491
- readonly 'experience_keys'?: string[];
22492
- readonly 'item_numbers'?: string[];
22493
- readonly 'rates'?: io.flow.internal.v0.models.CurrencyInternalRate[];
22494
- readonly 'countries'?: io.flow.reference.v0.models.Country[];
22495
- readonly 'reason'?: string;
22496
- }
22497
-
22498
21998
  interface QuoteUpserted {
22499
21999
  readonly 'discriminator': 'quote_upserted';
22500
22000
  readonly 'event_id': string;
@@ -22729,40 +22229,6 @@ declare namespace io.flow.internal.v0.models {
22729
22229
  readonly 'number': string;
22730
22230
  }
22731
22231
 
22732
- interface RatecardLaneAggregate {
22733
- readonly 'id': string;
22734
- readonly 'organization_id': string;
22735
- readonly 'origin': io.flow.common.v0.models.Zone;
22736
- readonly 'destination': io.flow.common.v0.models.Zone;
22737
- readonly 'currency': string;
22738
- readonly 'delivered_duty': io.flow.common.v0.enums.DeliveredDuty;
22739
- readonly 'shipment_window': io.flow.ratecard.v0.models.ShipmentWindow;
22740
- readonly 'dim_factor': number;
22741
- readonly 'service': io.flow.ratecard.v0.models.RatecardServiceSummary;
22742
- readonly 'rounding': io.flow.common.v0.models.Rounding;
22743
- readonly 'weight_unit': io.flow.common.v0.enums.UnitOfMeasurement;
22744
- readonly 'distance_unit': io.flow.common.v0.enums.UnitOfMeasurement;
22745
- readonly 'rates_with_fees': io.flow.internal.v0.models.RateWithFees[];
22746
- readonly 'ratecard': io.flow.ratecard.v0.models.RatecardReference;
22747
- readonly 'ratecard_owner': io.flow.fulfillment.v0.enums.RatecardOwner;
22748
- }
22749
-
22750
- interface RatecardLaneAggregateDeleted {
22751
- readonly 'discriminator': 'ratecard_lane_aggregate_deleted';
22752
- readonly 'event_id': string;
22753
- readonly 'timestamp': string;
22754
- readonly 'organization': string;
22755
- readonly 'ratecard_aggregate': io.flow.internal.v0.models.RatecardLaneAggregate;
22756
- }
22757
-
22758
- interface RatecardLaneAggregateUpserted {
22759
- readonly 'discriminator': 'ratecard_lane_aggregate_upserted';
22760
- readonly 'event_id': string;
22761
- readonly 'timestamp': string;
22762
- readonly 'organization': string;
22763
- readonly 'ratecard_aggregate': io.flow.internal.v0.models.RatecardLaneAggregate;
22764
- }
22765
-
22766
22232
  interface RatecardLanesImportRequest {
22767
22233
  readonly 'discriminator': 'ratecard_lanes_import_request';
22768
22234
  readonly 'event_id': string;
@@ -23450,7 +22916,6 @@ declare namespace io.flow.internal.v0.models {
23450
22916
  readonly 'negative_keywords': string[];
23451
22917
  readonly 'value_threshold_usd'?: number;
23452
22918
  readonly 'auto_review_criteria'?: io.flow.internal.v0.models.AutoReviewCriteria[];
23453
- readonly 'effects'?: string[];
23454
22919
  }
23455
22920
 
23456
22921
  interface RestrictionRuleDecisionForm {
@@ -23468,6 +22933,7 @@ declare namespace io.flow.internal.v0.models {
23468
22933
 
23469
22934
  interface RestrictionRuleEffect {
23470
22935
  readonly 'id': string;
22936
+ readonly 'rule_id': string;
23471
22937
  readonly 'effect': io.flow.sellability.v0.enums.RuleEffectType;
23472
22938
  readonly 'regions': string[];
23473
22939
  readonly 'description'?: string;
@@ -23481,6 +22947,7 @@ declare namespace io.flow.internal.v0.models {
23481
22947
  }
23482
22948
 
23483
22949
  interface RestrictionRuleEffectForm {
22950
+ readonly 'rule_id': string;
23484
22951
  readonly 'effect': io.flow.sellability.v0.enums.RuleEffectType;
23485
22952
  readonly 'regions': string[];
23486
22953
  readonly 'description'?: string;
@@ -23502,7 +22969,6 @@ declare namespace io.flow.internal.v0.models {
23502
22969
  readonly 'negative_keywords': string[];
23503
22970
  readonly 'value_threshold_usd'?: number;
23504
22971
  readonly 'auto_review_criteria'?: io.flow.internal.v0.models.AutoReviewCriteria[];
23505
- readonly 'effects'?: string[];
23506
22972
  }
23507
22973
 
23508
22974
  interface RestrictionRuleMetadata {
@@ -23860,13 +23326,6 @@ declare namespace io.flow.internal.v0.models {
23860
23326
  readonly 'customer_id': string;
23861
23327
  }
23862
23328
 
23863
- interface ShawnRoundtableWorkshopRate {
23864
- readonly 'origin_country': string;
23865
- readonly 'destination_country': string;
23866
- readonly 'weight': number;
23867
- readonly 'amount': number;
23868
- }
23869
-
23870
23329
  interface ShippedItemValue {
23871
23330
  readonly 'item': io.flow.common.v0.models.CatalogItemReference;
23872
23331
  readonly 'taxes': io.flow.common.v0.models.PriceWithBase;
@@ -23874,6 +23333,22 @@ declare namespace io.flow.internal.v0.models {
23874
23333
  readonly 'total': io.flow.common.v0.models.PriceWithBase;
23875
23334
  }
23876
23335
 
23336
+ interface ShippingEstimateDeleted {
23337
+ readonly 'discriminator': 'shipping_estimate_deleted';
23338
+ readonly 'event_id': string;
23339
+ readonly 'timestamp': string;
23340
+ readonly 'organization': string;
23341
+ readonly 'id': string;
23342
+ }
23343
+
23344
+ interface ShippingEstimateUpserted {
23345
+ readonly 'discriminator': 'shipping_estimate_upserted';
23346
+ readonly 'event_id': string;
23347
+ readonly 'timestamp': string;
23348
+ readonly 'organization': string;
23349
+ readonly 'estimate': io.flow.label.v0.models.Estimate;
23350
+ }
23351
+
23877
23352
  interface ShippingLane {
23878
23353
  readonly 'origin': string;
23879
23354
  readonly 'destination': string;
@@ -24279,6 +23754,12 @@ declare namespace io.flow.internal.v0.models {
24279
23754
  readonly 'registration': io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
24280
23755
  }
24281
23756
 
23757
+ interface ShopifyMerchantPlan {
23758
+ readonly 'id': string;
23759
+ readonly 'authorization': io.flow.payment.v0.models.AuthorizationReference;
23760
+ readonly 'plan': io.flow.internal.v0.enums.ShopifyPlanType;
23761
+ }
23762
+
24282
23763
  interface ShopifyMetadata {
24283
23764
  readonly 'domain': string;
24284
23765
  readonly 'myshopify_domain': string;
@@ -24542,6 +24023,8 @@ declare namespace io.flow.internal.v0.models {
24542
24023
  interface ShopifyProductUpdateWebhookEvent {
24543
24024
  readonly 'id': string;
24544
24025
  readonly 'product': io.flow.shopify.external.v0.models.Product;
24026
+ readonly 'domain': string;
24027
+ readonly 'api_version': string;
24545
24028
  }
24546
24029
 
24547
24030
  interface ShopifyProductWrapper {
@@ -25319,6 +24802,27 @@ declare namespace io.flow.internal.v0.models {
25319
24802
  readonly 'category_code'?: string;
25320
24803
  }
25321
24804
 
24805
+ interface TaxDutyDeltaMetadataActual {
24806
+ readonly 'processing': io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing;
24807
+ }
24808
+
24809
+ interface TaxDutyDeltaMetadataActualProcessing {
24810
+ readonly 'capture': io.flow.common.v0.models.Money;
24811
+ readonly 'fees': io.flow.common.v0.models.Money;
24812
+ readonly 'transfer': io.flow.common.v0.models.Money;
24813
+ readonly 'total': io.flow.common.v0.models.Money;
24814
+ }
24815
+
24816
+ interface TaxDutyDeltaMetadataExpected {
24817
+ readonly 'processing': io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing;
24818
+ }
24819
+
24820
+ interface TaxDutyDeltaMetadataExpectedProcessing {
24821
+ readonly 'tax': io.flow.common.v0.models.Money;
24822
+ readonly 'duty': io.flow.common.v0.models.Money;
24823
+ readonly 'total': io.flow.common.v0.models.Money;
24824
+ }
24825
+
25322
24826
  interface TaxDutyDeltaTransaction {
25323
24827
  readonly 'discriminator': 'tax_duty_delta_transaction';
25324
24828
  readonly 'order': io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
@@ -26057,9 +25561,6 @@ declare namespace io.flow.internal.v0.unions {
26057
25561
  type CarrierChargeForm = (io.flow.internal.v0.models.CarrierChargeFormLabel | io.flow.internal.v0.models.CarrierChargeFormOther);
26058
25562
  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);
26059
25563
  type ChannelRateMetadata = (io.flow.internal.v0.models.ChannelRateMetadataIdentity | io.flow.internal.v0.models.ChannelRateMetadataRate);
26060
- type CheckoutForm = (io.flow.internal.v0.models.CheckoutOrderForm | io.flow.internal.v0.models.CheckoutOrderNumberForm);
26061
- type CheckoutSubmitOrderBundles = (io.flow.internal.v0.models.CheckoutSubmitOrderBundle);
26062
- type CheckoutSubmitOrderForms = (io.flow.internal.v0.models.CheckoutSubmitOrderForm);
26063
25564
  type ClassificationAction = (io.flow.internal.v0.models.SingleClassificationAction | io.flow.internal.v0.models.BulkClassificationAction);
26064
25565
  type ClassificationActionForm = (io.flow.internal.v0.models.ClassificationActionFormUndo);
26065
25566
  type ClassificationForm = (io.flow.internal.v0.models.SingleClassificationForm | io.flow.internal.v0.models.EmptyClassificationForm);
@@ -26080,7 +25581,7 @@ declare namespace io.flow.internal.v0.unions {
26080
25581
  type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
26081
25582
  type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
26082
25583
  type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
26083
- 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);
25584
+ 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);
26084
25585
  type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
26085
25586
  type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
26086
25587
  type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
@@ -26102,11 +25603,6 @@ declare namespace io.flow.internal.v0.unions {
26102
25603
  type InternalRefundForm = (io.flow.internal.v0.models.AdyenRefundForm);
26103
25604
  type InternalTransactionDetails = (io.flow.internal.v0.models.InternalTransactionDetailsCard);
26104
25605
  type LocalizableContent = (io.flow.internal.v0.models.LocalizableContentReference | io.flow.internal.v0.models.Localization);
26105
- type MarketingGatewayChannelDetails = (io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails | io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails | io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails);
26106
- type MarketingGatewayDistributionChannel = (io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle | io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook);
26107
- type MarketingGatewayFeedSource = (io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle | io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook);
26108
- type MarketingGatewayItem = (io.flow.internal.v0.models.MarketingGatewayGoogleItem);
26109
- type MarketingGatewaySourceSummary = (io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary | io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary | io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary);
26110
25606
  type OptinPromptDisplay = (io.flow.internal.v0.models.OptinPromptCheckoutDisplay);
26111
25607
  type OrderActionForm = (io.flow.internal.v0.models.WholeOrderActionForm | io.flow.internal.v0.models.LineActionForm | io.flow.internal.v0.models.FulfillmentActionForm);
26112
25608
  type OrderCancellationEvidence = (io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled | io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender);
@@ -26136,7 +25632,7 @@ declare namespace io.flow.internal.v0.unions {
26136
25632
  type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata);
26137
25633
  type TaxAmount = (io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount);
26138
25634
  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);
26139
- 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);
25635
+ 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);
26140
25636
  type TransactionSummary = (io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary);
26141
25637
  type ValidationRule = (io.flow.internal.v0.models.ValidationCharacterLength);
26142
25638
  }
@@ -26160,7 +25656,6 @@ export const billingMetricKey: PropTypes.Requireable<io.flow.internal.v0.enums.B
26160
25656
  export const billingStatementAttachmentKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingStatementAttachmentKey>;
26161
25657
  export const billingTransactionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionStatus>;
26162
25658
  export const billingTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionType>;
26163
- export const browserBundleErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.BrowserBundleErrorCode>;
26164
25659
  export const calculatorEngine: PropTypes.Requireable<io.flow.internal.v0.enums.CalculatorEngine>;
26165
25660
  export const carrierChargeTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeTransactionType>;
26166
25661
  export const carrierChargeType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeType>;
@@ -26253,6 +25748,7 @@ export const keywordType: PropTypes.Requireable<io.flow.internal.v0.enums.Keywor
26253
25748
  export const labelBillingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.LabelBillingStrategy>;
26254
25749
  export const labelCancellationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCancellationErrorCode>;
26255
25750
  export const labelCreationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCreationStatus>;
25751
+ export const labelEventMedium: PropTypes.Requireable<io.flow.internal.v0.enums.LabelEventMedium>;
26256
25752
  export const labelEventSource: PropTypes.Requireable<io.flow.internal.v0.enums.LabelEventSource>;
26257
25753
  export const labelRequestErrorHandlingResponsibility: PropTypes.Requireable<io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility>;
26258
25754
  export const labelRequestResultOrganizationType: PropTypes.Requireable<io.flow.internal.v0.enums.LabelRequestResultOrganizationType>;
@@ -26263,16 +25759,6 @@ export const logisticsCapability: PropTypes.Requireable<io.flow.internal.v0.enum
26263
25759
  export const logisticsPayoutResolutionMethod: PropTypes.Requireable<io.flow.internal.v0.enums.LogisticsPayoutResolutionMethod>;
26264
25760
  export const manualReviewRuleStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ManualReviewRuleStatus>;
26265
25761
  export const manualTransactionCategory: PropTypes.Requireable<io.flow.internal.v0.enums.ManualTransactionCategory>;
26266
- export const marketingGatewayAccountConnectionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus>;
26267
- export const marketingGatewayChannelIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType>;
26268
- export const marketingGatewayChannelStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayChannelStatus>;
26269
- export const marketingGatewayErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayErrorCode>;
26270
- export const marketingGatewayFacebookTokenStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus>;
26271
- export const marketingGatewayFeedDownloadFormat: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayFeedDownloadFormat>;
26272
- export const marketingGatewayFeedState: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayFeedState>;
26273
- export const marketingGatewayPlatform: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayPlatform>;
26274
- export const marketingGatewayProductStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayProductStatus>;
26275
- export const marketingGatewaySchemaCompatibility: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility>;
26276
25762
  export const mixedBagWeight: PropTypes.Requireable<io.flow.internal.v0.enums.MixedBagWeight>;
26277
25763
  export const natureOfSale: PropTypes.Requireable<io.flow.internal.v0.enums.NatureOfSale>;
26278
25764
  export const noLiabilityReasonCode: PropTypes.Requireable<io.flow.internal.v0.enums.NoLiabilityReasonCode>;
@@ -26300,6 +25786,7 @@ export const organizationRestrictionRiskLevel: PropTypes.Requireable<io.flow.int
26300
25786
  export const organizationRestrictionScreeningStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus>;
26301
25787
  export const outputStyle: PropTypes.Requireable<io.flow.internal.v0.enums.OutputStyle>;
26302
25788
  export const owner: PropTypes.Requireable<io.flow.internal.v0.enums.Owner>;
25789
+ export const paymentShortUrlDiscriminator: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentShortUrlDiscriminator>;
26303
25790
  export const paymentSummaryStatus: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentSummaryStatus>;
26304
25791
  export const paymentSummaryType: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentSummaryType>;
26305
25792
  export const paymentTerm: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentTerm>;
@@ -26313,7 +25800,6 @@ export const promptAction: PropTypes.Requireable<io.flow.internal.v0.enums.Promp
26313
25800
  export const promptCheckoutDisplayPosition: PropTypes.Requireable<io.flow.internal.v0.enums.PromptCheckoutDisplayPosition>;
26314
25801
  export const promptOptions: PropTypes.Requireable<io.flow.internal.v0.enums.PromptOptions>;
26315
25802
  export const promptTarget: PropTypes.Requireable<io.flow.internal.v0.enums.PromptTarget>;
26316
- export const quoteRequestType: PropTypes.Requireable<io.flow.internal.v0.enums.QuoteRequestType>;
26317
25803
  export const rateLevelKey: PropTypes.Requireable<io.flow.internal.v0.enums.RateLevelKey>;
26318
25804
  export const rateSource: PropTypes.Requireable<io.flow.internal.v0.enums.RateSource>;
26319
25805
  export const reboundConfigurationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ReboundConfigurationStatus>;
@@ -26342,6 +25828,7 @@ export const shopifyMarketsQueuedRecordType: PropTypes.Requireable<io.flow.inter
26342
25828
  export const shopifyMarketsTradeSector: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsTradeSector>;
26343
25829
  export const shopifyMonitoringMonitorReviewStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus>;
26344
25830
  export const shopifyMonitoringTrackingField: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMonitoringTrackingField>;
25831
+ export const shopifyPlanType: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPlanType>;
26345
25832
  export const shopifyPromotionBehavior: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionBehavior>;
26346
25833
  export const shopifyPromotionOfferAllocationMethod: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionOfferAllocationMethod>;
26347
25834
  export const shopifyPromotionOrderEntitlementComponent: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionOrderEntitlementComponent>;
@@ -26540,15 +26027,6 @@ export const booleanFeatureRuleForm: PropTypes.Requireable<io.flow.internal.v0.m
26540
26027
  export const booleanFeatureValue: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureValue>;
26541
26028
  export const brickWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.BrickWebhookEvent>;
26542
26029
  export const brickWebhookEventResponse: PropTypes.Requireable<io.flow.internal.v0.models.BrickWebhookEventResponse>;
26543
- export const browserBundle: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundle>;
26544
- export const browserBundleCountryPickerForm: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundleCountryPickerForm>;
26545
- export const browserBundleError: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundleError>;
26546
- export const browserBundleFeatureForm: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundleFeatureForm>;
26547
- export const browserBundleForm: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundleForm>;
26548
- export const browserBundleOptinForm: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundleOptinForm>;
26549
- export const browserBundlePaymentMethod: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundlePaymentMethod>;
26550
- export const browserBundlePaymentMethodForm: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundlePaymentMethodForm>;
26551
- export const browserBundlePaymentMethods: PropTypes.Requireable<io.flow.internal.v0.models.BrowserBundlePaymentMethods>;
26552
26030
  export const bulkClassificationAction: PropTypes.Requireable<io.flow.internal.v0.models.BulkClassificationAction>;
26553
26031
  export const bulkDutyUpdateValidationError: PropTypes.Requireable<io.flow.internal.v0.models.BulkDutyUpdateValidationError>;
26554
26032
  export const calculatedTaxAmount: PropTypes.Requireable<io.flow.internal.v0.models.CalculatedTaxAmount>;
@@ -26660,8 +26138,6 @@ export const checkoutBehaviorCustomerInfo: PropTypes.Requireable<io.flow.interna
26660
26138
  export const checkoutBehaviorCustomerInfoEmail: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutBehaviorCustomerInfoEmail>;
26661
26139
  export const checkoutBehaviorShippingAddress: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutBehaviorShippingAddress>;
26662
26140
  export const checkoutBehaviorShippingMethod: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutBehaviorShippingMethod>;
26663
- export const checkoutBundle: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutBundle>;
26664
- export const checkoutBundleMetadata: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutBundleMetadata>;
26665
26141
  export const checkoutConfiguration: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutConfiguration>;
26666
26142
  export const checkoutConfigurationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutConfigurationDeleted>;
26667
26143
  export const checkoutConfigurationForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutConfigurationForm>;
@@ -26671,21 +26147,12 @@ export const checkoutContent: PropTypes.Requireable<io.flow.internal.v0.models.C
26671
26147
  export const checkoutContentDetails: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutContentDetails>;
26672
26148
  export const checkoutContentSummary: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutContentSummary>;
26673
26149
  export const checkoutError: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutError>;
26674
- export const checkoutFinalizeOrderForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutFinalizeOrderForm>;
26675
26150
  export const checkoutMarketingContent: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutMarketingContent>;
26676
- export const checkoutOrderForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutOrderForm>;
26677
- export const checkoutOrderNumberForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutOrderNumberForm>;
26678
26151
  export const checkoutPayment: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutPayment>;
26679
26152
  export const checkoutPaymentContent: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutPaymentContent>;
26680
26153
  export const checkoutPlatformData: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutPlatformData>;
26681
26154
  export const checkoutRedirect: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutRedirect>;
26682
- export const checkoutReferenceForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutReferenceForm>;
26683
26155
  export const checkoutSettings: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSettings>;
26684
- export const checkoutSourceOrderForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSourceOrderForm>;
26685
- export const checkoutSubmission: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSubmission>;
26686
- export const checkoutSubmissionForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSubmissionForm>;
26687
- export const checkoutSubmitOrderBundle: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSubmitOrderBundle>;
26688
- export const checkoutSubmitOrderForm: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSubmitOrderForm>;
26689
26156
  export const checkoutUrl: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutUrl>;
26690
26157
  export const cipher: PropTypes.Requireable<io.flow.internal.v0.models.Cipher>;
26691
26158
  export const cipherForm: PropTypes.Requireable<io.flow.internal.v0.models.CipherForm>;
@@ -26857,7 +26324,6 @@ export const erpVendorStatusPriorityFile: PropTypes.Requireable<io.flow.internal
26857
26324
  export const exclusionRuleDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ExclusionRuleDeleted>;
26858
26325
  export const exclusionRuleExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.ExclusionRuleExportRequest>;
26859
26326
  export const exclusionRuleUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ExclusionRuleUpserted>;
26860
- export const expectedOrderSummary: PropTypes.Requireable<io.flow.internal.v0.models.ExpectedOrderSummary>;
26861
26327
  export const experienceExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.ExperienceExportRequest>;
26862
26328
  export const experienceImportRequest: PropTypes.Requireable<io.flow.internal.v0.models.ExperienceImportRequest>;
26863
26329
  export const experienceOrderActionRule: PropTypes.Requireable<io.flow.internal.v0.models.ExperienceOrderActionRule>;
@@ -26894,13 +26360,7 @@ export const featureValueResult: PropTypes.Requireable<io.flow.internal.v0.model
26894
26360
  export const fedex: PropTypes.Requireable<io.flow.internal.v0.models.Fedex>;
26895
26361
  export const fedexCrossborder: PropTypes.Requireable<io.flow.internal.v0.models.FedexCrossborder>;
26896
26362
  export const fee: PropTypes.Requireable<io.flow.internal.v0.models.Fee>;
26897
- export const feedDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FeedDeleted>;
26898
- export const feedUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FeedUpserted>;
26899
- export const feedsExport: PropTypes.Requireable<io.flow.internal.v0.models.FeedsExport>;
26900
26363
  export const fees: PropTypes.Requireable<io.flow.internal.v0.models.Fees>;
26901
- export const finalEstimate: PropTypes.Requireable<io.flow.internal.v0.models.FinalEstimate>;
26902
- export const finalEstimateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FinalEstimateDeleted>;
26903
- export const finalEstimateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FinalEstimateUpserted>;
26904
26364
  export const financeBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankAccount>;
26905
26365
  export const financeBankAccountOwner: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankAccountOwner>;
26906
26366
  export const financeBankPayment: PropTypes.Requireable<io.flow.internal.v0.models.FinanceBankPayment>;
@@ -26971,7 +26431,6 @@ export const fulfillmentDeleted: PropTypes.Requireable<io.flow.internal.v0.model
26971
26431
  export const fulfillmentFallbacks: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentFallbacks>;
26972
26432
  export const fulfillmentFallbacksDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentFallbacksDeleted>;
26973
26433
  export const fulfillmentFallbacksUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentFallbacksUpserted>;
26974
- export const fulfillmentInternalExperienceReference: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentInternalExperienceReference>;
26975
26434
  export const fulfillmentOrigin: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentOrigin>;
26976
26435
  export const fulfillmentProofExternalFulfillmentProofReference: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentProofExternalFulfillmentProofReference>;
26977
26436
  export const fulfillmentProofLabelTrackingReference: PropTypes.Requireable<io.flow.internal.v0.models.FulfillmentProofLabelTrackingReference>;
@@ -27012,8 +26471,6 @@ export const harmonizationClassificationStatisticsPublished: PropTypes.Requireab
27012
26471
  export const harmonizationCodesImport: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationCodesImport>;
27013
26472
  export const harmonizationColumnSetting: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationColumnSetting>;
27014
26473
  export const harmonizationItemClassification: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationItemClassification>;
27015
- export const harmonizationItemClassificationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationItemClassificationDeleted>;
27016
- export const harmonizationItemClassificationUpserted: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationItemClassificationUpserted>;
27017
26474
  export const harmonizationItemSummary: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationItemSummary>;
27018
26475
  export const harmonizationMlModelSummary: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationMlModelSummary>;
27019
26476
  export const harmonizationPhraseSuggestionRequestImport: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport>;
@@ -27047,7 +26504,6 @@ export const internalPaymentRequestVerification: PropTypes.Requireable<io.flow.i
27047
26504
  export const internalPaypalAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalPaypalAuthorizationDetails>;
27048
26505
  export const internalStripeAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalStripeAuthorizationDetails>;
27049
26506
  export const internalTransactionDetailsCard: PropTypes.Requireable<io.flow.internal.v0.models.InternalTransactionDetailsCard>;
27050
- export const invalidCheckoutData: PropTypes.Requireable<io.flow.internal.v0.models.InvalidCheckoutData>;
27051
26507
  export const invariant: PropTypes.Requireable<io.flow.internal.v0.models.Invariant>;
27052
26508
  export const inventoryItemWrapper: PropTypes.Requireable<io.flow.internal.v0.models.InventoryItemWrapper>;
27053
26509
  export const invoice: PropTypes.Requireable<io.flow.internal.v0.models.Invoice>;
@@ -27059,7 +26515,6 @@ export const issuer: PropTypes.Requireable<io.flow.internal.v0.models.Issuer>;
27059
26515
  export const issuerDeleted: PropTypes.Requireable<io.flow.internal.v0.models.IssuerDeleted>;
27060
26516
  export const issuerUpserted: PropTypes.Requireable<io.flow.internal.v0.models.IssuerUpserted>;
27061
26517
  export const itemClassification: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassification>;
27062
- export const itemClassificationCreated: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassificationCreated>;
27063
26518
  export const itemClassificationForm: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassificationForm>;
27064
26519
  export const itemClassificationSummary: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassificationSummary>;
27065
26520
  export const itemClassificationV2: PropTypes.Requireable<io.flow.internal.v0.models.ItemClassificationV2>;
@@ -27148,16 +26603,9 @@ export const localizedContent: PropTypes.Requireable<io.flow.internal.v0.models.
27148
26603
  export const localizedContentElement: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedContentElement>;
27149
26604
  export const localizedContentForm: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedContentForm>;
27150
26605
  export const localizedContentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedContentUpserted>;
27151
- export const localizedItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemDeleted>;
27152
- export const localizedItemDeletedV2: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemDeletedV2>;
27153
26606
  export const localizedItemPricesExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemPricesExportRequest>;
27154
- export const localizedItemSnapshot: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemSnapshot>;
27155
- export const localizedItemUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemUpsertedV2>;
27156
26607
  export const localizedItemsExportSettings: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemsExportSettings>;
27157
- export const localizedPriceBookItem: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedPriceBookItem>;
27158
26608
  export const localizedPriceBookItemData: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedPriceBookItemData>;
27159
- export const localizedPriceBookItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedPriceBookItemDeleted>;
27160
- export const localizedPriceBookItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedPriceBookItemUpserted>;
27161
26609
  export const location: PropTypes.Requireable<io.flow.internal.v0.models.Location>;
27162
26610
  export const logisticsCapabilities: PropTypes.Requireable<io.flow.internal.v0.models.LogisticsCapabilities>;
27163
26611
  export const logisticsCapabilitiesDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LogisticsCapabilitiesDeleted>;
@@ -27185,43 +26633,6 @@ export const manualTransaction: PropTypes.Requireable<io.flow.internal.v0.models
27185
26633
  export const manualTransactionForm: PropTypes.Requireable<io.flow.internal.v0.models.ManualTransactionForm>;
27186
26634
  export const manualTransactionFormOrder: PropTypes.Requireable<io.flow.internal.v0.models.ManualTransactionFormOrder>;
27187
26635
  export const markedAsFinal: PropTypes.Requireable<io.flow.internal.v0.models.MarkedAsFinal>;
27188
- export const marketingGatewayChannel: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayChannel>;
27189
- export const marketingGatewayChannelConnectionForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm>;
27190
- export const marketingGatewayChannelForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayChannelForm>;
27191
- export const marketingGatewayChannelSourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayChannelSourceSummary>;
27192
- export const marketingGatewayDistributionChannelFacebook: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook>;
27193
- export const marketingGatewayDistributionChannelGoogle: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle>;
27194
- export const marketingGatewayError: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayError>;
27195
- export const marketingGatewayFacebookBusiness: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookBusiness>;
27196
- export const marketingGatewayFacebookBusinessSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary>;
27197
- export const marketingGatewayFacebookCatalogForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookCatalogForm>;
27198
- export const marketingGatewayFacebookCatalogSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookCatalogSummary>;
27199
- export const marketingGatewayFacebookChannelDetails: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails>;
27200
- export const marketingGatewayFacebookConnection: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookConnection>;
27201
- export const marketingGatewayFacebookConnectionAccessTokenSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary>;
27202
- export const marketingGatewayFacebookConnectionDeauth: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookConnectionDeauth>;
27203
- export const marketingGatewayFacebookConnectionForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookConnectionForm>;
27204
- export const marketingGatewayFacebookSourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary>;
27205
- export const marketingGatewayFeed: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeed>;
27206
- export const marketingGatewayFeedExportForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeedExportForm>;
27207
- export const marketingGatewayFeedForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeedForm>;
27208
- export const marketingGatewayFeedFormRequest: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeedFormRequest>;
27209
- export const marketingGatewayFeedSourceFacebook: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook>;
27210
- export const marketingGatewayFeedSourceGoogle: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle>;
27211
- export const marketingGatewayFilterSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFilterSummary>;
27212
- export const marketingGatewayFlowSourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary>;
27213
- export const marketingGatewayGoogleAccountForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleAccountForm>;
27214
- export const marketingGatewayGoogleAccountSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary>;
27215
- export const marketingGatewayGoogleChannelDetails: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails>;
27216
- export const marketingGatewayGoogleConnection: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleConnection>;
27217
- export const marketingGatewayGoogleConnectionForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleConnectionForm>;
27218
- export const marketingGatewayGoogleItem: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleItem>;
27219
- export const marketingGatewayGoogleSourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary>;
27220
- export const marketingGatewayLocalizedItem: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayLocalizedItem>;
27221
- export const marketingGatewayNewChannelRequestForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayNewChannelRequestForm>;
27222
- export const marketingGatewayProductDatasourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary>;
27223
- export const marketingGatewaySchemaSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewaySchemaSummary>;
27224
- export const marketingGatewaySupportedChannelDetails: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails>;
27225
26636
  export const marketsOrder: PropTypes.Requireable<io.flow.internal.v0.models.MarketsOrder>;
27226
26637
  export const marketsOrderSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketsOrderSummary>;
27227
26638
  export const merchant: PropTypes.Requireable<io.flow.internal.v0.models.Merchant>;
@@ -27250,6 +26661,7 @@ export const nextBillingStatement: PropTypes.Requireable<io.flow.internal.v0.mod
27250
26661
  export const noCalculatedTaxAmount: PropTypes.Requireable<io.flow.internal.v0.models.NoCalculatedTaxAmount>;
27251
26662
  export const noClassificationForm: PropTypes.Requireable<io.flow.internal.v0.models.NoClassificationForm>;
27252
26663
  export const nonChannelPaymentBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.NonChannelPaymentBankAccount>;
26664
+ export const nonL4LTaxDutyFxTransaction: PropTypes.Requireable<io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction>;
27253
26665
  export const notification: PropTypes.Requireable<io.flow.internal.v0.models.Notification>;
27254
26666
  export const onboardingAuditMessage: PropTypes.Requireable<io.flow.internal.v0.models.OnboardingAuditMessage>;
27255
26667
  export const onboardingAuditReport: PropTypes.Requireable<io.flow.internal.v0.models.OnboardingAuditReport>;
@@ -27266,9 +26678,7 @@ export const optinPrompt: PropTypes.Requireable<io.flow.internal.v0.models.Optin
27266
26678
  export const optinPromptCheckoutDisplay: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptCheckoutDisplay>;
27267
26679
  export const optinPromptCopy: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptCopy>;
27268
26680
  export const optinPromptCopyForm: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptCopyForm>;
27269
- export const optinPromptDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptDeleted>;
27270
26681
  export const optinPromptForm: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptForm>;
27271
- export const optinPromptUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OptinPromptUpserted>;
27272
26682
  export const orderActionability: PropTypes.Requireable<io.flow.internal.v0.models.OrderActionability>;
27273
26683
  export const orderAddressValidation: PropTypes.Requireable<io.flow.internal.v0.models.OrderAddressValidation>;
27274
26684
  export const orderAttribute: PropTypes.Requireable<io.flow.internal.v0.models.OrderAttribute>;
@@ -27287,10 +26697,8 @@ export const orderDetail: PropTypes.Requireable<io.flow.internal.v0.models.Order
27287
26697
  export const orderEditSummary: PropTypes.Requireable<io.flow.internal.v0.models.OrderEditSummary>;
27288
26698
  export const orderFulfillmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrderFulfillmentDeleted>;
27289
26699
  export const orderFulfillmentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrderFulfillmentUpserted>;
27290
- export const orderFxTransaction: PropTypes.Requireable<io.flow.internal.v0.models.OrderFxTransaction>;
27291
26700
  export const orderNote: PropTypes.Requireable<io.flow.internal.v0.models.OrderNote>;
27292
26701
  export const orderNoteForm: PropTypes.Requireable<io.flow.internal.v0.models.OrderNoteForm>;
27293
- export const orderParameters: PropTypes.Requireable<io.flow.internal.v0.models.OrderParameters>;
27294
26702
  export const orderPaymentAuthorization: PropTypes.Requireable<io.flow.internal.v0.models.OrderPaymentAuthorization>;
27295
26703
  export const orderPlaced: PropTypes.Requireable<io.flow.internal.v0.models.OrderPlaced>;
27296
26704
  export const orderRatesDataV3: PropTypes.Requireable<io.flow.internal.v0.models.OrderRatesDataV3>;
@@ -27414,6 +26822,7 @@ export const paymentProcessorAccountDeleted: PropTypes.Requireable<io.flow.inter
27414
26822
  export const paymentProcessorAccountUpserted: PropTypes.Requireable<io.flow.internal.v0.models.PaymentProcessorAccountUpserted>;
27415
26823
  export const paymentProcessorMerchantDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PaymentProcessorMerchantDeleted>;
27416
26824
  export const paymentProcessorMerchantUpserted: PropTypes.Requireable<io.flow.internal.v0.models.PaymentProcessorMerchantUpserted>;
26825
+ export const paymentShortUrl: PropTypes.Requireable<io.flow.internal.v0.models.PaymentShortUrl>;
27417
26826
  export const paymentSummary: PropTypes.Requireable<io.flow.internal.v0.models.PaymentSummary>;
27418
26827
  export const paymentSummaryV2: PropTypes.Requireable<io.flow.internal.v0.models.PaymentSummaryV2>;
27419
26828
  export const payoutStatusCounts: PropTypes.Requireable<io.flow.internal.v0.models.PayoutStatusCounts>;
@@ -27454,8 +26863,6 @@ export const platformFeePause: PropTypes.Requireable<io.flow.internal.v0.models.
27454
26863
  export const platformFeePercentage: PropTypes.Requireable<io.flow.internal.v0.models.PlatformFeePercentage>;
27455
26864
  export const platformFeePercentageTier: PropTypes.Requireable<io.flow.internal.v0.models.PlatformFeePercentageTier>;
27456
26865
  export const prediction: PropTypes.Requireable<io.flow.internal.v0.models.Prediction>;
27457
- export const pregeneratedQuote: PropTypes.Requireable<io.flow.internal.v0.models.PregeneratedQuote>;
27458
- export const pregeneratedRequestEvent: PropTypes.Requireable<io.flow.internal.v0.models.PregeneratedRequestEvent>;
27459
26866
  export const prioritizedCenterReference: PropTypes.Requireable<io.flow.internal.v0.models.PrioritizedCenterReference>;
27460
26867
  export const processingTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransaction>;
27461
26868
  export const processingTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransactionDeleted>;
@@ -27495,7 +26902,6 @@ export const publicHub: PropTypes.Requireable<io.flow.internal.v0.models.PublicH
27495
26902
  export const publicHubForm: PropTypes.Requireable<io.flow.internal.v0.models.PublicHubForm>;
27496
26903
  export const quote: PropTypes.Requireable<io.flow.internal.v0.models.Quote>;
27497
26904
  export const quoteDeleted: PropTypes.Requireable<io.flow.internal.v0.models.QuoteDeleted>;
27498
- export const quoteRequest: PropTypes.Requireable<io.flow.internal.v0.models.QuoteRequest>;
27499
26905
  export const quoteUpserted: PropTypes.Requireable<io.flow.internal.v0.models.QuoteUpserted>;
27500
26906
  export const rateAndRuleItem: PropTypes.Requireable<io.flow.internal.v0.models.RateAndRuleItem>;
27501
26907
  export const rateAndRuleItemForm: PropTypes.Requireable<io.flow.internal.v0.models.RateAndRuleItemForm>;
@@ -27528,9 +26934,6 @@ export const ratecardDimensionEstimateDeleted: PropTypes.Requireable<io.flow.int
27528
26934
  export const ratecardDimensionEstimateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardDimensionEstimateUpserted>;
27529
26935
  export const ratecardInternalServiceFee: PropTypes.Requireable<io.flow.internal.v0.models.RatecardInternalServiceFee>;
27530
26936
  export const ratecardInternalSummary: PropTypes.Requireable<io.flow.internal.v0.models.RatecardInternalSummary>;
27531
- export const ratecardLaneAggregate: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLaneAggregate>;
27532
- export const ratecardLaneAggregateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLaneAggregateDeleted>;
27533
- export const ratecardLaneAggregateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLaneAggregateUpserted>;
27534
26937
  export const ratecardLanesImportRequest: PropTypes.Requireable<io.flow.internal.v0.models.RatecardLanesImportRequest>;
27535
26938
  export const ratecardRateLevelDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardRateLevelDeleted>;
27536
26939
  export const ratecardRateLevelOrganizationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted>;
@@ -27681,8 +27084,9 @@ export const sessionRollout: PropTypes.Requireable<io.flow.internal.v0.models.Se
27681
27084
  export const sessionRolloutForm: PropTypes.Requireable<io.flow.internal.v0.models.SessionRolloutForm>;
27682
27085
  export const setupBlockPutForm: PropTypes.Requireable<io.flow.internal.v0.models.SetupBlockPutForm>;
27683
27086
  export const sfExpress: PropTypes.Requireable<io.flow.internal.v0.models.SfExpress>;
27684
- export const shawnRoundtableWorkshopRate: PropTypes.Requireable<io.flow.internal.v0.models.ShawnRoundtableWorkshopRate>;
27685
27087
  export const shippedItemValue: PropTypes.Requireable<io.flow.internal.v0.models.ShippedItemValue>;
27088
+ export const shippingEstimateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShippingEstimateDeleted>;
27089
+ export const shippingEstimateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShippingEstimateUpserted>;
27686
27090
  export const shippingLane: PropTypes.Requireable<io.flow.internal.v0.models.ShippingLane>;
27687
27091
  export const shippingMethodReference: PropTypes.Requireable<io.flow.internal.v0.models.ShippingMethodReference>;
27688
27092
  export const shop: PropTypes.Requireable<io.flow.internal.v0.models.Shop>;
@@ -27743,6 +27147,7 @@ export const shopifyMarketsSync: PropTypes.Requireable<io.flow.internal.v0.model
27743
27147
  export const shopifyMarketsWebhookRegistration: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration>;
27744
27148
  export const shopifyMarketsWebhookRegistrationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted>;
27745
27149
  export const shopifyMarketsWebhookRegistrationUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted>;
27150
+ export const shopifyMerchantPlan: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlan>;
27746
27151
  export const shopifyMetadata: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMetadata>;
27747
27152
  export const shopifyMonitoringCarrierService: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMonitoringCarrierService>;
27748
27153
  export const shopifyMonitoringFulfillmentExternal: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal>;
@@ -27885,6 +27290,10 @@ export const taxCalculationError: PropTypes.Requireable<io.flow.internal.v0.mode
27885
27290
  export const taxCalculationForm: PropTypes.Requireable<io.flow.internal.v0.models.TaxCalculationForm>;
27886
27291
  export const taxCalculationLineItem: PropTypes.Requireable<io.flow.internal.v0.models.TaxCalculationLineItem>;
27887
27292
  export const taxCalculationLineItemForm: PropTypes.Requireable<io.flow.internal.v0.models.TaxCalculationLineItemForm>;
27293
+ export const taxDutyDeltaMetadataActual: PropTypes.Requireable<io.flow.internal.v0.models.TaxDutyDeltaMetadataActual>;
27294
+ export const taxDutyDeltaMetadataActualProcessing: PropTypes.Requireable<io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing>;
27295
+ export const taxDutyDeltaMetadataExpected: PropTypes.Requireable<io.flow.internal.v0.models.TaxDutyDeltaMetadataExpected>;
27296
+ export const taxDutyDeltaMetadataExpectedProcessing: PropTypes.Requireable<io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing>;
27888
27297
  export const taxDutyDeltaTransaction: PropTypes.Requireable<io.flow.internal.v0.models.TaxDutyDeltaTransaction>;
27889
27298
  export const taxRemittanceTransaction: PropTypes.Requireable<io.flow.internal.v0.models.TaxRemittanceTransaction>;
27890
27299
  export const taxRemittanceTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TaxRemittanceTransactionDeleted>;
@@ -27991,9 +27400,6 @@ export const calculatorStamp: PropTypes.Requireable<io.flow.internal.v0.unions.C
27991
27400
  export const carrierChargeForm: PropTypes.Requireable<io.flow.internal.v0.unions.CarrierChargeForm>;
27992
27401
  export const carrierCredentials: PropTypes.Requireable<io.flow.internal.v0.unions.CarrierCredentials>;
27993
27402
  export const channelRateMetadata: PropTypes.Requireable<io.flow.internal.v0.unions.ChannelRateMetadata>;
27994
- export const checkoutForm: PropTypes.Requireable<io.flow.internal.v0.unions.CheckoutForm>;
27995
- export const checkoutSubmitOrderBundles: PropTypes.Requireable<io.flow.internal.v0.unions.CheckoutSubmitOrderBundles>;
27996
- export const checkoutSubmitOrderForms: PropTypes.Requireable<io.flow.internal.v0.unions.CheckoutSubmitOrderForms>;
27997
27403
  export const classificationAction: PropTypes.Requireable<io.flow.internal.v0.unions.ClassificationAction>;
27998
27404
  export const classificationActionForm: PropTypes.Requireable<io.flow.internal.v0.unions.ClassificationActionForm>;
27999
27405
  export const classificationForm: PropTypes.Requireable<io.flow.internal.v0.unions.ClassificationForm>;
@@ -28031,11 +27437,6 @@ export const internalHarmonizationStatistic: PropTypes.Requireable<io.flow.inter
28031
27437
  export const internalRefundForm: PropTypes.Requireable<io.flow.internal.v0.unions.InternalRefundForm>;
28032
27438
  export const internalTransactionDetails: PropTypes.Requireable<io.flow.internal.v0.unions.InternalTransactionDetails>;
28033
27439
  export const localizableContent: PropTypes.Requireable<io.flow.internal.v0.unions.LocalizableContent>;
28034
- export const marketingGatewayChannelDetails: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewayChannelDetails>;
28035
- export const marketingGatewayDistributionChannel: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewayDistributionChannel>;
28036
- export const marketingGatewayFeedSource: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewayFeedSource>;
28037
- export const marketingGatewayItem: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewayItem>;
28038
- export const marketingGatewaySourceSummary: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewaySourceSummary>;
28039
27440
  export const optinPromptDisplay: PropTypes.Requireable<io.flow.internal.v0.unions.OptinPromptDisplay>;
28040
27441
  export const orderActionForm: PropTypes.Requireable<io.flow.internal.v0.unions.OrderActionForm>;
28041
27442
  export const orderCancellationEvidence: PropTypes.Requireable<io.flow.internal.v0.unions.OrderCancellationEvidence>;