@flowio/types 11.24.85 → 11.24.87
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 +271 -29
- package/dist/api.d.ts +10 -5
- package/package.json +2 -2
- package/src/api-internal.ts +340 -37
- package/src/api.ts +14 -5
package/dist/api-internal.d.ts
CHANGED
|
@@ -3093,9 +3093,9 @@ declare namespace io.flow.label.v0.models {
|
|
|
3093
3093
|
readonly key: string;
|
|
3094
3094
|
readonly attributes: Record<string, string>;
|
|
3095
3095
|
readonly carrier_tracking_number: string;
|
|
3096
|
-
readonly destination
|
|
3096
|
+
readonly destination?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
3097
3097
|
readonly flow_tracking_number: string;
|
|
3098
|
-
readonly origin
|
|
3098
|
+
readonly origin?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
3099
3099
|
readonly package?: io.flow.label.v0.models.ShippingLabelPackage;
|
|
3100
3100
|
readonly service: io.flow.fulfillment.v0.unions.ServiceDescription;
|
|
3101
3101
|
readonly window?: io.flow.common.v0.models.DatetimeRange;
|
|
@@ -4024,6 +4024,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
4024
4024
|
}
|
|
4025
4025
|
interface ShopifyOrderDestinationForm {
|
|
4026
4026
|
readonly destination: io.flow.common.v0.models.Address;
|
|
4027
|
+
readonly order_note?: string;
|
|
4027
4028
|
}
|
|
4028
4029
|
interface ShopifyShopStatistics {
|
|
4029
4030
|
readonly id: string;
|
|
@@ -6028,6 +6029,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
6028
6029
|
readonly shipping_address?: io.flow.shopify.markets.v0.models.ShopifyOrderAddress;
|
|
6029
6030
|
readonly note_attributes?: io.flow.shopify.markets.v0.models.ShopifyOrderAttribute[];
|
|
6030
6031
|
readonly metafields?: io.flow.shopify.markets.v0.models.ShopifyOrderMetafieldForm[];
|
|
6032
|
+
readonly note?: string;
|
|
6031
6033
|
}
|
|
6032
6034
|
interface ShopifyWebhookCustomersDataRequest {
|
|
6033
6035
|
readonly shop_id: number;
|
|
@@ -6793,8 +6795,8 @@ declare namespace io.flow.payment.gateway.v0.unions {
|
|
|
6793
6795
|
type SdkAdyenV3AuthenticationToken = io.flow.payment.gateway.v0.models.AdyenV3FingerprintToken | io.flow.payment.gateway.v0.models.AdyenV3ChallengeToken;
|
|
6794
6796
|
}
|
|
6795
6797
|
declare namespace io.flow.order.price.v0.enums {
|
|
6796
|
-
type OrderPriceDetailComponentKey = 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge';
|
|
6797
|
-
type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges';
|
|
6798
|
+
type OrderPriceDetailComponentKey = 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge' | 'tip';
|
|
6799
|
+
type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
|
|
6798
6800
|
}
|
|
6799
6801
|
declare namespace io.flow.order.price.v0.models {
|
|
6800
6802
|
interface OrderPriceDetail {
|
|
@@ -6821,7 +6823,7 @@ declare namespace io.flow.order.price.v0.models {
|
|
|
6821
6823
|
declare namespace io.flow.channel.internal.v0.enums {
|
|
6822
6824
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
6823
6825
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
6824
|
-
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_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';
|
|
6826
|
+
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_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';
|
|
6825
6827
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
6826
6828
|
}
|
|
6827
6829
|
declare namespace io.flow.channel.internal.v0.models {
|
|
@@ -7386,7 +7388,7 @@ declare namespace io.flow.common.v0.unions {
|
|
|
7386
7388
|
}
|
|
7387
7389
|
declare namespace io.flow.billing.reporting.v0.enums {
|
|
7388
7390
|
type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
|
|
7389
|
-
type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account';
|
|
7391
|
+
type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment';
|
|
7390
7392
|
type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
|
|
7391
7393
|
type RevenueRecordType = 'sales' | 'refund';
|
|
7392
7394
|
}
|
|
@@ -7424,19 +7426,29 @@ declare namespace io.flow.billing.reporting.v0.models {
|
|
|
7424
7426
|
}
|
|
7425
7427
|
interface ReportAccount {
|
|
7426
7428
|
readonly id: string;
|
|
7429
|
+
readonly currency: string;
|
|
7427
7430
|
readonly source: io.flow.billing.internal.v0.models.AccountSource;
|
|
7428
7431
|
}
|
|
7429
7432
|
interface ReportBankAccount {
|
|
7430
7433
|
readonly id?: string;
|
|
7431
7434
|
readonly last4?: string;
|
|
7432
7435
|
}
|
|
7436
|
+
interface ReportBankAccountCleartext {
|
|
7437
|
+
readonly type: string;
|
|
7438
|
+
readonly routing_number: string;
|
|
7439
|
+
readonly account_number: string;
|
|
7440
|
+
}
|
|
7433
7441
|
interface ReportForm {
|
|
7434
7442
|
readonly from: string;
|
|
7435
7443
|
readonly to: string;
|
|
7436
7444
|
readonly type: io.flow.billing.reporting.v0.enums.ReportType;
|
|
7437
7445
|
}
|
|
7446
|
+
interface ReportOwner {
|
|
7447
|
+
readonly name: string;
|
|
7448
|
+
}
|
|
7438
7449
|
interface ReportPayment {
|
|
7439
7450
|
readonly id: string;
|
|
7451
|
+
readonly amount: number;
|
|
7440
7452
|
readonly created_at: string;
|
|
7441
7453
|
}
|
|
7442
7454
|
interface ReportingAuthorizationReference {
|
|
@@ -7630,6 +7642,13 @@ declare namespace io.flow.billing.reporting.v0.models {
|
|
|
7630
7642
|
readonly marked_as_final: io.flow.billing.reporting.v0.models.MarkedAsFinal;
|
|
7631
7643
|
readonly debug: io.flow.billing.reporting.v0.models.ReportingDebug;
|
|
7632
7644
|
}
|
|
7645
|
+
interface ScheduledPayment {
|
|
7646
|
+
readonly payment: io.flow.billing.reporting.v0.models.ReportPayment;
|
|
7647
|
+
readonly bank_account: io.flow.billing.reporting.v0.models.ReportBankAccountCleartext;
|
|
7648
|
+
readonly account: io.flow.billing.reporting.v0.models.ReportAccount;
|
|
7649
|
+
readonly owner: io.flow.billing.reporting.v0.models.ReportOwner;
|
|
7650
|
+
readonly description: string;
|
|
7651
|
+
}
|
|
7633
7652
|
}
|
|
7634
7653
|
declare namespace io.flow.payment.internal.v0.enums {
|
|
7635
7654
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
@@ -11433,6 +11452,7 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
11433
11452
|
readonly sent_on?: string;
|
|
11434
11453
|
readonly status: io.flow.billing.v0.unions.PayoutStatus;
|
|
11435
11454
|
readonly expected_delivery_by?: string;
|
|
11455
|
+
readonly attributes?: Record<string, string>;
|
|
11436
11456
|
readonly total: io.flow.common.v0.models.Price;
|
|
11437
11457
|
}
|
|
11438
11458
|
interface BankPaymentForm {
|
|
@@ -11443,11 +11463,34 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
11443
11463
|
readonly amount: number;
|
|
11444
11464
|
readonly currency: string;
|
|
11445
11465
|
readonly transfer_transaction_ids: string[];
|
|
11466
|
+
readonly attributes?: Record<string, string>;
|
|
11446
11467
|
}
|
|
11447
11468
|
interface BankPaymentStatusForm {
|
|
11448
11469
|
readonly code: io.flow.billing.internal.v0.enums.BankPaymentStatusCode;
|
|
11449
11470
|
readonly failure_reason?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
|
|
11450
11471
|
}
|
|
11472
|
+
interface BankPaymentStatusImport {
|
|
11473
|
+
readonly id: string;
|
|
11474
|
+
readonly created_at: string;
|
|
11475
|
+
readonly result?: io.flow.billing.internal.v0.models.BankPaymentStatusImportResult;
|
|
11476
|
+
}
|
|
11477
|
+
interface BankPaymentStatusImportForm {
|
|
11478
|
+
readonly forms: io.flow.billing.internal.v0.models.BankPaymentStatusSingleForm[];
|
|
11479
|
+
}
|
|
11480
|
+
interface BankPaymentStatusImportResult {
|
|
11481
|
+
readonly processed_at: string;
|
|
11482
|
+
readonly number_lines_successful: number;
|
|
11483
|
+
readonly number_lines_with_errors: number;
|
|
11484
|
+
readonly errors_url?: string;
|
|
11485
|
+
}
|
|
11486
|
+
interface BankPaymentStatusSentImportForm {
|
|
11487
|
+
readonly payment_ids: string[];
|
|
11488
|
+
}
|
|
11489
|
+
interface BankPaymentStatusSingleForm {
|
|
11490
|
+
readonly payment_id: string;
|
|
11491
|
+
readonly code: io.flow.billing.internal.v0.enums.BankPaymentStatusCode;
|
|
11492
|
+
readonly failure_reason?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
|
|
11493
|
+
}
|
|
11451
11494
|
interface BillingAuthorizationReference {
|
|
11452
11495
|
readonly id: string;
|
|
11453
11496
|
}
|
|
@@ -12208,7 +12251,7 @@ declare namespace io.flow.billing.internal.v0.unions {
|
|
|
12208
12251
|
type Transaction = io.flow.billing.internal.v0.models.InvoiceTransaction | io.flow.billing.internal.v0.models.ManualTransaction | io.flow.billing.internal.v0.models.ProcessingTransaction | io.flow.billing.internal.v0.models.SubscriptionTransaction | io.flow.billing.internal.v0.models.TaxRemittanceTransaction | io.flow.billing.internal.v0.models.TransferTransaction | io.flow.billing.internal.v0.models.VirtualCardTransaction | io.flow.billing.internal.v0.models.DisputeTransaction | io.flow.billing.internal.v0.models.ChannelTransaction | io.flow.billing.internal.v0.models.LabelTransaction | io.flow.billing.internal.v0.models.OrderTransaction | io.flow.billing.internal.v0.models.ChannelBilledTransaction | io.flow.billing.internal.v0.models.TaxTransaction | io.flow.billing.internal.v0.models.DutyTransaction | io.flow.billing.internal.v0.models.TrueupTransaction | io.flow.billing.internal.v0.models.CarrierChargeTransaction;
|
|
12209
12252
|
}
|
|
12210
12253
|
declare namespace io.flow.billing.v0.enums {
|
|
12211
|
-
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer';
|
|
12254
|
+
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee';
|
|
12212
12255
|
type PayoutAttachmentType = 'transactions';
|
|
12213
12256
|
type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
|
|
12214
12257
|
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';
|
|
@@ -12469,6 +12512,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
12469
12512
|
readonly discriminator: 'shipping_label';
|
|
12470
12513
|
readonly request_method?: io.flow.label.v0.enums.LabelRequestMethod;
|
|
12471
12514
|
readonly carrier: io.flow.billing.v0.models.TransactionMetadataShippingLabelCarrier;
|
|
12515
|
+
readonly revenue_share_percentage?: number;
|
|
12472
12516
|
}
|
|
12473
12517
|
interface TransactionMetadataShippingLabelCarrier {
|
|
12474
12518
|
readonly id: string;
|
|
@@ -13941,7 +13985,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13941
13985
|
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
13942
13986
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
13943
13987
|
type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
|
|
13944
|
-
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | '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_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_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_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' | '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_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' | 'queued_record_snooze_count' | 'queued_record_snooze_ending_in_48_hours_count' | '
|
|
13988
|
+
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | '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_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_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_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' | '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_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' | 'queued_record_snooze_count' | 'queued_record_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_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_single_account_max';
|
|
13945
13989
|
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';
|
|
13946
13990
|
type BillingStatementBatchFileKey = 'summary';
|
|
13947
13991
|
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
@@ -13951,13 +13995,14 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13951
13995
|
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
13952
13996
|
type CalculatorEngine = 'flow_rate_and_rule' | 'dtce' | 'dtce_two_calls' | 'dtce_with_deminimis' | 'dtce_merged_with_tax' | 'dtce_with_inclusive_pricing';
|
|
13953
13997
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge';
|
|
13998
|
+
type CarrierChargeType = 'label' | 'other';
|
|
13954
13999
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
13955
14000
|
type CarrierValidationStatus = 'success' | 'error';
|
|
13956
14001
|
type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
|
|
13957
14002
|
type ChannelBilledTransactionType = 'adjustment' | 'reversal' | 'channel_initiated';
|
|
13958
14003
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
13959
14004
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
13960
|
-
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_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';
|
|
14005
|
+
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_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';
|
|
13961
14006
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
13962
14007
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
13963
14008
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
@@ -14069,7 +14114,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14069
14114
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
14070
14115
|
type EmptyAttribute = 'irrelevant';
|
|
14071
14116
|
type ErpFileType = 'vendor';
|
|
14072
|
-
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' | 'index_assignment_upserted' | 'index_assignment_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_deleted' | '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' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_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' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | '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' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | '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' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_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' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_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' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_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' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
14117
|
+
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' | 'index_assignment_upserted' | 'index_assignment_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_deleted' | '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' | 'sales_record_upserted' | 'sales_record_deleted' | 'revenue_record_upserted' | 'revenue_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' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | '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' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | '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' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_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' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_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' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_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' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_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' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
14073
14118
|
type ExperienceImportType = 'experience_with_settings';
|
|
14074
14119
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
14075
14120
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -14101,7 +14146,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14101
14146
|
type LabelBillingStrategy = 'quote' | 'carrier';
|
|
14102
14147
|
type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
|
|
14103
14148
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
14104
|
-
type LabelGenerationAddressFailureStatus = 'in_review' | 'resolved' | 'unresolved';
|
|
14105
14149
|
type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_system';
|
|
14106
14150
|
type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
|
|
14107
14151
|
type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
|
|
@@ -14129,11 +14173,13 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14129
14173
|
type OnboardingAutomationTaskState = 'not_started' | 'in_progress' | 'success' | 'failed';
|
|
14130
14174
|
type OnboardingStateSource = 'unknown' | 'unit_test' | 'api' | 'api_activation' | 'audit_auto_activation' | 'api_deactivation' | 'api_sandbox_setup' | 'api_internal' | 'api_internal_block' | 'api_internal_unblock' | 'api_internal_delete_transaction' | 'onboarding_application' | 'organization_state_change' | 'restriction_organization_status';
|
|
14131
14175
|
type OrderAction = 'consumer_submit' | 'fraud_review_accept' | 'fraud_review_decline' | 'payment_fully_authorize' | 'payment_fully_capture';
|
|
14176
|
+
type OrderAddressValidationStatus = 'success' | 'failed';
|
|
14132
14177
|
type OrderAttributeIntent = 'discount_code';
|
|
14133
14178
|
type OrderCancellationInitiatedBy = 'flow' | 'organization';
|
|
14134
14179
|
type OrderChargeTrigger = 'first_shipment' | 'last_shipment' | 'shipment_exhausted';
|
|
14135
14180
|
type OrderLifecycleEvent = 'order_placed' | 'ready_to_fulfill';
|
|
14136
14181
|
type OrderTransactionType = 'adjustment' | 'reversal' | 'order_service';
|
|
14182
|
+
type OrderValidationStatus = 'success' | 'failed' | 'unresolvable';
|
|
14137
14183
|
type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
|
|
14138
14184
|
type OrganizationMetricType = 'organization_restriction_snapshot' | 'organization_restriction_status';
|
|
14139
14185
|
type OrganizationPaymentStatus = 'active' | 'archived';
|
|
@@ -14167,7 +14213,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14167
14213
|
type RejectionReason = 'merchant_policy' | 'previous_chargebacks' | 'restricted_party_screening' | 'risky_velocity' | 'suspicious_behavior' | 'suspicious_past_activity';
|
|
14168
14214
|
type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
|
|
14169
14215
|
type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
|
|
14170
|
-
type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account';
|
|
14216
|
+
type ReportType = 'sales_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment';
|
|
14171
14217
|
type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
|
|
14172
14218
|
type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
|
|
14173
14219
|
type ResponsibleParty = 'flow' | 'organization';
|
|
@@ -14185,7 +14231,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14185
14231
|
type ShopifyGrantStatus = 'pass' | 'fail';
|
|
14186
14232
|
type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
|
|
14187
14233
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
14188
|
-
type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations';
|
|
14234
|
+
type ShopifyMarketsQueuedRecordType = 'card_payment' | 'catalog_publication_sync' | 'flow_shop' | 'online_payment' | 'order_update' | 'order_edit' | 'product_restriction_result' | 'product_sync' | 'webhook_registrations';
|
|
14189
14235
|
type ShopifyMarketsTradeSector = 'apparel_and_accessories' | 'beauty_and_cosmetics' | 'electronics' | 'food_or_perishables' | 'jewellery_and_watches' | 'paper_and_art' | 'sports_and_fitness' | 'toys_hobbies_gifts' | 'other';
|
|
14190
14236
|
type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
|
|
14191
14237
|
type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
|
|
@@ -14206,6 +14252,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14206
14252
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
14207
14253
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
14208
14254
|
type SvitlanaType = 'physical' | 'digital';
|
|
14255
|
+
type TamItemType = 'physical' | 'digital';
|
|
14209
14256
|
type TariffEligibilityType = 'rex';
|
|
14210
14257
|
type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults';
|
|
14211
14258
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
@@ -14906,6 +14953,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14906
14953
|
readonly sent_on?: string;
|
|
14907
14954
|
readonly status: io.flow.billing.v0.unions.PayoutStatus;
|
|
14908
14955
|
readonly expected_delivery_by?: string;
|
|
14956
|
+
readonly attributes?: Record<string, string>;
|
|
14909
14957
|
readonly total: io.flow.common.v0.models.Price;
|
|
14910
14958
|
}
|
|
14911
14959
|
interface BankPaymentDeleted {
|
|
@@ -14929,11 +14977,34 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14929
14977
|
readonly amount: number;
|
|
14930
14978
|
readonly currency: string;
|
|
14931
14979
|
readonly transfer_transaction_ids: string[];
|
|
14980
|
+
readonly attributes?: Record<string, string>;
|
|
14932
14981
|
}
|
|
14933
14982
|
interface BankPaymentStatusForm {
|
|
14934
14983
|
readonly code: io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
14935
14984
|
readonly failure_reason?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
|
|
14936
14985
|
}
|
|
14986
|
+
interface BankPaymentStatusImport {
|
|
14987
|
+
readonly id: string;
|
|
14988
|
+
readonly created_at: string;
|
|
14989
|
+
readonly result?: io.flow.internal.v0.models.BankPaymentStatusImportResult;
|
|
14990
|
+
}
|
|
14991
|
+
interface BankPaymentStatusImportForm {
|
|
14992
|
+
readonly forms: io.flow.internal.v0.models.BankPaymentStatusSingleForm[];
|
|
14993
|
+
}
|
|
14994
|
+
interface BankPaymentStatusImportResult {
|
|
14995
|
+
readonly processed_at: string;
|
|
14996
|
+
readonly number_lines_successful: number;
|
|
14997
|
+
readonly number_lines_with_errors: number;
|
|
14998
|
+
readonly errors_url?: string;
|
|
14999
|
+
}
|
|
15000
|
+
interface BankPaymentStatusSentImportForm {
|
|
15001
|
+
readonly payment_ids: string[];
|
|
15002
|
+
}
|
|
15003
|
+
interface BankPaymentStatusSingleForm {
|
|
15004
|
+
readonly payment_id: string;
|
|
15005
|
+
readonly code: io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
15006
|
+
readonly failure_reason?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
|
|
15007
|
+
}
|
|
14937
15008
|
interface BankPaymentUpserted {
|
|
14938
15009
|
readonly discriminator: 'bank_payment_upserted';
|
|
14939
15010
|
readonly event_id: string;
|
|
@@ -15469,14 +15540,42 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15469
15540
|
readonly status: io.flow.internal.v0.enums.CarrierValidationStatus;
|
|
15470
15541
|
readonly error_message?: string;
|
|
15471
15542
|
}
|
|
15543
|
+
interface CarrierCharge {
|
|
15544
|
+
readonly id: string;
|
|
15545
|
+
readonly type: io.flow.internal.v0.enums.CarrierChargeType;
|
|
15546
|
+
readonly label_invoice_request_id?: string;
|
|
15547
|
+
readonly organization_id: string;
|
|
15548
|
+
readonly order_number: string;
|
|
15549
|
+
readonly carrier_id: string;
|
|
15550
|
+
readonly carrier_tracking_number: string;
|
|
15551
|
+
readonly label_created_at: string;
|
|
15552
|
+
readonly units: io.flow.internal.v0.models.CarrierChargeUnits;
|
|
15553
|
+
readonly base: io.flow.trueup.v0.models.LabelBase;
|
|
15554
|
+
readonly surcharges: io.flow.internal.v0.models.LabelSurchargeForm;
|
|
15555
|
+
readonly total: number;
|
|
15556
|
+
readonly dead?: io.flow.trueup.v0.models.DeadWeight;
|
|
15557
|
+
readonly dimensional?: io.flow.trueup.v0.models.DimensionalWeight;
|
|
15558
|
+
readonly attributes?: Record<string, string>;
|
|
15559
|
+
readonly outbound_carrier_charge_id?: string;
|
|
15560
|
+
readonly reason?: io.flow.trueup.v0.enums.CarrierChargeReason;
|
|
15561
|
+
}
|
|
15562
|
+
interface CarrierChargeDeleted {
|
|
15563
|
+
readonly discriminator: 'carrier_charge_deleted';
|
|
15564
|
+
readonly event_id: string;
|
|
15565
|
+
readonly timestamp: string;
|
|
15566
|
+
readonly organization: string;
|
|
15567
|
+
readonly id: string;
|
|
15568
|
+
}
|
|
15472
15569
|
interface CarrierChargeFile {
|
|
15473
15570
|
readonly id: string;
|
|
15474
15571
|
readonly url: string;
|
|
15572
|
+
readonly attributes?: Record<string, string>;
|
|
15475
15573
|
readonly created_at: string;
|
|
15476
15574
|
readonly result?: io.flow.internal.v0.models.CarrierChargeFileResult;
|
|
15477
15575
|
}
|
|
15478
15576
|
interface CarrierChargeFileForm {
|
|
15479
15577
|
readonly url: string;
|
|
15578
|
+
readonly attributes?: Record<string, string>;
|
|
15480
15579
|
}
|
|
15481
15580
|
interface CarrierChargeFileResult {
|
|
15482
15581
|
readonly processed_at: string;
|
|
@@ -15536,6 +15635,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15536
15635
|
readonly weight: io.flow.units.v0.enums.UnitOfWeight;
|
|
15537
15636
|
readonly length?: io.flow.units.v0.enums.UnitOfLength;
|
|
15538
15637
|
}
|
|
15638
|
+
interface CarrierChargeUpserted {
|
|
15639
|
+
readonly discriminator: 'carrier_charge_upserted';
|
|
15640
|
+
readonly event_id: string;
|
|
15641
|
+
readonly timestamp: string;
|
|
15642
|
+
readonly organization: string;
|
|
15643
|
+
readonly carrier_charge: io.flow.internal.v0.models.CarrierCharge;
|
|
15644
|
+
}
|
|
15539
15645
|
interface CarrierInvoice {
|
|
15540
15646
|
readonly number: string;
|
|
15541
15647
|
readonly timestamp: string;
|
|
@@ -17928,6 +18034,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17928
18034
|
readonly freight: io.flow.common.v0.models.Price;
|
|
17929
18035
|
readonly insurance: io.flow.common.v0.models.Price;
|
|
17930
18036
|
}
|
|
18037
|
+
interface ConsoleLabelRequestForm {
|
|
18038
|
+
readonly discriminator: 'console_label_request_form';
|
|
18039
|
+
readonly order_number: string;
|
|
18040
|
+
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
18041
|
+
readonly service?: string;
|
|
18042
|
+
}
|
|
18043
|
+
interface ConsoleMarkUnresolvableForm {
|
|
18044
|
+
readonly discriminator: 'console_mark_unresolvable_form';
|
|
18045
|
+
readonly order_number: string;
|
|
18046
|
+
readonly service?: string;
|
|
18047
|
+
readonly note?: string;
|
|
18048
|
+
}
|
|
17931
18049
|
interface ConsumerOptinActivity {
|
|
17932
18050
|
readonly optin_attribute_key: string;
|
|
17933
18051
|
readonly optin_region: string;
|
|
@@ -18775,6 +18893,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18775
18893
|
interface ErpPriorityVendorForm {
|
|
18776
18894
|
readonly acc_des?: string;
|
|
18777
18895
|
readonly tax_code?: string;
|
|
18896
|
+
readonly tax_code_2?: string;
|
|
18778
18897
|
readonly vat_flag?: string;
|
|
18779
18898
|
readonly country_name?: string;
|
|
18780
18899
|
readonly w_tax_percent?: string;
|
|
@@ -18811,6 +18930,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18811
18930
|
readonly eacc_des?: string;
|
|
18812
18931
|
readonly acng_des?: string;
|
|
18813
18932
|
readonly branch_des?: string;
|
|
18933
|
+
readonly debit_entry_code?: string;
|
|
18934
|
+
readonly credit_entry_code?: string;
|
|
18814
18935
|
}
|
|
18815
18936
|
interface ErpVendor {
|
|
18816
18937
|
readonly placeholder?: string;
|
|
@@ -21028,6 +21149,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21028
21149
|
interface ItemSummary {
|
|
21029
21150
|
readonly number: string;
|
|
21030
21151
|
readonly fulfillment_method: io.flow.catalog.v0.enums.FulfillmentMethodValue;
|
|
21152
|
+
readonly country_of_origin?: string;
|
|
21153
|
+
readonly inferred?: boolean;
|
|
21031
21154
|
}
|
|
21032
21155
|
interface ItemValuesForm {
|
|
21033
21156
|
readonly values: string[];
|
|
@@ -21116,18 +21239,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21116
21239
|
readonly country: string;
|
|
21117
21240
|
readonly postal?: string;
|
|
21118
21241
|
}
|
|
21119
|
-
interface LabelGenerationAddressFailureStatusUpdateForm {
|
|
21120
|
-
readonly status: io.flow.internal.v0.enums.LabelGenerationAddressFailureStatus;
|
|
21121
|
-
}
|
|
21122
|
-
interface LabelGenerationAddressFailures {
|
|
21123
|
-
readonly id: string;
|
|
21124
|
-
readonly organization_id: string;
|
|
21125
|
-
readonly status: io.flow.internal.v0.enums.LabelGenerationAddressFailureStatus;
|
|
21126
|
-
readonly order_number: string;
|
|
21127
|
-
readonly order_submitted_at: string;
|
|
21128
|
-
readonly carrier_id: string;
|
|
21129
|
-
readonly destination_errors: io.flow.internal.v0.models.DestinationError[];
|
|
21130
|
-
}
|
|
21131
21242
|
interface LabelGenerationSettings {
|
|
21132
21243
|
readonly id: string;
|
|
21133
21244
|
readonly item_identifier?: string;
|
|
@@ -22137,6 +22248,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22137
22248
|
readonly action: io.flow.internal.v0.enums.OrderAction[];
|
|
22138
22249
|
readonly lines: io.flow.internal.v0.models.LineActionQuantities[];
|
|
22139
22250
|
}
|
|
22251
|
+
interface OrderAddressValidation {
|
|
22252
|
+
readonly id: string;
|
|
22253
|
+
readonly organization_id: string;
|
|
22254
|
+
readonly order_number: string;
|
|
22255
|
+
readonly service_id: string;
|
|
22256
|
+
readonly status: io.flow.internal.v0.enums.OrderAddressValidationStatus;
|
|
22257
|
+
readonly destination_street1?: string;
|
|
22258
|
+
readonly destination_street2?: string;
|
|
22259
|
+
readonly destination_city?: string;
|
|
22260
|
+
readonly destination_postal?: string;
|
|
22261
|
+
readonly destination_state?: string;
|
|
22262
|
+
readonly destination_country: string;
|
|
22263
|
+
}
|
|
22140
22264
|
interface OrderAttribute {
|
|
22141
22265
|
readonly id: string;
|
|
22142
22266
|
readonly key: string;
|
|
@@ -22350,6 +22474,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22350
22474
|
readonly timestamp: string;
|
|
22351
22475
|
readonly order_transaction: io.flow.internal.v0.models.OrderTransaction;
|
|
22352
22476
|
}
|
|
22477
|
+
interface OrderValidation {
|
|
22478
|
+
readonly id: string;
|
|
22479
|
+
readonly organization_id: string;
|
|
22480
|
+
readonly order_number: string;
|
|
22481
|
+
readonly service_id: string;
|
|
22482
|
+
readonly status: io.flow.internal.v0.enums.OrderValidationStatus;
|
|
22483
|
+
}
|
|
22484
|
+
interface OrderValidationAttempt {
|
|
22485
|
+
readonly id: string;
|
|
22486
|
+
readonly organization_id: string;
|
|
22487
|
+
readonly order_number: string;
|
|
22488
|
+
readonly service_id: string;
|
|
22489
|
+
readonly origin: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
22490
|
+
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
22491
|
+
readonly label_request_method: io.flow.label.v0.enums.LabelRequestMethod;
|
|
22492
|
+
readonly label_trigger_method: io.flow.label.v0.enums.LabelTriggerMethod;
|
|
22493
|
+
readonly suggested_responsibility: io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility;
|
|
22494
|
+
readonly errors: string[];
|
|
22495
|
+
}
|
|
22353
22496
|
interface OrderValidationError {
|
|
22354
22497
|
readonly message: string;
|
|
22355
22498
|
readonly reason: io.flow.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
@@ -23739,19 +23882,29 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23739
23882
|
}
|
|
23740
23883
|
interface ReportAccount {
|
|
23741
23884
|
readonly id: string;
|
|
23885
|
+
readonly currency: string;
|
|
23742
23886
|
readonly source: io.flow.internal.v0.models.AccountSource;
|
|
23743
23887
|
}
|
|
23744
23888
|
interface ReportBankAccount {
|
|
23745
23889
|
readonly id?: string;
|
|
23746
23890
|
readonly last4?: string;
|
|
23747
23891
|
}
|
|
23892
|
+
interface ReportBankAccountCleartext {
|
|
23893
|
+
readonly type: string;
|
|
23894
|
+
readonly routing_number: string;
|
|
23895
|
+
readonly account_number: string;
|
|
23896
|
+
}
|
|
23748
23897
|
interface ReportForm {
|
|
23749
23898
|
readonly from: string;
|
|
23750
23899
|
readonly to: string;
|
|
23751
23900
|
readonly type: io.flow.internal.v0.enums.ReportType;
|
|
23752
23901
|
}
|
|
23902
|
+
interface ReportOwner {
|
|
23903
|
+
readonly name: string;
|
|
23904
|
+
}
|
|
23753
23905
|
interface ReportPayment {
|
|
23754
23906
|
readonly id: string;
|
|
23907
|
+
readonly amount: number;
|
|
23755
23908
|
readonly created_at: string;
|
|
23756
23909
|
}
|
|
23757
23910
|
interface ReportRuleDecision {
|
|
@@ -23967,6 +24120,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23967
24120
|
readonly rule: io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
23968
24121
|
readonly keywords: io.flow.internal.v0.models.RestrictionKeywords;
|
|
23969
24122
|
readonly status: io.flow.internal.v0.enums.RestrictionStatus;
|
|
24123
|
+
readonly cause_rule_id?: string;
|
|
23970
24124
|
readonly created_at: string;
|
|
23971
24125
|
readonly updated_at: string;
|
|
23972
24126
|
readonly updated_by?: io.flow.common.v0.models.User;
|
|
@@ -24001,6 +24155,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24001
24155
|
readonly id: string;
|
|
24002
24156
|
readonly rule: io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
24003
24157
|
readonly status: io.flow.internal.v0.enums.RestrictionStatus;
|
|
24158
|
+
readonly cause_rule_id?: string;
|
|
24004
24159
|
readonly keywords: io.flow.internal.v0.models.RestrictionKeywords;
|
|
24005
24160
|
readonly date?: string;
|
|
24006
24161
|
readonly updated_by?: io.flow.common.v0.models.User;
|
|
@@ -24288,6 +24443,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24288
24443
|
interface SandboxSetupForm {
|
|
24289
24444
|
readonly requested_by: string;
|
|
24290
24445
|
}
|
|
24446
|
+
interface ScheduledPayment {
|
|
24447
|
+
readonly payment: io.flow.internal.v0.models.ReportPayment;
|
|
24448
|
+
readonly bank_account: io.flow.internal.v0.models.ReportBankAccountCleartext;
|
|
24449
|
+
readonly account: io.flow.internal.v0.models.ReportAccount;
|
|
24450
|
+
readonly owner: io.flow.internal.v0.models.ReportOwner;
|
|
24451
|
+
readonly description: string;
|
|
24452
|
+
}
|
|
24291
24453
|
interface Screen {
|
|
24292
24454
|
readonly id: string;
|
|
24293
24455
|
readonly q: string;
|
|
@@ -24301,6 +24463,27 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24301
24463
|
readonly key: string;
|
|
24302
24464
|
readonly country?: string;
|
|
24303
24465
|
}
|
|
24466
|
+
interface ScreeningStatusChange {
|
|
24467
|
+
readonly id: string;
|
|
24468
|
+
readonly previous_status?: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
24469
|
+
readonly status: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
24470
|
+
readonly reason?: string;
|
|
24471
|
+
readonly status_set_at: string;
|
|
24472
|
+
}
|
|
24473
|
+
interface ScreeningStatusChangeDeleted {
|
|
24474
|
+
readonly discriminator: 'screening_status_change_deleted';
|
|
24475
|
+
readonly event_id: string;
|
|
24476
|
+
readonly timestamp: string;
|
|
24477
|
+
readonly organization: string;
|
|
24478
|
+
readonly id: string;
|
|
24479
|
+
}
|
|
24480
|
+
interface ScreeningStatusChangeUpserted {
|
|
24481
|
+
readonly discriminator: 'screening_status_change_upserted';
|
|
24482
|
+
readonly event_id: string;
|
|
24483
|
+
readonly timestamp: string;
|
|
24484
|
+
readonly organization: string;
|
|
24485
|
+
readonly screening_status_change: io.flow.internal.v0.models.ScreeningStatusChange;
|
|
24486
|
+
}
|
|
24304
24487
|
interface SearchAuthorization {
|
|
24305
24488
|
readonly discriminator: 'search_authorization';
|
|
24306
24489
|
readonly result: io.flow.payment.v0.models.AuthorizationResult;
|
|
@@ -24712,6 +24895,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24712
24895
|
}
|
|
24713
24896
|
interface ShopifyOrderDestinationForm {
|
|
24714
24897
|
readonly destination: io.flow.common.v0.models.Address;
|
|
24898
|
+
readonly order_note?: string;
|
|
24715
24899
|
}
|
|
24716
24900
|
interface ShopifyOrderDetail {
|
|
24717
24901
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
@@ -25375,6 +25559,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25375
25559
|
readonly timestamp: string;
|
|
25376
25560
|
readonly item: io.flow.internal.v0.models.SvitlanaItem;
|
|
25377
25561
|
}
|
|
25562
|
+
interface SvitlanaTest {
|
|
25563
|
+
readonly name: string;
|
|
25564
|
+
}
|
|
25565
|
+
interface TamItem {
|
|
25566
|
+
readonly id: string;
|
|
25567
|
+
readonly number: string;
|
|
25568
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
25569
|
+
readonly description?: string;
|
|
25570
|
+
readonly type: io.flow.internal.v0.enums.TamItemType;
|
|
25571
|
+
readonly added_on: string;
|
|
25572
|
+
}
|
|
25573
|
+
interface TamItemForm {
|
|
25574
|
+
readonly number: string;
|
|
25575
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
25576
|
+
readonly description?: string;
|
|
25577
|
+
readonly type: io.flow.internal.v0.enums.TamItemType;
|
|
25578
|
+
}
|
|
25378
25579
|
interface TariffCodeDuty {
|
|
25379
25580
|
readonly tariff_code: string;
|
|
25380
25581
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
@@ -25596,6 +25797,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25596
25797
|
readonly time: string;
|
|
25597
25798
|
readonly timezone: string;
|
|
25598
25799
|
}
|
|
25800
|
+
interface TrackingDebugLabel {
|
|
25801
|
+
readonly in_transit_location?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
25802
|
+
readonly delivery_location?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
25803
|
+
readonly events: io.flow.internal.v0.models.TrackingDebugLabelEvent[];
|
|
25804
|
+
}
|
|
25805
|
+
interface TrackingDebugLabelEvent {
|
|
25806
|
+
readonly status: io.flow.tracking.v0.enums.TrackingStatus;
|
|
25807
|
+
readonly raw_carrier_event_code?: string;
|
|
25808
|
+
readonly location?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
25809
|
+
}
|
|
25810
|
+
interface TrackingDebugLabelLocation {
|
|
25811
|
+
readonly country: string;
|
|
25812
|
+
}
|
|
25599
25813
|
interface TrackingDeleted {
|
|
25600
25814
|
readonly discriminator: 'tracking_deleted';
|
|
25601
25815
|
readonly event_id: string;
|
|
@@ -26058,12 +26272,13 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26058
26272
|
type ClassificationTaxonomy = io.flow.internal.v0.models.TaxonomyCategory | io.flow.internal.v0.models.LabelTaxonomy;
|
|
26059
26273
|
type ComplianceData = io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceData;
|
|
26060
26274
|
type ComplianceForm = io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceForm;
|
|
26275
|
+
type ConsoleLabelValidationForm = io.flow.internal.v0.models.ConsoleLabelRequestForm | io.flow.internal.v0.models.ConsoleMarkUnresolvableForm;
|
|
26061
26276
|
type ContentItem = io.flow.internal.v0.models.Dict | io.flow.internal.v0.models.Href | io.flow.internal.v0.models.ContentLabel | io.flow.internal.v0.models.Load;
|
|
26062
26277
|
type DeclineReason = io.flow.internal.v0.models.DeclineReasonChannelOrderAcceptance | io.flow.internal.v0.models.DeclineReasonFraud;
|
|
26063
26278
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
26064
26279
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
26065
26280
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
26066
|
-
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.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | 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.BankPaymentDeleted | 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.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | 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.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | 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.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | 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.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | 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.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.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.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | 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.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | 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.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | 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.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
26281
|
+
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.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | 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.BankPaymentDeleted | 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.SalesRecordUpserted | io.flow.internal.v0.models.SalesRecordDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | 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.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | 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.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | 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.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | 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.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.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.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | 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.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | 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.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | 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.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
26067
26282
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
26068
26283
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
26069
26284
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -26250,6 +26465,11 @@ export declare type BankPaymentForm = io.flow.internal.v0.models.BankPaymentForm
|
|
|
26250
26465
|
export declare type BankPaymentPromiseCompletedMethod = io.flow.internal.v0.enums.BankPaymentPromiseCompletedMethod;
|
|
26251
26466
|
export declare type BankPaymentStatusCode = io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
26252
26467
|
export declare type BankPaymentStatusForm = io.flow.internal.v0.models.BankPaymentStatusForm;
|
|
26468
|
+
export declare type BankPaymentStatusImport = io.flow.internal.v0.models.BankPaymentStatusImport;
|
|
26469
|
+
export declare type BankPaymentStatusImportForm = io.flow.internal.v0.models.BankPaymentStatusImportForm;
|
|
26470
|
+
export declare type BankPaymentStatusImportResult = io.flow.internal.v0.models.BankPaymentStatusImportResult;
|
|
26471
|
+
export declare type BankPaymentStatusSentImportForm = io.flow.internal.v0.models.BankPaymentStatusSentImportForm;
|
|
26472
|
+
export declare type BankPaymentStatusSingleForm = io.flow.internal.v0.models.BankPaymentStatusSingleForm;
|
|
26253
26473
|
export declare type BankPaymentUpserted = io.flow.internal.v0.models.BankPaymentUpserted;
|
|
26254
26474
|
export declare type BankPaymentUpsertedV2 = io.flow.internal.v0.models.BankPaymentUpsertedV2;
|
|
26255
26475
|
export declare type BillingAllocationKey = io.flow.internal.v0.enums.BillingAllocationKey;
|
|
@@ -26352,6 +26572,8 @@ export declare type CarrierAccountDeleted = io.flow.internal.v0.models.CarrierAc
|
|
|
26352
26572
|
export declare type CarrierAccountForm = io.flow.internal.v0.models.CarrierAccountForm;
|
|
26353
26573
|
export declare type CarrierAccountUpsertedV2 = io.flow.internal.v0.models.CarrierAccountUpsertedV2;
|
|
26354
26574
|
export declare type CarrierAccountValidation = io.flow.internal.v0.models.CarrierAccountValidation;
|
|
26575
|
+
export declare type CarrierCharge = io.flow.internal.v0.models.CarrierCharge;
|
|
26576
|
+
export declare type CarrierChargeDeleted = io.flow.internal.v0.models.CarrierChargeDeleted;
|
|
26355
26577
|
export declare type CarrierChargeFile = io.flow.internal.v0.models.CarrierChargeFile;
|
|
26356
26578
|
export declare type CarrierChargeFileForm = io.flow.internal.v0.models.CarrierChargeFileForm;
|
|
26357
26579
|
export declare type CarrierChargeFileResult = io.flow.internal.v0.models.CarrierChargeFileResult;
|
|
@@ -26361,7 +26583,9 @@ export declare type CarrierChargeFormOther = io.flow.internal.v0.models.CarrierC
|
|
|
26361
26583
|
export declare type CarrierChargeReference = io.flow.internal.v0.models.CarrierChargeReference;
|
|
26362
26584
|
export declare type CarrierChargeTransaction = io.flow.internal.v0.models.CarrierChargeTransaction;
|
|
26363
26585
|
export declare type CarrierChargeTransactionType = io.flow.internal.v0.enums.CarrierChargeTransactionType;
|
|
26586
|
+
export declare type CarrierChargeType = io.flow.internal.v0.enums.CarrierChargeType;
|
|
26364
26587
|
export declare type CarrierChargeUnits = io.flow.internal.v0.models.CarrierChargeUnits;
|
|
26588
|
+
export declare type CarrierChargeUpserted = io.flow.internal.v0.models.CarrierChargeUpserted;
|
|
26365
26589
|
export declare type CarrierCredentials = io.flow.internal.v0.unions.CarrierCredentials;
|
|
26366
26590
|
export declare type CarrierInvoice = io.flow.internal.v0.models.CarrierInvoice;
|
|
26367
26591
|
export declare type CarrierLabelGenerationMethod = io.flow.internal.v0.enums.CarrierLabelGenerationMethod;
|
|
@@ -27017,6 +27241,9 @@ export declare type ComplianceData = io.flow.internal.v0.unions.ComplianceData;
|
|
|
27017
27241
|
export declare type ComplianceForm = io.flow.internal.v0.unions.ComplianceForm;
|
|
27018
27242
|
export declare type ComplianceType = io.flow.internal.v0.enums.ComplianceType;
|
|
27019
27243
|
export declare type Components = io.flow.internal.v0.models.Components;
|
|
27244
|
+
export declare type ConsoleLabelRequestForm = io.flow.internal.v0.models.ConsoleLabelRequestForm;
|
|
27245
|
+
export declare type ConsoleLabelValidationForm = io.flow.internal.v0.unions.ConsoleLabelValidationForm;
|
|
27246
|
+
export declare type ConsoleMarkUnresolvableForm = io.flow.internal.v0.models.ConsoleMarkUnresolvableForm;
|
|
27020
27247
|
export declare type ConsumerOptinActivity = io.flow.internal.v0.models.ConsumerOptinActivity;
|
|
27021
27248
|
export declare type ContentElementType = io.flow.internal.v0.enums.ContentElementType;
|
|
27022
27249
|
export declare type ContentItem = io.flow.internal.v0.unions.ContentItem;
|
|
@@ -27545,9 +27772,6 @@ export declare type LabelCreationJobSummary = io.flow.internal.v0.models.LabelCr
|
|
|
27545
27772
|
export declare type LabelCreationRequestForm = io.flow.internal.v0.models.LabelCreationRequestForm;
|
|
27546
27773
|
export declare type LabelCreationStatus = io.flow.internal.v0.enums.LabelCreationStatus;
|
|
27547
27774
|
export declare type LabelDestination = io.flow.internal.v0.models.LabelDestination;
|
|
27548
|
-
export declare type LabelGenerationAddressFailureStatus = io.flow.internal.v0.enums.LabelGenerationAddressFailureStatus;
|
|
27549
|
-
export declare type LabelGenerationAddressFailureStatusUpdateForm = io.flow.internal.v0.models.LabelGenerationAddressFailureStatusUpdateForm;
|
|
27550
|
-
export declare type LabelGenerationAddressFailures = io.flow.internal.v0.models.LabelGenerationAddressFailures;
|
|
27551
27775
|
export declare type LabelGenerationSettings = io.flow.internal.v0.models.LabelGenerationSettings;
|
|
27552
27776
|
export declare type LabelGenerationSettingsDeleted = io.flow.internal.v0.models.LabelGenerationSettingsDeleted;
|
|
27553
27777
|
export declare type LabelGenerationSettingsForm = io.flow.internal.v0.models.LabelGenerationSettingsForm;
|
|
@@ -27737,6 +27961,8 @@ export declare type OptinPromptUpserted = io.flow.internal.v0.models.OptinPrompt
|
|
|
27737
27961
|
export declare type OrderAction = io.flow.internal.v0.enums.OrderAction;
|
|
27738
27962
|
export declare type OrderActionForm = io.flow.internal.v0.unions.OrderActionForm;
|
|
27739
27963
|
export declare type OrderActionability = io.flow.internal.v0.models.OrderActionability;
|
|
27964
|
+
export declare type OrderAddressValidation = io.flow.internal.v0.models.OrderAddressValidation;
|
|
27965
|
+
export declare type OrderAddressValidationStatus = io.flow.internal.v0.enums.OrderAddressValidationStatus;
|
|
27740
27966
|
export declare type OrderAttribute = io.flow.internal.v0.models.OrderAttribute;
|
|
27741
27967
|
export declare type OrderAttributeDeleted = io.flow.internal.v0.models.OrderAttributeDeleted;
|
|
27742
27968
|
export declare type OrderAttributeIntent = io.flow.internal.v0.enums.OrderAttributeIntent;
|
|
@@ -27776,7 +28002,10 @@ export declare type OrderTransaction = io.flow.internal.v0.models.OrderTransacti
|
|
|
27776
28002
|
export declare type OrderTransactionDeleted = io.flow.internal.v0.models.OrderTransactionDeleted;
|
|
27777
28003
|
export declare type OrderTransactionType = io.flow.internal.v0.enums.OrderTransactionType;
|
|
27778
28004
|
export declare type OrderTransactionUpserted = io.flow.internal.v0.models.OrderTransactionUpserted;
|
|
28005
|
+
export declare type OrderValidation = io.flow.internal.v0.models.OrderValidation;
|
|
28006
|
+
export declare type OrderValidationAttempt = io.flow.internal.v0.models.OrderValidationAttempt;
|
|
27779
28007
|
export declare type OrderValidationError = io.flow.internal.v0.models.OrderValidationError;
|
|
28008
|
+
export declare type OrderValidationStatus = io.flow.internal.v0.enums.OrderValidationStatus;
|
|
27780
28009
|
export declare type OrganizationAccount = io.flow.internal.v0.models.OrganizationAccount;
|
|
27781
28010
|
export declare type OrganizationAccountDeleted = io.flow.internal.v0.models.OrganizationAccountDeleted;
|
|
27782
28011
|
export declare type OrganizationAccountUpsertedV2 = io.flow.internal.v0.models.OrganizationAccountUpsertedV2;
|
|
@@ -28027,8 +28256,10 @@ export declare type RejectionReason = io.flow.internal.v0.enums.RejectionReason;
|
|
|
28027
28256
|
export declare type Report = io.flow.internal.v0.models.Report;
|
|
28028
28257
|
export declare type ReportAccount = io.flow.internal.v0.models.ReportAccount;
|
|
28029
28258
|
export declare type ReportBankAccount = io.flow.internal.v0.models.ReportBankAccount;
|
|
28259
|
+
export declare type ReportBankAccountCleartext = io.flow.internal.v0.models.ReportBankAccountCleartext;
|
|
28030
28260
|
export declare type ReportForm = io.flow.internal.v0.models.ReportForm;
|
|
28031
28261
|
export declare type ReportInterval = io.flow.internal.v0.enums.ReportInterval;
|
|
28262
|
+
export declare type ReportOwner = io.flow.internal.v0.models.ReportOwner;
|
|
28032
28263
|
export declare type ReportPayment = io.flow.internal.v0.models.ReportPayment;
|
|
28033
28264
|
export declare type ReportRuleDecision = io.flow.internal.v0.models.ReportRuleDecision;
|
|
28034
28265
|
export declare type ReportStatus = io.flow.internal.v0.enums.ReportStatus;
|
|
@@ -28128,9 +28359,13 @@ export declare type SalesRecordDeleted = io.flow.internal.v0.models.SalesRecordD
|
|
|
28128
28359
|
export declare type SalesRecordUpserted = io.flow.internal.v0.models.SalesRecordUpserted;
|
|
28129
28360
|
export declare type SandboxSetup = io.flow.internal.v0.models.SandboxSetup;
|
|
28130
28361
|
export declare type SandboxSetupForm = io.flow.internal.v0.models.SandboxSetupForm;
|
|
28362
|
+
export declare type ScheduledPayment = io.flow.internal.v0.models.ScheduledPayment;
|
|
28131
28363
|
export declare type Scope = io.flow.internal.v0.enums.Scope;
|
|
28132
28364
|
export declare type Screen = io.flow.internal.v0.models.Screen;
|
|
28133
28365
|
export declare type ScreenForm = io.flow.internal.v0.models.ScreenForm;
|
|
28366
|
+
export declare type ScreeningStatusChange = io.flow.internal.v0.models.ScreeningStatusChange;
|
|
28367
|
+
export declare type ScreeningStatusChangeDeleted = io.flow.internal.v0.models.ScreeningStatusChangeDeleted;
|
|
28368
|
+
export declare type ScreeningStatusChangeUpserted = io.flow.internal.v0.models.ScreeningStatusChangeUpserted;
|
|
28134
28369
|
export declare type SearchAuthorization = io.flow.internal.v0.models.SearchAuthorization;
|
|
28135
28370
|
export declare type SearchCustomerSummary = io.flow.internal.v0.models.SearchCustomerSummary;
|
|
28136
28371
|
export declare type SearchExperienceSummary = io.flow.internal.v0.models.SearchExperienceSummary;
|
|
@@ -28343,7 +28578,11 @@ export declare type SvitlanaItem = io.flow.internal.v0.models.SvitlanaItem;
|
|
|
28343
28578
|
export declare type SvitlanaItemDeleted = io.flow.internal.v0.models.SvitlanaItemDeleted;
|
|
28344
28579
|
export declare type SvitlanaItemForm = io.flow.internal.v0.models.SvitlanaItemForm;
|
|
28345
28580
|
export declare type SvitlanaItemUpserted = io.flow.internal.v0.models.SvitlanaItemUpserted;
|
|
28581
|
+
export declare type SvitlanaTest = io.flow.internal.v0.models.SvitlanaTest;
|
|
28346
28582
|
export declare type SvitlanaType = io.flow.internal.v0.enums.SvitlanaType;
|
|
28583
|
+
export declare type TamItem = io.flow.internal.v0.models.TamItem;
|
|
28584
|
+
export declare type TamItemForm = io.flow.internal.v0.models.TamItemForm;
|
|
28585
|
+
export declare type TamItemType = io.flow.internal.v0.enums.TamItemType;
|
|
28347
28586
|
export declare type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
28348
28587
|
export declare type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
28349
28588
|
export declare type TariffEligibility = io.flow.internal.v0.models.TariffEligibility;
|
|
@@ -28390,6 +28629,9 @@ export declare type TimeToClassifyUpserted = io.flow.internal.v0.models.TimeToCl
|
|
|
28390
28629
|
export declare type TimeWithTimezone = io.flow.internal.v0.models.TimeWithTimezone;
|
|
28391
28630
|
export declare type TimeseriesType = io.flow.internal.v0.enums.TimeseriesType;
|
|
28392
28631
|
export declare type Tracker = io.flow.internal.v0.unions.Tracker;
|
|
28632
|
+
export declare type TrackingDebugLabel = io.flow.internal.v0.models.TrackingDebugLabel;
|
|
28633
|
+
export declare type TrackingDebugLabelEvent = io.flow.internal.v0.models.TrackingDebugLabelEvent;
|
|
28634
|
+
export declare type TrackingDebugLabelLocation = io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
28393
28635
|
export declare type TrackingDeleted = io.flow.internal.v0.models.TrackingDeleted;
|
|
28394
28636
|
export declare type TrackingEvent = io.flow.internal.v0.models.TrackingEvent;
|
|
28395
28637
|
export declare type TrackingIntegrationType = io.flow.internal.v0.enums.TrackingIntegrationType;
|