@flowio/api-types 0.0.263 → 0.0.266

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.
@@ -1,17 +1,17 @@
1
1
  declare namespace io.flow.internal.v0.enums {
2
+ type AccountCurrencyFilter = 'GBP' | 'CAD' | 'USD';
2
3
  type AccountPaymentHoldReason = 'fraudulent' | 'frozen' | 'invalid_bank_account';
3
4
  type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
4
5
  type AccountType = 'channel' | 'organization';
5
6
  type AdjustmentTransactionType = 'adjustment' | 'reversal';
6
7
  type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
7
- type AldoItemType = 'physical' | 'digital';
8
8
  type AmruthaItemType = 'physical' | 'digital';
9
- type AnirbanItemType = 'physical' | 'digital';
10
- type AnshItemType = 'physical' | 'digital';
11
9
  type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
12
10
  type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
13
11
  type ApplicablePreferentialRate = 'baby' | 'children';
14
12
  type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95' | 'prr-36e1603f56e54eb889792637c29eed40' | 'prr-7ead2cc4bf2840a3a9b50d222eb0ed7e' | 'prr-ec2f3d608b7e43a49de88ac40e6b50a8' | 'prr-04ed078c39ca4447b171f767d71a481d' | 'prr-bb664a76d6d64a17843e720e6ccd401a' | 'prr-8ce63afcd48641eb9d44e04117348a96' | 'prr-76544617791b4ce8af96b3a7879474c6' | 'prr-566cc67167944bc4bd08167aa9c0beba' | 'prr-74e1320efb7741cf9ace400b69800f9b';
13
+ type B2BFeeMorTaxTriggerType = 'capture' | 'order';
14
+ type B2BFeeShippingTaxTriggerType = 'label' | 'trueup';
15
15
  type B2BTaxLedgerDocumentType = 'b2b_invoice' | 'b2b_credit_memo';
16
16
  type B2BTaxRateType = 'basic' | 'preferential' | 'exempt';
17
17
  type BankAccountStatus = 'on_hold' | 'not_on_hold';
@@ -21,7 +21,8 @@ declare namespace io.flow.internal.v0.enums {
21
21
  type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate' | 'current_attempt_merchant_count' | 'current_attempt_amount_total' | 'current_attempt_failed_merchant_count' | 'current_attempt_failed_amount_total' | 'current_attempt_success_ratio' | 'first_attempt_merchant_count' | 'first_attempt_amount_total' | 'first_attempt_failed_merchant_count' | 'first_attempt_failed_amount_total' | 'first_attempt_success_ratio' | 'second_attempt_merchant_count' | 'second_attempt_amount_total' | 'second_attempt_failed_merchant_count' | 'second_attempt_failed_amount_total' | 'second_attempt_success_ratio' | 'third_attempt_merchant_count' | 'third_attempt_amount_total' | 'third_attempt_failed_merchant_count' | 'third_attempt_failed_amount_total' | 'third_attempt_success_ratio' | 'fourth_plus_attempt_merchant_count' | 'fourth_plus_attempt_amount_total' | 'fourth_plus_attempt_failed_merchant_count' | 'fourth_plus_attempt_failed_amount_total' | 'fourth_plus_attempt_success_ratio' | 'ge_revenue_share_standard_transactions_count' | 'ge_revenue_share_standard_transactions_total' | 'ge_revenue_share_standard_transactions_percentage' | 'ge_revenue_share_shopify_plus_transactions_count' | 'ge_revenue_share_shopify_plus_transactions_total' | 'ge_revenue_share_shopify_plus_transactions_percentage' | 'non_l4l_tax_duty_fx_transactions_count' | 'non_l4l_tax_duty_fx_transactions_total' | 'non_l4l_tax_duty_fx_transactions_percentage' | 'sp_adjustment_transactions_count' | 'sp_adjustment_transactions_total' | 'sp_billable_label_transactions_count' | 'sp_billable_label_transactions_count_for_unique_orders' | 'sp_billable_label_transactions_total' | 'capture_transactions_standard_count' | 'capture_transactions_standard_total' | 'capture_transactions_shopify_plus_count' | 'capture_transactions_shopify_plus_total' | 'sp_capture_transactions_count' | 'sp_capture_transactions_total' | 'sp_carrier_charge_transactions_count' | 'sp_carrier_charge_transactions_total' | 'sp_channel_transactions_count' | 'sp_channel_transactions_total' | 'sp_duty_transactions_count' | 'sp_duty_transactions_total' | 'sp_manual_transactions_count' | 'sp_manual_transactions_total' | 'sp_refund_transactions_count' | 'sp_refund_transactions_total' | 'sp_reversal_transactions_count' | 'sp_reversal_transactions_total' | 'sp_revenue_share_label_transactions_count' | 'sp_revenue_share_label_transactions_count_for_unique_orders' | 'sp_revenue_share_label_transactions_total' | 'sp_tax_transactions_count' | 'sp_tax_transactions_total' | 'sp_transfer_transactions_count' | 'sp_transfer_transactions_total' | 'sp_trueup_transactions_count' | 'sp_trueup_transactions_total';
22
22
  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';
23
23
  type BillingTransactionStatus = 'pending_proof' | 'posted';
24
- type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'merchant_fee' | 'merchant_payout' | 'merchant_refund' | 'b2b_tax' | 'b2b_tax_refund';
24
+ type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'merchant_fee' | 'merchant_payout' | 'merchant_refund' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax';
25
+ type BojanaItemType = 'physical' | 'digital';
25
26
  type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
26
27
  type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
27
28
  type CarrierChargeType = 'label' | 'tax' | 'other';
@@ -50,11 +51,13 @@ declare namespace io.flow.internal.v0.enums {
50
51
  type CheckoutPromptBehavior = 'always' | 'incomplete';
51
52
  type CheckoutShippingMethodPromptBehavior = 'always' | 'multiple';
52
53
  type CheckoutUrlType = 'continue_shopping' | 'confirmation' | 'invalid_checkout';
54
+ type ChenglinItemType = 'physical' | 'digital';
53
55
  type ClassificationDecision = 'Accept' | 'Reject';
54
56
  type ClassificationErrorCode = 'generic_error';
55
- type ClassificationFailureReason = 'low_confidence' | 'timeout';
57
+ type ClassificationFailureReason = 'low_confidence' | 'timeout' | 'missing_hs6_code' | 'invalid_price';
56
58
  type ClassificationPlatform = 'GlobalE' | 'Flow' | 'FlowOnboarding' | 'Borderfree';
57
59
  type ClassificationScope = 'Item' | 'Product';
60
+ type ClassificationSource = 'sellability';
58
61
  type ClassificationType = 'None' | 'Manual' | 'ML' | 'System';
59
62
  type ClothingAgeClassification = 'None' | 'AgeKidsGeneral' | 'Age0_10' | 'Age10_13' | 'Age13_14';
60
63
  type CommercialInvoiceVersion = 'v2_2_1';
@@ -90,7 +93,7 @@ declare namespace io.flow.internal.v0.enums {
90
93
  type EmptyAttribute = 'irrelevant';
91
94
  type ErpFileType = 'vendor';
92
95
  type EvaluationCheckResult = 'pass' | 'fail';
93
- type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_test_order_upserted' | 'shopify_test_order_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'anirban_item_upserted' | 'anirban_item_deleted' | 'sarvesh_item_upserted' | 'sarvesh_item_deleted' | 'hosein_item_upserted' | 'hosein_item_deleted' | 'niall_item_upserted' | 'niall_item_deleted' | 'rohan_item_upserted' | 'rohan_item_deleted' | 'aldo_item_upserted' | 'aldo_item_deleted' | 'ansh_item_upserted' | 'ansh_item_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
96
+ type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'shipping_cost_upserted' | 'shipping_cost_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'preonboarding_sellability_result_inserted' | 'preonboarding_sellability_result_updated' | 'preonboarding_sellability_result_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'product_sellability_result_inserted' | 'product_sellability_result_updated' | 'product_sellability_result_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_test_order_upserted' | 'shopify_test_order_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
94
97
  type ExperienceImportType = 'experience_with_settings';
95
98
  type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
96
99
  type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
@@ -109,7 +112,6 @@ declare namespace io.flow.internal.v0.enums {
109
112
  type GoogleAnalyticsPlugin = 'ec';
110
113
  type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog' | 'shopify_webhook';
111
114
  type HarmonizationDecisionSource = 'human' | 'system' | 'legacy_model' | 'enterprise_model' | 'merchant';
112
- type HoseinItemType = 'physical' | 'digital';
113
115
  type Hs6CodeSource = 'sellability' | 'classification' | 'human';
114
116
  type HttpMethod = 'get' | 'post';
115
117
  type InternalPaymentEntityType = 'authorization' | 'capture' | 'refund' | 'dispute';
@@ -126,22 +128,21 @@ declare namespace io.flow.internal.v0.enums {
126
128
  type LabelEventMedium = 'webhook' | 'pull' | 'post';
127
129
  type LabelEventSource = 'aftership' | 'carrier' | 'flow';
128
130
  type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system' | 'carrier';
129
- type LabelRequestResultOrganizationType = 'all' | 'legacy_production' | 'managed_markets_production' | 'sandbox';
131
+ type LabelRequestResultOrganizationType = 'all' | 'cafe24_production' | 'shopify_production' | 'sandbox';
130
132
  type LabelRequestResultState = 'success' | 'failure';
131
133
  type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
132
- type LedgerReportType = 'periodic_mor_jurisdiction_report';
134
+ type LedgerReportType = 'periodic_mor_jurisdiction_report' | 'periodic_mor_jurisdiction_sandbox_report';
133
135
  type LedgerReportUrlType = 'sharepoint' | 's3';
134
136
  type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
135
137
  type LogisticsCapability = 'logistics_address_correction';
136
138
  type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
137
139
  type ManualReviewRuleStatus = 'active' | 'archived';
138
- 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';
140
+ type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure' | 'non_fraud_chargeback' | 'v1_migration_neg_balance_settlement';
139
141
  type MerchantFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
140
142
  type MerchantOfRecord = 'global_e_united_states' | 'global_e_united_kingdom' | 'global_e_canada' | 'global_e_netherlands' | 'uk_global_e_canada' | 'uk_global_e_netherlands' | 'uk_global_e_united_states' | 'ca_global_e_united_kingdom' | 'ca_global_e_netherlands' | 'ca_global_e_united_states';
141
143
  type MerchantOverrideStatus = 'pending' | 'in_review' | 'accepted' | 'rejected';
142
144
  type MixedBagWeight = '0' | '1' | '2';
143
145
  type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
144
- type NiallItemType = 'physical' | 'digital';
145
146
  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';
146
147
  type NonL4LTaxDutyFxTransactionType = 'adjustment' | 'reversal' | 'fee';
147
148
  type OnboardingAuditMessageLevel = 'info' | 'warning' | 'error';
@@ -162,6 +163,7 @@ declare namespace io.flow.internal.v0.enums {
162
163
  type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
163
164
  type OrganizationMetricType = 'organization_restriction_status';
164
165
  type OrganizationPaymentStatus = 'active' | 'archived';
166
+ type OrganizationPromotionStatus = 'in_progress' | 'completed' | 'failed';
165
167
  type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
166
168
  type OrganizationRestrictionNoteType = 'internal' | 'rejection_reason' | 'additional_rejection_info';
167
169
  type OrganizationRestrictionReviewType = 'all_pending' | 'pending_verification';
@@ -175,7 +177,6 @@ declare namespace io.flow.internal.v0.enums {
175
177
  type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
176
178
  type PaymentTerm = 'net7' | 'net15' | 'net30';
177
179
  type PendingRecordType = 'verification' | 'classification' | 'restriction';
178
- type PrateekItemType = 'physical' | 'digital';
179
180
  type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
180
181
  type PreonboardingClassificationDecision = 'Accept' | 'Reject';
181
182
  type PreonboardingClassificationPlatform = 'FlowOnboarding';
@@ -205,7 +206,7 @@ declare namespace io.flow.internal.v0.enums {
205
206
  type RestrictionAttributeOperator = 'and' | 'or';
206
207
  type RestrictionAttributeResult = 'pending_classification' | 'pending_verification' | 'accepted' | 'restricted';
207
208
  type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
208
- type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox' | 'enterprise-qa';
209
+ type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox' | 'enterprise-qa' | 'cafe24' | 'cafe24-sandbox';
209
210
  type RestrictionOrganizationSource = 'smb' | 'enterprise';
210
211
  type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
211
212
  type RestrictionRuleCommunityExemption = 'domestic_exemption' | 'intra_eu_exemption';
@@ -215,10 +216,14 @@ declare namespace io.flow.internal.v0.enums {
215
216
  type RevenueRecordType = 'pending' | 'sales' | 'refund';
216
217
  type RiskCheck = 'three_d_secure';
217
218
  type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
218
- type RohanItemType = 'physical' | 'digital';
219
- type SarveshItemType = 'physical' | 'digital';
220
219
  type SellabilityCheckStatus = 'more_restrictive' | 'less_restrictive' | 'similar' | 'regions_differ' | 'rules_differ';
220
+ type SellabilityInternalMatchType = 'positive_keyword' | 'auto_restricted';
221
221
  type SellabilityStatus = 'complete' | 'incomplete';
222
+ type ShopifyCallbackErrorCode = 'UNKNOWN' | 'SYSTEM_ERROR' | 'THIRD_PARTY_SYSTEM_ERROR' | 'TIMEOUT' | 'VERSION_MISMATCH' | 'INVALID_AUTHENTICATION' | 'RATE_LIMIT_EXCEEDED' | 'TEMPORARILY_UNAVAILABLE' | 'FAILED_VALIDATION' | 'INVALID_FORMAT' | 'MISSING_VALUE' | 'OUT_OF_RANGE' | 'OVER_LIMIT' | 'UNDER_LIMIT' | 'UNAUTHORIZED' | 'NOT_FOUND' | 'EXPIRED';
223
+ type ShopifyChargeCode = 'transport_cost' | 'above_threshold' | 'additional_handling' | 'customs_additional_fees' | 'customs_clearance' | 'customs_duties' | 'customs_regulatory_fee' | 'customs_duty' | 'customs_taxes' | 'dangerous_goods' | 'delivery_area_surcharge' | 'duties_fx_surcharge' | 'discount' | 'eei_filing' | 'elevated_risk_area_surcharge' | 'emergency_situation_surcharge' | 'environmental_surcharge' | 'fuel_surcharge' | 'oversize_piece_surcharge' | 'packaging' | 'pickup_area_surcharge' | 'peak_surcharge' | 'remote_delivery_area_surcharge' | 'residential_surcharge' | 'security_surcharge' | 'shipper_intercept' | 'address_correction' | 'undeliverable' | 'unknown' | 'prohibited_item' | 'trade_restriction_surcharge' | 'processing' | 'delivery' | 'notification' | 'broker_notification' | 'delivery_confirmation' | 'signature_required' | 'tax_gst' | 'tax_hst' | 'tax_pst' | 'tax_vat' | 'discount_tax' | 'incoterm_ddp';
224
+ type ShopifyDeliveryMethodType = 'SHIPPING' | 'PICKUP_POINT';
225
+ type ShopifyDimensionUnit = 'cm' | 'ft' | 'in' | 'm' | 'mm';
226
+ type ShopifyIncoterm = 'DAP' | 'DDP';
222
227
  type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
223
228
  type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
224
229
  type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
@@ -226,8 +231,12 @@ declare namespace io.flow.internal.v0.enums {
226
231
  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';
227
232
  type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
228
233
  type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
234
+ type ShopifyPackageType = 'BOX' | 'ENVELOPE' | 'SOFT_PACK' | 'TUBE' | 'CARRIER_PACKAGING';
229
235
  type ShopifyPlanType = 'standard' | 'shopify_plus';
230
236
  type ShopifyService = 'payment' | 'duty_tax_calculator' | 'sellability';
237
+ type ShopifyShipmentOptionCode = 'adult_signature_required' | 'delivery_confirmation' | 'insurance' | 'named_person_only' | 'no_neighbour_delivery' | 'pickup' | 'package_pickup' | 'signature_required' | 'proof_of_age' | 'proof_of_age_16' | 'proof_of_age_18' | 'proof_of_age_19' | 'proof_of_age_21' | 'incoterm_ddp' | 'incoterm_dap' | 'usps_first_mile';
238
+ type ShopifyUnavailableRateReasonCode = 'SERVICE_NOT_AVAILABLE' | 'TEMPORARILY_UNAVAILABLE' | 'TIMEOUT' | 'RATE_LIMIT_EXCEEDED' | 'SYSTEM_ERROR' | 'THIRD_PARTY_SYSTEM_ERROR' | 'FAILED_VALIDATION' | 'INVALID_FORMAT' | 'MISSING_VALUE' | 'OUT_OF_RANGE';
239
+ type ShopifyWeightUnit = 'g' | 'kg' | 'lb' | 'oz';
231
240
  type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
232
241
  type SnoozeNextActionWith = 'customer_service' | 'engineering';
233
242
  type SnoozeSourceType = 'task' | 'invariant';
@@ -398,11 +407,13 @@ declare namespace io.flow.internal.v0.models {
398
407
  readonly 'transfer_method'?: io.flow.internal.v0.enums.TransferMethod;
399
408
  readonly 'b2b_tax_remittance_days'?: number;
400
409
  readonly 'merchant_of_record_fee'?: number;
410
+ readonly 'merchant_of_record_fee_create_on_order'?: boolean;
401
411
  readonly 'duty_guarantee_fee'?: number;
402
412
  readonly 'transfer_fee'?: number;
403
413
  readonly 'negative_balance_fee'?: number;
404
414
  readonly 'order_service_fee'?: io.flow.internal.v0.models.TieredFee;
405
415
  readonly 'label_fees'?: io.flow.internal.v0.models.AccountSettingLabelFees;
416
+ readonly 'revenue_share_rate'?: number;
406
417
  readonly 'charge_label_cost_directly': boolean;
407
418
  readonly 'transaction_posting_method': io.flow.internal.v0.enums.TransactionPostingMethod;
408
419
  readonly 'statement_transfer_transaction_location': io.flow.internal.v0.enums.StatementTransferTransactionLocation;
@@ -413,6 +424,10 @@ declare namespace io.flow.internal.v0.models {
413
424
  readonly 'enable_fee_reversals': boolean;
414
425
  readonly 'record_reason_for_transactions_pending_payout': boolean;
415
426
  readonly 'enable_negative_debits': boolean;
427
+ readonly 'enable_statement_pdf': boolean;
428
+ readonly 'enable_shipping_label_revenue_share'?: boolean;
429
+ readonly 'enable_carrier_charge_revenue_share'?: boolean;
430
+ readonly 'always_charge_organization_for_trueup'?: boolean;
416
431
  }
417
432
 
418
433
  interface AccountSettingsDeleted {
@@ -942,37 +957,6 @@ declare namespace io.flow.internal.v0.models {
942
957
  readonly 'placeholder'?: boolean;
943
958
  }
944
959
 
945
- interface AldoItem {
946
- readonly 'id': string;
947
- readonly 'number': string;
948
- readonly 'amount': io.flow.common.v0.models.Price;
949
- readonly 'description'?: string;
950
- readonly 'type': io.flow.internal.v0.enums.AldoItemType;
951
- readonly 'added_on': string;
952
- }
953
-
954
- interface AldoItemDeleted {
955
- readonly 'discriminator': 'aldo_item_deleted';
956
- readonly 'event_id': string;
957
- readonly 'timestamp': string;
958
- readonly 'id': string;
959
- }
960
-
961
- interface AldoItemForm {
962
- readonly 'number': string;
963
- readonly 'amount': io.flow.common.v0.models.Price;
964
- readonly 'description'?: string;
965
- readonly 'type': io.flow.internal.v0.enums.AldoItemType;
966
- readonly 'added_on': string;
967
- }
968
-
969
- interface AldoItemUpserted {
970
- readonly 'discriminator': 'aldo_item_upserted';
971
- readonly 'event_id': string;
972
- readonly 'timestamp': string;
973
- readonly 'item': io.flow.internal.v0.models.AldoItem;
974
- }
975
-
976
960
  interface AllItemsExport {
977
961
  readonly 'discriminator': 'all_items_export';
978
962
  readonly 'event_id': string;
@@ -1012,68 +996,6 @@ declare namespace io.flow.internal.v0.models {
1012
996
  readonly 'added_on': string;
1013
997
  }
1014
998
 
1015
- interface AnirbanItem {
1016
- readonly 'id': string;
1017
- readonly 'number': string;
1018
- readonly 'amount': io.flow.common.v0.models.Price;
1019
- readonly 'description'?: string;
1020
- readonly 'type': io.flow.internal.v0.enums.AnirbanItemType;
1021
- readonly 'added_on': string;
1022
- }
1023
-
1024
- interface AnirbanItemDeleted {
1025
- readonly 'discriminator': 'anirban_item_deleted';
1026
- readonly 'event_id': string;
1027
- readonly 'timestamp': string;
1028
- readonly 'id': string;
1029
- }
1030
-
1031
- interface AnirbanItemForm {
1032
- readonly 'number': string;
1033
- readonly 'amount': io.flow.common.v0.models.Price;
1034
- readonly 'description'?: string;
1035
- readonly 'type': io.flow.internal.v0.enums.AnirbanItemType;
1036
- readonly 'added_on': string;
1037
- }
1038
-
1039
- interface AnirbanItemUpserted {
1040
- readonly 'discriminator': 'anirban_item_upserted';
1041
- readonly 'event_id': string;
1042
- readonly 'timestamp': string;
1043
- readonly 'item': io.flow.internal.v0.models.AnirbanItem;
1044
- }
1045
-
1046
- interface AnshItem {
1047
- readonly 'id': string;
1048
- readonly 'number': string;
1049
- readonly 'amount': io.flow.common.v0.models.Price;
1050
- readonly 'description'?: string;
1051
- readonly 'type': io.flow.internal.v0.enums.AnshItemType;
1052
- readonly 'added_on': string;
1053
- }
1054
-
1055
- interface AnshItemDeleted {
1056
- readonly 'discriminator': 'ansh_item_deleted';
1057
- readonly 'event_id': string;
1058
- readonly 'timestamp': string;
1059
- readonly 'id': string;
1060
- }
1061
-
1062
- interface AnshItemForm {
1063
- readonly 'number': string;
1064
- readonly 'amount': io.flow.common.v0.models.Price;
1065
- readonly 'description'?: string;
1066
- readonly 'type': io.flow.internal.v0.enums.AnshItemType;
1067
- readonly 'added_on': string;
1068
- }
1069
-
1070
- interface AnshItemUpserted {
1071
- readonly 'discriminator': 'ansh_item_upserted';
1072
- readonly 'event_id': string;
1073
- readonly 'timestamp': string;
1074
- readonly 'item': io.flow.internal.v0.models.AnshItem;
1075
- }
1076
-
1077
999
  interface ApplePayAuthorizationPayload {
1078
1000
  readonly 'discriminator': 'apple_pay_authorization_payload';
1079
1001
  readonly 'apple_pay_token': string;
@@ -1177,6 +1099,16 @@ declare namespace io.flow.internal.v0.models {
1177
1099
  readonly 'action'?: io.flow.internal.v0.enums.RestrictionStatus;
1178
1100
  }
1179
1101
 
1102
+ interface B2BFeeMorTaxTriggerMetadata {
1103
+ readonly 'discriminator': 'b2b_fee_mor_tax_trigger_metadata';
1104
+ readonly 'trigger_type': io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType;
1105
+ }
1106
+
1107
+ interface B2BFeeShippingTaxTriggerMetadata {
1108
+ readonly 'discriminator': 'b2b_fee_shipping_tax_trigger_metadata';
1109
+ readonly 'trigger_type': io.flow.internal.v0.enums.B2BFeeShippingTaxTriggerType;
1110
+ }
1111
+
1180
1112
  interface B2BTaxLedger {
1181
1113
  readonly 'id': string;
1182
1114
  readonly 'total_amount': io.flow.internal.v0.models.TaxTypeTotal;
@@ -1194,6 +1126,8 @@ declare namespace io.flow.internal.v0.models {
1194
1126
  readonly 'document_type': io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
1195
1127
  readonly 'document_date': string;
1196
1128
  readonly 'ledger_report_id'?: string;
1129
+ readonly 'voids_invoice_number'?: string;
1130
+ readonly 'document_number'?: string;
1197
1131
  }
1198
1132
 
1199
1133
  interface B2BTaxLedgerForm {
@@ -1212,6 +1146,8 @@ declare namespace io.flow.internal.v0.models {
1212
1146
  readonly 'document_type': io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
1213
1147
  readonly 'document_date': string;
1214
1148
  readonly 'ledger_report_id'?: string;
1149
+ readonly 'voids_invoice_number'?: string;
1150
+ readonly 'document_number'?: string;
1215
1151
  }
1216
1152
 
1217
1153
  interface BankAccount {
@@ -1522,6 +1458,9 @@ declare namespace io.flow.internal.v0.models {
1522
1458
  readonly 'tax_refund': io.flow.common.v0.models.Price;
1523
1459
  readonly 'b2b_tax': io.flow.common.v0.models.Price;
1524
1460
  readonly 'b2b_tax_refund': io.flow.common.v0.models.Price;
1461
+ readonly 'merchant_fee': io.flow.common.v0.models.Price;
1462
+ readonly 'b2b_fee_mor_tax': io.flow.common.v0.models.Price;
1463
+ readonly 'b2b_fee_shipping_tax': io.flow.common.v0.models.Price;
1525
1464
  }
1526
1465
 
1527
1466
  interface BillingStatementUpserted {
@@ -1588,6 +1527,23 @@ declare namespace io.flow.internal.v0.models {
1588
1527
  readonly 'secret_key': string;
1589
1528
  }
1590
1529
 
1530
+ interface BojanaItem {
1531
+ readonly 'id': string;
1532
+ readonly 'number': string;
1533
+ readonly 'amount': io.flow.common.v0.models.Price;
1534
+ readonly 'description'?: string;
1535
+ readonly 'type': io.flow.internal.v0.enums.BojanaItemType;
1536
+ readonly 'added_on': string;
1537
+ }
1538
+
1539
+ interface BojanaItemForm {
1540
+ readonly 'number': string;
1541
+ readonly 'amount': io.flow.common.v0.models.Price;
1542
+ readonly 'description'?: string;
1543
+ readonly 'type': io.flow.internal.v0.enums.BojanaItemType;
1544
+ readonly 'added_on': string;
1545
+ }
1546
+
1591
1547
  interface BooleanFeatureDefaultValue {
1592
1548
  readonly 'discriminator': 'boolean';
1593
1549
  readonly 'value': boolean;
@@ -2601,6 +2557,37 @@ declare namespace io.flow.internal.v0.models {
2601
2557
  readonly 'type': io.flow.internal.v0.enums.CheckoutUrlType;
2602
2558
  }
2603
2559
 
2560
+ interface ChenglinItem {
2561
+ readonly 'id': string;
2562
+ readonly 'number': string;
2563
+ readonly 'amount': io.flow.common.v0.models.Price;
2564
+ readonly 'description'?: string;
2565
+ readonly 'type': io.flow.internal.v0.enums.GabrielItemType;
2566
+ readonly 'added_on': string;
2567
+ }
2568
+
2569
+ interface ChenglinItemDeleted {
2570
+ readonly 'discriminator': 'chenglin_item_deleted';
2571
+ readonly 'event_id': string;
2572
+ readonly 'timestamp': string;
2573
+ readonly 'id': string;
2574
+ }
2575
+
2576
+ interface ChenglinItemForm {
2577
+ readonly 'number': string;
2578
+ readonly 'amount': io.flow.common.v0.models.Price;
2579
+ readonly 'description'?: string;
2580
+ readonly 'type': io.flow.internal.v0.enums.GabrielItemType;
2581
+ readonly 'added_on': string;
2582
+ }
2583
+
2584
+ interface ChenglinItemUpserted {
2585
+ readonly 'discriminator': 'chenglin_item_upserted';
2586
+ readonly 'event_id': string;
2587
+ readonly 'timestamp': string;
2588
+ readonly 'item': io.flow.internal.v0.models.ChenglinItem;
2589
+ }
2590
+
2604
2591
  interface Cipher {
2605
2592
  readonly 'id': string;
2606
2593
  readonly 'attributes': Record<string, string>;
@@ -3168,7 +3155,7 @@ declare namespace io.flow.internal.v0.models {
3168
3155
  readonly 'debug': io.flow.internal.v0.models.DebugDetails;
3169
3156
  readonly 'transactions': io.flow.internal.v0.models.DebugOrderTransactionDetails[];
3170
3157
  readonly 'reporting': io.flow.internal.v0.models.ReportingDetails;
3171
- readonly 'banking': io.flow.internal.v0.models.DebugBankingDetails;
3158
+ readonly 'banking'?: io.flow.internal.v0.models.DebugBankingDetails;
3172
3159
  }
3173
3160
 
3174
3161
  interface DebugOrderTransactionDetails {
@@ -4966,6 +4953,12 @@ declare namespace io.flow.internal.v0.models {
4966
4953
  readonly 'num_events': number;
4967
4954
  }
4968
4955
 
4956
+ interface GenerateLoadRate {
4957
+ readonly 'organization_ids': string[];
4958
+ readonly 'events_per_second': number;
4959
+ readonly 'duration_seconds': number;
4960
+ }
4961
+
4969
4962
  interface GenerateLoadSingleOrg {
4970
4963
  readonly 'discriminator': 'generate_load_single_org';
4971
4964
  readonly 'organization_id': string;
@@ -5136,44 +5129,14 @@ declare namespace io.flow.internal.v0.models {
5136
5129
  readonly 'export_id': string;
5137
5130
  }
5138
5131
 
5139
- interface HoseinItem {
5140
- readonly 'id': string;
5141
- readonly 'number': string;
5142
- readonly 'amount': io.flow.common.v0.models.Price;
5143
- readonly 'description'?: string;
5144
- readonly 'type': io.flow.internal.v0.enums.HoseinItemType;
5145
- readonly 'added_on': string;
5146
- }
5147
-
5148
- interface HoseinItemDeleted {
5149
- readonly 'discriminator': 'hosein_item_deleted';
5150
- readonly 'event_id': string;
5151
- readonly 'timestamp': string;
5152
- readonly 'id': string;
5153
- }
5154
-
5155
- interface HoseinItemForm {
5156
- readonly 'number': string;
5157
- readonly 'amount': io.flow.common.v0.models.Price;
5158
- readonly 'description'?: string;
5159
- readonly 'type': io.flow.internal.v0.enums.HoseinItemType;
5160
- readonly 'added_on': string;
5161
- }
5162
-
5163
- interface HoseinItemUpserted {
5164
- readonly 'discriminator': 'hosein_item_upserted';
5165
- readonly 'event_id': string;
5166
- readonly 'timestamp': string;
5167
- readonly 'item': io.flow.internal.v0.models.HoseinItem;
5168
- }
5169
-
5170
5132
  interface Hs6 {
5171
5133
  readonly 'code': string;
5172
5134
  readonly 'description': string;
5173
5135
  }
5174
5136
 
5175
5137
  interface Hs6Metadata {
5176
- readonly 'description': string;
5138
+ readonly 'description'?: string;
5139
+ readonly 'classification_source'?: io.flow.internal.v0.enums.ClassificationSource;
5177
5140
  }
5178
5141
 
5179
5142
  interface ImportCompleted {
@@ -5682,11 +5645,6 @@ declare namespace io.flow.internal.v0.models {
5682
5645
  readonly 'values': string[];
5683
5646
  }
5684
5647
 
5685
- interface JeanDemoItem {
5686
- readonly 'id': string;
5687
- readonly 'name': string;
5688
- }
5689
-
5690
5648
  interface Journal {
5691
5649
  readonly 'name': string;
5692
5650
  readonly 'queued': number;
@@ -5807,34 +5765,6 @@ declare namespace io.flow.internal.v0.models {
5807
5765
  readonly 'postal'?: string;
5808
5766
  }
5809
5767
 
5810
- interface LabelGenerationSettings {
5811
- readonly 'id': string;
5812
- readonly 'auto_generate_query'?: string;
5813
- readonly 'commercial_invoice_only_query'?: string;
5814
- }
5815
-
5816
- interface LabelGenerationSettingsDeleted {
5817
- readonly 'discriminator': 'label_generation_settings_deleted';
5818
- readonly 'event_id': string;
5819
- readonly 'timestamp': string;
5820
- readonly 'organization': string;
5821
- readonly 'id': string;
5822
- }
5823
-
5824
- interface LabelGenerationSettingsForm {
5825
- readonly 'item_identifier'?: string;
5826
- readonly 'auto_generate_query'?: string;
5827
- readonly 'commercial_invoice_only_query'?: string;
5828
- }
5829
-
5830
- interface LabelGenerationSettingsUpserted {
5831
- readonly 'discriminator': 'label_generation_settings_upserted';
5832
- readonly 'event_id': string;
5833
- readonly 'timestamp': string;
5834
- readonly 'organization': string;
5835
- readonly 'label_generation_settings': io.flow.internal.v0.models.LabelGenerationSettings;
5836
- }
5837
-
5838
5768
  interface LabelInvoiceRequest {
5839
5769
  readonly 'id': string;
5840
5770
  readonly 'label': io.flow.internal.v0.models.TrueupLabelSummary;
@@ -5919,6 +5849,7 @@ declare namespace io.flow.internal.v0.models {
5919
5849
  readonly 'reference_id'?: string;
5920
5850
  readonly 'logistics_integration_provider'?: string;
5921
5851
  readonly 'tax_lrp_liabilities'?: io.flow.internal.v0.models.Liability[];
5852
+ readonly 'channel_id'?: string;
5922
5853
  }
5923
5854
 
5924
5855
  interface LabelSummary {
@@ -6339,6 +6270,7 @@ declare namespace io.flow.internal.v0.models {
6339
6270
  readonly 'original_transaction'?: io.flow.internal.v0.models.TransactionReference;
6340
6271
  readonly 'order'?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
6341
6272
  readonly 'attributes'?: Record<string, string>;
6273
+ readonly 'recoup'?: boolean;
6342
6274
  readonly 'id': string;
6343
6275
  readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
6344
6276
  readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
@@ -6356,6 +6288,7 @@ declare namespace io.flow.internal.v0.models {
6356
6288
  readonly 'category'?: io.flow.internal.v0.enums.ManualTransactionCategory;
6357
6289
  readonly 'order'?: io.flow.internal.v0.models.ManualTransactionFormOrder;
6358
6290
  readonly 'original_transaction_id'?: string;
6291
+ readonly 'recoup'?: boolean;
6359
6292
  readonly 'attributes'?: Record<string, string>;
6360
6293
  }
6361
6294
 
@@ -6599,37 +6532,6 @@ declare namespace io.flow.internal.v0.models {
6599
6532
  readonly 'conditions'?: string;
6600
6533
  }
6601
6534
 
6602
- interface NiallItem {
6603
- readonly 'id': string;
6604
- readonly 'number': string;
6605
- readonly 'amount': io.flow.common.v0.models.Price;
6606
- readonly 'description'?: string;
6607
- readonly 'type': io.flow.internal.v0.enums.NiallItemType;
6608
- readonly 'added_on': string;
6609
- }
6610
-
6611
- interface NiallItemDeleted {
6612
- readonly 'discriminator': 'niall_item_deleted';
6613
- readonly 'event_id': string;
6614
- readonly 'timestamp': string;
6615
- readonly 'id': string;
6616
- }
6617
-
6618
- interface NiallItemForm {
6619
- readonly 'number': string;
6620
- readonly 'amount': io.flow.common.v0.models.Price;
6621
- readonly 'description'?: string;
6622
- readonly 'type': io.flow.internal.v0.enums.NiallItemType;
6623
- readonly 'added_on': string;
6624
- }
6625
-
6626
- interface NiallItemUpserted {
6627
- readonly 'discriminator': 'niall_item_upserted';
6628
- readonly 'event_id': string;
6629
- readonly 'timestamp': string;
6630
- readonly 'item': io.flow.internal.v0.models.NiallItem;
6631
- }
6632
-
6633
6535
  interface NoCalculatedTaxAmount {
6634
6536
  readonly 'discriminator': 'no_calculated_tax_amount';
6635
6537
  readonly 'amount': number;
@@ -6712,6 +6614,7 @@ declare namespace io.flow.internal.v0.models {
6712
6614
  readonly 'audit_result'?: io.flow.internal.v0.enums.OnboardingAuditResult;
6713
6615
  readonly 'blocked_since'?: string;
6714
6616
  readonly 'onboarding_segment'?: string;
6617
+ readonly 'country'?: string;
6715
6618
  }
6716
6619
 
6717
6620
  interface OnboardingStateForm {
@@ -7352,6 +7255,16 @@ declare namespace io.flow.internal.v0.models {
7352
7255
  readonly 'organization_payment_setting': io.flow.internal.v0.models.OrganizationPaymentSetting;
7353
7256
  }
7354
7257
 
7258
+ interface OrganizationPromotion {
7259
+ readonly 'status': io.flow.internal.v0.enums.OrganizationPromotionStatus;
7260
+ readonly 'prod_org': string;
7261
+ }
7262
+
7263
+ interface OrganizationPromotionWarning {
7264
+ readonly 'prod_org': string;
7265
+ readonly 'message': string;
7266
+ }
7267
+
7355
7268
  interface OrganizationRestrictionNoteForm {
7356
7269
  readonly 'note': string;
7357
7270
  readonly 'note_type': io.flow.internal.v0.enums.OrganizationRestrictionNoteType;
@@ -7538,7 +7451,7 @@ declare namespace io.flow.internal.v0.models {
7538
7451
  readonly 'label_created_at': string;
7539
7452
  readonly 'carrier_id': string;
7540
7453
  readonly 'carrier_tracking_number': string;
7541
- readonly 'revenue_share_percentage': number;
7454
+ readonly 'revenue_share_percentage'?: number;
7542
7455
  readonly 'outbound_transaction_id'?: string;
7543
7456
  }
7544
7457
 
@@ -7573,6 +7486,7 @@ declare namespace io.flow.internal.v0.models {
7573
7486
  readonly 'label_transaction_id': string;
7574
7487
  readonly 'label_invoice_request_id': string;
7575
7488
  readonly 'carrier_charge_id': string;
7489
+ readonly 'subtype'?: string;
7576
7490
  }
7577
7491
 
7578
7492
  interface OtherRecordOrderSummary {
@@ -8192,23 +8106,6 @@ declare namespace io.flow.internal.v0.models {
8192
8106
  readonly 'rate': number;
8193
8107
  }
8194
8108
 
8195
- interface PrateekItem {
8196
- readonly 'id': string;
8197
- readonly 'number': string;
8198
- readonly 'amount': io.flow.common.v0.models.Price;
8199
- readonly 'description'?: string;
8200
- readonly 'type': io.flow.internal.v0.enums.PrateekItemType;
8201
- readonly 'added_on': string;
8202
- }
8203
-
8204
- interface PrateekItemForm {
8205
- readonly 'number': string;
8206
- readonly 'amount': io.flow.common.v0.models.Price;
8207
- readonly 'description'?: string;
8208
- readonly 'type': io.flow.internal.v0.enums.PrateekItemType;
8209
- readonly 'added_on': string;
8210
- }
8211
-
8212
8109
  interface Prediction {
8213
8110
  readonly 'main_material': string;
8214
8111
  readonly 'gender': string;
@@ -8270,6 +8167,7 @@ declare namespace io.flow.internal.v0.models {
8270
8167
  }
8271
8168
 
8272
8169
  interface PreonboardingSellabilityResult {
8170
+ readonly 'id'?: string;
8273
8171
  readonly 'merchant_id': string;
8274
8172
  readonly 'product_id': string;
8275
8173
  readonly 'channel': string;
@@ -8286,6 +8184,28 @@ declare namespace io.flow.internal.v0.models {
8286
8184
  readonly 'fingerprint': string;
8287
8185
  }
8288
8186
 
8187
+ interface PreonboardingSellabilityResultDeleted {
8188
+ readonly 'discriminator': 'preonboarding_sellability_result_deleted';
8189
+ readonly 'event_id': string;
8190
+ readonly 'timestamp': string;
8191
+ readonly 'id': string;
8192
+ }
8193
+
8194
+ interface PreonboardingSellabilityResultInserted {
8195
+ readonly 'discriminator': 'preonboarding_sellability_result_inserted';
8196
+ readonly 'event_id': string;
8197
+ readonly 'timestamp': string;
8198
+ readonly 'preonboarding_sellability_result': io.flow.internal.v0.models.PreonboardingSellabilityResult;
8199
+ }
8200
+
8201
+ interface PreonboardingSellabilityResultUpdated {
8202
+ readonly 'discriminator': 'preonboarding_sellability_result_updated';
8203
+ readonly 'event_id': string;
8204
+ readonly 'timestamp': string;
8205
+ readonly 'previous_preonboarding_sellability_result': io.flow.internal.v0.models.PreonboardingSellabilityResult;
8206
+ readonly 'preonboarding_sellability_result': io.flow.internal.v0.models.PreonboardingSellabilityResult;
8207
+ }
8208
+
8289
8209
  interface PriceInclusivity {
8290
8210
  readonly 'tax'?: boolean;
8291
8211
  readonly 'duty'?: boolean;
@@ -8552,10 +8472,17 @@ declare namespace io.flow.internal.v0.models {
8552
8472
 
8553
8473
  interface ProductSellabilityInternalResult {
8554
8474
  readonly 'restricted_regions': io.flow.sellability.v0.models.SellabilityRegionResult[];
8555
- readonly 'rule_ids': string[];
8475
+ readonly 'rule_matches': io.flow.internal.v0.models.ProductSellabilityInternalRuleMatch[];
8476
+ readonly 'matching_positive_keywords'?: string[];
8477
+ }
8478
+
8479
+ interface ProductSellabilityInternalRuleMatch {
8480
+ readonly 'rule_id': string;
8481
+ readonly 'match_types': io.flow.internal.v0.enums.SellabilityInternalMatchType[];
8556
8482
  }
8557
8483
 
8558
8484
  interface ProductSellabilityResult {
8485
+ readonly 'id'?: string;
8559
8486
  readonly 'shop_id': string;
8560
8487
  readonly 'product_number': string;
8561
8488
  readonly 'request_id': string;
@@ -8564,6 +8491,30 @@ declare namespace io.flow.internal.v0.models {
8564
8491
  readonly 'restricted_regions_by_type'?: io.flow.sellability.v0.models.SellabilityRegionResult[];
8565
8492
  readonly 'rule_ids'?: string[];
8566
8493
  readonly 'taxonomy_category'?: string;
8494
+ readonly 'fingerprint'?: string;
8495
+ readonly 'processed_at'?: string;
8496
+ }
8497
+
8498
+ interface ProductSellabilityResultDeleted {
8499
+ readonly 'discriminator': 'product_sellability_result_deleted';
8500
+ readonly 'event_id': string;
8501
+ readonly 'timestamp': string;
8502
+ readonly 'id': string;
8503
+ }
8504
+
8505
+ interface ProductSellabilityResultInserted {
8506
+ readonly 'discriminator': 'product_sellability_result_inserted';
8507
+ readonly 'event_id': string;
8508
+ readonly 'timestamp': string;
8509
+ readonly 'product_sellability_result': io.flow.internal.v0.models.ProductSellabilityResult;
8510
+ }
8511
+
8512
+ interface ProductSellabilityResultUpdated {
8513
+ readonly 'discriminator': 'product_sellability_result_updated';
8514
+ readonly 'event_id': string;
8515
+ readonly 'timestamp': string;
8516
+ readonly 'previous_product_sellability_result': io.flow.internal.v0.models.ProductSellabilityResult;
8517
+ readonly 'product_sellability_result': io.flow.internal.v0.models.ProductSellabilityResult;
8567
8518
  }
8568
8519
 
8569
8520
  interface ProductTransaction {
@@ -9112,6 +9063,7 @@ declare namespace io.flow.internal.v0.models {
9112
9063
  readonly 'source_type'?: io.flow.internal.v0.enums.SourceTypeFilter;
9113
9064
  readonly 'order_payment_source'?: io.flow.experience.v0.enums.OrderPaymentSourceType;
9114
9065
  readonly 'amount_range'?: io.flow.internal.v0.models.ReportAmountRange;
9066
+ readonly 'account_currency'?: io.flow.internal.v0.enums.AccountCurrencyFilter;
9115
9067
  }
9116
9068
 
9117
9069
  interface ReportForm {
@@ -9943,37 +9895,6 @@ declare namespace io.flow.internal.v0.models {
9943
9895
  readonly 'revenue_record': io.flow.internal.v0.models.RevenueRecord;
9944
9896
  }
9945
9897
 
9946
- interface RohanItem {
9947
- readonly 'id': string;
9948
- readonly 'number': string;
9949
- readonly 'amount': io.flow.common.v0.models.Price;
9950
- readonly 'description'?: string;
9951
- readonly 'type': io.flow.internal.v0.enums.RohanItemType;
9952
- readonly 'added_on': string;
9953
- }
9954
-
9955
- interface RohanItemDeleted {
9956
- readonly 'discriminator': 'rohan_item_deleted';
9957
- readonly 'event_id': string;
9958
- readonly 'timestamp': string;
9959
- readonly 'id': string;
9960
- }
9961
-
9962
- interface RohanItemForm {
9963
- readonly 'number': string;
9964
- readonly 'amount': io.flow.common.v0.models.Price;
9965
- readonly 'description'?: string;
9966
- readonly 'type': io.flow.internal.v0.enums.RohanItemType;
9967
- readonly 'added_on': string;
9968
- }
9969
-
9970
- interface RohanItemUpserted {
9971
- readonly 'discriminator': 'rohan_item_upserted';
9972
- readonly 'event_id': string;
9973
- readonly 'timestamp': string;
9974
- readonly 'item': io.flow.internal.v0.models.RohanItem;
9975
- }
9976
-
9977
9898
  interface RoutingAccount {
9978
9899
  readonly 'discriminator': 'routing_account';
9979
9900
  readonly 'processor': io.flow.internal.v0.enums.Processor;
@@ -10008,6 +9929,9 @@ declare namespace io.flow.internal.v0.models {
10008
9929
  readonly 'price_inclusivity'?: io.flow.internal.v0.models.PriceInclusivity;
10009
9930
  readonly 'destination_country': string;
10010
9931
  readonly 'fulfilled_at'?: string;
9932
+ readonly 'reconciliation'?: io.flow.internal.v0.models.ReportingReconciliation;
9933
+ readonly 'is_eu_destination'?: boolean;
9934
+ readonly 'debug_url'?: string;
10011
9935
  }
10012
9936
 
10013
9937
  interface SandboxSetup {
@@ -10018,37 +9942,6 @@ declare namespace io.flow.internal.v0.models {
10018
9942
  readonly 'requested_by': string;
10019
9943
  }
10020
9944
 
10021
- interface SarveshItem {
10022
- readonly 'id': string;
10023
- readonly 'number': string;
10024
- readonly 'amount': io.flow.common.v0.models.Price;
10025
- readonly 'description'?: string;
10026
- readonly 'type': io.flow.internal.v0.enums.SarveshItemType;
10027
- readonly 'added_on': string;
10028
- }
10029
-
10030
- interface SarveshItemDeleted {
10031
- readonly 'discriminator': 'sarvesh_item_deleted';
10032
- readonly 'event_id': string;
10033
- readonly 'timestamp': string;
10034
- readonly 'id': string;
10035
- }
10036
-
10037
- interface SarveshItemForm {
10038
- readonly 'number': string;
10039
- readonly 'amount': io.flow.common.v0.models.Price;
10040
- readonly 'description'?: string;
10041
- readonly 'type': io.flow.internal.v0.enums.SarveshItemType;
10042
- readonly 'added_on': string;
10043
- }
10044
-
10045
- interface SarveshItemUpserted {
10046
- readonly 'discriminator': 'sarvesh_item_upserted';
10047
- readonly 'event_id': string;
10048
- readonly 'timestamp': string;
10049
- readonly 'item': io.flow.internal.v0.models.SarveshItem;
10050
- }
10051
-
10052
9945
  interface ScheduledPayment {
10053
9946
  readonly 'payment': io.flow.internal.v0.models.ReportPayment;
10054
9947
  readonly 'bank_account': io.flow.internal.v0.models.ReportBankAccountCleartext;
@@ -10188,6 +10081,34 @@ declare namespace io.flow.internal.v0.models {
10188
10081
  readonly 'cost': io.flow.common.v0.models.Money;
10189
10082
  }
10190
10083
 
10084
+ interface ShippingCostDeleted {
10085
+ readonly 'discriminator': 'shipping_cost_deleted';
10086
+ readonly 'event_id': string;
10087
+ readonly 'timestamp': string;
10088
+ readonly 'organization': string;
10089
+ readonly 'id': string;
10090
+ }
10091
+
10092
+ interface ShippingCostSummary {
10093
+ readonly 'id': string;
10094
+ readonly 'source': io.flow.billing.v0.enums.TransactionSource;
10095
+ readonly 'organization_id': string;
10096
+ readonly 'order_number': string;
10097
+ readonly 'amount': io.flow.common.v0.models.Money;
10098
+ readonly 'tax': io.flow.common.v0.models.Money;
10099
+ readonly 'label_id'?: string;
10100
+ readonly 'base'?: io.flow.trueup.v0.models.LabelBase;
10101
+ readonly 'surcharges'?: io.flow.trueup.v0.models.LabelSurcharge[];
10102
+ }
10103
+
10104
+ interface ShippingCostUpserted {
10105
+ readonly 'discriminator': 'shipping_cost_upserted';
10106
+ readonly 'event_id': string;
10107
+ readonly 'timestamp': string;
10108
+ readonly 'organization': string;
10109
+ readonly 'shipping_cost': io.flow.internal.v0.models.ShippingCostSummary;
10110
+ }
10111
+
10191
10112
  interface ShippingLane {
10192
10113
  readonly 'origin': string;
10193
10114
  readonly 'destination': string;
@@ -10247,6 +10168,25 @@ declare namespace io.flow.internal.v0.models {
10247
10168
  readonly 'include_unpublished'?: boolean;
10248
10169
  }
10249
10170
 
10171
+ interface ShopifyAddress {
10172
+ readonly 'address1': string;
10173
+ readonly 'city': string;
10174
+ readonly 'country_code': string;
10175
+ readonly 'address2'?: string;
10176
+ readonly 'postal_code'?: string;
10177
+ readonly 'province'?: string;
10178
+ }
10179
+
10180
+ interface ShopifyCallbackError {
10181
+ readonly 'errors': io.flow.internal.v0.models.ShopifyCallbackErrorItem[];
10182
+ }
10183
+
10184
+ interface ShopifyCallbackErrorItem {
10185
+ readonly 'code': io.flow.internal.v0.enums.ShopifyCallbackErrorCode;
10186
+ readonly 'message': string;
10187
+ readonly 'field'?: string;
10188
+ }
10189
+
10250
10190
  interface ShopifyCatalogPublication {
10251
10191
  readonly 'owner': io.flow.internal.v0.enums.CatalogPublicationOwner;
10252
10192
  }
@@ -10260,6 +10200,13 @@ declare namespace io.flow.internal.v0.models {
10260
10200
  readonly 'service': io.flow.internal.v0.enums.ShopifyService;
10261
10201
  }
10262
10202
 
10203
+ interface ShopifyContactDetails {
10204
+ readonly 'company'?: string;
10205
+ readonly 'email'?: string;
10206
+ readonly 'name'?: string;
10207
+ readonly 'phone'?: string;
10208
+ }
10209
+
10263
10210
  interface ShopifyDispute {
10264
10211
  readonly 'id': string;
10265
10212
  readonly 'organization_id': string;
@@ -10615,6 +10562,15 @@ declare namespace io.flow.internal.v0.models {
10615
10562
  readonly 'registration': io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
10616
10563
  }
10617
10564
 
10565
+ interface ShopifyMeasurements {
10566
+ readonly 'dimension_unit': io.flow.internal.v0.enums.ShopifyDimensionUnit;
10567
+ readonly 'height': number;
10568
+ readonly 'length': number;
10569
+ readonly 'width': number;
10570
+ readonly 'weight': number;
10571
+ readonly 'weight_unit': io.flow.internal.v0.enums.ShopifyWeightUnit;
10572
+ }
10573
+
10618
10574
  interface ShopifyMerchantPlan {
10619
10575
  readonly 'id': string;
10620
10576
  readonly 'authorization': io.flow.payment.v0.models.AuthorizationReference;
@@ -10642,6 +10598,11 @@ declare namespace io.flow.internal.v0.models {
10642
10598
  readonly 'token': string;
10643
10599
  }
10644
10600
 
10601
+ interface ShopifyMoney {
10602
+ readonly 'amount': number;
10603
+ readonly 'currency_code': string;
10604
+ }
10605
+
10645
10606
  interface ShopifyMonitoringCarrierService {
10646
10607
  readonly 'service': string;
10647
10608
  }
@@ -10923,6 +10884,15 @@ declare namespace io.flow.internal.v0.models {
10923
10884
  readonly 'deleted_at'?: string;
10924
10885
  }
10925
10886
 
10887
+ interface ShopifyRateCustomsDetail {
10888
+ readonly 'incoterm': io.flow.internal.v0.enums.ShopifyIncoterm;
10889
+ readonly 'net_value': io.flow.internal.v0.models.ShopifyMoney;
10890
+ }
10891
+
10892
+ interface ShopifyRatePickupPoint {
10893
+ readonly 'partner_reference_id': string;
10894
+ }
10895
+
10926
10896
  interface ShopifyReportFileDeleted {
10927
10897
  readonly 'discriminator': 'shopify_report_file_deleted';
10928
10898
  readonly 'event_id': string;
@@ -10937,6 +10907,85 @@ declare namespace io.flow.internal.v0.models {
10937
10907
  readonly 'shopify_report_file': io.flow.internal.v0.models.ReportFile;
10938
10908
  }
10939
10909
 
10910
+ interface ShopifyShipmentRateAvailable {
10911
+ readonly 'carrier_service_id': string;
10912
+ readonly 'total_charges': io.flow.internal.v0.models.ShopifyShipmentRateTotalCharges;
10913
+ readonly 'charges': io.flow.internal.v0.models.ShopifyShipmentRateCharge[];
10914
+ readonly 'shipment_options': io.flow.internal.v0.models.ShopifyShipmentRateOption[];
10915
+ readonly 'expected_delivery_date'?: string;
10916
+ readonly 'guaranteed_delivery_date'?: string;
10917
+ readonly 'incoterm'?: io.flow.internal.v0.enums.ShopifyIncoterm;
10918
+ }
10919
+
10920
+ interface ShopifyShipmentRateCharge {
10921
+ readonly 'code': io.flow.internal.v0.enums.ShopifyChargeCode;
10922
+ readonly 'cost': io.flow.internal.v0.models.ShopifyMoney;
10923
+ }
10924
+
10925
+ interface ShopifyShipmentRateOption {
10926
+ readonly 'code': io.flow.internal.v0.enums.ShopifyShipmentOptionCode;
10927
+ readonly 'cost': io.flow.internal.v0.models.ShopifyMoney;
10928
+ readonly 'optional'?: boolean;
10929
+ }
10930
+
10931
+ interface ShopifyShipmentRatePackage {
10932
+ readonly 'type': io.flow.internal.v0.enums.ShopifyPackageType;
10933
+ readonly 'measurements': io.flow.internal.v0.models.ShopifyMeasurements;
10934
+ }
10935
+
10936
+ interface ShopifyShipmentRateReason {
10937
+ readonly 'code': io.flow.internal.v0.enums.ShopifyUnavailableRateReasonCode;
10938
+ readonly 'field'?: string;
10939
+ readonly 'message'?: string;
10940
+ }
10941
+
10942
+ interface ShopifyShipmentRateRequest {
10943
+ readonly 'idempotency_key': string;
10944
+ readonly 'webhook_id': string;
10945
+ readonly 'test': boolean;
10946
+ readonly 'shipper': io.flow.internal.v0.models.ShopifyShipmentRateShipper;
10947
+ readonly 'shipment': io.flow.internal.v0.models.ShopifyShipmentRateShipment;
10948
+ }
10949
+
10950
+ interface ShopifyShipmentRateResponse {
10951
+ readonly 'rates': io.flow.internal.v0.models.ShopifyShipmentRateAvailable[];
10952
+ readonly 'unavailable_rates': io.flow.internal.v0.models.ShopifyShipmentRateUnavailable[];
10953
+ }
10954
+
10955
+ interface ShopifyShipmentRateShipment {
10956
+ readonly 'carrier_id': string;
10957
+ readonly 'delivery_method_type': io.flow.internal.v0.enums.ShopifyDeliveryMethodType;
10958
+ readonly 'shipping_date_time': string;
10959
+ readonly 'return': boolean;
10960
+ readonly 'origin': io.flow.internal.v0.models.ShopifyShippingLocation;
10961
+ readonly 'destination': io.flow.internal.v0.models.ShopifyShippingLocation;
10962
+ readonly 'package': io.flow.internal.v0.models.ShopifyShipmentRatePackage;
10963
+ readonly 'pickup_point'?: io.flow.internal.v0.models.ShopifyRatePickupPoint;
10964
+ readonly 'customs_detail'?: io.flow.internal.v0.models.ShopifyRateCustomsDetail;
10965
+ }
10966
+
10967
+ interface ShopifyShipmentRateShipper {
10968
+ readonly 'account_id': string;
10969
+ readonly 'carrier_account_reference_id': string;
10970
+ readonly 'byoa': boolean;
10971
+ }
10972
+
10973
+ interface ShopifyShipmentRateTotalCharges {
10974
+ readonly 'subtotal': io.flow.internal.v0.models.ShopifyMoney;
10975
+ readonly 'tax': io.flow.internal.v0.models.ShopifyMoney;
10976
+ readonly 'total': io.flow.internal.v0.models.ShopifyMoney;
10977
+ }
10978
+
10979
+ interface ShopifyShipmentRateUnavailable {
10980
+ readonly 'carrier_service_id': string;
10981
+ readonly 'reasons': io.flow.internal.v0.models.ShopifyShipmentRateReason[];
10982
+ }
10983
+
10984
+ interface ShopifyShippingLocation {
10985
+ readonly 'address': io.flow.internal.v0.models.ShopifyAddress;
10986
+ readonly 'contact_details': io.flow.internal.v0.models.ShopifyContactDetails;
10987
+ }
10988
+
10940
10989
  interface ShopifyShopStatistics {
10941
10990
  readonly 'id': string;
10942
10991
  readonly 'initial_catalog_synced_at'?: string;
@@ -10977,6 +11026,7 @@ declare namespace io.flow.internal.v0.models {
10977
11026
 
10978
11027
  interface ShopifyTestOrder {
10979
11028
  readonly 'id': string;
11029
+ readonly 'submitted_at': string;
10980
11030
  }
10981
11031
 
10982
11032
  interface ShopifyTestOrderDeleted {
@@ -11001,6 +11051,7 @@ declare namespace io.flow.internal.v0.models {
11001
11051
  readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
11002
11052
  readonly 'duty': io.flow.internal.v0.models.ReportingMonetaryValue;
11003
11053
  readonly 'discount': io.flow.internal.v0.models.ReportingMonetaryValue;
11054
+ readonly 'subtotal'?: io.flow.internal.v0.models.ReportingMonetaryValue;
11004
11055
  readonly 'total': io.flow.internal.v0.models.ReportingMonetaryValue;
11005
11056
  }
11006
11057
 
@@ -12393,7 +12444,6 @@ declare namespace io.flow.internal.v0.models {
12393
12444
  readonly 'fulfillment_key'?: string;
12394
12445
  readonly 'rex_number'?: string;
12395
12446
  readonly 'weee_number'?: string;
12396
- readonly 'generate_commercial_invoice_only': boolean;
12397
12447
  readonly 'liability_remittance_plan'?: io.flow.internal.v0.models.LiabilityRemittancePlan;
12398
12448
  readonly 'shipment_cost_summary'?: io.flow.internal.v0.models.ShipmentCostSummary;
12399
12449
  readonly 'shipping_label_hop_cost_itemized_estimate'?: io.flow.label.v0.models.ShippingLabelHopCostItemizedEstimate;
@@ -12481,7 +12531,7 @@ declare namespace io.flow.internal.v0.unions {
12481
12531
  type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
12482
12532
  type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
12483
12533
  type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
12484
- type Event = (io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyTestOrderUpserted | io.flow.internal.v0.models.ShopifyTestOrderDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.AnirbanItemUpserted | io.flow.internal.v0.models.AnirbanItemDeleted | io.flow.internal.v0.models.SarveshItemUpserted | io.flow.internal.v0.models.SarveshItemDeleted | io.flow.internal.v0.models.HoseinItemUpserted | io.flow.internal.v0.models.HoseinItemDeleted | io.flow.internal.v0.models.NiallItemUpserted | io.flow.internal.v0.models.NiallItemDeleted | io.flow.internal.v0.models.RohanItemUpserted | io.flow.internal.v0.models.RohanItemDeleted | io.flow.internal.v0.models.AldoItemUpserted | io.flow.internal.v0.models.AldoItemDeleted | io.flow.internal.v0.models.AnshItemUpserted | io.flow.internal.v0.models.AnshItemDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
12534
+ type Event = (io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.ShippingCostUpserted | io.flow.internal.v0.models.ShippingCostDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.PreonboardingSellabilityResultInserted | io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated | io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.ProductSellabilityResultInserted | io.flow.internal.v0.models.ProductSellabilityResultUpdated | io.flow.internal.v0.models.ProductSellabilityResultDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyTestOrderUpserted | io.flow.internal.v0.models.ShopifyTestOrderDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | 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);
12485
12535
  type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
12486
12536
  type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
12487
12537
  type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
@@ -12525,7 +12575,7 @@ declare namespace io.flow.internal.v0.unions {
12525
12575
  type TariffEligibilityData = (io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData);
12526
12576
  type TariffEligibilityForm = (io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm);
12527
12577
  type TaskData = (io.flow.internal.v0.models.TaskProcessQueuedEvent | io.flow.internal.v0.models.TaskSummarizeCode | io.flow.internal.v0.models.TaskItemUpserted | io.flow.internal.v0.models.TaskImport);
12528
- type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata);
12578
+ type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata | io.flow.internal.v0.models.B2BFeeMorTaxTriggerMetadata | io.flow.internal.v0.models.B2BFeeShippingTaxTriggerMetadata);
12529
12579
  type TaxAmount = (io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount);
12530
12580
  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);
12531
12581
  type Transaction = (io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.MerchantFeeTransaction);