@flowio/types 11.24.142 → 11.24.144
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.
- package/dist/api-internal.d.ts +225 -53
- package/dist/api.d.ts +2 -1
- package/package.json +1 -1
- package/src/api-internal.ts +314 -65
- package/src/api.ts +3 -1
package/dist/api-internal.d.ts
CHANGED
|
@@ -4889,7 +4889,7 @@ declare namespace io.flow.shopify.markets.internal.v0.enums {
|
|
|
4889
4889
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
4890
4890
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
4891
4891
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
4892
|
-
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';
|
|
4892
|
+
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' | 'guaranteed_shipping_state';
|
|
4893
4893
|
type ProductStatus = 'active' | 'archived' | 'draft' | 'unlisted';
|
|
4894
4894
|
type SellabilityStatus = 'complete' | 'incomplete';
|
|
4895
4895
|
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';
|
|
@@ -5058,6 +5058,10 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
5058
5058
|
readonly catalog_publication_owner?: io.flow.channel.shopify.internal.v0.enums.CatalogPublicationOwner;
|
|
5059
5059
|
readonly fast_sellability_completed_at?: string;
|
|
5060
5060
|
}
|
|
5061
|
+
interface ShopifyMarketsShopAccessToken {
|
|
5062
|
+
readonly myshopify_domain: string;
|
|
5063
|
+
readonly access_token: string;
|
|
5064
|
+
}
|
|
5061
5065
|
interface ShopifyMarketsShopForm {
|
|
5062
5066
|
readonly shop: string;
|
|
5063
5067
|
readonly domain: string;
|
|
@@ -7609,6 +7613,7 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
7609
7613
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
7610
7614
|
}
|
|
7611
7615
|
interface ChannelOrderTaxAndDutyInclusivitySetting {
|
|
7616
|
+
readonly id: string;
|
|
7612
7617
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
7613
7618
|
readonly order_number: string;
|
|
7614
7619
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
@@ -11334,7 +11339,7 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
11334
11339
|
type StatementAttachmentType = 'csv' | 'pdf';
|
|
11335
11340
|
type StatementStatusCode = 'scheduled' | 'sent' | 'failed' | 'paid';
|
|
11336
11341
|
type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'us_inbound_tax_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'wyol_shipment_lvg' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min' | 'order_cancellation_without_capture';
|
|
11337
|
-
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label' | 'flat_rate_label_subsidy';
|
|
11342
|
+
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label' | 'flat_rate_label_subsidy' | 'credit_refund';
|
|
11338
11343
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups' | 'fedex';
|
|
11339
11344
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
11340
11345
|
}
|
|
@@ -12432,7 +12437,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12432
12437
|
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';
|
|
12433
12438
|
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';
|
|
12434
12439
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
12435
|
-
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'merchant_fee' | 'merchant_payout' | 'merchant_refund' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label' | 'flat_rate_label_subsidy';
|
|
12440
|
+
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'merchant_fee' | 'merchant_payout' | 'merchant_refund' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label' | 'flat_rate_label_subsidy' | 'credit_refund';
|
|
12436
12441
|
type BojanaItemType = 'physical' | 'digital';
|
|
12437
12442
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
12438
12443
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
@@ -12511,7 +12516,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12511
12516
|
type EmptyAttribute = 'irrelevant';
|
|
12512
12517
|
type ErpFileType = 'vendor';
|
|
12513
12518
|
type EvaluationCheckResult = 'pass' | 'fail';
|
|
12514
|
-
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' | 'ai_review_batch_submitted' | 'ai_review_result_upserted' | 'ai_review_result_deleted' | 'ai_review_request_failed' | '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' | 'sales_payment_record_upserted' | 'sales_payment_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' | 'channel_shop_statistics_upserted' | 'channel_shop_statistics_deleted' | 'channel_order_tax_and_duty_inclusivity_setting_upserted' | 'channel_order_tax_and_duty_inclusivity_setting_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'shipping_cost_upserted' | 'shipping_cost_deleted' | 'mor_cost_upserted' | 'mor_cost_deleted' | 'flat_rate_label_reversal_upserted' | 'flat_rate_label_reversal_deleted' | 'flat_rate_label_subsidy_upserted' | 'flat_rate_label_subsidy_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' | 'guaranteed_shipping_calibrated_output_upserted' | 'guaranteed_shipping_calibrated_output_deleted' | 'outbound_shipping_cost_upserted' | 'outbound_shipping_cost_deleted' | 'guaranteed_shipping_published_output_upserted' | 'guaranteed_shipping_published_output_deleted' | 'guaranteed_shipping_settings_upserted' | 'guaranteed_shipping_settings_deleted' | 'guaranteed_shipping_settings_update_upserted' | 'guaranteed_shipping_settings_update_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' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'adaptive_shipping_order_guarantee_upserted' | 'adaptive_shipping_order_guarantee_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_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' | 'restrictions_athena_dailyops_pc_pv_upserted' | 'restrictions_athena_dailyops_pc_pv_deleted' | 'restrictions_athena_dailyops_fs_upserted' | 'restrictions_athena_dailyops_fs_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' | 'preonboarding_merchant_upserted' | 'preonboarding_merchant_deleted' | 'unserviceable_taxonomy_category_upserted' | 'unserviceable_taxonomy_category_deleted' | 'sellability_pending_verification_upserted' | 'sellability_pending_verification_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_merchant_markets_upserted' | 'shopify_merchant_markets_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'b2b_tax_transaction_upserted' | 'b2b_tax_transaction_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_item_deleted' | 'bojana_item_upserted' | 'bojana_item_deleted' | 'raveena_item_upserted' | 'raveena_item_deleted' | 'mahesh_item_upserted' | 'mahesh_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';
|
|
12519
|
+
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' | 'ai_review_batch_submitted' | 'ai_review_result_upserted' | 'ai_review_result_deleted' | 'ai_review_request_failed' | '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' | 'bank_account_upserted' | 'bank_account_deleted' | 'posting_proof_upserted' | 'posting_proof_deleted' | 'bank_payment_promise_upserted' | 'bank_payment_promise_deleted' | 'account_payment_hold_upserted' | 'account_payment_hold_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'sales_payment_record_upserted' | 'sales_payment_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' | 'channel_shop_statistics_upserted' | 'channel_shop_statistics_deleted' | 'channel_order_tax_and_duty_inclusivity_setting_upserted' | 'channel_order_tax_and_duty_inclusivity_setting_deleted' | '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' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'shipping_cost_upserted' | 'shipping_cost_deleted' | 'mor_cost_upserted' | 'mor_cost_deleted' | 'flat_rate_label_reversal_upserted' | 'flat_rate_label_reversal_deleted' | 'flat_rate_label_subsidy_upserted' | 'flat_rate_label_subsidy_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' | 'guaranteed_shipping_calibrated_output_upserted' | 'guaranteed_shipping_calibrated_output_deleted' | 'outbound_shipping_cost_upserted' | 'outbound_shipping_cost_deleted' | 'average_order_value_upserted' | 'average_order_value_deleted' | 'guaranteed_shipping_published_output_upserted' | 'guaranteed_shipping_published_output_deleted' | 'guaranteed_shipping_settings_upserted' | 'guaranteed_shipping_settings_deleted' | 'guaranteed_shipping_settings_update_upserted' | 'guaranteed_shipping_settings_update_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | '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' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'adaptive_shipping_order_guarantee_upserted' | 'adaptive_shipping_order_guarantee_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_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' | 'restrictions_athena_dailyops_pc_pv_upserted' | 'restrictions_athena_dailyops_pc_pv_deleted' | 'restrictions_athena_dailyops_fs_upserted' | 'restrictions_athena_dailyops_fs_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' | 'preonboarding_merchant_upserted' | 'preonboarding_merchant_deleted' | 'unserviceable_taxonomy_category_upserted' | 'unserviceable_taxonomy_category_deleted' | 'sellability_pending_verification_upserted' | 'sellability_pending_verification_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_merchant_markets_upserted' | 'shopify_merchant_markets_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'b2b_tax_transaction_upserted' | 'b2b_tax_transaction_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_item_deleted' | 'bojana_item_upserted' | 'bojana_item_deleted' | 'raveena_item_upserted' | 'raveena_item_deleted' | 'mahesh_item_upserted' | 'mahesh_item_deleted' | 'john_strong_item_upserted' | 'john_strong_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';
|
|
12515
12520
|
type ExperienceImportType = 'experience_with_settings';
|
|
12516
12521
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
12517
12522
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -12530,7 +12535,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12530
12535
|
type GeIngestionFileStatus = 'pending' | 'processed';
|
|
12531
12536
|
type GeRevenueShareTransactionType = 'adjustment' | 'reversal' | 'revenue_share';
|
|
12532
12537
|
type GoogleAnalyticsPlugin = 'ec';
|
|
12533
|
-
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';
|
|
12538
|
+
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' | 'guaranteed_shipping_state';
|
|
12539
|
+
type GuaranteedShippingPublicationStatus = 'published' | 'not_found' | 'superseded';
|
|
12534
12540
|
type HarmonizationDecisionSource = 'human' | 'system' | 'legacy_model' | 'enterprise_model' | 'merchant';
|
|
12535
12541
|
type Hs6CodeSource = 'sellability' | 'classification' | 'human';
|
|
12536
12542
|
type HttpMethod = 'get' | 'post';
|
|
@@ -12605,7 +12611,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12605
12611
|
type PreonboardingClassificationType = 'None' | 'Manual' | 'ML' | 'System';
|
|
12606
12612
|
type PreonboardingRequestStatus = 'pending' | 'completed' | 'failed' | 'discarded';
|
|
12607
12613
|
type PriceSelector = 'minimum' | 'maximum';
|
|
12608
|
-
type ProcessingTransactionType = 'adjustment' | 'reversal' | 'capture' | 'refund' | 'fully_subsidized_order' | 'credit_payment';
|
|
12614
|
+
type ProcessingTransactionType = 'adjustment' | 'reversal' | 'capture' | 'refund' | 'fully_subsidized_order' | 'credit_payment' | 'credit_refund';
|
|
12609
12615
|
type Processor = 'adyen' | 'afterpay' | 'bitpay' | 'stripe' | 'paypal' | 'flow_sandbox' | 'fiserv' | 'crypto';
|
|
12610
12616
|
type ProcessorEntityStatus = 'active' | 'draft' | 'archived';
|
|
12611
12617
|
type ProductStatus = 'active' | 'archived' | 'draft' | 'unlisted';
|
|
@@ -12624,6 +12630,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12624
12630
|
type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'scheduled_payment_citi' | 'scheduled_payment_citi_krw' | 'scheduled_payment_citi_krw_txt' | 'scheduled_payment_citi_uk_xml' | 'account_quarterly_balances' | 'invariants' | 'payments' | 'reconcile_not_recorded' | 'products_record' | 'disputes' | 'sales_payments_record';
|
|
12625
12631
|
type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
|
|
12626
12632
|
type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
|
|
12633
|
+
type RequestedBankPaymentStatusCode = 'processed' | 'failed';
|
|
12627
12634
|
type ResponsibleParty = 'flow' | 'organization';
|
|
12628
12635
|
type RestrictionAction = 'prohibited' | 'restricted';
|
|
12629
12636
|
type RestrictionAttributeConditionMultipleOperator = 'in' | 'not_in';
|
|
@@ -12643,6 +12650,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12643
12650
|
type RiskCheck = 'three_d_secure';
|
|
12644
12651
|
type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
|
|
12645
12652
|
type SellabilityCheckStatus = 'more_restrictive' | 'less_restrictive' | 'similar' | 'regions_differ' | 'rules_differ';
|
|
12653
|
+
type SellabilityDecisionSource = 'fast_screen_sellable' | 'fast_screen_restricted_everywhere' | 'fast_screen_hs_chapter_exception' | 'fast_screen_active_mode' | 'unserviceable_taxonomy' | 'pending_classification' | 'pending_agent_review' | 'screen_failed' | 'classification' | 'agent_review' | 'staging_dropped';
|
|
12646
12654
|
type SellabilityInternalMatchType = 'positive_keyword' | 'auto_restricted';
|
|
12647
12655
|
type SellabilityStatus = 'complete' | 'incomplete';
|
|
12648
12656
|
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';
|
|
@@ -12761,10 +12769,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12761
12769
|
readonly account: io.flow.internal.v0.models.SimpleAccountReference;
|
|
12762
12770
|
readonly reason: io.flow.internal.v0.enums.AccountPaymentHoldReason;
|
|
12763
12771
|
}
|
|
12772
|
+
interface AccountPaymentHoldDeleted {
|
|
12773
|
+
readonly discriminator: 'account_payment_hold_deleted';
|
|
12774
|
+
readonly event_id: string;
|
|
12775
|
+
readonly timestamp: string;
|
|
12776
|
+
readonly id: string;
|
|
12777
|
+
}
|
|
12764
12778
|
interface AccountPaymentHoldForm {
|
|
12765
12779
|
readonly account_id: string;
|
|
12766
12780
|
readonly reason: io.flow.internal.v0.enums.AccountPaymentHoldReason;
|
|
12767
12781
|
}
|
|
12782
|
+
interface AccountPaymentHoldUpserted {
|
|
12783
|
+
readonly discriminator: 'account_payment_hold_upserted';
|
|
12784
|
+
readonly event_id: string;
|
|
12785
|
+
readonly timestamp: string;
|
|
12786
|
+
readonly account_payment_hold: io.flow.internal.v0.models.AccountPaymentHold;
|
|
12787
|
+
}
|
|
12768
12788
|
interface AccountProcessingRateForm {
|
|
12769
12789
|
readonly query: string;
|
|
12770
12790
|
readonly capture: number;
|
|
@@ -13320,6 +13340,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13320
13340
|
interface AftershipWebhook {
|
|
13321
13341
|
readonly placeholder?: boolean;
|
|
13322
13342
|
}
|
|
13343
|
+
interface AgentReviewDetail {
|
|
13344
|
+
readonly decision_id: string;
|
|
13345
|
+
readonly ai_model: string;
|
|
13346
|
+
readonly ai_decision: string;
|
|
13347
|
+
readonly ai_confidence: number;
|
|
13348
|
+
readonly ai_reasoning: string;
|
|
13349
|
+
readonly reviewed_at: string;
|
|
13350
|
+
}
|
|
13323
13351
|
interface AiReviewBatchSubmitted {
|
|
13324
13352
|
readonly discriminator: 'ai_review_batch_submitted';
|
|
13325
13353
|
readonly event_id: string;
|
|
@@ -13479,6 +13507,31 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13479
13507
|
readonly keywords?: string[];
|
|
13480
13508
|
readonly action?: io.flow.internal.v0.enums.RestrictionStatus;
|
|
13481
13509
|
}
|
|
13510
|
+
interface AverageOrderValue {
|
|
13511
|
+
readonly id: string;
|
|
13512
|
+
readonly channel_id: string;
|
|
13513
|
+
readonly organization_id: string;
|
|
13514
|
+
readonly amount: io.flow.common.v0.models.Money;
|
|
13515
|
+
readonly updated_at: number;
|
|
13516
|
+
readonly run_id: string;
|
|
13517
|
+
readonly model_version: string;
|
|
13518
|
+
}
|
|
13519
|
+
interface AverageOrderValueDeleted {
|
|
13520
|
+
readonly discriminator: 'average_order_value_deleted';
|
|
13521
|
+
readonly event_id: string;
|
|
13522
|
+
readonly timestamp: string;
|
|
13523
|
+
readonly organization: string;
|
|
13524
|
+
readonly channel_id: string;
|
|
13525
|
+
readonly id: string;
|
|
13526
|
+
}
|
|
13527
|
+
interface AverageOrderValueUpserted {
|
|
13528
|
+
readonly discriminator: 'average_order_value_upserted';
|
|
13529
|
+
readonly event_id: string;
|
|
13530
|
+
readonly timestamp: string;
|
|
13531
|
+
readonly organization: string;
|
|
13532
|
+
readonly channel_id: string;
|
|
13533
|
+
readonly average_order_value: io.flow.internal.v0.models.AverageOrderValue;
|
|
13534
|
+
}
|
|
13482
13535
|
interface B2BFeeMorTaxTriggerMetadata {
|
|
13483
13536
|
readonly discriminator: 'b2b_fee_mor_tax_trigger_metadata';
|
|
13484
13537
|
readonly trigger_type: io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType;
|
|
@@ -13575,9 +13628,29 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13575
13628
|
readonly updated_at: string;
|
|
13576
13629
|
readonly last4: string;
|
|
13577
13630
|
}
|
|
13631
|
+
interface BankAccountDeleted {
|
|
13632
|
+
readonly discriminator: 'bank_account_deleted';
|
|
13633
|
+
readonly event_id: string;
|
|
13634
|
+
readonly timestamp: string;
|
|
13635
|
+
readonly id: string;
|
|
13636
|
+
}
|
|
13578
13637
|
interface BankAccountReference {
|
|
13579
13638
|
readonly id: string;
|
|
13580
13639
|
}
|
|
13640
|
+
interface BankAccountSnapshot {
|
|
13641
|
+
readonly id: string;
|
|
13642
|
+
readonly source_id: string;
|
|
13643
|
+
readonly source_type: string;
|
|
13644
|
+
readonly key: string;
|
|
13645
|
+
readonly created_at: string;
|
|
13646
|
+
readonly updated_at: string;
|
|
13647
|
+
}
|
|
13648
|
+
interface BankAccountUpserted {
|
|
13649
|
+
readonly discriminator: 'bank_account_upserted';
|
|
13650
|
+
readonly event_id: string;
|
|
13651
|
+
readonly timestamp: string;
|
|
13652
|
+
readonly bank_account: io.flow.internal.v0.models.BankAccountSnapshot;
|
|
13653
|
+
}
|
|
13581
13654
|
interface BankPayment {
|
|
13582
13655
|
readonly id: string;
|
|
13583
13656
|
readonly key: string;
|
|
@@ -13641,6 +13714,26 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13641
13714
|
readonly timestamp: string;
|
|
13642
13715
|
readonly bank_payment_order: io.flow.internal.v0.models.BankPaymentOrder;
|
|
13643
13716
|
}
|
|
13717
|
+
interface BankPaymentPromise {
|
|
13718
|
+
readonly id: string;
|
|
13719
|
+
readonly account_id: string;
|
|
13720
|
+
readonly statement_id: string;
|
|
13721
|
+
readonly transfer_transaction_id: string;
|
|
13722
|
+
readonly completed_at?: string;
|
|
13723
|
+
readonly created_at: string;
|
|
13724
|
+
}
|
|
13725
|
+
interface BankPaymentPromiseDeleted {
|
|
13726
|
+
readonly discriminator: 'bank_payment_promise_deleted';
|
|
13727
|
+
readonly event_id: string;
|
|
13728
|
+
readonly timestamp: string;
|
|
13729
|
+
readonly id: string;
|
|
13730
|
+
}
|
|
13731
|
+
interface BankPaymentPromiseUpserted {
|
|
13732
|
+
readonly discriminator: 'bank_payment_promise_upserted';
|
|
13733
|
+
readonly event_id: string;
|
|
13734
|
+
readonly timestamp: string;
|
|
13735
|
+
readonly bank_payment_promise: io.flow.internal.v0.models.BankPaymentPromise;
|
|
13736
|
+
}
|
|
13644
13737
|
interface BankPaymentReference {
|
|
13645
13738
|
readonly id: string;
|
|
13646
13739
|
}
|
|
@@ -13663,7 +13756,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13663
13756
|
readonly errors_url?: string;
|
|
13664
13757
|
}
|
|
13665
13758
|
interface BankPaymentStatusProcessedImportForm {
|
|
13666
|
-
readonly
|
|
13759
|
+
readonly forms: io.flow.internal.v0.models.BankPaymentStatusProcessedSingleForm[];
|
|
13760
|
+
}
|
|
13761
|
+
interface BankPaymentStatusProcessedSingleForm {
|
|
13762
|
+
readonly payment_id: string;
|
|
13763
|
+
readonly code: io.flow.internal.v0.enums.RequestedBankPaymentStatusCode;
|
|
13764
|
+
readonly failure_reason?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
|
|
13667
13765
|
}
|
|
13668
13766
|
interface BankPaymentStatusSentImportForm {
|
|
13669
13767
|
readonly payment_ids: string[];
|
|
@@ -14202,6 +14300,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14202
14300
|
readonly document_type: io.flow.internal.v0.enums.CarrierDocumentType;
|
|
14203
14301
|
readonly document_content: io.flow.internal.v0.unions.CarrierDocumentContent;
|
|
14204
14302
|
}
|
|
14303
|
+
interface CarrierEstimate {
|
|
14304
|
+
readonly carrier_service_id: string;
|
|
14305
|
+
readonly cost: io.flow.common.v0.models.Money;
|
|
14306
|
+
readonly min_delivery_days?: number;
|
|
14307
|
+
readonly max_delivery_days?: number;
|
|
14308
|
+
}
|
|
14205
14309
|
interface CarrierFile {
|
|
14206
14310
|
readonly id: string;
|
|
14207
14311
|
readonly type: io.flow.internal.v0.enums.CarrierFileType;
|
|
@@ -14580,6 +14684,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14580
14684
|
readonly channel_order_summary: io.flow.internal.v0.models.ChannelOrderSummary;
|
|
14581
14685
|
}
|
|
14582
14686
|
interface ChannelOrderTaxAndDutyInclusivitySetting {
|
|
14687
|
+
readonly id: string;
|
|
14583
14688
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
14584
14689
|
readonly order_number: string;
|
|
14585
14690
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
@@ -15323,15 +15428,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15323
15428
|
readonly updated_at: string;
|
|
15324
15429
|
readonly updated_by_user_id: string;
|
|
15325
15430
|
}
|
|
15326
|
-
interface CustomsDescriptionImport {
|
|
15327
|
-
readonly discriminator: 'customs_description_import';
|
|
15328
|
-
readonly event_id: string;
|
|
15329
|
-
readonly timestamp: string;
|
|
15330
|
-
readonly organization: string;
|
|
15331
|
-
readonly import_id: string;
|
|
15332
|
-
readonly source_url: string;
|
|
15333
|
-
readonly filename?: string;
|
|
15334
|
-
}
|
|
15335
15431
|
interface CustomsDescriptionStatistics {
|
|
15336
15432
|
readonly message: string;
|
|
15337
15433
|
readonly default_customs_description_total: number;
|
|
@@ -15359,15 +15455,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15359
15455
|
readonly harmonization_code?: string;
|
|
15360
15456
|
readonly tariff_codes?: Record<string, io.flow.internal.v0.models.TariffCodeDuty>;
|
|
15361
15457
|
}
|
|
15362
|
-
interface CustomsDescriptionTariffsImport {
|
|
15363
|
-
readonly discriminator: 'customs_description_tariffs_import';
|
|
15364
|
-
readonly event_id: string;
|
|
15365
|
-
readonly timestamp: string;
|
|
15366
|
-
readonly organization: string;
|
|
15367
|
-
readonly import_id: string;
|
|
15368
|
-
readonly source_url: string;
|
|
15369
|
-
readonly filename?: string;
|
|
15370
|
-
}
|
|
15371
15458
|
interface CustomsDetails {
|
|
15372
15459
|
readonly tariff_eligibility_data: io.flow.internal.v0.unions.TariffEligibilityData[];
|
|
15373
15460
|
readonly compliance_data: io.flow.internal.v0.unions.ComplianceData[];
|
|
@@ -17218,6 +17305,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17218
17305
|
readonly organization_id: string;
|
|
17219
17306
|
readonly destination_country?: string;
|
|
17220
17307
|
}
|
|
17308
|
+
interface GuaranteedShippingPublication {
|
|
17309
|
+
readonly channel_id: string;
|
|
17310
|
+
readonly organization_id: string;
|
|
17311
|
+
readonly destination_country: string;
|
|
17312
|
+
readonly inputs_updated_at: string;
|
|
17313
|
+
readonly status: io.flow.internal.v0.enums.GuaranteedShippingPublicationStatus;
|
|
17314
|
+
}
|
|
17315
|
+
interface GuaranteedShippingPublicationForm {
|
|
17316
|
+
readonly lanes: io.flow.internal.v0.models.GuaranteedShippingPublicationLaneForm[];
|
|
17317
|
+
}
|
|
17318
|
+
interface GuaranteedShippingPublicationLaneForm {
|
|
17319
|
+
readonly channel_id: string;
|
|
17320
|
+
readonly organization_id: string;
|
|
17321
|
+
readonly destination_country: string;
|
|
17322
|
+
readonly inputs_updated_at: string;
|
|
17323
|
+
}
|
|
17221
17324
|
interface GuaranteedShippingPublishedOutput {
|
|
17222
17325
|
readonly id: string;
|
|
17223
17326
|
readonly organization_id: string;
|
|
@@ -17225,7 +17328,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17225
17328
|
readonly destination_country: string;
|
|
17226
17329
|
readonly coefficient: number;
|
|
17227
17330
|
readonly flat_rates: io.flow.internal.v0.models.FlatRate[];
|
|
17228
|
-
readonly
|
|
17331
|
+
readonly coefficients_source_updated_at: number;
|
|
17332
|
+
readonly outbound_shipping_cost_source_updated_at: number;
|
|
17333
|
+
readonly average_order_value_source_updated_at: number;
|
|
17334
|
+
readonly target_flat_rates_source_updated_at: number;
|
|
17335
|
+
readonly published_at?: number;
|
|
17229
17336
|
}
|
|
17230
17337
|
interface GuaranteedShippingPublishedOutputDeleted {
|
|
17231
17338
|
readonly discriminator: 'guaranteed_shipping_published_output_deleted';
|
|
@@ -17347,15 +17454,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17347
17454
|
readonly customs_description?: string;
|
|
17348
17455
|
readonly score?: number;
|
|
17349
17456
|
}
|
|
17350
|
-
interface HarmonizationPhraseSuggestionRequestImport {
|
|
17351
|
-
readonly discriminator: 'harmonization_phrase_suggestion_request_import';
|
|
17352
|
-
readonly event_id: string;
|
|
17353
|
-
readonly timestamp: string;
|
|
17354
|
-
readonly organization: string;
|
|
17355
|
-
readonly import_id: string;
|
|
17356
|
-
readonly source_url: string;
|
|
17357
|
-
readonly filename?: string;
|
|
17358
|
-
}
|
|
17359
17457
|
interface HarmonizationThreshold {
|
|
17360
17458
|
readonly id: string;
|
|
17361
17459
|
readonly chapter: number;
|
|
@@ -17893,6 +17991,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17893
17991
|
readonly type: io.flow.internal.v0.enums.JohnStrongItemType;
|
|
17894
17992
|
readonly added_on: string;
|
|
17895
17993
|
}
|
|
17994
|
+
interface JohnStrongItemDeleted {
|
|
17995
|
+
readonly discriminator: 'john_strong_item_deleted';
|
|
17996
|
+
readonly event_id: string;
|
|
17997
|
+
readonly timestamp: string;
|
|
17998
|
+
readonly id: string;
|
|
17999
|
+
}
|
|
17896
18000
|
interface JohnStrongItemForm {
|
|
17897
18001
|
readonly number: string;
|
|
17898
18002
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -17900,6 +18004,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17900
18004
|
readonly type: io.flow.internal.v0.enums.JohnStrongItemType;
|
|
17901
18005
|
readonly added_on: string;
|
|
17902
18006
|
}
|
|
18007
|
+
interface JohnStrongItemUpserted {
|
|
18008
|
+
readonly discriminator: 'john_strong_item_upserted';
|
|
18009
|
+
readonly event_id: string;
|
|
18010
|
+
readonly timestamp: string;
|
|
18011
|
+
readonly item: io.flow.internal.v0.models.JohnStrongItem;
|
|
18012
|
+
}
|
|
17903
18013
|
interface Journal {
|
|
17904
18014
|
readonly name: string;
|
|
17905
18015
|
readonly queued: number;
|
|
@@ -19601,8 +19711,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19601
19711
|
readonly channel_id: string;
|
|
19602
19712
|
readonly organization_id: string;
|
|
19603
19713
|
readonly destination_country: string;
|
|
19604
|
-
readonly
|
|
19605
|
-
readonly cost: io.flow.common.v0.models.Money;
|
|
19714
|
+
readonly carrier_estimates: io.flow.internal.v0.models.CarrierEstimate[];
|
|
19606
19715
|
readonly updated_at: number;
|
|
19607
19716
|
readonly run_id: string;
|
|
19608
19717
|
readonly model_version: string;
|
|
@@ -20098,16 +20207,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20098
20207
|
readonly sequence_number: number;
|
|
20099
20208
|
readonly posting_cutoff: string;
|
|
20100
20209
|
}
|
|
20101
|
-
interface PhraseClassified {
|
|
20102
|
-
readonly event_id: string;
|
|
20103
|
-
readonly timestamp: string;
|
|
20104
|
-
readonly phrase_id: string;
|
|
20105
|
-
}
|
|
20106
|
-
interface PhrasePropagated {
|
|
20107
|
-
readonly event_id: string;
|
|
20108
|
-
readonly timestamp: string;
|
|
20109
|
-
readonly phrase_id: string;
|
|
20110
|
-
}
|
|
20111
20210
|
interface PlatformFeeChange {
|
|
20112
20211
|
readonly organization_id: string;
|
|
20113
20212
|
readonly key: string;
|
|
@@ -20154,6 +20253,27 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20154
20253
|
readonly minimum_amount_base: number;
|
|
20155
20254
|
readonly rate: number;
|
|
20156
20255
|
}
|
|
20256
|
+
interface PostingProof {
|
|
20257
|
+
readonly id: string;
|
|
20258
|
+
readonly organization_id: string;
|
|
20259
|
+
readonly order_number: string;
|
|
20260
|
+
readonly sequence_number: number;
|
|
20261
|
+
readonly proof_key: string;
|
|
20262
|
+
readonly proof_discriminator: string;
|
|
20263
|
+
readonly created_at: string;
|
|
20264
|
+
}
|
|
20265
|
+
interface PostingProofDeleted {
|
|
20266
|
+
readonly discriminator: 'posting_proof_deleted';
|
|
20267
|
+
readonly event_id: string;
|
|
20268
|
+
readonly timestamp: string;
|
|
20269
|
+
readonly id: string;
|
|
20270
|
+
}
|
|
20271
|
+
interface PostingProofUpserted {
|
|
20272
|
+
readonly discriminator: 'posting_proof_upserted';
|
|
20273
|
+
readonly event_id: string;
|
|
20274
|
+
readonly timestamp: string;
|
|
20275
|
+
readonly posting_proof: io.flow.internal.v0.models.PostingProof;
|
|
20276
|
+
}
|
|
20157
20277
|
interface Prediction {
|
|
20158
20278
|
readonly main_material: string;
|
|
20159
20279
|
readonly gender: string;
|
|
@@ -20245,6 +20365,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20245
20365
|
readonly effective_taxonomy_category?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
20246
20366
|
readonly fingerprint: string;
|
|
20247
20367
|
readonly screening_mode?: io.flow.sellability.v0.enums.SellabilityScreeningMode;
|
|
20368
|
+
readonly decision_source?: io.flow.internal.v0.enums.SellabilityDecisionSource;
|
|
20369
|
+
readonly rule_matches?: io.flow.internal.v0.models.SellabilityRuleMatch[];
|
|
20248
20370
|
readonly created_at?: string;
|
|
20249
20371
|
}
|
|
20250
20372
|
interface PreonboardingSellabilityResultDeleted {
|
|
@@ -21375,6 +21497,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21375
21497
|
readonly created_at: string;
|
|
21376
21498
|
readonly updated_at: string;
|
|
21377
21499
|
readonly updated_by?: io.flow.common.v0.models.User;
|
|
21500
|
+
readonly agent_review_status?: string;
|
|
21501
|
+
readonly agent_reviewed_at?: string;
|
|
21502
|
+
readonly agent_confidence?: number;
|
|
21503
|
+
readonly agent_confidence_threshold?: number;
|
|
21378
21504
|
}
|
|
21379
21505
|
interface RestrictionItem {
|
|
21380
21506
|
readonly id: string;
|
|
@@ -21412,6 +21538,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21412
21538
|
readonly positive_keywords?: string[];
|
|
21413
21539
|
readonly negative_keywords?: string[];
|
|
21414
21540
|
readonly product_id?: string;
|
|
21541
|
+
readonly escalated_only?: boolean;
|
|
21415
21542
|
}
|
|
21416
21543
|
interface RestrictionItemReview {
|
|
21417
21544
|
readonly id: string;
|
|
@@ -21422,6 +21549,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21422
21549
|
readonly date?: string;
|
|
21423
21550
|
readonly updated_by?: io.flow.common.v0.models.User;
|
|
21424
21551
|
readonly created_at: string;
|
|
21552
|
+
readonly agent_review_status?: string;
|
|
21553
|
+
readonly agent_reviewed_at?: string;
|
|
21554
|
+
readonly agent_confidence?: number;
|
|
21555
|
+
readonly agent_confidence_threshold?: number;
|
|
21425
21556
|
readonly updated_at: string;
|
|
21426
21557
|
}
|
|
21427
21558
|
interface RestrictionItemReviewDecisionForm {
|
|
@@ -21761,6 +21892,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21761
21892
|
readonly daily_num_products_restricted_somewhere_by_fs?: number;
|
|
21762
21893
|
readonly daily_num_products_with_false_allows_by_fs?: number;
|
|
21763
21894
|
readonly daily_num_products_with_false_restricts_by_fs?: number;
|
|
21895
|
+
readonly num_unserviceable_taxonomy_decisions_created?: number;
|
|
21764
21896
|
}
|
|
21765
21897
|
interface RestrictionsDailyopsDeleted {
|
|
21766
21898
|
readonly discriminator: 'restrictions_dailyops_deleted';
|
|
@@ -22060,6 +22192,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22060
22192
|
readonly timestamp: string;
|
|
22061
22193
|
readonly sellability_pending_verification: io.flow.internal.v0.models.SellabilityPendingVerification;
|
|
22062
22194
|
}
|
|
22195
|
+
interface SellabilityRuleMatch {
|
|
22196
|
+
readonly reason_code: string;
|
|
22197
|
+
readonly match_types: io.flow.internal.v0.enums.SellabilityInternalMatchType[];
|
|
22198
|
+
}
|
|
22063
22199
|
interface ServiceFees {
|
|
22064
22200
|
readonly ratecard: io.flow.internal.v0.models.RatecardInternalSummary;
|
|
22065
22201
|
readonly service_fees: io.flow.ratecard.v0.unions.ServiceFee[];
|
|
@@ -22449,6 +22585,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22449
22585
|
readonly catalog_publication_owner?: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
22450
22586
|
readonly fast_sellability_completed_at?: string;
|
|
22451
22587
|
}
|
|
22588
|
+
interface ShopifyMarketsShopAccessToken {
|
|
22589
|
+
readonly myshopify_domain: string;
|
|
22590
|
+
readonly access_token: string;
|
|
22591
|
+
}
|
|
22452
22592
|
interface ShopifyMarketsShopDeleted {
|
|
22453
22593
|
readonly discriminator: 'shopify_markets_shop_deleted';
|
|
22454
22594
|
readonly event_id: string;
|
|
@@ -23812,6 +23952,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23812
23952
|
readonly raw_carrier_event_code?: string;
|
|
23813
23953
|
readonly location?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
23814
23954
|
}
|
|
23955
|
+
interface TrackingDebugLabelEventUpsertForm {
|
|
23956
|
+
readonly carrier_tracking_number?: string;
|
|
23957
|
+
readonly label_id?: string;
|
|
23958
|
+
readonly organization_id?: string;
|
|
23959
|
+
readonly order_number?: string;
|
|
23960
|
+
readonly status: io.flow.tracking.v0.enums.TrackingStatus;
|
|
23961
|
+
readonly description?: string;
|
|
23962
|
+
readonly timestamp?: string;
|
|
23963
|
+
}
|
|
23815
23964
|
interface TrackingDebugLabelLocation {
|
|
23816
23965
|
readonly country: string;
|
|
23817
23966
|
}
|
|
@@ -24277,7 +24426,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
24277
24426
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
24278
24427
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
24279
24428
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
24280
|
-
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.AiReviewBatchSubmitted | io.flow.internal.v0.models.AiReviewResultUpserted | io.flow.internal.v0.models.AiReviewResultDeleted | io.flow.internal.v0.models.AiReviewRequestFailed | 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.SalesPaymentRecordUpserted | io.flow.internal.v0.models.SalesPaymentRecordDeleted | 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.ChannelShopStatisticsUpserted | io.flow.internal.v0.models.ChannelShopStatisticsDeleted | io.flow.internal.v0.models.ChannelOrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.ChannelOrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.ShippingCostUpserted | io.flow.internal.v0.models.ShippingCostDeleted | io.flow.internal.v0.models.MorCostUpserted | io.flow.internal.v0.models.MorCostDeleted | io.flow.internal.v0.models.FlatRateLabelReversalUpserted | io.flow.internal.v0.models.FlatRateLabelReversalDeleted | io.flow.internal.v0.models.FlatRateLabelSubsidyUpserted | io.flow.internal.v0.models.FlatRateLabelSubsidyDeleted | 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.GuaranteedShippingCalibratedOutputUpserted | io.flow.internal.v0.models.GuaranteedShippingCalibratedOutputDeleted | io.flow.internal.v0.models.OutboundShippingCostUpserted | io.flow.internal.v0.models.OutboundShippingCostDeleted | io.flow.internal.v0.models.GuaranteedShippingPublishedOutputUpserted | io.flow.internal.v0.models.GuaranteedShippingPublishedOutputDeleted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpserted | io.flow.internal.v0.models.GuaranteedShippingSettingsDeleted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpdateUpserted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpdateDeleted | 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.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeUpserted | io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeDeleted | 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.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.RestrictionsAthenaDailyopsPcPvUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvDeleted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsDeleted | 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.PreonboardingMerchantUpserted | io.flow.internal.v0.models.PreonboardingMerchantDeleted | io.flow.internal.v0.models.UnserviceableTaxonomyCategoryUpserted | io.flow.internal.v0.models.UnserviceableTaxonomyCategoryDeleted | io.flow.internal.v0.models.SellabilityPendingVerificationUpserted | io.flow.internal.v0.models.SellabilityPendingVerificationDeleted | 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.ShopifyMerchantMarketsUpserted | io.flow.internal.v0.models.ShopifyMerchantMarketsDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.B2BTaxTransactionUpserted | io.flow.internal.v0.models.B2BTaxTransactionDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | io.flow.internal.v0.models.BojanaItemUpserted | io.flow.internal.v0.models.BojanaItemDeleted | io.flow.internal.v0.models.RaveenaItemUpserted | io.flow.internal.v0.models.RaveenaItemDeleted | io.flow.internal.v0.models.MaheshItemUpserted | io.flow.internal.v0.models.MaheshItemDeleted | 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;
|
|
24429
|
+
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.AiReviewBatchSubmitted | io.flow.internal.v0.models.AiReviewResultUpserted | io.flow.internal.v0.models.AiReviewResultDeleted | io.flow.internal.v0.models.AiReviewRequestFailed | 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.BankAccountUpserted | io.flow.internal.v0.models.BankAccountDeleted | io.flow.internal.v0.models.PostingProofUpserted | io.flow.internal.v0.models.PostingProofDeleted | io.flow.internal.v0.models.BankPaymentPromiseUpserted | io.flow.internal.v0.models.BankPaymentPromiseDeleted | io.flow.internal.v0.models.AccountPaymentHoldUpserted | io.flow.internal.v0.models.AccountPaymentHoldDeleted | 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.SalesPaymentRecordUpserted | io.flow.internal.v0.models.SalesPaymentRecordDeleted | 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.ChannelShopStatisticsUpserted | io.flow.internal.v0.models.ChannelShopStatisticsDeleted | io.flow.internal.v0.models.ChannelOrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.ChannelOrderTaxAndDutyInclusivitySettingDeleted | 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.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.ShippingCostUpserted | io.flow.internal.v0.models.ShippingCostDeleted | io.flow.internal.v0.models.MorCostUpserted | io.flow.internal.v0.models.MorCostDeleted | io.flow.internal.v0.models.FlatRateLabelReversalUpserted | io.flow.internal.v0.models.FlatRateLabelReversalDeleted | io.flow.internal.v0.models.FlatRateLabelSubsidyUpserted | io.flow.internal.v0.models.FlatRateLabelSubsidyDeleted | 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.GuaranteedShippingCalibratedOutputUpserted | io.flow.internal.v0.models.GuaranteedShippingCalibratedOutputDeleted | io.flow.internal.v0.models.OutboundShippingCostUpserted | io.flow.internal.v0.models.OutboundShippingCostDeleted | io.flow.internal.v0.models.AverageOrderValueUpserted | io.flow.internal.v0.models.AverageOrderValueDeleted | io.flow.internal.v0.models.GuaranteedShippingPublishedOutputUpserted | io.flow.internal.v0.models.GuaranteedShippingPublishedOutputDeleted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpserted | io.flow.internal.v0.models.GuaranteedShippingSettingsDeleted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpdateUpserted | io.flow.internal.v0.models.GuaranteedShippingSettingsUpdateDeleted | 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.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.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeUpserted | io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeDeleted | 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.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.RestrictionsAthenaDailyopsPcPvUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvDeleted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsDeleted | 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.PreonboardingMerchantUpserted | io.flow.internal.v0.models.PreonboardingMerchantDeleted | io.flow.internal.v0.models.UnserviceableTaxonomyCategoryUpserted | io.flow.internal.v0.models.UnserviceableTaxonomyCategoryDeleted | io.flow.internal.v0.models.SellabilityPendingVerificationUpserted | io.flow.internal.v0.models.SellabilityPendingVerificationDeleted | 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.ShopifyMerchantMarketsUpserted | io.flow.internal.v0.models.ShopifyMerchantMarketsDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.B2BTaxTransactionUpserted | io.flow.internal.v0.models.B2BTaxTransactionDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | io.flow.internal.v0.models.BojanaItemUpserted | io.flow.internal.v0.models.BojanaItemDeleted | io.flow.internal.v0.models.RaveenaItemUpserted | io.flow.internal.v0.models.RaveenaItemDeleted | io.flow.internal.v0.models.MaheshItemUpserted | io.flow.internal.v0.models.MaheshItemDeleted | io.flow.internal.v0.models.JohnStrongItemUpserted | io.flow.internal.v0.models.JohnStrongItemDeleted | 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;
|
|
24281
24430
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
24282
24431
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
24283
24432
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -24338,8 +24487,10 @@ export declare type AccountDepositRuleForm = io.flow.internal.v0.models.AccountD
|
|
|
24338
24487
|
export declare type AccountOrdersExportRequest = io.flow.internal.v0.models.AccountOrdersExportRequest;
|
|
24339
24488
|
export declare type AccountOrigin = io.flow.internal.v0.models.AccountOrigin;
|
|
24340
24489
|
export declare type AccountPaymentHold = io.flow.internal.v0.models.AccountPaymentHold;
|
|
24490
|
+
export declare type AccountPaymentHoldDeleted = io.flow.internal.v0.models.AccountPaymentHoldDeleted;
|
|
24341
24491
|
export declare type AccountPaymentHoldForm = io.flow.internal.v0.models.AccountPaymentHoldForm;
|
|
24342
24492
|
export declare type AccountPaymentHoldReason = io.flow.internal.v0.enums.AccountPaymentHoldReason;
|
|
24493
|
+
export declare type AccountPaymentHoldUpserted = io.flow.internal.v0.models.AccountPaymentHoldUpserted;
|
|
24343
24494
|
export declare type AccountProcessingRateForm = io.flow.internal.v0.models.AccountProcessingRateForm;
|
|
24344
24495
|
export declare type AccountProcessingRates = io.flow.internal.v0.models.AccountProcessingRates;
|
|
24345
24496
|
export declare type AccountProcessingRatesDeleted = io.flow.internal.v0.models.AccountProcessingRatesDeleted;
|
|
@@ -24423,6 +24574,7 @@ export declare type AfterpayRefund = io.flow.internal.v0.models.AfterpayRefund;
|
|
|
24423
24574
|
export declare type AfterpayRefundDeleted = io.flow.internal.v0.models.AfterpayRefundDeleted;
|
|
24424
24575
|
export declare type AfterpayRefundUpserted = io.flow.internal.v0.models.AfterpayRefundUpserted;
|
|
24425
24576
|
export declare type AftershipWebhook = io.flow.internal.v0.models.AftershipWebhook;
|
|
24577
|
+
export declare type AgentReviewDetail = io.flow.internal.v0.models.AgentReviewDetail;
|
|
24426
24578
|
export declare type AiOutput = io.flow.internal.v0.unions.AiOutput;
|
|
24427
24579
|
export declare type AiReviewBatchSubmitted = io.flow.internal.v0.models.AiReviewBatchSubmitted;
|
|
24428
24580
|
export declare type AiReviewConsumer = io.flow.internal.v0.enums.AiReviewConsumer;
|
|
@@ -24463,6 +24615,9 @@ export declare type AuthorizedOrderCharge = io.flow.internal.v0.unions.Authorize
|
|
|
24463
24615
|
export declare type AuthorizedShippingCharge = io.flow.internal.v0.models.AuthorizedShippingCharge;
|
|
24464
24616
|
export declare type AutoRestrictRule = io.flow.internal.v0.enums.AutoRestrictRule;
|
|
24465
24617
|
export declare type AutoReviewCriteria = io.flow.internal.v0.models.AutoReviewCriteria;
|
|
24618
|
+
export declare type AverageOrderValue = io.flow.internal.v0.models.AverageOrderValue;
|
|
24619
|
+
export declare type AverageOrderValueDeleted = io.flow.internal.v0.models.AverageOrderValueDeleted;
|
|
24620
|
+
export declare type AverageOrderValueUpserted = io.flow.internal.v0.models.AverageOrderValueUpserted;
|
|
24466
24621
|
export declare type B2BFeeMorTaxTriggerMetadata = io.flow.internal.v0.models.B2BFeeMorTaxTriggerMetadata;
|
|
24467
24622
|
export declare type B2BFeeMorTaxTriggerType = io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType;
|
|
24468
24623
|
export declare type B2BFeeShippingTaxTriggerMetadata = io.flow.internal.v0.models.B2BFeeShippingTaxTriggerMetadata;
|
|
@@ -24477,8 +24632,11 @@ export declare type B2BTaxTransactionUpserted = io.flow.internal.v0.models.B2BTa
|
|
|
24477
24632
|
export declare type B2BTransactionTaxLine = io.flow.internal.v0.models.B2BTransactionTaxLine;
|
|
24478
24633
|
export declare type B2BTransactionTaxableItem = io.flow.internal.v0.models.B2BTransactionTaxableItem;
|
|
24479
24634
|
export declare type BankAccount = io.flow.internal.v0.models.BankAccount;
|
|
24635
|
+
export declare type BankAccountDeleted = io.flow.internal.v0.models.BankAccountDeleted;
|
|
24480
24636
|
export declare type BankAccountReference = io.flow.internal.v0.models.BankAccountReference;
|
|
24637
|
+
export declare type BankAccountSnapshot = io.flow.internal.v0.models.BankAccountSnapshot;
|
|
24481
24638
|
export declare type BankAccountStatus = io.flow.internal.v0.enums.BankAccountStatus;
|
|
24639
|
+
export declare type BankAccountUpserted = io.flow.internal.v0.models.BankAccountUpserted;
|
|
24482
24640
|
export declare type BankPayment = io.flow.internal.v0.models.BankPayment;
|
|
24483
24641
|
export declare type BankPaymentDeletedV2 = io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
24484
24642
|
export declare type BankPaymentDetail = io.flow.internal.v0.models.BankPaymentDetail;
|
|
@@ -24487,7 +24645,10 @@ export declare type BankPaymentForm = io.flow.internal.v0.models.BankPaymentForm
|
|
|
24487
24645
|
export declare type BankPaymentOrder = io.flow.internal.v0.models.BankPaymentOrder;
|
|
24488
24646
|
export declare type BankPaymentOrderDeleted = io.flow.internal.v0.models.BankPaymentOrderDeleted;
|
|
24489
24647
|
export declare type BankPaymentOrderUpserted = io.flow.internal.v0.models.BankPaymentOrderUpserted;
|
|
24648
|
+
export declare type BankPaymentPromise = io.flow.internal.v0.models.BankPaymentPromise;
|
|
24490
24649
|
export declare type BankPaymentPromiseCompletedMethod = io.flow.internal.v0.enums.BankPaymentPromiseCompletedMethod;
|
|
24650
|
+
export declare type BankPaymentPromiseDeleted = io.flow.internal.v0.models.BankPaymentPromiseDeleted;
|
|
24651
|
+
export declare type BankPaymentPromiseUpserted = io.flow.internal.v0.models.BankPaymentPromiseUpserted;
|
|
24491
24652
|
export declare type BankPaymentReference = io.flow.internal.v0.models.BankPaymentReference;
|
|
24492
24653
|
export declare type BankPaymentStatusCode = io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
24493
24654
|
export declare type BankPaymentStatusForm = io.flow.internal.v0.models.BankPaymentStatusForm;
|
|
@@ -24495,6 +24656,7 @@ export declare type BankPaymentStatusImport = io.flow.internal.v0.models.BankPay
|
|
|
24495
24656
|
export declare type BankPaymentStatusImportForm = io.flow.internal.v0.models.BankPaymentStatusImportForm;
|
|
24496
24657
|
export declare type BankPaymentStatusImportResult = io.flow.internal.v0.models.BankPaymentStatusImportResult;
|
|
24497
24658
|
export declare type BankPaymentStatusProcessedImportForm = io.flow.internal.v0.models.BankPaymentStatusProcessedImportForm;
|
|
24659
|
+
export declare type BankPaymentStatusProcessedSingleForm = io.flow.internal.v0.models.BankPaymentStatusProcessedSingleForm;
|
|
24498
24660
|
export declare type BankPaymentStatusSentImportForm = io.flow.internal.v0.models.BankPaymentStatusSentImportForm;
|
|
24499
24661
|
export declare type BankPaymentStatusSingleForm = io.flow.internal.v0.models.BankPaymentStatusSingleForm;
|
|
24500
24662
|
export declare type BankPaymentUpserted = io.flow.internal.v0.models.BankPaymentUpserted;
|
|
@@ -24582,6 +24744,7 @@ export declare type CarrierCredentials = io.flow.internal.v0.unions.CarrierCrede
|
|
|
24582
24744
|
export declare type CarrierDocument = io.flow.internal.v0.models.CarrierDocument;
|
|
24583
24745
|
export declare type CarrierDocumentContent = io.flow.internal.v0.unions.CarrierDocumentContent;
|
|
24584
24746
|
export declare type CarrierDocumentType = io.flow.internal.v0.enums.CarrierDocumentType;
|
|
24747
|
+
export declare type CarrierEstimate = io.flow.internal.v0.models.CarrierEstimate;
|
|
24585
24748
|
export declare type CarrierFile = io.flow.internal.v0.models.CarrierFile;
|
|
24586
24749
|
export declare type CarrierFileForm = io.flow.internal.v0.models.CarrierFileForm;
|
|
24587
24750
|
export declare type CarrierFileResult = io.flow.internal.v0.models.CarrierFileResult;
|
|
@@ -24802,12 +24965,10 @@ export declare type CryptoAuthentication = io.flow.internal.v0.models.CryptoAuth
|
|
|
24802
24965
|
export declare type CryptoAuthenticationForm = io.flow.internal.v0.models.CryptoAuthenticationForm;
|
|
24803
24966
|
export declare type CsvTransaction = io.flow.internal.v0.models.CsvTransaction;
|
|
24804
24967
|
export declare type CurrencyInternalRate = io.flow.internal.v0.models.CurrencyInternalRate;
|
|
24805
|
-
export declare type CustomsDescriptionImport = io.flow.internal.v0.models.CustomsDescriptionImport;
|
|
24806
24968
|
export declare type CustomsDescriptionStatistics = io.flow.internal.v0.models.CustomsDescriptionStatistics;
|
|
24807
24969
|
export declare type CustomsDescriptionSuggestion = io.flow.internal.v0.models.CustomsDescriptionSuggestion;
|
|
24808
24970
|
export declare type CustomsDescriptionTariffCodeDuty = io.flow.internal.v0.models.CustomsDescriptionTariffCodeDuty;
|
|
24809
24971
|
export declare type CustomsDescriptionTariffCodeDutyForm = io.flow.internal.v0.models.CustomsDescriptionTariffCodeDutyForm;
|
|
24810
|
-
export declare type CustomsDescriptionTariffsImport = io.flow.internal.v0.models.CustomsDescriptionTariffsImport;
|
|
24811
24972
|
export declare type CustomsDetails = io.flow.internal.v0.models.CustomsDetails;
|
|
24812
24973
|
export declare type CustomsDetailsForm = io.flow.internal.v0.models.CustomsDetailsForm;
|
|
24813
24974
|
export declare type CustomsProductAttributeLabel = io.flow.internal.v0.models.CustomsProductAttributeLabel;
|
|
@@ -25142,6 +25303,10 @@ export declare type GuaranteedShippingCalibratedOutputUpserted = io.flow.interna
|
|
|
25142
25303
|
export declare type GuaranteedShippingCalibration = io.flow.internal.v0.models.GuaranteedShippingCalibration;
|
|
25143
25304
|
export declare type GuaranteedShippingCalibrationForm = io.flow.internal.v0.models.GuaranteedShippingCalibrationForm;
|
|
25144
25305
|
export declare type GuaranteedShippingCalibrationLaneForm = io.flow.internal.v0.models.GuaranteedShippingCalibrationLaneForm;
|
|
25306
|
+
export declare type GuaranteedShippingPublication = io.flow.internal.v0.models.GuaranteedShippingPublication;
|
|
25307
|
+
export declare type GuaranteedShippingPublicationForm = io.flow.internal.v0.models.GuaranteedShippingPublicationForm;
|
|
25308
|
+
export declare type GuaranteedShippingPublicationLaneForm = io.flow.internal.v0.models.GuaranteedShippingPublicationLaneForm;
|
|
25309
|
+
export declare type GuaranteedShippingPublicationStatus = io.flow.internal.v0.enums.GuaranteedShippingPublicationStatus;
|
|
25145
25310
|
export declare type GuaranteedShippingPublishedOutput = io.flow.internal.v0.models.GuaranteedShippingPublishedOutput;
|
|
25146
25311
|
export declare type GuaranteedShippingPublishedOutputDeleted = io.flow.internal.v0.models.GuaranteedShippingPublishedOutputDeleted;
|
|
25147
25312
|
export declare type GuaranteedShippingPublishedOutputUpserted = io.flow.internal.v0.models.GuaranteedShippingPublishedOutputUpserted;
|
|
@@ -25160,7 +25325,6 @@ export declare type HarmonizationDecisionSource = io.flow.internal.v0.enums.Harm
|
|
|
25160
25325
|
export declare type HarmonizationItemClassification = io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
25161
25326
|
export declare type HarmonizationItemSummary = io.flow.internal.v0.models.HarmonizationItemSummary;
|
|
25162
25327
|
export declare type HarmonizationMlModelSummary = io.flow.internal.v0.models.HarmonizationMlModelSummary;
|
|
25163
|
-
export declare type HarmonizationPhraseSuggestionRequestImport = io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport;
|
|
25164
25328
|
export declare type HarmonizationThreshold = io.flow.internal.v0.models.HarmonizationThreshold;
|
|
25165
25329
|
export declare type HarmonizationThresholdForm = io.flow.internal.v0.models.HarmonizationThresholdForm;
|
|
25166
25330
|
export declare type HarmonizationUnclassifiedStatistics = io.flow.internal.v0.models.HarmonizationUnclassifiedStatistics;
|
|
@@ -25248,8 +25412,10 @@ export declare type ItemSummary = io.flow.internal.v0.models.ItemSummary;
|
|
|
25248
25412
|
export declare type ItemType = io.flow.internal.v0.enums.ItemType;
|
|
25249
25413
|
export declare type ItemValuesForm = io.flow.internal.v0.models.ItemValuesForm;
|
|
25250
25414
|
export declare type JohnStrongItem = io.flow.internal.v0.models.JohnStrongItem;
|
|
25415
|
+
export declare type JohnStrongItemDeleted = io.flow.internal.v0.models.JohnStrongItemDeleted;
|
|
25251
25416
|
export declare type JohnStrongItemForm = io.flow.internal.v0.models.JohnStrongItemForm;
|
|
25252
25417
|
export declare type JohnStrongItemType = io.flow.internal.v0.enums.JohnStrongItemType;
|
|
25418
|
+
export declare type JohnStrongItemUpserted = io.flow.internal.v0.models.JohnStrongItemUpserted;
|
|
25253
25419
|
export declare type Journal = io.flow.internal.v0.models.Journal;
|
|
25254
25420
|
export declare type JournalFailure = io.flow.internal.v0.models.JournalFailure;
|
|
25255
25421
|
export declare type JournalOperation = io.flow.internal.v0.enums.JournalOperation;
|
|
@@ -25625,8 +25791,6 @@ export declare type PendingBankPayment = io.flow.internal.v0.models.PendingBankP
|
|
|
25625
25791
|
export declare type PendingBankPaymentDetail = io.flow.internal.v0.models.PendingBankPaymentDetail;
|
|
25626
25792
|
export declare type PendingOrder = io.flow.internal.v0.models.PendingOrder;
|
|
25627
25793
|
export declare type PendingRecordType = io.flow.internal.v0.enums.PendingRecordType;
|
|
25628
|
-
export declare type PhraseClassified = io.flow.internal.v0.models.PhraseClassified;
|
|
25629
|
-
export declare type PhrasePropagated = io.flow.internal.v0.models.PhrasePropagated;
|
|
25630
25794
|
export declare type PlatformFee = io.flow.internal.v0.unions.PlatformFee;
|
|
25631
25795
|
export declare type PlatformFeeChange = io.flow.internal.v0.models.PlatformFeeChange;
|
|
25632
25796
|
export declare type PlatformFeeChangeDeleted = io.flow.internal.v0.models.PlatformFeeChangeDeleted;
|
|
@@ -25637,6 +25801,9 @@ export declare type PlatformFeeFlat = io.flow.internal.v0.models.PlatformFeeFlat
|
|
|
25637
25801
|
export declare type PlatformFeePause = io.flow.internal.v0.models.PlatformFeePause;
|
|
25638
25802
|
export declare type PlatformFeePercentage = io.flow.internal.v0.models.PlatformFeePercentage;
|
|
25639
25803
|
export declare type PlatformFeePercentageTier = io.flow.internal.v0.models.PlatformFeePercentageTier;
|
|
25804
|
+
export declare type PostingProof = io.flow.internal.v0.models.PostingProof;
|
|
25805
|
+
export declare type PostingProofDeleted = io.flow.internal.v0.models.PostingProofDeleted;
|
|
25806
|
+
export declare type PostingProofUpserted = io.flow.internal.v0.models.PostingProofUpserted;
|
|
25640
25807
|
export declare type Prediction = io.flow.internal.v0.models.Prediction;
|
|
25641
25808
|
export declare type PreferredBillingSchedule = io.flow.internal.v0.enums.PreferredBillingSchedule;
|
|
25642
25809
|
export declare type PreonboardingClassificationDecision = io.flow.internal.v0.enums.PreonboardingClassificationDecision;
|
|
@@ -25844,6 +26011,7 @@ export declare type ReportingUsd = io.flow.internal.v0.models.ReportingUsd;
|
|
|
25844
26011
|
export declare type ReportingVatRemittance = io.flow.internal.v0.models.ReportingVatRemittance;
|
|
25845
26012
|
export declare type ReportingVatRemittanceRate = io.flow.internal.v0.models.ReportingVatRemittanceRate;
|
|
25846
26013
|
export declare type ReportingVendor = io.flow.internal.v0.models.ReportingVendor;
|
|
26014
|
+
export declare type RequestedBankPaymentStatusCode = io.flow.internal.v0.enums.RequestedBankPaymentStatusCode;
|
|
25847
26015
|
export declare type RequeueRequestForm = io.flow.internal.v0.models.RequeueRequestForm;
|
|
25848
26016
|
export declare type RescreenRestrictionsProducts = io.flow.internal.v0.models.RescreenRestrictionsProducts;
|
|
25849
26017
|
export declare type ResponsibleParty = io.flow.internal.v0.enums.ResponsibleParty;
|
|
@@ -25955,10 +26123,12 @@ export declare type SearchProviderExport = io.flow.internal.v0.models.SearchProv
|
|
|
25955
26123
|
export declare type SearchTrackingSummary = io.flow.internal.v0.models.SearchTrackingSummary;
|
|
25956
26124
|
export declare type SellabilityCheckResult = io.flow.internal.v0.models.SellabilityCheckResult;
|
|
25957
26125
|
export declare type SellabilityCheckStatus = io.flow.internal.v0.enums.SellabilityCheckStatus;
|
|
26126
|
+
export declare type SellabilityDecisionSource = io.flow.internal.v0.enums.SellabilityDecisionSource;
|
|
25958
26127
|
export declare type SellabilityInternalMatchType = io.flow.internal.v0.enums.SellabilityInternalMatchType;
|
|
25959
26128
|
export declare type SellabilityPendingVerification = io.flow.internal.v0.models.SellabilityPendingVerification;
|
|
25960
26129
|
export declare type SellabilityPendingVerificationDeleted = io.flow.internal.v0.models.SellabilityPendingVerificationDeleted;
|
|
25961
26130
|
export declare type SellabilityPendingVerificationUpserted = io.flow.internal.v0.models.SellabilityPendingVerificationUpserted;
|
|
26131
|
+
export declare type SellabilityRuleMatch = io.flow.internal.v0.models.SellabilityRuleMatch;
|
|
25962
26132
|
export declare type SellabilityStatus = io.flow.internal.v0.enums.SellabilityStatus;
|
|
25963
26133
|
export declare type ServiceFees = io.flow.internal.v0.models.ServiceFees;
|
|
25964
26134
|
export declare type ServiceFeesForm = io.flow.internal.v0.models.ServiceFeesForm;
|
|
@@ -26028,6 +26198,7 @@ export declare type ShopifyMarketsOrganizationOrderMetrics = io.flow.internal.v0
|
|
|
26028
26198
|
export declare type ShopifyMarketsQueuedRecord = io.flow.internal.v0.models.ShopifyMarketsQueuedRecord;
|
|
26029
26199
|
export declare type ShopifyMarketsQueuedRecordType = io.flow.internal.v0.enums.ShopifyMarketsQueuedRecordType;
|
|
26030
26200
|
export declare type ShopifyMarketsShop = io.flow.internal.v0.models.ShopifyMarketsShop;
|
|
26201
|
+
export declare type ShopifyMarketsShopAccessToken = io.flow.internal.v0.models.ShopifyMarketsShopAccessToken;
|
|
26031
26202
|
export declare type ShopifyMarketsShopDeleted = io.flow.internal.v0.models.ShopifyMarketsShopDeleted;
|
|
26032
26203
|
export declare type ShopifyMarketsShopForm = io.flow.internal.v0.models.ShopifyMarketsShopForm;
|
|
26033
26204
|
export declare type ShopifyMarketsShopStatisticsDeleted = io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted;
|
|
@@ -26266,6 +26437,7 @@ export declare type TrackingCarrierReturnLabelUpserted = io.flow.internal.v0.mod
|
|
|
26266
26437
|
export declare type TrackingDebugForceTransitForm = io.flow.internal.v0.models.TrackingDebugForceTransitForm;
|
|
26267
26438
|
export declare type TrackingDebugLabel = io.flow.internal.v0.models.TrackingDebugLabel;
|
|
26268
26439
|
export declare type TrackingDebugLabelEvent = io.flow.internal.v0.models.TrackingDebugLabelEvent;
|
|
26440
|
+
export declare type TrackingDebugLabelEventUpsertForm = io.flow.internal.v0.models.TrackingDebugLabelEventUpsertForm;
|
|
26269
26441
|
export declare type TrackingDebugLabelLocation = io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
26270
26442
|
export declare type TrackingDeleted = io.flow.internal.v0.models.TrackingDeleted;
|
|
26271
26443
|
export declare type TrackingEvent = io.flow.internal.v0.models.TrackingEvent;
|