@flowio/types 11.24.126 → 11.24.128
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 +117 -25
- package/dist/api.d.ts +28 -3
- package/package.json +2 -2
- package/src/api-internal.ts +166 -25
- package/src/api.ts +46 -2
package/dist/api-internal.d.ts
CHANGED
|
@@ -1042,6 +1042,7 @@ declare namespace io.flow.fulfillment.v0.models {
|
|
|
1042
1042
|
readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
|
|
1043
1043
|
readonly price: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
|
|
1044
1044
|
readonly service: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1045
|
+
readonly actual_service?: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1045
1046
|
readonly tier: io.flow.fulfillment.v0.models.TierSummary;
|
|
1046
1047
|
readonly window: io.flow.fulfillment.v0.models.DeliveryWindow;
|
|
1047
1048
|
readonly rule_outcome?: io.flow.fulfillment.v0.unions.TierRuleOutcome;
|
|
@@ -7158,6 +7159,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
7158
7159
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
7159
7160
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
7160
7161
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
7162
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
7161
7163
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
7162
7164
|
}
|
|
7163
7165
|
declare namespace io.flow.channel.internal.v0.models {
|
|
@@ -7221,6 +7223,29 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
7221
7223
|
readonly description: string;
|
|
7222
7224
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
7223
7225
|
}
|
|
7226
|
+
interface ChannelOrganizationDomain {
|
|
7227
|
+
readonly internal: string;
|
|
7228
|
+
readonly public: string;
|
|
7229
|
+
}
|
|
7230
|
+
interface ChannelOrganizationInstallation {
|
|
7231
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
7232
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
7233
|
+
}
|
|
7234
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
7235
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
7236
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
7237
|
+
}
|
|
7238
|
+
interface ChannelOrganizationMetadata {
|
|
7239
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
7240
|
+
readonly token: string;
|
|
7241
|
+
}
|
|
7242
|
+
interface ChannelOrganizationToken {
|
|
7243
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
7244
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
7245
|
+
}
|
|
7246
|
+
interface ChannelOrganizationTokenBody {
|
|
7247
|
+
readonly cleartext: string;
|
|
7248
|
+
}
|
|
7224
7249
|
interface FlowChannelOrganization {
|
|
7225
7250
|
readonly placeholder?: string;
|
|
7226
7251
|
}
|
|
@@ -10764,13 +10789,13 @@ declare namespace io.flow.item.v0.models {
|
|
|
10764
10789
|
}
|
|
10765
10790
|
}
|
|
10766
10791
|
declare namespace io.flow.billing.v0.enums {
|
|
10767
|
-
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
10792
|
+
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'tax' | 'duty' | 'tax_and_duty' | 'product' | 'tax_and_duty_fx_diff' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
10768
10793
|
type PayoutAttachmentType = 'transactions';
|
|
10769
10794
|
type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
|
|
10770
10795
|
type PendingPayoutTransactionReasonCode = 'waiting_for_full_refund' | 'waiting_for_fulfillment' | 'waiting_for_in_transit' | 'waiting_for_next_payout_date' | 'waiting_for_tracking_info' | 'waiting_for_positive_account_balance' | 'unfulfilled_amount_greater_than_negative_balance' | 'account_payment_hold';
|
|
10771
10796
|
type StatementAttachmentType = 'csv';
|
|
10772
10797
|
type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min';
|
|
10773
|
-
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';
|
|
10798
|
+
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';
|
|
10774
10799
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
10775
10800
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
10776
10801
|
}
|
|
@@ -11381,7 +11406,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
11381
11406
|
}
|
|
11382
11407
|
declare namespace io.flow.merchant.of.record.v0.enums {
|
|
11383
11408
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
11384
|
-
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
|
|
11409
|
+
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-gbr' | 'ge-irl';
|
|
11385
11410
|
}
|
|
11386
11411
|
declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
11387
11412
|
type MerchantDisabledReason = 'merchant_deactivated' | 'merchant_rejected';
|
|
@@ -11703,7 +11728,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11703
11728
|
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';
|
|
11704
11729
|
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';
|
|
11705
11730
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
11706
|
-
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' | '
|
|
11731
|
+
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';
|
|
11707
11732
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
11708
11733
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
11709
11734
|
type CarrierChargeType = 'label' | 'tax' | 'other';
|
|
@@ -11720,7 +11745,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11720
11745
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
11721
11746
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
11722
11747
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
11723
|
-
type
|
|
11748
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
11749
|
+
type ChannelTransactionTriggerType = 'capture' | 'order';
|
|
11750
|
+
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing' | 'order';
|
|
11724
11751
|
type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
|
|
11725
11752
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
11726
11753
|
type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge';
|
|
@@ -11769,7 +11796,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11769
11796
|
type EmptyAttribute = 'irrelevant';
|
|
11770
11797
|
type ErpFileType = 'vendor';
|
|
11771
11798
|
type EvaluationCheckResult = 'pass' | 'fail';
|
|
11772
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_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' | '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';
|
|
11799
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_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' | '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';
|
|
11773
11800
|
type ExperienceImportType = 'experience_with_settings';
|
|
11774
11801
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
11775
11802
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -11811,6 +11838,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11811
11838
|
type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
|
|
11812
11839
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
11813
11840
|
type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure' | 'non_fraud_chargeback';
|
|
11841
|
+
type MerchantFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
|
|
11814
11842
|
type MerchantOfRecord = 'global_e_united_states' | 'global_e_united_kingdom' | 'global_e_canada' | 'global_e_netherlands';
|
|
11815
11843
|
type MerchantOverrideStatus = 'pending' | 'in_review' | 'accepted' | 'rejected';
|
|
11816
11844
|
type MixedBagWeight = '0' | '1' | '2';
|
|
@@ -11849,7 +11877,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11849
11877
|
type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
|
|
11850
11878
|
type PaymentTerm = 'net7' | 'net15' | 'net30';
|
|
11851
11879
|
type PendingRecordType = 'verification' | 'classification' | 'restriction';
|
|
11852
|
-
type PlatformFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
|
|
11853
11880
|
type PrateekItemType = 'physical' | 'digital';
|
|
11854
11881
|
type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
|
|
11855
11882
|
type PriceSelector = 'minimum' | 'maximum';
|
|
@@ -13638,6 +13665,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13638
13665
|
readonly channel_id: string;
|
|
13639
13666
|
readonly channel_order_summary: io.flow.internal.v0.models.ChannelOrderSummary;
|
|
13640
13667
|
}
|
|
13668
|
+
interface ChannelOrganizationDomain {
|
|
13669
|
+
readonly internal: string;
|
|
13670
|
+
readonly public: string;
|
|
13671
|
+
}
|
|
13641
13672
|
interface ChannelOrganizationIdentifier {
|
|
13642
13673
|
readonly id: string;
|
|
13643
13674
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
@@ -13657,6 +13688,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13657
13688
|
readonly channel_id: string;
|
|
13658
13689
|
readonly channel_organization_identifier: io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
13659
13690
|
}
|
|
13691
|
+
interface ChannelOrganizationInstallation {
|
|
13692
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
13693
|
+
readonly tokens: io.flow.internal.v0.models.ChannelOrganizationToken[];
|
|
13694
|
+
}
|
|
13695
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
13696
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
13697
|
+
readonly metadata: io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
13698
|
+
}
|
|
13699
|
+
interface ChannelOrganizationMetadata {
|
|
13700
|
+
readonly domain: io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
13701
|
+
readonly token: string;
|
|
13702
|
+
}
|
|
13660
13703
|
interface ChannelOrganizationPublicationOwner {
|
|
13661
13704
|
readonly owner: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
13662
13705
|
}
|
|
@@ -13681,6 +13724,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13681
13724
|
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
13682
13725
|
readonly metadata: io.flow.internal.v0.models.ShopifyMetadata;
|
|
13683
13726
|
}
|
|
13727
|
+
interface ChannelOrganizationToken {
|
|
13728
|
+
readonly token: io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
13729
|
+
readonly service: io.flow.internal.v0.enums.ChannelService;
|
|
13730
|
+
}
|
|
13731
|
+
interface ChannelOrganizationTokenBody {
|
|
13732
|
+
readonly cleartext: string;
|
|
13733
|
+
}
|
|
13684
13734
|
interface ChannelRateMetadataIdentity {
|
|
13685
13735
|
readonly discriminator: 'channel_rate_metadata_identity';
|
|
13686
13736
|
readonly currency: string;
|
|
@@ -13722,6 +13772,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13722
13772
|
readonly value: number;
|
|
13723
13773
|
readonly timestamp: string;
|
|
13724
13774
|
}
|
|
13775
|
+
interface ChannelTransactionTriggerMetadata {
|
|
13776
|
+
readonly discriminator: 'channel_transaction_trigger_metadata';
|
|
13777
|
+
readonly trigger_type: io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
13778
|
+
}
|
|
13725
13779
|
interface ChannelTransactionUpserted {
|
|
13726
13780
|
readonly discriminator: 'channel_transaction_upserted';
|
|
13727
13781
|
readonly event_id: string;
|
|
@@ -15241,6 +15295,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15241
15295
|
readonly processing?: io.flow.internal.v0.models.Fee;
|
|
15242
15296
|
readonly rate_lock: io.flow.internal.v0.models.Fee;
|
|
15243
15297
|
readonly mor?: io.flow.internal.v0.models.Fee;
|
|
15298
|
+
readonly tax?: io.flow.internal.v0.models.Fee;
|
|
15299
|
+
readonly duty?: io.flow.internal.v0.models.Fee;
|
|
15300
|
+
readonly tax_and_duty?: io.flow.internal.v0.models.Fee;
|
|
15301
|
+
readonly product?: io.flow.internal.v0.models.Fee;
|
|
15302
|
+
readonly tax_and_duty_fx_diff?: io.flow.internal.v0.models.Fee;
|
|
15244
15303
|
readonly fx?: io.flow.internal.v0.models.Fee;
|
|
15245
15304
|
readonly duty_guarantee?: io.flow.internal.v0.models.Fee;
|
|
15246
15305
|
readonly transfer?: io.flow.internal.v0.models.Fee;
|
|
@@ -15771,6 +15830,28 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15771
15830
|
readonly fulfillment_created_at?: string;
|
|
15772
15831
|
readonly fulfillment_updated_at?: string;
|
|
15773
15832
|
}
|
|
15833
|
+
interface FulfillmentStatusDeleted {
|
|
15834
|
+
readonly discriminator: 'fulfillment_status_deleted';
|
|
15835
|
+
readonly event_id: string;
|
|
15836
|
+
readonly timestamp: string;
|
|
15837
|
+
readonly organization: string;
|
|
15838
|
+
readonly id: string;
|
|
15839
|
+
}
|
|
15840
|
+
interface FulfillmentStatusSummary {
|
|
15841
|
+
readonly id: string;
|
|
15842
|
+
readonly order_number: string;
|
|
15843
|
+
readonly organization_id: string;
|
|
15844
|
+
readonly fulfilled_at: string;
|
|
15845
|
+
readonly sequence_number: number;
|
|
15846
|
+
readonly completes_order: boolean;
|
|
15847
|
+
}
|
|
15848
|
+
interface FulfillmentStatusUpserted {
|
|
15849
|
+
readonly discriminator: 'fulfillment_status_upserted';
|
|
15850
|
+
readonly event_id: string;
|
|
15851
|
+
readonly timestamp: string;
|
|
15852
|
+
readonly organization: string;
|
|
15853
|
+
readonly fulfillment: io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
15854
|
+
}
|
|
15774
15855
|
interface FulfillmentSubsidyBreakdown {
|
|
15775
15856
|
readonly tax: number;
|
|
15776
15857
|
readonly duty: number;
|
|
@@ -17082,6 +17163,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17082
17163
|
interface MerchantDetails {
|
|
17083
17164
|
readonly name: string;
|
|
17084
17165
|
}
|
|
17166
|
+
interface MerchantFeeTransaction {
|
|
17167
|
+
readonly discriminator: 'merchant_fee_transaction';
|
|
17168
|
+
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
17169
|
+
readonly id: string;
|
|
17170
|
+
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
17171
|
+
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
17172
|
+
readonly posted_at?: string;
|
|
17173
|
+
readonly value: io.flow.common.v0.models.Price;
|
|
17174
|
+
readonly description: string;
|
|
17175
|
+
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
17176
|
+
readonly created_at: string;
|
|
17177
|
+
}
|
|
17085
17178
|
interface MerchantFees {
|
|
17086
17179
|
readonly duty_guarantee: number;
|
|
17087
17180
|
readonly mor: number;
|
|
@@ -18631,18 +18724,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18631
18724
|
readonly minimum_amount_base: number;
|
|
18632
18725
|
readonly rate: number;
|
|
18633
18726
|
}
|
|
18634
|
-
interface PlatformFeeTransaction {
|
|
18635
|
-
readonly discriminator: 'platform_fee_transaction';
|
|
18636
|
-
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
18637
|
-
readonly id: string;
|
|
18638
|
-
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
18639
|
-
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
18640
|
-
readonly posted_at?: string;
|
|
18641
|
-
readonly value: io.flow.common.v0.models.Price;
|
|
18642
|
-
readonly description: string;
|
|
18643
|
-
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
18644
|
-
readonly created_at: string;
|
|
18645
|
-
}
|
|
18646
18727
|
interface PrateekItem {
|
|
18647
18728
|
readonly id: string;
|
|
18648
18729
|
readonly number: string;
|
|
@@ -19749,7 +19830,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19749
19830
|
interface RestrictionOrganizationDecisionSummary {
|
|
19750
19831
|
readonly organization: io.flow.internal.v0.models.RestrictionOrganization;
|
|
19751
19832
|
readonly earliest_pending_date: string;
|
|
19752
|
-
readonly priority_score: number;
|
|
19753
19833
|
readonly date: string;
|
|
19754
19834
|
readonly counts: io.flow.internal.v0.models.RestrictionSummaryCounts;
|
|
19755
19835
|
}
|
|
@@ -22206,7 +22286,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22206
22286
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
22207
22287
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
22208
22288
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
22209
|
-
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.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.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;
|
|
22289
|
+
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.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.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;
|
|
22210
22290
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
22211
22291
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
22212
22292
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -22250,10 +22330,10 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22250
22330
|
type TariffEligibilityData = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData;
|
|
22251
22331
|
type TariffEligibilityForm = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm;
|
|
22252
22332
|
type TaskData = io.flow.internal.v0.models.TaskProcessQueuedEvent | io.flow.internal.v0.models.TaskSummarizeCode | io.flow.internal.v0.models.TaskItemUpserted | io.flow.internal.v0.models.TaskImport;
|
|
22253
|
-
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata;
|
|
22333
|
+
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
22254
22334
|
type TaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
22255
22335
|
type Tracker = io.flow.internal.v0.models.GoogleAnalytics | io.flow.internal.v0.models.GoogleGlobalSiteTag | io.flow.internal.v0.models.GoogleTagManager | io.flow.internal.v0.models.FacebookPixel | io.flow.internal.v0.models.SnapchatPixel;
|
|
22256
|
-
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.
|
|
22336
|
+
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.MerchantFeeTransaction;
|
|
22257
22337
|
type TransactionSummary = io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary;
|
|
22258
22338
|
}
|
|
22259
22339
|
export declare type Acceptance = io.flow.internal.v0.models.Acceptance;
|
|
@@ -22554,9 +22634,13 @@ export declare type ChannelOrderSummary = io.flow.internal.v0.models.ChannelOrde
|
|
|
22554
22634
|
export declare type ChannelOrderSummaryDeleted = io.flow.internal.v0.models.ChannelOrderSummaryDeleted;
|
|
22555
22635
|
export declare type ChannelOrderSummaryFulfillmentDetails = io.flow.internal.v0.models.ChannelOrderSummaryFulfillmentDetails;
|
|
22556
22636
|
export declare type ChannelOrderSummaryUpserted = io.flow.internal.v0.models.ChannelOrderSummaryUpserted;
|
|
22637
|
+
export declare type ChannelOrganizationDomain = io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
22557
22638
|
export declare type ChannelOrganizationIdentifier = io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
22558
22639
|
export declare type ChannelOrganizationIdentifierDeleted = io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted;
|
|
22559
22640
|
export declare type ChannelOrganizationIdentifierUpserted = io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted;
|
|
22641
|
+
export declare type ChannelOrganizationInstallation = io.flow.internal.v0.models.ChannelOrganizationInstallation;
|
|
22642
|
+
export declare type ChannelOrganizationInstallationPostForm = io.flow.internal.v0.models.ChannelOrganizationInstallationPostForm;
|
|
22643
|
+
export declare type ChannelOrganizationMetadata = io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
22560
22644
|
export declare type ChannelOrganizationPublicationOwner = io.flow.internal.v0.models.ChannelOrganizationPublicationOwner;
|
|
22561
22645
|
export declare type ChannelOrganizationPublicationOwnerPutForm = io.flow.internal.v0.models.ChannelOrganizationPublicationOwnerPutForm;
|
|
22562
22646
|
export declare type ChannelOrganizationSellabilityStatus = io.flow.internal.v0.models.ChannelOrganizationSellabilityStatus;
|
|
@@ -22564,12 +22648,17 @@ export declare type ChannelOrganizationSellabilityStatusPutForm = io.flow.intern
|
|
|
22564
22648
|
export declare type ChannelOrganizationShopify = io.flow.internal.v0.models.ChannelOrganizationShopify;
|
|
22565
22649
|
export declare type ChannelOrganizationShopifyForm = io.flow.internal.v0.models.ChannelOrganizationShopifyForm;
|
|
22566
22650
|
export declare type ChannelOrganizationShopifyPostForm = io.flow.internal.v0.models.ChannelOrganizationShopifyPostForm;
|
|
22651
|
+
export declare type ChannelOrganizationToken = io.flow.internal.v0.models.ChannelOrganizationToken;
|
|
22652
|
+
export declare type ChannelOrganizationTokenBody = io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
22567
22653
|
export declare type ChannelRateMetadata = io.flow.internal.v0.unions.ChannelRateMetadata;
|
|
22568
22654
|
export declare type ChannelRateMetadataIdentity = io.flow.internal.v0.models.ChannelRateMetadataIdentity;
|
|
22569
22655
|
export declare type ChannelRateMetadataRate = io.flow.internal.v0.models.ChannelRateMetadataRate;
|
|
22656
|
+
export declare type ChannelService = io.flow.internal.v0.enums.ChannelService;
|
|
22570
22657
|
export declare type ChannelTransaction = io.flow.internal.v0.models.ChannelTransaction;
|
|
22571
22658
|
export declare type ChannelTransactionDeleted = io.flow.internal.v0.models.ChannelTransactionDeleted;
|
|
22572
22659
|
export declare type ChannelTransactionRate = io.flow.internal.v0.models.ChannelTransactionRate;
|
|
22660
|
+
export declare type ChannelTransactionTriggerMetadata = io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
22661
|
+
export declare type ChannelTransactionTriggerType = io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
22573
22662
|
export declare type ChannelTransactionType = io.flow.internal.v0.enums.ChannelTransactionType;
|
|
22574
22663
|
export declare type ChannelTransactionUpserted = io.flow.internal.v0.models.ChannelTransactionUpserted;
|
|
22575
22664
|
export declare type ChapterCheckResult = io.flow.internal.v0.models.ChapterCheckResult;
|
|
@@ -22950,6 +23039,9 @@ export declare type FulfillmentProofShippingNotificationReference = io.flow.inte
|
|
|
22950
23039
|
export declare type FulfillmentReference = io.flow.internal.v0.models.FulfillmentReference;
|
|
22951
23040
|
export declare type FulfillmentShopperBreakdown = io.flow.internal.v0.models.FulfillmentShopperBreakdown;
|
|
22952
23041
|
export declare type FulfillmentSnapshot = io.flow.internal.v0.models.FulfillmentSnapshot;
|
|
23042
|
+
export declare type FulfillmentStatusDeleted = io.flow.internal.v0.models.FulfillmentStatusDeleted;
|
|
23043
|
+
export declare type FulfillmentStatusSummary = io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
23044
|
+
export declare type FulfillmentStatusUpserted = io.flow.internal.v0.models.FulfillmentStatusUpserted;
|
|
22953
23045
|
export declare type FulfillmentSubsidyBreakdown = io.flow.internal.v0.models.FulfillmentSubsidyBreakdown;
|
|
22954
23046
|
export declare type FulfillmentTrigger = io.flow.internal.v0.unions.FulfillmentTrigger;
|
|
22955
23047
|
export declare type FulfillmentTriggerProof = io.flow.internal.v0.models.FulfillmentTriggerProof;
|
|
@@ -23178,6 +23270,8 @@ export declare type MerchantApplicationSummaries = io.flow.internal.v0.models.Me
|
|
|
23178
23270
|
export declare type MerchantApplicationSummary = io.flow.internal.v0.models.MerchantApplicationSummary;
|
|
23179
23271
|
export declare type MerchantDeleted = io.flow.internal.v0.models.MerchantDeleted;
|
|
23180
23272
|
export declare type MerchantDetails = io.flow.internal.v0.models.MerchantDetails;
|
|
23273
|
+
export declare type MerchantFeeTransaction = io.flow.internal.v0.models.MerchantFeeTransaction;
|
|
23274
|
+
export declare type MerchantFeeTransactionType = io.flow.internal.v0.enums.MerchantFeeTransactionType;
|
|
23181
23275
|
export declare type MerchantFees = io.flow.internal.v0.models.MerchantFees;
|
|
23182
23276
|
export declare type MerchantGuidAssignment = io.flow.internal.v0.models.MerchantGuidAssignment;
|
|
23183
23277
|
export declare type MerchantGuidAssignmentDeleted = io.flow.internal.v0.models.MerchantGuidAssignmentDeleted;
|
|
@@ -23447,8 +23541,6 @@ export declare type PlatformFeeFlat = io.flow.internal.v0.models.PlatformFeeFlat
|
|
|
23447
23541
|
export declare type PlatformFeePause = io.flow.internal.v0.models.PlatformFeePause;
|
|
23448
23542
|
export declare type PlatformFeePercentage = io.flow.internal.v0.models.PlatformFeePercentage;
|
|
23449
23543
|
export declare type PlatformFeePercentageTier = io.flow.internal.v0.models.PlatformFeePercentageTier;
|
|
23450
|
-
export declare type PlatformFeeTransaction = io.flow.internal.v0.models.PlatformFeeTransaction;
|
|
23451
|
-
export declare type PlatformFeeTransactionType = io.flow.internal.v0.enums.PlatformFeeTransactionType;
|
|
23452
23544
|
export declare type PrateekItem = io.flow.internal.v0.models.PrateekItem;
|
|
23453
23545
|
export declare type PrateekItemForm = io.flow.internal.v0.models.PrateekItemForm;
|
|
23454
23546
|
export declare type PrateekItemType = io.flow.internal.v0.enums.PrateekItemType;
|
package/dist/api.d.ts
CHANGED
|
@@ -2212,6 +2212,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
2212
2212
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
2213
2213
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
2214
2214
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
2215
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
2215
2216
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
2216
2217
|
}
|
|
2217
2218
|
declare namespace io.flow.channel.internal.v0.models {
|
|
@@ -2275,6 +2276,29 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
2275
2276
|
readonly description: string;
|
|
2276
2277
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
2277
2278
|
}
|
|
2279
|
+
interface ChannelOrganizationDomain {
|
|
2280
|
+
readonly internal: string;
|
|
2281
|
+
readonly public: string;
|
|
2282
|
+
}
|
|
2283
|
+
interface ChannelOrganizationInstallation {
|
|
2284
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
2285
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
2286
|
+
}
|
|
2287
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
2288
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
2289
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
2290
|
+
}
|
|
2291
|
+
interface ChannelOrganizationMetadata {
|
|
2292
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
2293
|
+
readonly token: string;
|
|
2294
|
+
}
|
|
2295
|
+
interface ChannelOrganizationToken {
|
|
2296
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
2297
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
2298
|
+
}
|
|
2299
|
+
interface ChannelOrganizationTokenBody {
|
|
2300
|
+
readonly cleartext: string;
|
|
2301
|
+
}
|
|
2278
2302
|
interface FlowChannelOrganization {
|
|
2279
2303
|
readonly placeholder?: string;
|
|
2280
2304
|
}
|
|
@@ -3041,9 +3065,9 @@ declare namespace io.flow.v0.enums {
|
|
|
3041
3065
|
type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
|
|
3042
3066
|
type ExportStatus = 'created' | 'processing' | 'completed' | 'failed';
|
|
3043
3067
|
type ExporterOfRecord = 'flow' | 'organization';
|
|
3044
|
-
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
3068
|
+
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'tax' | 'duty' | 'tax_and_duty' | 'product' | 'tax_and_duty_fx_diff' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
3045
3069
|
type FlowBehavior = 'view_consumer_data';
|
|
3046
|
-
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
|
|
3070
|
+
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-gbr' | 'ge-irl';
|
|
3047
3071
|
type FlowRole = 'organization_admin' | 'organization_merchant' | 'organization_customer_service' | 'organization_fulfillment' | 'organization_marketing' | 'organization_finance' | 'organization_classification' | 'flow_operations' | 'channel_admin' | 'channel_organization_admin';
|
|
3048
3072
|
type FraudEmailRuleDecision = 'approved' | 'declined';
|
|
3049
3073
|
type FraudLiability = 'flow' | 'organization';
|
|
@@ -3188,7 +3212,7 @@ declare namespace io.flow.v0.enums {
|
|
|
3188
3212
|
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
|
|
3189
3213
|
type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
|
|
3190
3214
|
type TradeAgreementStatus = 'supported' | 'not_supported';
|
|
3191
|
-
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';
|
|
3215
|
+
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';
|
|
3192
3216
|
type TransferStatus = 'succeeded' | 'canceled';
|
|
3193
3217
|
type TransferType = 'payout_to_merchant' | 'disputed_amount_to_merchant' | 'duties_and_taxes_adjustment_to_merchant' | 'disputed_amount_from_merchant' | 'duties_and_taxes_adjustment_from_merchant' | 'refund_from_merchant';
|
|
3194
3218
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
@@ -5213,6 +5237,7 @@ declare namespace io.flow.v0.models {
|
|
|
5213
5237
|
readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
|
|
5214
5238
|
readonly price: io.flow.v0.models.PriceWithBaseAndDetails;
|
|
5215
5239
|
readonly service: io.flow.v0.models.ServiceSummary;
|
|
5240
|
+
readonly actual_service?: io.flow.v0.models.ServiceSummary;
|
|
5216
5241
|
readonly tier: io.flow.v0.models.TierSummary;
|
|
5217
5242
|
readonly window: io.flow.v0.models.DeliveryWindow;
|
|
5218
5243
|
readonly rule_outcome?: io.flow.v0.unions.TierRuleOutcome;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.128",
|
|
4
4
|
"description": "TypeScript type definitions for custom types found in Flow API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"maintainers": [
|
|
26
26
|
"Christian Muñoz <christian.munoz@flow.io>"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "e6ab4a371f4a5b27785d522dc32505277757198d"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -1413,6 +1413,7 @@ declare namespace io.flow.fulfillment.v0.models {
|
|
|
1413
1413
|
readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
|
|
1414
1414
|
readonly price: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
|
|
1415
1415
|
readonly service: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1416
|
+
readonly actual_service?: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1416
1417
|
readonly tier: io.flow.fulfillment.v0.models.TierSummary;
|
|
1417
1418
|
readonly window: io.flow.fulfillment.v0.models.DeliveryWindow;
|
|
1418
1419
|
readonly rule_outcome?: io.flow.fulfillment.v0.unions.TierRuleOutcome;
|
|
@@ -10039,6 +10040,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
10039
10040
|
| 'review'
|
|
10040
10041
|
| 'edit_review'
|
|
10041
10042
|
| 'edit_accepted';
|
|
10043
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
10042
10044
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
10043
10045
|
}
|
|
10044
10046
|
|
|
@@ -10113,6 +10115,35 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
10113
10115
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
10114
10116
|
}
|
|
10115
10117
|
|
|
10118
|
+
interface ChannelOrganizationDomain {
|
|
10119
|
+
readonly internal: string;
|
|
10120
|
+
readonly public: string;
|
|
10121
|
+
}
|
|
10122
|
+
|
|
10123
|
+
interface ChannelOrganizationInstallation {
|
|
10124
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
10125
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
10126
|
+
}
|
|
10127
|
+
|
|
10128
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
10129
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
10130
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
10131
|
+
}
|
|
10132
|
+
|
|
10133
|
+
interface ChannelOrganizationMetadata {
|
|
10134
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
10135
|
+
readonly token: string;
|
|
10136
|
+
}
|
|
10137
|
+
|
|
10138
|
+
interface ChannelOrganizationToken {
|
|
10139
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
10140
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
10141
|
+
}
|
|
10142
|
+
|
|
10143
|
+
interface ChannelOrganizationTokenBody {
|
|
10144
|
+
readonly cleartext: string;
|
|
10145
|
+
}
|
|
10146
|
+
|
|
10116
10147
|
interface FlowChannelOrganization {
|
|
10117
10148
|
readonly placeholder?: string;
|
|
10118
10149
|
}
|
|
@@ -14692,6 +14723,11 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
14692
14723
|
| 'duty_guarantee'
|
|
14693
14724
|
| 'mor'
|
|
14694
14725
|
| 'fraud'
|
|
14726
|
+
| 'tax'
|
|
14727
|
+
| 'duty'
|
|
14728
|
+
| 'tax_and_duty'
|
|
14729
|
+
| 'product'
|
|
14730
|
+
| 'tax_and_duty_fx_diff'
|
|
14695
14731
|
| 'fx'
|
|
14696
14732
|
| 'processing'
|
|
14697
14733
|
| 'rate_lock'
|
|
@@ -14755,7 +14791,8 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
14755
14791
|
| 'non_l4l_tax_duty_fx'
|
|
14756
14792
|
| 'merchant_payout'
|
|
14757
14793
|
| 'merchant_refund'
|
|
14758
|
-
| 'ge_revenue_share'
|
|
14794
|
+
| 'ge_revenue_share'
|
|
14795
|
+
| 'merchant_fee';
|
|
14759
14796
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
14760
14797
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
14761
14798
|
}
|
|
@@ -15500,7 +15537,14 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
15500
15537
|
|
|
15501
15538
|
declare namespace io.flow.merchant.of.record.v0.enums {
|
|
15502
15539
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
15503
|
-
type FlowEntity =
|
|
15540
|
+
type FlowEntity =
|
|
15541
|
+
| 'flow-usa'
|
|
15542
|
+
| 'flow-irl'
|
|
15543
|
+
| 'flow-can'
|
|
15544
|
+
| 'ge-usa'
|
|
15545
|
+
| 'ge-can'
|
|
15546
|
+
| 'ge-gbr'
|
|
15547
|
+
| 'ge-irl';
|
|
15504
15548
|
}
|
|
15505
15549
|
|
|
15506
15550
|
declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
@@ -16204,7 +16248,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16204
16248
|
| 'tax_refund'
|
|
16205
16249
|
| 'duty_refund'
|
|
16206
16250
|
| 'ge_revenue_share'
|
|
16207
|
-
| '
|
|
16251
|
+
| 'merchant_fee'
|
|
16208
16252
|
| 'merchant_payout'
|
|
16209
16253
|
| 'merchant_refund';
|
|
16210
16254
|
type CalculatorEngine =
|
|
@@ -16274,7 +16318,13 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16274
16318
|
| 'fulfilled'
|
|
16275
16319
|
| 'partial'
|
|
16276
16320
|
| 'cancelled';
|
|
16277
|
-
type
|
|
16321
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
16322
|
+
type ChannelTransactionTriggerType = 'capture' | 'order';
|
|
16323
|
+
type ChannelTransactionType =
|
|
16324
|
+
| 'adjustment'
|
|
16325
|
+
| 'reversal'
|
|
16326
|
+
| 'processing'
|
|
16327
|
+
| 'order';
|
|
16278
16328
|
type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
|
|
16279
16329
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
16280
16330
|
type ChargeInputType =
|
|
@@ -16407,6 +16457,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16407
16457
|
| 'organization_account_deleted'
|
|
16408
16458
|
| 'account_transactions_export_request'
|
|
16409
16459
|
| 'account_orders_export_request'
|
|
16460
|
+
| 'fulfillment_status_upserted'
|
|
16461
|
+
| 'fulfillment_status_deleted'
|
|
16410
16462
|
| 'main_transaction_upserted'
|
|
16411
16463
|
| 'main_transaction_deleted'
|
|
16412
16464
|
| 'main_transaction_upserted_v2'
|
|
@@ -16868,6 +16920,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16868
16920
|
| 'negative_balance_guarantee'
|
|
16869
16921
|
| 'bank_payment_failure'
|
|
16870
16922
|
| 'non_fraud_chargeback';
|
|
16923
|
+
type MerchantFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
|
|
16871
16924
|
type MerchantOfRecord =
|
|
16872
16925
|
| 'global_e_united_states'
|
|
16873
16926
|
| 'global_e_united_kingdom'
|
|
@@ -17004,7 +17057,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
17004
17057
|
| 'credit';
|
|
17005
17058
|
type PaymentTerm = 'net7' | 'net15' | 'net30';
|
|
17006
17059
|
type PendingRecordType = 'verification' | 'classification' | 'restriction';
|
|
17007
|
-
type PlatformFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
|
|
17008
17060
|
type PrateekItemType = 'physical' | 'digital';
|
|
17009
17061
|
type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
|
|
17010
17062
|
type PriceSelector = 'minimum' | 'maximum';
|
|
@@ -19197,6 +19249,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19197
19249
|
readonly channel_order_summary: io.flow.internal.v0.models.ChannelOrderSummary;
|
|
19198
19250
|
}
|
|
19199
19251
|
|
|
19252
|
+
interface ChannelOrganizationDomain {
|
|
19253
|
+
readonly internal: string;
|
|
19254
|
+
readonly public: string;
|
|
19255
|
+
}
|
|
19256
|
+
|
|
19200
19257
|
interface ChannelOrganizationIdentifier {
|
|
19201
19258
|
readonly id: string;
|
|
19202
19259
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
@@ -19219,6 +19276,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19219
19276
|
readonly channel_organization_identifier: io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
19220
19277
|
}
|
|
19221
19278
|
|
|
19279
|
+
interface ChannelOrganizationInstallation {
|
|
19280
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
19281
|
+
readonly tokens: io.flow.internal.v0.models.ChannelOrganizationToken[];
|
|
19282
|
+
}
|
|
19283
|
+
|
|
19284
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
19285
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
19286
|
+
readonly metadata: io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
19287
|
+
}
|
|
19288
|
+
|
|
19289
|
+
interface ChannelOrganizationMetadata {
|
|
19290
|
+
readonly domain: io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
19291
|
+
readonly token: string;
|
|
19292
|
+
}
|
|
19293
|
+
|
|
19222
19294
|
interface ChannelOrganizationPublicationOwner {
|
|
19223
19295
|
readonly owner: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
19224
19296
|
}
|
|
@@ -19250,6 +19322,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19250
19322
|
readonly metadata: io.flow.internal.v0.models.ShopifyMetadata;
|
|
19251
19323
|
}
|
|
19252
19324
|
|
|
19325
|
+
interface ChannelOrganizationToken {
|
|
19326
|
+
readonly token: io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
19327
|
+
readonly service: io.flow.internal.v0.enums.ChannelService;
|
|
19328
|
+
}
|
|
19329
|
+
|
|
19330
|
+
interface ChannelOrganizationTokenBody {
|
|
19331
|
+
readonly cleartext: string;
|
|
19332
|
+
}
|
|
19333
|
+
|
|
19253
19334
|
interface ChannelRateMetadataIdentity {
|
|
19254
19335
|
readonly discriminator: 'channel_rate_metadata_identity';
|
|
19255
19336
|
readonly currency: string;
|
|
@@ -19296,6 +19377,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19296
19377
|
readonly timestamp: string;
|
|
19297
19378
|
}
|
|
19298
19379
|
|
|
19380
|
+
interface ChannelTransactionTriggerMetadata {
|
|
19381
|
+
readonly discriminator: 'channel_transaction_trigger_metadata';
|
|
19382
|
+
readonly trigger_type: io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
19383
|
+
}
|
|
19384
|
+
|
|
19299
19385
|
interface ChannelTransactionUpserted {
|
|
19300
19386
|
readonly discriminator: 'channel_transaction_upserted';
|
|
19301
19387
|
readonly event_id: string;
|
|
@@ -21041,6 +21127,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21041
21127
|
readonly processing?: io.flow.internal.v0.models.Fee;
|
|
21042
21128
|
readonly rate_lock: io.flow.internal.v0.models.Fee;
|
|
21043
21129
|
readonly mor?: io.flow.internal.v0.models.Fee;
|
|
21130
|
+
readonly tax?: io.flow.internal.v0.models.Fee;
|
|
21131
|
+
readonly duty?: io.flow.internal.v0.models.Fee;
|
|
21132
|
+
readonly tax_and_duty?: io.flow.internal.v0.models.Fee;
|
|
21133
|
+
readonly product?: io.flow.internal.v0.models.Fee;
|
|
21134
|
+
readonly tax_and_duty_fx_diff?: io.flow.internal.v0.models.Fee;
|
|
21044
21135
|
readonly fx?: io.flow.internal.v0.models.Fee;
|
|
21045
21136
|
readonly duty_guarantee?: io.flow.internal.v0.models.Fee;
|
|
21046
21137
|
readonly transfer?: io.flow.internal.v0.models.Fee;
|
|
@@ -21643,6 +21734,31 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21643
21734
|
readonly fulfillment_updated_at?: string;
|
|
21644
21735
|
}
|
|
21645
21736
|
|
|
21737
|
+
interface FulfillmentStatusDeleted {
|
|
21738
|
+
readonly discriminator: 'fulfillment_status_deleted';
|
|
21739
|
+
readonly event_id: string;
|
|
21740
|
+
readonly timestamp: string;
|
|
21741
|
+
readonly organization: string;
|
|
21742
|
+
readonly id: string;
|
|
21743
|
+
}
|
|
21744
|
+
|
|
21745
|
+
interface FulfillmentStatusSummary {
|
|
21746
|
+
readonly id: string;
|
|
21747
|
+
readonly order_number: string;
|
|
21748
|
+
readonly organization_id: string;
|
|
21749
|
+
readonly fulfilled_at: string;
|
|
21750
|
+
readonly sequence_number: number;
|
|
21751
|
+
readonly completes_order: boolean;
|
|
21752
|
+
}
|
|
21753
|
+
|
|
21754
|
+
interface FulfillmentStatusUpserted {
|
|
21755
|
+
readonly discriminator: 'fulfillment_status_upserted';
|
|
21756
|
+
readonly event_id: string;
|
|
21757
|
+
readonly timestamp: string;
|
|
21758
|
+
readonly organization: string;
|
|
21759
|
+
readonly fulfillment: io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
21760
|
+
}
|
|
21761
|
+
|
|
21646
21762
|
interface FulfillmentSubsidyBreakdown {
|
|
21647
21763
|
readonly tax: number;
|
|
21648
21764
|
readonly duty: number;
|
|
@@ -23147,6 +23263,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23147
23263
|
readonly name: string;
|
|
23148
23264
|
}
|
|
23149
23265
|
|
|
23266
|
+
interface MerchantFeeTransaction {
|
|
23267
|
+
readonly discriminator: 'merchant_fee_transaction';
|
|
23268
|
+
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
23269
|
+
readonly id: string;
|
|
23270
|
+
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
23271
|
+
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
23272
|
+
readonly posted_at?: string;
|
|
23273
|
+
readonly value: io.flow.common.v0.models.Price;
|
|
23274
|
+
readonly description: string;
|
|
23275
|
+
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
23276
|
+
readonly created_at: string;
|
|
23277
|
+
}
|
|
23278
|
+
|
|
23150
23279
|
interface MerchantFees {
|
|
23151
23280
|
readonly duty_guarantee: number;
|
|
23152
23281
|
readonly mor: number;
|
|
@@ -24922,19 +25051,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24922
25051
|
readonly rate: number;
|
|
24923
25052
|
}
|
|
24924
25053
|
|
|
24925
|
-
interface PlatformFeeTransaction {
|
|
24926
|
-
readonly discriminator: 'platform_fee_transaction';
|
|
24927
|
-
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
24928
|
-
readonly id: string;
|
|
24929
|
-
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
24930
|
-
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
24931
|
-
readonly posted_at?: string;
|
|
24932
|
-
readonly value: io.flow.common.v0.models.Price;
|
|
24933
|
-
readonly description: string;
|
|
24934
|
-
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
24935
|
-
readonly created_at: string;
|
|
24936
|
-
}
|
|
24937
|
-
|
|
24938
25054
|
interface PrateekItem {
|
|
24939
25055
|
readonly id: string;
|
|
24940
25056
|
readonly number: string;
|
|
@@ -26210,7 +26326,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26210
26326
|
interface RestrictionOrganizationDecisionSummary {
|
|
26211
26327
|
readonly organization: io.flow.internal.v0.models.RestrictionOrganization;
|
|
26212
26328
|
readonly earliest_pending_date: string;
|
|
26213
|
-
readonly priority_score: number;
|
|
26214
26329
|
readonly date: string;
|
|
26215
26330
|
readonly counts: io.flow.internal.v0.models.RestrictionSummaryCounts;
|
|
26216
26331
|
}
|
|
@@ -29101,6 +29216,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
29101
29216
|
| io.flow.internal.v0.models.OrganizationAccountDeleted
|
|
29102
29217
|
| io.flow.internal.v0.models.AccountTransactionsExportRequest
|
|
29103
29218
|
| io.flow.internal.v0.models.AccountOrdersExportRequest
|
|
29219
|
+
| io.flow.internal.v0.models.FulfillmentStatusUpserted
|
|
29220
|
+
| io.flow.internal.v0.models.FulfillmentStatusDeleted
|
|
29104
29221
|
| io.flow.internal.v0.models.MainTransactionUpserted
|
|
29105
29222
|
| io.flow.internal.v0.models.MainTransactionDeleted
|
|
29106
29223
|
| io.flow.internal.v0.models.MainTransactionUpsertedV2
|
|
@@ -29610,7 +29727,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
29610
29727
|
| io.flow.internal.v0.models.AccountingPendingOrderMetadata
|
|
29611
29728
|
| io.flow.internal.v0.models.TaxDutyReasonCodeMetadata
|
|
29612
29729
|
| io.flow.internal.v0.models.AccountingReturnMetadata
|
|
29613
|
-
| io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata
|
|
29730
|
+
| io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata
|
|
29731
|
+
| io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
29614
29732
|
type TaxAmount =
|
|
29615
29733
|
| io.flow.internal.v0.models.CalculatedTaxAmount
|
|
29616
29734
|
| io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
@@ -29639,7 +29757,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
29639
29757
|
| io.flow.internal.v0.models.CarrierChargeTransaction
|
|
29640
29758
|
| io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction
|
|
29641
29759
|
| io.flow.internal.v0.models.GeRevenueShareTransaction
|
|
29642
|
-
| io.flow.internal.v0.models.
|
|
29760
|
+
| io.flow.internal.v0.models.MerchantFeeTransaction;
|
|
29643
29761
|
type TransactionSummary =
|
|
29644
29762
|
| io.flow.internal.v0.models.PaymentSummaryV2
|
|
29645
29763
|
| io.flow.internal.v0.models.FraudSummary;
|
|
@@ -30152,12 +30270,20 @@ export type ChannelOrderSummaryFulfillmentDetails =
|
|
|
30152
30270
|
io.flow.internal.v0.models.ChannelOrderSummaryFulfillmentDetails;
|
|
30153
30271
|
export type ChannelOrderSummaryUpserted =
|
|
30154
30272
|
io.flow.internal.v0.models.ChannelOrderSummaryUpserted;
|
|
30273
|
+
export type ChannelOrganizationDomain =
|
|
30274
|
+
io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
30155
30275
|
export type ChannelOrganizationIdentifier =
|
|
30156
30276
|
io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
30157
30277
|
export type ChannelOrganizationIdentifierDeleted =
|
|
30158
30278
|
io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted;
|
|
30159
30279
|
export type ChannelOrganizationIdentifierUpserted =
|
|
30160
30280
|
io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted;
|
|
30281
|
+
export type ChannelOrganizationInstallation =
|
|
30282
|
+
io.flow.internal.v0.models.ChannelOrganizationInstallation;
|
|
30283
|
+
export type ChannelOrganizationInstallationPostForm =
|
|
30284
|
+
io.flow.internal.v0.models.ChannelOrganizationInstallationPostForm;
|
|
30285
|
+
export type ChannelOrganizationMetadata =
|
|
30286
|
+
io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
30161
30287
|
export type ChannelOrganizationPublicationOwner =
|
|
30162
30288
|
io.flow.internal.v0.models.ChannelOrganizationPublicationOwner;
|
|
30163
30289
|
export type ChannelOrganizationPublicationOwnerPutForm =
|
|
@@ -30172,17 +30298,26 @@ export type ChannelOrganizationShopifyForm =
|
|
|
30172
30298
|
io.flow.internal.v0.models.ChannelOrganizationShopifyForm;
|
|
30173
30299
|
export type ChannelOrganizationShopifyPostForm =
|
|
30174
30300
|
io.flow.internal.v0.models.ChannelOrganizationShopifyPostForm;
|
|
30301
|
+
export type ChannelOrganizationToken =
|
|
30302
|
+
io.flow.internal.v0.models.ChannelOrganizationToken;
|
|
30303
|
+
export type ChannelOrganizationTokenBody =
|
|
30304
|
+
io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
30175
30305
|
export type ChannelRateMetadata =
|
|
30176
30306
|
io.flow.internal.v0.unions.ChannelRateMetadata;
|
|
30177
30307
|
export type ChannelRateMetadataIdentity =
|
|
30178
30308
|
io.flow.internal.v0.models.ChannelRateMetadataIdentity;
|
|
30179
30309
|
export type ChannelRateMetadataRate =
|
|
30180
30310
|
io.flow.internal.v0.models.ChannelRateMetadataRate;
|
|
30311
|
+
export type ChannelService = io.flow.internal.v0.enums.ChannelService;
|
|
30181
30312
|
export type ChannelTransaction = io.flow.internal.v0.models.ChannelTransaction;
|
|
30182
30313
|
export type ChannelTransactionDeleted =
|
|
30183
30314
|
io.flow.internal.v0.models.ChannelTransactionDeleted;
|
|
30184
30315
|
export type ChannelTransactionRate =
|
|
30185
30316
|
io.flow.internal.v0.models.ChannelTransactionRate;
|
|
30317
|
+
export type ChannelTransactionTriggerMetadata =
|
|
30318
|
+
io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
30319
|
+
export type ChannelTransactionTriggerType =
|
|
30320
|
+
io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
30186
30321
|
export type ChannelTransactionType =
|
|
30187
30322
|
io.flow.internal.v0.enums.ChannelTransactionType;
|
|
30188
30323
|
export type ChannelTransactionUpserted =
|
|
@@ -30783,6 +30918,12 @@ export type FulfillmentShopperBreakdown =
|
|
|
30783
30918
|
io.flow.internal.v0.models.FulfillmentShopperBreakdown;
|
|
30784
30919
|
export type FulfillmentSnapshot =
|
|
30785
30920
|
io.flow.internal.v0.models.FulfillmentSnapshot;
|
|
30921
|
+
export type FulfillmentStatusDeleted =
|
|
30922
|
+
io.flow.internal.v0.models.FulfillmentStatusDeleted;
|
|
30923
|
+
export type FulfillmentStatusSummary =
|
|
30924
|
+
io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
30925
|
+
export type FulfillmentStatusUpserted =
|
|
30926
|
+
io.flow.internal.v0.models.FulfillmentStatusUpserted;
|
|
30786
30927
|
export type FulfillmentSubsidyBreakdown =
|
|
30787
30928
|
io.flow.internal.v0.models.FulfillmentSubsidyBreakdown;
|
|
30788
30929
|
export type FulfillmentTrigger = io.flow.internal.v0.unions.FulfillmentTrigger;
|
|
@@ -31153,6 +31294,10 @@ export type MerchantApplicationSummary =
|
|
|
31153
31294
|
io.flow.internal.v0.models.MerchantApplicationSummary;
|
|
31154
31295
|
export type MerchantDeleted = io.flow.internal.v0.models.MerchantDeleted;
|
|
31155
31296
|
export type MerchantDetails = io.flow.internal.v0.models.MerchantDetails;
|
|
31297
|
+
export type MerchantFeeTransaction =
|
|
31298
|
+
io.flow.internal.v0.models.MerchantFeeTransaction;
|
|
31299
|
+
export type MerchantFeeTransactionType =
|
|
31300
|
+
io.flow.internal.v0.enums.MerchantFeeTransactionType;
|
|
31156
31301
|
export type MerchantFees = io.flow.internal.v0.models.MerchantFees;
|
|
31157
31302
|
export type MerchantGuidAssignment =
|
|
31158
31303
|
io.flow.internal.v0.models.MerchantGuidAssignment;
|
|
@@ -31628,10 +31773,6 @@ export type PlatformFeePercentage =
|
|
|
31628
31773
|
io.flow.internal.v0.models.PlatformFeePercentage;
|
|
31629
31774
|
export type PlatformFeePercentageTier =
|
|
31630
31775
|
io.flow.internal.v0.models.PlatformFeePercentageTier;
|
|
31631
|
-
export type PlatformFeeTransaction =
|
|
31632
|
-
io.flow.internal.v0.models.PlatformFeeTransaction;
|
|
31633
|
-
export type PlatformFeeTransactionType =
|
|
31634
|
-
io.flow.internal.v0.enums.PlatformFeeTransactionType;
|
|
31635
31776
|
export type PrateekItem = io.flow.internal.v0.models.PrateekItem;
|
|
31636
31777
|
export type PrateekItemForm = io.flow.internal.v0.models.PrateekItemForm;
|
|
31637
31778
|
export type PrateekItemType = io.flow.internal.v0.enums.PrateekItemType;
|
package/src/api.ts
CHANGED
|
@@ -3148,6 +3148,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
3148
3148
|
| 'review'
|
|
3149
3149
|
| 'edit_review'
|
|
3150
3150
|
| 'edit_accepted';
|
|
3151
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
3151
3152
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
3152
3153
|
}
|
|
3153
3154
|
|
|
@@ -3222,6 +3223,35 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
3222
3223
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
3223
3224
|
}
|
|
3224
3225
|
|
|
3226
|
+
interface ChannelOrganizationDomain {
|
|
3227
|
+
readonly internal: string;
|
|
3228
|
+
readonly public: string;
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
interface ChannelOrganizationInstallation {
|
|
3232
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
3233
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3236
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
3237
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
3238
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
3239
|
+
}
|
|
3240
|
+
|
|
3241
|
+
interface ChannelOrganizationMetadata {
|
|
3242
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
3243
|
+
readonly token: string;
|
|
3244
|
+
}
|
|
3245
|
+
|
|
3246
|
+
interface ChannelOrganizationToken {
|
|
3247
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
3248
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
interface ChannelOrganizationTokenBody {
|
|
3252
|
+
readonly cleartext: string;
|
|
3253
|
+
}
|
|
3254
|
+
|
|
3225
3255
|
interface FlowChannelOrganization {
|
|
3226
3256
|
readonly placeholder?: string;
|
|
3227
3257
|
}
|
|
@@ -4526,6 +4556,11 @@ declare namespace io.flow.v0.enums {
|
|
|
4526
4556
|
| 'duty_guarantee'
|
|
4527
4557
|
| 'mor'
|
|
4528
4558
|
| 'fraud'
|
|
4559
|
+
| 'tax'
|
|
4560
|
+
| 'duty'
|
|
4561
|
+
| 'tax_and_duty'
|
|
4562
|
+
| 'product'
|
|
4563
|
+
| 'tax_and_duty_fx_diff'
|
|
4529
4564
|
| 'fx'
|
|
4530
4565
|
| 'processing'
|
|
4531
4566
|
| 'rate_lock'
|
|
@@ -4533,7 +4568,14 @@ declare namespace io.flow.v0.enums {
|
|
|
4533
4568
|
| 'negative_balance_guarantee'
|
|
4534
4569
|
| 'sp';
|
|
4535
4570
|
type FlowBehavior = 'view_consumer_data';
|
|
4536
|
-
type FlowEntity =
|
|
4571
|
+
type FlowEntity =
|
|
4572
|
+
| 'flow-usa'
|
|
4573
|
+
| 'flow-irl'
|
|
4574
|
+
| 'flow-can'
|
|
4575
|
+
| 'ge-usa'
|
|
4576
|
+
| 'ge-can'
|
|
4577
|
+
| 'ge-gbr'
|
|
4578
|
+
| 'ge-irl';
|
|
4537
4579
|
type FlowRole =
|
|
4538
4580
|
| 'organization_admin'
|
|
4539
4581
|
| 'organization_merchant'
|
|
@@ -5191,7 +5233,8 @@ declare namespace io.flow.v0.enums {
|
|
|
5191
5233
|
| 'non_l4l_tax_duty_fx'
|
|
5192
5234
|
| 'merchant_payout'
|
|
5193
5235
|
| 'merchant_refund'
|
|
5194
|
-
| 'ge_revenue_share'
|
|
5236
|
+
| 'ge_revenue_share'
|
|
5237
|
+
| 'merchant_fee';
|
|
5195
5238
|
type TransferStatus = 'succeeded' | 'canceled';
|
|
5196
5239
|
type TransferType =
|
|
5197
5240
|
| 'payout_to_merchant'
|
|
@@ -7595,6 +7638,7 @@ declare namespace io.flow.v0.models {
|
|
|
7595
7638
|
readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
|
|
7596
7639
|
readonly price: io.flow.v0.models.PriceWithBaseAndDetails;
|
|
7597
7640
|
readonly service: io.flow.v0.models.ServiceSummary;
|
|
7641
|
+
readonly actual_service?: io.flow.v0.models.ServiceSummary;
|
|
7598
7642
|
readonly tier: io.flow.v0.models.TierSummary;
|
|
7599
7643
|
readonly window: io.flow.v0.models.DeliveryWindow;
|
|
7600
7644
|
readonly rule_outcome?: io.flow.v0.unions.TierRuleOutcome;
|