@flowio/types 11.24.111 → 11.24.112
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 +53 -326
- package/dist/api.d.ts +20 -54
- package/package.json +2 -2
- package/src/api-internal.ts +69 -419
- package/src/api.ts +24 -75
package/dist/api-internal.d.ts
CHANGED
|
@@ -2007,6 +2007,7 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
2007
2007
|
type BankIdeal = 'abn_amro' | 'asn_bank' | 'bunq' | 'handelsbanken' | 'ing' | 'knab' | 'moneyou' | 'n26' | 'nn' | 'rabobank' | 'regiobank' | 'revolut' | 'sns_bank' | 'triodos_bank' | 'van_lanschot' | 'yoursafe';
|
|
2008
2008
|
type BicIdeal = 'ABNANL2A' | 'ASNBNL21' | 'BITSNL2A' | 'BUNQNL2A' | 'FVLBNL22' | 'HANDNL2A' | 'INGBNL2A' | 'KNABNL2H' | 'MOYONL21' | 'NNBANL2G' | 'NTSBDEB1' | 'RABONL2U' | 'RBRBNL21' | 'REVOIE23' | 'REVOLT21' | 'SNSBNL2A' | 'TRIONL2U';
|
|
2009
2009
|
type CancellationReason = 'abandoned' | 'automatic' | 'duplicate' | 'failed_invoice' | 'fraudulent' | 'requested_by_customer' | 'void_invoice';
|
|
2010
|
+
type CapabilityStatus = 'active' | 'disabled' | 'inactive' | 'pending' | 'unrequested';
|
|
2010
2011
|
type CaptureMethod = 'automatic' | 'manual';
|
|
2011
2012
|
type CardBrand = 'American Express' | 'MasterCard' | 'Discover' | 'JCB' | 'Diners Club' | 'Unknown';
|
|
2012
2013
|
type CardFundingType = 'credit' | 'debit' | 'prepaid' | 'unknown';
|
|
@@ -2024,7 +2025,7 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
2024
2025
|
type EarlyFraudWarningType = 'card_never_received' | 'fraudulent_card_application' | 'made_with_counterfeit_card' | 'made_with_lost_card' | 'made_with_stolen_card' | 'unauthorized_use_of_card' | 'misc';
|
|
2025
2026
|
type ErrorCode = 'invalid_number' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_cvc' | 'invalid_swipe_data' | 'country_code_invalid' | 'email_invalid' | 'postal_code_invalid' | 'invalid_characters' | 'url_invalid' | 'invalid_charge_amount' | 'incorrect_number' | 'incorrect_address' | 'incorrect_cvc' | 'incorrect_zip' | 'card_declined' | 'expired_card' | 'missing' | 'processing_error' | 'account_closed' | 'amount_too_small' | 'amount_too_large' | 'api_key_expired' | 'authentication_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'insufficient_funds' | 'intent_invalid_state' | 'livemode_mismatch' | 'parameter_invalid_empty' | 'parameter_invalid_integer' | 'parameter_invalid_string_blank' | 'parameter_invalid_string_empty' | 'parameter_missing' | 'parameter_unknown' | 'parameters_exclusive' | 'payment_intent_action_required' | 'payment_intent_authentication_failure' | 'payment_intent_incompatible_payment_method' | 'payment_intent_payment_attempt_expired' | 'payment_intent_payment_attempt_failed' | 'payment_intent_unexpected_state' | 'payment_intent_invalid_parameter' | 'payment_method_billing_details_address_missing' | 'payment_method_customer_decline' | 'payment_method_currency_mismatch' | 'payment_method_invalid_parameter' | 'payment_method_invalid_parameter_testmode' | 'payment_method_not_available' | 'payment_method_provider_decline' | 'payment_method_provider_timeout' | 'payment_method_unactivated' | 'payment_method_unexpected_state' | 'payment_method_unsupported_type' | 'platform_api_key_expired' | 'refund_disputed_payment' | 'testmode_charges_only' | 'tls_version_unsupported' | 'setup_attempt_failed' | 'setup_intent_authentication_failure' | 'setup_intent_invalid_parameter' | 'setup_intent_setup_attempt_expired' | 'setup_intent_unexpected_state';
|
|
2026
2027
|
type ErrorType = 'api_connection_error' | 'api_error' | 'authentication_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error' | 'rate_limit_error' | 'validation_error';
|
|
2027
|
-
type EventType = 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
|
|
2028
|
+
type EventType = 'capability.updated' | 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
|
|
2028
2029
|
type ExtendedAuthorizationStatus = 'enabled' | 'disabled';
|
|
2029
2030
|
type FeatureAvailability = 'available' | 'unavailable';
|
|
2030
2031
|
type KlarnaPaymentMethodCategoryType = 'direct_bank_transfer' | 'direct_debit' | 'pay_later' | 'pay_now' | 'pay_over_time';
|
|
@@ -2110,6 +2111,16 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2110
2111
|
interface ApplePayInformation {
|
|
2111
2112
|
readonly type: io.flow.stripe.v0.enums.ApplePayType;
|
|
2112
2113
|
}
|
|
2114
|
+
interface Capability {
|
|
2115
|
+
readonly id: string;
|
|
2116
|
+
readonly account: string;
|
|
2117
|
+
readonly requested: boolean;
|
|
2118
|
+
readonly requirements: any;
|
|
2119
|
+
readonly status: io.flow.stripe.v0.enums.CapabilityStatus;
|
|
2120
|
+
readonly object: string;
|
|
2121
|
+
readonly future_requirements: any;
|
|
2122
|
+
readonly requested_at?: number;
|
|
2123
|
+
}
|
|
2113
2124
|
interface Card {
|
|
2114
2125
|
readonly id: string;
|
|
2115
2126
|
readonly object: string;
|
|
@@ -3216,6 +3227,8 @@ declare namespace io.flow.customer.v0.models {
|
|
|
3216
3227
|
declare namespace io.flow.label.v0.enums {
|
|
3217
3228
|
type CostEstimateSource = 'flow' | 'channel';
|
|
3218
3229
|
type Direction = 'outbound' | 'return';
|
|
3230
|
+
type EstimateOrigin = 'Shopify' | 'GlobalE' | 'Aftership' | 'Carrier';
|
|
3231
|
+
type EstimateType = 'Estimated' | 'Final';
|
|
3219
3232
|
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated';
|
|
3220
3233
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
3221
3234
|
type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
|
|
@@ -3283,6 +3296,14 @@ declare namespace io.flow.label.v0.models {
|
|
|
3283
3296
|
readonly origin?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
3284
3297
|
readonly shipment_recipient?: io.flow.label.v0.enums.ShipmentRecipient;
|
|
3285
3298
|
}
|
|
3299
|
+
interface Estimate {
|
|
3300
|
+
readonly id: string;
|
|
3301
|
+
readonly organization_id: string;
|
|
3302
|
+
readonly label_id: string;
|
|
3303
|
+
readonly estimate: io.flow.label.v0.models.ShippingLabelHopSummary;
|
|
3304
|
+
readonly type: io.flow.label.v0.enums.EstimateType;
|
|
3305
|
+
readonly origin?: io.flow.label.v0.enums.EstimateOrigin;
|
|
3306
|
+
}
|
|
3286
3307
|
interface LabelOrderSummary {
|
|
3287
3308
|
readonly id: string;
|
|
3288
3309
|
readonly number: string;
|
|
@@ -4921,6 +4942,11 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
4921
4942
|
interface GraphqlMetaobject {
|
|
4922
4943
|
readonly id: string;
|
|
4923
4944
|
readonly displayName: string;
|
|
4945
|
+
readonly fields: io.flow.shopify.external.v0.models.GraphqlMetaobjectField[];
|
|
4946
|
+
}
|
|
4947
|
+
interface GraphqlMetaobjectField {
|
|
4948
|
+
readonly key: string;
|
|
4949
|
+
readonly value?: string;
|
|
4924
4950
|
}
|
|
4925
4951
|
interface GraphqlOption {
|
|
4926
4952
|
readonly id: string;
|
|
@@ -11473,47 +11499,6 @@ declare namespace io.flow.merchant.of.record.v0.enums {
|
|
|
11473
11499
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
11474
11500
|
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
|
|
11475
11501
|
}
|
|
11476
|
-
declare namespace io.flow.checkout.v0.models {
|
|
11477
|
-
interface CheckoutToken {
|
|
11478
|
-
readonly id: string;
|
|
11479
|
-
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
11480
|
-
readonly checkout: io.flow.common.v0.models.CheckoutReference;
|
|
11481
|
-
readonly order: io.flow.experience.v0.models.OrderNumberReference;
|
|
11482
|
-
readonly urls: io.flow.checkout.v0.models.CheckoutUrls;
|
|
11483
|
-
readonly expires_at: string;
|
|
11484
|
-
readonly session: io.flow.common.v0.models.SessionReference;
|
|
11485
|
-
readonly customer?: io.flow.common.v0.models.CustomerReference;
|
|
11486
|
-
}
|
|
11487
|
-
interface CheckoutTokenOrderForm {
|
|
11488
|
-
readonly discriminator: 'checkout_token_order_form';
|
|
11489
|
-
readonly order_form: io.flow.experience.v0.models.OrderForm;
|
|
11490
|
-
readonly customer?: io.flow.customer.v0.models.CustomerForm;
|
|
11491
|
-
readonly address_book?: io.flow.customer.v0.models.CustomerAddressBookForm;
|
|
11492
|
-
readonly payment_sources?: io.flow.payment.v0.unions.PaymentSourceForm[];
|
|
11493
|
-
readonly session_id: string;
|
|
11494
|
-
readonly urls?: io.flow.checkout.v0.models.CheckoutUrlsForm;
|
|
11495
|
-
readonly identifiers?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
|
|
11496
|
-
}
|
|
11497
|
-
interface CheckoutTokenReferenceForm {
|
|
11498
|
-
readonly discriminator: 'checkout_token_reference_form';
|
|
11499
|
-
readonly order_number: string;
|
|
11500
|
-
readonly session_id: string;
|
|
11501
|
-
readonly urls: io.flow.checkout.v0.models.CheckoutUrlsForm;
|
|
11502
|
-
}
|
|
11503
|
-
interface CheckoutUrls {
|
|
11504
|
-
readonly continue_shopping?: string;
|
|
11505
|
-
readonly confirmation?: string;
|
|
11506
|
-
readonly invalid_checkout?: string;
|
|
11507
|
-
}
|
|
11508
|
-
interface CheckoutUrlsForm {
|
|
11509
|
-
readonly continue_shopping?: string;
|
|
11510
|
-
readonly confirmation?: string;
|
|
11511
|
-
readonly invalid_checkout?: string;
|
|
11512
|
-
}
|
|
11513
|
-
}
|
|
11514
|
-
declare namespace io.flow.checkout.v0.unions {
|
|
11515
|
-
type CheckoutTokenForm = io.flow.checkout.v0.models.CheckoutTokenOrderForm | io.flow.checkout.v0.models.CheckoutTokenReferenceForm;
|
|
11516
|
-
}
|
|
11517
11502
|
declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
11518
11503
|
type MerchantDisabledReason = 'merchant_deactivated' | 'merchant_rejected';
|
|
11519
11504
|
type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
|
|
@@ -11921,7 +11906,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11921
11906
|
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';
|
|
11922
11907
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
11923
11908
|
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'tax_duty_delta';
|
|
11924
|
-
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
11925
11909
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
11926
11910
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
11927
11911
|
type CarrierChargeType = 'label' | 'tax' | 'other';
|
|
@@ -11984,7 +11968,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11984
11968
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
11985
11969
|
type EmptyAttribute = 'irrelevant';
|
|
11986
11970
|
type ErpFileType = 'vendor';
|
|
11987
|
-
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'final_estimate_upserted' | 'final_estimate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
11971
|
+
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'shipping_estimate_upserted' | 'shipping_estimate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
11988
11972
|
type ExperienceImportType = 'experience_with_settings';
|
|
11989
11973
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
11990
11974
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -12066,7 +12050,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12066
12050
|
type PromptCheckoutDisplayPosition = 'email' | 'submission';
|
|
12067
12051
|
type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
|
|
12068
12052
|
type PromptTarget = 'browse' | 'checkout';
|
|
12069
|
-
type QuoteRequestType = 'generate' | 'delete' | 'update_currency_rate' | 'update_country';
|
|
12070
12053
|
type RateLevelKey = 'shopify_small_usa' | 'shopify_medium_usa' | 'shopify_enterprise_usa' | 'shopify_small_sdc_usa';
|
|
12071
12054
|
type RateSource = 'calculated' | 'market';
|
|
12072
12055
|
type ReboundConfigurationStatus = 'active' | 'inactive';
|
|
@@ -12095,6 +12078,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12095
12078
|
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';
|
|
12096
12079
|
type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
|
|
12097
12080
|
type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
|
|
12081
|
+
type ShopifyPlanType = 'standard' | 'shopify_plus';
|
|
12098
12082
|
type ShopifyPromotionBehavior = 'disable_discount_codes';
|
|
12099
12083
|
type ShopifyPromotionOfferAllocationMethod = 'each' | 'across';
|
|
12100
12084
|
type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
|
|
@@ -13240,43 +13224,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13240
13224
|
interface BrickWebhookEventResponse {
|
|
13241
13225
|
readonly status: string;
|
|
13242
13226
|
}
|
|
13243
|
-
interface BrowserBundle {
|
|
13244
|
-
readonly country_picker: io.flow.internal.v0.models.CountryPickerData;
|
|
13245
|
-
readonly optins: io.flow.internal.v0.models.OptinPrompt[];
|
|
13246
|
-
readonly features: io.flow.internal.v0.models.FeatureValueResult;
|
|
13247
|
-
readonly payment_methods?: io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
13248
|
-
}
|
|
13249
|
-
interface BrowserBundleCountryPickerForm {
|
|
13250
|
-
readonly country?: string;
|
|
13251
|
-
readonly ip?: string;
|
|
13252
|
-
}
|
|
13253
|
-
interface BrowserBundleError {
|
|
13254
|
-
readonly code: io.flow.internal.v0.enums.BrowserBundleErrorCode;
|
|
13255
|
-
readonly messages: string[];
|
|
13256
|
-
}
|
|
13257
|
-
interface BrowserBundleFeatureForm {
|
|
13258
|
-
readonly keys: string[];
|
|
13259
|
-
readonly context: io.flow.internal.v0.models.FeatureContextForm;
|
|
13260
|
-
}
|
|
13261
|
-
interface BrowserBundleForm {
|
|
13262
|
-
readonly optin?: io.flow.internal.v0.models.BrowserBundleOptinForm;
|
|
13263
|
-
readonly country_picker?: io.flow.internal.v0.models.BrowserBundleCountryPickerForm;
|
|
13264
|
-
readonly feature?: io.flow.internal.v0.models.BrowserBundleFeatureForm;
|
|
13265
|
-
readonly payment_method?: io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
13266
|
-
}
|
|
13267
|
-
interface BrowserBundleOptinForm {
|
|
13268
|
-
readonly country: string;
|
|
13269
|
-
}
|
|
13270
|
-
interface BrowserBundlePaymentMethod {
|
|
13271
|
-
readonly id: string;
|
|
13272
|
-
}
|
|
13273
|
-
interface BrowserBundlePaymentMethodForm {
|
|
13274
|
-
readonly experience_key: string;
|
|
13275
|
-
readonly country: string;
|
|
13276
|
-
}
|
|
13277
|
-
interface BrowserBundlePaymentMethods {
|
|
13278
|
-
readonly displayed?: io.flow.internal.v0.models.BrowserBundlePaymentMethod[];
|
|
13279
|
-
}
|
|
13280
13227
|
interface BulkClassificationAction {
|
|
13281
13228
|
readonly discriminator: 'bulk';
|
|
13282
13229
|
readonly actions: io.flow.internal.v0.models.SingleClassificationAction[];
|
|
@@ -14029,27 +13976,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14029
13976
|
interface CheckoutBehaviorShippingMethod {
|
|
14030
13977
|
readonly prompt: io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior;
|
|
14031
13978
|
}
|
|
14032
|
-
interface CheckoutBundle {
|
|
14033
|
-
readonly cart?: io.flow.shopify.v0.models.ShopifyCart;
|
|
14034
|
-
readonly order: io.flow.experience.v0.models.Order;
|
|
14035
|
-
readonly order_errors?: io.flow.experience.v0.models.OrderError[];
|
|
14036
|
-
readonly checkout?: io.flow.internal.v0.models.CheckoutContentSummary;
|
|
14037
|
-
readonly optins: io.flow.internal.v0.models.OptinPrompt[];
|
|
14038
|
-
readonly destinations: io.flow.reference.v0.models.Country[];
|
|
14039
|
-
readonly features: io.flow.internal.v0.models.FeatureValueResult;
|
|
14040
|
-
readonly provinces: io.flow.reference.v0.models.Province[];
|
|
14041
|
-
readonly checkout_items: io.flow.experience.v0.models.CheckoutItemContent[];
|
|
14042
|
-
readonly metadata?: io.flow.internal.v0.models.CheckoutBundleMetadata;
|
|
14043
|
-
readonly configuration?: io.flow.internal.v0.models.CheckoutConfiguration;
|
|
14044
|
-
readonly address_configurations?: io.flow.experience.v0.models.AddressConfiguration[];
|
|
14045
|
-
readonly customer?: io.flow.customer.v0.models.Customer;
|
|
14046
|
-
readonly address_book?: io.flow.customer.v0.models.CustomerAddressBook;
|
|
14047
|
-
readonly payment_sources?: io.flow.payment.v0.unions.PaymentSource[];
|
|
14048
|
-
readonly customer_bundle?: io.flow.customer.v0.models.CustomerBundle;
|
|
14049
|
-
}
|
|
14050
|
-
interface CheckoutBundleMetadata {
|
|
14051
|
-
readonly organization: io.flow.common.v0.models.OrganizationSummary;
|
|
14052
|
-
}
|
|
14053
13979
|
interface CheckoutConfiguration {
|
|
14054
13980
|
readonly id: string;
|
|
14055
13981
|
readonly behavior: io.flow.internal.v0.models.CheckoutBehavior;
|
|
@@ -14104,37 +14030,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14104
14030
|
readonly organization?: io.flow.common.v0.models.OrganizationReference;
|
|
14105
14031
|
readonly redirect?: io.flow.internal.v0.models.CheckoutRedirect;
|
|
14106
14032
|
}
|
|
14107
|
-
interface CheckoutFinalizeOrderForm {
|
|
14108
|
-
readonly expected_order_summary: io.flow.internal.v0.models.ExpectedOrderSummary;
|
|
14109
|
-
readonly order_put_form: io.flow.experience.v0.models.OrderPutForm;
|
|
14110
|
-
}
|
|
14111
14033
|
interface CheckoutMarketingContent {
|
|
14112
14034
|
readonly optins: io.flow.internal.v0.models.Checkbox[];
|
|
14113
14035
|
}
|
|
14114
|
-
interface CheckoutOrderForm {
|
|
14115
|
-
readonly discriminator: 'order';
|
|
14116
|
-
readonly organization: string;
|
|
14117
|
-
readonly order: io.flow.experience.v0.models.OrderForm;
|
|
14118
|
-
readonly customer?: io.flow.customer.v0.models.CustomerForm;
|
|
14119
|
-
readonly address_book?: io.flow.customer.v0.models.CustomerAddressBookForm;
|
|
14120
|
-
readonly payment_sources?: io.flow.payment.v0.unions.PaymentSourceForm[];
|
|
14121
|
-
readonly urls?: io.flow.checkout.v0.models.CheckoutUrlsForm;
|
|
14122
|
-
readonly identifiers?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
|
|
14123
|
-
readonly feature_keys?: string[];
|
|
14124
|
-
readonly order_parameters?: io.flow.internal.v0.models.OrderParameters;
|
|
14125
|
-
}
|
|
14126
|
-
interface CheckoutOrderNumberForm {
|
|
14127
|
-
readonly discriminator: 'order_number';
|
|
14128
|
-
readonly organization: string;
|
|
14129
|
-
readonly order_number: string;
|
|
14130
|
-
readonly customer?: io.flow.customer.v0.models.CustomerForm;
|
|
14131
|
-
readonly address_book?: io.flow.customer.v0.models.CustomerAddressBookForm;
|
|
14132
|
-
readonly payment_sources?: io.flow.payment.v0.unions.PaymentSourceForm[];
|
|
14133
|
-
readonly urls?: io.flow.checkout.v0.models.CheckoutUrlsForm;
|
|
14134
|
-
readonly identifiers?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
|
|
14135
|
-
readonly feature_keys?: string[];
|
|
14136
|
-
readonly order_parameters?: io.flow.internal.v0.models.OrderParameters;
|
|
14137
|
-
}
|
|
14138
14036
|
interface CheckoutPayment {
|
|
14139
14037
|
readonly authorizations: io.flow.payment.v0.unions.Authorization[];
|
|
14140
14038
|
readonly sources: io.flow.payment.v0.unions.PaymentSource[];
|
|
@@ -14155,14 +14053,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14155
14053
|
readonly url: string;
|
|
14156
14054
|
readonly body?: string;
|
|
14157
14055
|
}
|
|
14158
|
-
interface CheckoutReferenceForm {
|
|
14159
|
-
readonly order_number: string;
|
|
14160
|
-
readonly order_form: io.flow.experience.v0.models.OrderPutForm;
|
|
14161
|
-
readonly order_geo: io.flow.experience.v0.models.OrderGeo;
|
|
14162
|
-
readonly session_id: string;
|
|
14163
|
-
readonly urls?: io.flow.checkout.v0.models.CheckoutUrlsForm;
|
|
14164
|
-
readonly identifiers?: io.flow.experience.v0.models.OrderSubmissionIdentifierForm[];
|
|
14165
|
-
}
|
|
14166
14056
|
interface CheckoutSettings {
|
|
14167
14057
|
readonly session_persistence_timeout?: io.flow.common.v0.models.Duration;
|
|
14168
14058
|
readonly session_persistence_attribute_keys?: string[];
|
|
@@ -14170,30 +14060,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14170
14060
|
readonly urls?: io.flow.internal.v0.models.CheckoutUrl[];
|
|
14171
14061
|
readonly assets?: io.flow.internal.v0.models.CheckoutAsset[];
|
|
14172
14062
|
}
|
|
14173
|
-
interface CheckoutSourceOrderForm {
|
|
14174
|
-
readonly source_order_number: string;
|
|
14175
|
-
readonly feature_q?: string;
|
|
14176
|
-
}
|
|
14177
|
-
interface CheckoutSubmission {
|
|
14178
|
-
readonly builder: io.flow.experience.v0.models.OrderBuilder;
|
|
14179
|
-
readonly action?: io.flow.payment.v0.unions.AuthorizationResultAction;
|
|
14180
|
-
}
|
|
14181
|
-
interface CheckoutSubmissionForm {
|
|
14182
|
-
readonly authorization_form?: io.flow.payment.v0.unions.AuthorizationForm;
|
|
14183
|
-
readonly expected_order_summary?: io.flow.internal.v0.models.ExpectedOrderSummary;
|
|
14184
|
-
readonly feature_keys?: string[];
|
|
14185
|
-
}
|
|
14186
|
-
interface CheckoutSubmitOrderBundle {
|
|
14187
|
-
readonly discriminator: 'checkout_submit_order_bundle';
|
|
14188
|
-
readonly order?: io.flow.experience.v0.models.Order;
|
|
14189
|
-
readonly redirect?: io.flow.payment.v0.unions.AuthorizationResultAction;
|
|
14190
|
-
readonly errors?: io.flow.experience.v0.models.OrderError[];
|
|
14191
|
-
}
|
|
14192
|
-
interface CheckoutSubmitOrderForm {
|
|
14193
|
-
readonly discriminator: 'checkout_submit_order_form';
|
|
14194
|
-
readonly authorization_form?: io.flow.payment.v0.unions.AuthorizationForm;
|
|
14195
|
-
readonly expected_order_summary?: io.flow.internal.v0.models.ExpectedOrderSummary;
|
|
14196
|
-
}
|
|
14197
14063
|
interface CheckoutUrl {
|
|
14198
14064
|
readonly url: string;
|
|
14199
14065
|
readonly type: io.flow.internal.v0.enums.CheckoutUrlType;
|
|
@@ -15400,9 +15266,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15400
15266
|
readonly organization: string;
|
|
15401
15267
|
readonly exclusion_rule: io.flow.catalog.exclusion.v0.models.ExclusionRule;
|
|
15402
15268
|
}
|
|
15403
|
-
interface ExpectedOrderSummary {
|
|
15404
|
-
readonly total?: io.flow.common.v0.models.Money;
|
|
15405
|
-
}
|
|
15406
15269
|
interface ExperienceExportRequest {
|
|
15407
15270
|
readonly discriminator: 'experience_export_request';
|
|
15408
15271
|
readonly event_id: string;
|
|
@@ -15632,26 +15495,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15632
15495
|
readonly transfer?: io.flow.internal.v0.models.Fee;
|
|
15633
15496
|
readonly negative_balance?: io.flow.internal.v0.models.Fee;
|
|
15634
15497
|
}
|
|
15635
|
-
interface FinalEstimate {
|
|
15636
|
-
readonly id: string;
|
|
15637
|
-
readonly organization_id: string;
|
|
15638
|
-
readonly label_id: string;
|
|
15639
|
-
readonly estimate: io.flow.label.v0.models.ShippingLabelHopSummary;
|
|
15640
|
-
}
|
|
15641
|
-
interface FinalEstimateDeleted {
|
|
15642
|
-
readonly discriminator: 'final_estimate_deleted';
|
|
15643
|
-
readonly event_id: string;
|
|
15644
|
-
readonly timestamp: string;
|
|
15645
|
-
readonly organization: string;
|
|
15646
|
-
readonly id: string;
|
|
15647
|
-
}
|
|
15648
|
-
interface FinalEstimateUpserted {
|
|
15649
|
-
readonly discriminator: 'final_estimate_upserted';
|
|
15650
|
-
readonly event_id: string;
|
|
15651
|
-
readonly timestamp: string;
|
|
15652
|
-
readonly organization: string;
|
|
15653
|
-
readonly final_estimate: io.flow.internal.v0.models.FinalEstimate;
|
|
15654
|
-
}
|
|
15655
15498
|
interface FinanceBankAccount {
|
|
15656
15499
|
readonly id: string;
|
|
15657
15500
|
readonly accounts: io.flow.internal.v0.models.AccountSummary[];
|
|
@@ -16174,10 +16017,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16174
16017
|
readonly organization: string;
|
|
16175
16018
|
readonly fulfillment_fallbacks: io.flow.internal.v0.models.FulfillmentFallbacks;
|
|
16176
16019
|
}
|
|
16177
|
-
interface FulfillmentInternalExperienceReference {
|
|
16178
|
-
readonly id: string;
|
|
16179
|
-
readonly key: string;
|
|
16180
|
-
}
|
|
16181
16020
|
interface FulfillmentOrigin {
|
|
16182
16021
|
readonly country: string;
|
|
16183
16022
|
readonly province_code?: string;
|
|
@@ -16599,9 +16438,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16599
16438
|
readonly cvv_result?: io.flow.payment.v0.models.CvvResult;
|
|
16600
16439
|
readonly network_details?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
|
|
16601
16440
|
}
|
|
16602
|
-
interface InvalidCheckoutData {
|
|
16603
|
-
readonly order: io.flow.experience.v0.models.OrderPutForm;
|
|
16604
|
-
}
|
|
16605
16441
|
interface Invariant {
|
|
16606
16442
|
readonly name: string;
|
|
16607
16443
|
readonly count: number;
|
|
@@ -16693,17 +16529,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16693
16529
|
readonly item: Record<string, number>;
|
|
16694
16530
|
readonly model_id: string;
|
|
16695
16531
|
}
|
|
16696
|
-
interface ItemClassificationCreated {
|
|
16697
|
-
readonly discriminator: 'item_classification_created';
|
|
16698
|
-
readonly event_id: string;
|
|
16699
|
-
readonly timestamp: string;
|
|
16700
|
-
readonly organization: string;
|
|
16701
|
-
readonly item_number: string;
|
|
16702
|
-
readonly model_id: string;
|
|
16703
|
-
readonly labels_prediction: io.flow.internal.v0.models.LabelsPrediction;
|
|
16704
|
-
readonly action: io.flow.internal.v0.enums.SuggestionAction;
|
|
16705
|
-
readonly prediction_score?: number;
|
|
16706
|
-
}
|
|
16707
16532
|
interface ItemClassificationForm {
|
|
16708
16533
|
readonly organization: string;
|
|
16709
16534
|
readonly uid: string;
|
|
@@ -17799,13 +17624,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17799
17624
|
readonly from: string;
|
|
17800
17625
|
readonly to: string;
|
|
17801
17626
|
}
|
|
17802
|
-
interface OptinPromptDeleted {
|
|
17803
|
-
readonly discriminator: 'optin_prompt_deleted';
|
|
17804
|
-
readonly event_id: string;
|
|
17805
|
-
readonly timestamp: string;
|
|
17806
|
-
readonly id: string;
|
|
17807
|
-
readonly organization: string;
|
|
17808
|
-
}
|
|
17809
17627
|
interface OptinPromptForm {
|
|
17810
17628
|
readonly optin_attribute_key: string;
|
|
17811
17629
|
readonly region: string;
|
|
@@ -17815,14 +17633,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17815
17633
|
readonly enforce_on?: string;
|
|
17816
17634
|
readonly display?: io.flow.internal.v0.unions.OptinPromptDisplay;
|
|
17817
17635
|
}
|
|
17818
|
-
interface OptinPromptUpserted {
|
|
17819
|
-
readonly discriminator: 'optin_prompt_upserted';
|
|
17820
|
-
readonly event_id: string;
|
|
17821
|
-
readonly timestamp: string;
|
|
17822
|
-
readonly id: string;
|
|
17823
|
-
readonly organization: string;
|
|
17824
|
-
readonly optin_prompt: io.flow.internal.v0.models.OptinPrompt;
|
|
17825
|
-
}
|
|
17826
17636
|
interface OrderActionability {
|
|
17827
17637
|
readonly action: io.flow.internal.v0.enums.OrderAction[];
|
|
17828
17638
|
readonly lines: io.flow.internal.v0.models.LineActionQuantities[];
|
|
@@ -17952,13 +17762,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17952
17762
|
interface OrderNoteForm {
|
|
17953
17763
|
readonly note: string;
|
|
17954
17764
|
}
|
|
17955
|
-
interface OrderParameters {
|
|
17956
|
-
readonly experience?: string;
|
|
17957
|
-
readonly country?: string;
|
|
17958
|
-
readonly ip?: string;
|
|
17959
|
-
readonly currency?: string;
|
|
17960
|
-
readonly language?: string;
|
|
17961
|
-
}
|
|
17962
17765
|
interface OrderPaymentAuthorization {
|
|
17963
17766
|
readonly placeholder: string;
|
|
17964
17767
|
}
|
|
@@ -19097,21 +18900,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19097
18900
|
readonly construction?: string;
|
|
19098
18901
|
readonly item: string;
|
|
19099
18902
|
}
|
|
19100
|
-
interface PregeneratedQuote {
|
|
19101
|
-
readonly id: string;
|
|
19102
|
-
readonly experience: io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
|
|
19103
|
-
readonly destination_country: string;
|
|
19104
|
-
readonly item: io.flow.common.v0.models.ItemReference;
|
|
19105
|
-
readonly quote?: io.flow.fulfillment.v0.models.Quote;
|
|
19106
|
-
readonly errors?: string[];
|
|
19107
|
-
}
|
|
19108
|
-
interface PregeneratedRequestEvent {
|
|
19109
|
-
readonly discriminator: 'pregenerated_request_event';
|
|
19110
|
-
readonly event_id: string;
|
|
19111
|
-
readonly timestamp: string;
|
|
19112
|
-
readonly organization: string;
|
|
19113
|
-
readonly quote_request: io.flow.internal.v0.models.QuoteRequest;
|
|
19114
|
-
}
|
|
19115
18903
|
interface PrioritizedCenterReference {
|
|
19116
18904
|
readonly center_key: string;
|
|
19117
18905
|
readonly position: number;
|
|
@@ -19377,15 +19165,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19377
19165
|
readonly timestamp: string;
|
|
19378
19166
|
readonly id: string;
|
|
19379
19167
|
}
|
|
19380
|
-
interface QuoteRequest {
|
|
19381
|
-
readonly id: string;
|
|
19382
|
-
readonly request_type: io.flow.internal.v0.enums.QuoteRequestType;
|
|
19383
|
-
readonly experience_keys?: string[];
|
|
19384
|
-
readonly item_numbers?: string[];
|
|
19385
|
-
readonly rates?: io.flow.internal.v0.models.CurrencyInternalRate[];
|
|
19386
|
-
readonly countries?: io.flow.reference.v0.models.Country[];
|
|
19387
|
-
readonly reason?: string;
|
|
19388
|
-
}
|
|
19389
19168
|
interface QuoteUpserted {
|
|
19390
19169
|
readonly discriminator: 'quote_upserted';
|
|
19391
19170
|
readonly event_id: string;
|
|
@@ -19588,37 +19367,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19588
19367
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
19589
19368
|
readonly number: string;
|
|
19590
19369
|
}
|
|
19591
|
-
interface RatecardLaneAggregate {
|
|
19592
|
-
readonly id: string;
|
|
19593
|
-
readonly organization_id: string;
|
|
19594
|
-
readonly origin: io.flow.common.v0.models.Zone;
|
|
19595
|
-
readonly destination: io.flow.common.v0.models.Zone;
|
|
19596
|
-
readonly currency: string;
|
|
19597
|
-
readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
|
|
19598
|
-
readonly shipment_window: io.flow.ratecard.v0.models.ShipmentWindow;
|
|
19599
|
-
readonly dim_factor: number;
|
|
19600
|
-
readonly service: io.flow.ratecard.v0.models.RatecardServiceSummary;
|
|
19601
|
-
readonly rounding: io.flow.common.v0.models.Rounding;
|
|
19602
|
-
readonly weight_unit: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
19603
|
-
readonly distance_unit: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
19604
|
-
readonly rates_with_fees: io.flow.internal.v0.models.RateWithFees[];
|
|
19605
|
-
readonly ratecard: io.flow.ratecard.v0.models.RatecardReference;
|
|
19606
|
-
readonly ratecard_owner: io.flow.fulfillment.v0.enums.RatecardOwner;
|
|
19607
|
-
}
|
|
19608
|
-
interface RatecardLaneAggregateDeleted {
|
|
19609
|
-
readonly discriminator: 'ratecard_lane_aggregate_deleted';
|
|
19610
|
-
readonly event_id: string;
|
|
19611
|
-
readonly timestamp: string;
|
|
19612
|
-
readonly organization: string;
|
|
19613
|
-
readonly ratecard_aggregate: io.flow.internal.v0.models.RatecardLaneAggregate;
|
|
19614
|
-
}
|
|
19615
|
-
interface RatecardLaneAggregateUpserted {
|
|
19616
|
-
readonly discriminator: 'ratecard_lane_aggregate_upserted';
|
|
19617
|
-
readonly event_id: string;
|
|
19618
|
-
readonly timestamp: string;
|
|
19619
|
-
readonly organization: string;
|
|
19620
|
-
readonly ratecard_aggregate: io.flow.internal.v0.models.RatecardLaneAggregate;
|
|
19621
|
-
}
|
|
19622
19370
|
interface RatecardLanesImportRequest {
|
|
19623
19371
|
readonly discriminator: 'ratecard_lanes_import_request';
|
|
19624
19372
|
readonly event_id: string;
|
|
@@ -20572,6 +20320,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20572
20320
|
readonly duties: io.flow.common.v0.models.PriceWithBase;
|
|
20573
20321
|
readonly total: io.flow.common.v0.models.PriceWithBase;
|
|
20574
20322
|
}
|
|
20323
|
+
interface ShippingEstimateDeleted {
|
|
20324
|
+
readonly discriminator: 'shipping_estimate_deleted';
|
|
20325
|
+
readonly event_id: string;
|
|
20326
|
+
readonly timestamp: string;
|
|
20327
|
+
readonly organization: string;
|
|
20328
|
+
readonly id: string;
|
|
20329
|
+
}
|
|
20330
|
+
interface ShippingEstimateUpserted {
|
|
20331
|
+
readonly discriminator: 'shipping_estimate_upserted';
|
|
20332
|
+
readonly event_id: string;
|
|
20333
|
+
readonly timestamp: string;
|
|
20334
|
+
readonly organization: string;
|
|
20335
|
+
readonly estimate: io.flow.label.v0.models.Estimate;
|
|
20336
|
+
}
|
|
20575
20337
|
interface ShippingLane {
|
|
20576
20338
|
readonly origin: string;
|
|
20577
20339
|
readonly destination: string;
|
|
@@ -20917,6 +20679,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20917
20679
|
readonly organization: string;
|
|
20918
20680
|
readonly registration: io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
|
|
20919
20681
|
}
|
|
20682
|
+
interface ShopifyMerchantPlan {
|
|
20683
|
+
readonly id: string;
|
|
20684
|
+
readonly authorization: io.flow.payment.v0.models.AuthorizationReference;
|
|
20685
|
+
readonly plan: io.flow.internal.v0.enums.ShopifyPlanType;
|
|
20686
|
+
}
|
|
20920
20687
|
interface ShopifyMetadata {
|
|
20921
20688
|
readonly domain: string;
|
|
20922
20689
|
readonly myshopify_domain: string;
|
|
@@ -22474,9 +22241,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22474
22241
|
type CarrierChargeForm = io.flow.internal.v0.models.CarrierChargeFormLabel | io.flow.internal.v0.models.CarrierChargeFormOther;
|
|
22475
22242
|
type CarrierCredentials = io.flow.internal.v0.models.SfExpress | io.flow.internal.v0.models.DhlEcommerce | io.flow.internal.v0.models.Landmark | io.flow.internal.v0.models.Dhl | io.flow.internal.v0.models.FedexCrossborder | io.flow.internal.v0.models.Ups | io.flow.internal.v0.models.Fedex;
|
|
22476
22243
|
type ChannelRateMetadata = io.flow.internal.v0.models.ChannelRateMetadataIdentity | io.flow.internal.v0.models.ChannelRateMetadataRate;
|
|
22477
|
-
type CheckoutForm = io.flow.internal.v0.models.CheckoutOrderForm | io.flow.internal.v0.models.CheckoutOrderNumberForm;
|
|
22478
|
-
type CheckoutSubmitOrderBundles = io.flow.internal.v0.models.CheckoutSubmitOrderBundle;
|
|
22479
|
-
type CheckoutSubmitOrderForms = io.flow.internal.v0.models.CheckoutSubmitOrderForm;
|
|
22480
22244
|
type ClassificationAction = io.flow.internal.v0.models.SingleClassificationAction | io.flow.internal.v0.models.BulkClassificationAction;
|
|
22481
22245
|
type ClassificationActionForm = io.flow.internal.v0.models.ClassificationActionFormUndo;
|
|
22482
22246
|
type ClassificationForm = io.flow.internal.v0.models.SingleClassificationForm | io.flow.internal.v0.models.EmptyClassificationForm;
|
|
@@ -22495,7 +22259,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22495
22259
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
22496
22260
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
22497
22261
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
22498
|
-
type Event = io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.FinalEstimateUpserted | io.flow.internal.v0.models.FinalEstimateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22262
|
+
type Event = io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.ShippingEstimateUpserted | io.flow.internal.v0.models.ShippingEstimateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22499
22263
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
22500
22264
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
22501
22265
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -22744,16 +22508,6 @@ export declare type BooleanFeatureRuleForm = io.flow.internal.v0.models.BooleanF
|
|
|
22744
22508
|
export declare type BooleanFeatureValue = io.flow.internal.v0.models.BooleanFeatureValue;
|
|
22745
22509
|
export declare type BrickWebhookEvent = io.flow.internal.v0.models.BrickWebhookEvent;
|
|
22746
22510
|
export declare type BrickWebhookEventResponse = io.flow.internal.v0.models.BrickWebhookEventResponse;
|
|
22747
|
-
export declare type BrowserBundle = io.flow.internal.v0.models.BrowserBundle;
|
|
22748
|
-
export declare type BrowserBundleCountryPickerForm = io.flow.internal.v0.models.BrowserBundleCountryPickerForm;
|
|
22749
|
-
export declare type BrowserBundleError = io.flow.internal.v0.models.BrowserBundleError;
|
|
22750
|
-
export declare type BrowserBundleErrorCode = io.flow.internal.v0.enums.BrowserBundleErrorCode;
|
|
22751
|
-
export declare type BrowserBundleFeatureForm = io.flow.internal.v0.models.BrowserBundleFeatureForm;
|
|
22752
|
-
export declare type BrowserBundleForm = io.flow.internal.v0.models.BrowserBundleForm;
|
|
22753
|
-
export declare type BrowserBundleOptinForm = io.flow.internal.v0.models.BrowserBundleOptinForm;
|
|
22754
|
-
export declare type BrowserBundlePaymentMethod = io.flow.internal.v0.models.BrowserBundlePaymentMethod;
|
|
22755
|
-
export declare type BrowserBundlePaymentMethodForm = io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
22756
|
-
export declare type BrowserBundlePaymentMethods = io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
22757
22511
|
export declare type BulkClassificationAction = io.flow.internal.v0.models.BulkClassificationAction;
|
|
22758
22512
|
export declare type BulkDutyUpdateValidationError = io.flow.internal.v0.models.BulkDutyUpdateValidationError;
|
|
22759
22513
|
export declare type CalculatedTaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount;
|
|
@@ -22889,8 +22643,6 @@ export declare type CheckoutBehaviorCustomerInfo = io.flow.internal.v0.models.Ch
|
|
|
22889
22643
|
export declare type CheckoutBehaviorCustomerInfoEmail = io.flow.internal.v0.models.CheckoutBehaviorCustomerInfoEmail;
|
|
22890
22644
|
export declare type CheckoutBehaviorShippingAddress = io.flow.internal.v0.models.CheckoutBehaviorShippingAddress;
|
|
22891
22645
|
export declare type CheckoutBehaviorShippingMethod = io.flow.internal.v0.models.CheckoutBehaviorShippingMethod;
|
|
22892
|
-
export declare type CheckoutBundle = io.flow.internal.v0.models.CheckoutBundle;
|
|
22893
|
-
export declare type CheckoutBundleMetadata = io.flow.internal.v0.models.CheckoutBundleMetadata;
|
|
22894
22646
|
export declare type CheckoutConfiguration = io.flow.internal.v0.models.CheckoutConfiguration;
|
|
22895
22647
|
export declare type CheckoutConfigurationDeleted = io.flow.internal.v0.models.CheckoutConfigurationDeleted;
|
|
22896
22648
|
export declare type CheckoutConfigurationForm = io.flow.internal.v0.models.CheckoutConfigurationForm;
|
|
@@ -22901,27 +22653,15 @@ export declare type CheckoutContentDetails = io.flow.internal.v0.models.Checkout
|
|
|
22901
22653
|
export declare type CheckoutContentSummary = io.flow.internal.v0.models.CheckoutContentSummary;
|
|
22902
22654
|
export declare type CheckoutError = io.flow.internal.v0.models.CheckoutError;
|
|
22903
22655
|
export declare type CheckoutErrorCode = io.flow.internal.v0.enums.CheckoutErrorCode;
|
|
22904
|
-
export declare type CheckoutFinalizeOrderForm = io.flow.internal.v0.models.CheckoutFinalizeOrderForm;
|
|
22905
|
-
export declare type CheckoutForm = io.flow.internal.v0.unions.CheckoutForm;
|
|
22906
22656
|
export declare type CheckoutMarketingContent = io.flow.internal.v0.models.CheckoutMarketingContent;
|
|
22907
|
-
export declare type CheckoutOrderForm = io.flow.internal.v0.models.CheckoutOrderForm;
|
|
22908
|
-
export declare type CheckoutOrderNumberForm = io.flow.internal.v0.models.CheckoutOrderNumberForm;
|
|
22909
22657
|
export declare type CheckoutPayment = io.flow.internal.v0.models.CheckoutPayment;
|
|
22910
22658
|
export declare type CheckoutPaymentContent = io.flow.internal.v0.models.CheckoutPaymentContent;
|
|
22911
22659
|
export declare type CheckoutPlatformData = io.flow.internal.v0.models.CheckoutPlatformData;
|
|
22912
22660
|
export declare type CheckoutPromptBehavior = io.flow.internal.v0.enums.CheckoutPromptBehavior;
|
|
22913
22661
|
export declare type CheckoutRedirect = io.flow.internal.v0.models.CheckoutRedirect;
|
|
22914
22662
|
export declare type CheckoutRedirectMethod = io.flow.internal.v0.enums.CheckoutRedirectMethod;
|
|
22915
|
-
export declare type CheckoutReferenceForm = io.flow.internal.v0.models.CheckoutReferenceForm;
|
|
22916
22663
|
export declare type CheckoutSettings = io.flow.internal.v0.models.CheckoutSettings;
|
|
22917
22664
|
export declare type CheckoutShippingMethodPromptBehavior = io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior;
|
|
22918
|
-
export declare type CheckoutSourceOrderForm = io.flow.internal.v0.models.CheckoutSourceOrderForm;
|
|
22919
|
-
export declare type CheckoutSubmission = io.flow.internal.v0.models.CheckoutSubmission;
|
|
22920
|
-
export declare type CheckoutSubmissionForm = io.flow.internal.v0.models.CheckoutSubmissionForm;
|
|
22921
|
-
export declare type CheckoutSubmitOrderBundle = io.flow.internal.v0.models.CheckoutSubmitOrderBundle;
|
|
22922
|
-
export declare type CheckoutSubmitOrderBundles = io.flow.internal.v0.unions.CheckoutSubmitOrderBundles;
|
|
22923
|
-
export declare type CheckoutSubmitOrderForm = io.flow.internal.v0.models.CheckoutSubmitOrderForm;
|
|
22924
|
-
export declare type CheckoutSubmitOrderForms = io.flow.internal.v0.unions.CheckoutSubmitOrderForms;
|
|
22925
22665
|
export declare type CheckoutUrl = io.flow.internal.v0.models.CheckoutUrl;
|
|
22926
22666
|
export declare type CheckoutUrlType = io.flow.internal.v0.enums.CheckoutUrlType;
|
|
22927
22667
|
export declare type Cipher = io.flow.internal.v0.models.Cipher;
|
|
@@ -23148,7 +22888,6 @@ export declare type EventType = io.flow.internal.v0.enums.EventType;
|
|
|
23148
22888
|
export declare type ExclusionRuleDeleted = io.flow.internal.v0.models.ExclusionRuleDeleted;
|
|
23149
22889
|
export declare type ExclusionRuleExportRequest = io.flow.internal.v0.models.ExclusionRuleExportRequest;
|
|
23150
22890
|
export declare type ExclusionRuleUpserted = io.flow.internal.v0.models.ExclusionRuleUpserted;
|
|
23151
|
-
export declare type ExpectedOrderSummary = io.flow.internal.v0.models.ExpectedOrderSummary;
|
|
23152
22891
|
export declare type ExperienceExportRequest = io.flow.internal.v0.models.ExperienceExportRequest;
|
|
23153
22892
|
export declare type ExperienceImportRequest = io.flow.internal.v0.models.ExperienceImportRequest;
|
|
23154
22893
|
export declare type ExperienceImportType = io.flow.internal.v0.enums.ExperienceImportType;
|
|
@@ -23201,9 +22940,6 @@ export declare type FedexCrossborder = io.flow.internal.v0.models.FedexCrossbord
|
|
|
23201
22940
|
export declare type Fee = io.flow.internal.v0.models.Fee;
|
|
23202
22941
|
export declare type Fees = io.flow.internal.v0.models.Fees;
|
|
23203
22942
|
export declare type FeesSource = io.flow.internal.v0.enums.FeesSource;
|
|
23204
|
-
export declare type FinalEstimate = io.flow.internal.v0.models.FinalEstimate;
|
|
23205
|
-
export declare type FinalEstimateDeleted = io.flow.internal.v0.models.FinalEstimateDeleted;
|
|
23206
|
-
export declare type FinalEstimateUpserted = io.flow.internal.v0.models.FinalEstimateUpserted;
|
|
23207
22943
|
export declare type FinanceBankAccount = io.flow.internal.v0.models.FinanceBankAccount;
|
|
23208
22944
|
export declare type FinanceBankAccountOwner = io.flow.internal.v0.models.FinanceBankAccountOwner;
|
|
23209
22945
|
export declare type FinanceBankPayment = io.flow.internal.v0.models.FinanceBankPayment;
|
|
@@ -23285,7 +23021,6 @@ export declare type FulfillmentDeleted = io.flow.internal.v0.models.FulfillmentD
|
|
|
23285
23021
|
export declare type FulfillmentFallbacks = io.flow.internal.v0.models.FulfillmentFallbacks;
|
|
23286
23022
|
export declare type FulfillmentFallbacksDeleted = io.flow.internal.v0.models.FulfillmentFallbacksDeleted;
|
|
23287
23023
|
export declare type FulfillmentFallbacksUpserted = io.flow.internal.v0.models.FulfillmentFallbacksUpserted;
|
|
23288
|
-
export declare type FulfillmentInternalExperienceReference = io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
|
|
23289
23024
|
export declare type FulfillmentOrigin = io.flow.internal.v0.models.FulfillmentOrigin;
|
|
23290
23025
|
export declare type FulfillmentProof = io.flow.internal.v0.unions.FulfillmentProof;
|
|
23291
23026
|
export declare type FulfillmentProofExternalFulfillmentProofReference = io.flow.internal.v0.models.FulfillmentProofExternalFulfillmentProofReference;
|
|
@@ -23373,7 +23108,6 @@ export declare type InternalRefundForm = io.flow.internal.v0.unions.InternalRefu
|
|
|
23373
23108
|
export declare type InternalStripeAuthorizationDetails = io.flow.internal.v0.models.InternalStripeAuthorizationDetails;
|
|
23374
23109
|
export declare type InternalTransactionDetails = io.flow.internal.v0.unions.InternalTransactionDetails;
|
|
23375
23110
|
export declare type InternalTransactionDetailsCard = io.flow.internal.v0.models.InternalTransactionDetailsCard;
|
|
23376
|
-
export declare type InvalidCheckoutData = io.flow.internal.v0.models.InvalidCheckoutData;
|
|
23377
23111
|
export declare type Invariant = io.flow.internal.v0.models.Invariant;
|
|
23378
23112
|
export declare type InventoryItemWrapper = io.flow.internal.v0.models.InventoryItemWrapper;
|
|
23379
23113
|
export declare type Invoice = io.flow.internal.v0.models.Invoice;
|
|
@@ -23386,7 +23120,6 @@ export declare type IssuerDeleted = io.flow.internal.v0.models.IssuerDeleted;
|
|
|
23386
23120
|
export declare type IssuerUpserted = io.flow.internal.v0.models.IssuerUpserted;
|
|
23387
23121
|
export declare type ItemClassification = io.flow.internal.v0.models.ItemClassification;
|
|
23388
23122
|
export declare type ItemClassificationAction = io.flow.internal.v0.enums.ItemClassificationAction;
|
|
23389
|
-
export declare type ItemClassificationCreated = io.flow.internal.v0.models.ItemClassificationCreated;
|
|
23390
23123
|
export declare type ItemClassificationForm = io.flow.internal.v0.models.ItemClassificationForm;
|
|
23391
23124
|
export declare type ItemClassificationStatus = io.flow.internal.v0.enums.ItemClassificationStatus;
|
|
23392
23125
|
export declare type ItemClassificationSummary = io.flow.internal.v0.models.ItemClassificationSummary;
|
|
@@ -23579,10 +23312,8 @@ export declare type OptinPrompt = io.flow.internal.v0.models.OptinPrompt;
|
|
|
23579
23312
|
export declare type OptinPromptCheckoutDisplay = io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
23580
23313
|
export declare type OptinPromptCopy = io.flow.internal.v0.models.OptinPromptCopy;
|
|
23581
23314
|
export declare type OptinPromptCopyForm = io.flow.internal.v0.models.OptinPromptCopyForm;
|
|
23582
|
-
export declare type OptinPromptDeleted = io.flow.internal.v0.models.OptinPromptDeleted;
|
|
23583
23315
|
export declare type OptinPromptDisplay = io.flow.internal.v0.unions.OptinPromptDisplay;
|
|
23584
23316
|
export declare type OptinPromptForm = io.flow.internal.v0.models.OptinPromptForm;
|
|
23585
|
-
export declare type OptinPromptUpserted = io.flow.internal.v0.models.OptinPromptUpserted;
|
|
23586
23317
|
export declare type OrderAction = io.flow.internal.v0.enums.OrderAction;
|
|
23587
23318
|
export declare type OrderActionForm = io.flow.internal.v0.unions.OrderActionForm;
|
|
23588
23319
|
export declare type OrderActionability = io.flow.internal.v0.models.OrderActionability;
|
|
@@ -23611,7 +23342,6 @@ export declare type OrderFulfillmentUpserted = io.flow.internal.v0.models.OrderF
|
|
|
23611
23342
|
export declare type OrderLifecycleEvent = io.flow.internal.v0.enums.OrderLifecycleEvent;
|
|
23612
23343
|
export declare type OrderNote = io.flow.internal.v0.models.OrderNote;
|
|
23613
23344
|
export declare type OrderNoteForm = io.flow.internal.v0.models.OrderNoteForm;
|
|
23614
|
-
export declare type OrderParameters = io.flow.internal.v0.models.OrderParameters;
|
|
23615
23345
|
export declare type OrderPaymentAuthorization = io.flow.internal.v0.models.OrderPaymentAuthorization;
|
|
23616
23346
|
export declare type OrderPlaced = io.flow.internal.v0.models.OrderPlaced;
|
|
23617
23347
|
export declare type OrderRatesDataV3 = io.flow.internal.v0.models.OrderRatesDataV3;
|
|
@@ -23796,8 +23526,6 @@ export declare type PlatformFeePercentage = io.flow.internal.v0.models.PlatformF
|
|
|
23796
23526
|
export declare type PlatformFeePercentageTier = io.flow.internal.v0.models.PlatformFeePercentageTier;
|
|
23797
23527
|
export declare type Prediction = io.flow.internal.v0.models.Prediction;
|
|
23798
23528
|
export declare type PreferredBillingSchedule = io.flow.internal.v0.enums.PreferredBillingSchedule;
|
|
23799
|
-
export declare type PregeneratedQuote = io.flow.internal.v0.models.PregeneratedQuote;
|
|
23800
|
-
export declare type PregeneratedRequestEvent = io.flow.internal.v0.models.PregeneratedRequestEvent;
|
|
23801
23529
|
export declare type PriceSelector = io.flow.internal.v0.enums.PriceSelector;
|
|
23802
23530
|
export declare type PrioritizedCenterReference = io.flow.internal.v0.models.PrioritizedCenterReference;
|
|
23803
23531
|
export declare type ProcessingTransaction = io.flow.internal.v0.models.ProcessingTransaction;
|
|
@@ -23854,8 +23582,6 @@ export declare type PublicHub = io.flow.internal.v0.models.PublicHub;
|
|
|
23854
23582
|
export declare type PublicHubForm = io.flow.internal.v0.models.PublicHubForm;
|
|
23855
23583
|
export declare type Quote = io.flow.internal.v0.models.Quote;
|
|
23856
23584
|
export declare type QuoteDeleted = io.flow.internal.v0.models.QuoteDeleted;
|
|
23857
|
-
export declare type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
23858
|
-
export declare type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
|
|
23859
23585
|
export declare type QuoteUpserted = io.flow.internal.v0.models.QuoteUpserted;
|
|
23860
23586
|
export declare type RateAndRuleItem = io.flow.internal.v0.models.RateAndRuleItem;
|
|
23861
23587
|
export declare type RateAndRuleItemForm = io.flow.internal.v0.models.RateAndRuleItemForm;
|
|
@@ -23890,9 +23616,6 @@ export declare type RatecardDimensionEstimateDeleted = io.flow.internal.v0.model
|
|
|
23890
23616
|
export declare type RatecardDimensionEstimateUpserted = io.flow.internal.v0.models.RatecardDimensionEstimateUpserted;
|
|
23891
23617
|
export declare type RatecardInternalServiceFee = io.flow.internal.v0.models.RatecardInternalServiceFee;
|
|
23892
23618
|
export declare type RatecardInternalSummary = io.flow.internal.v0.models.RatecardInternalSummary;
|
|
23893
|
-
export declare type RatecardLaneAggregate = io.flow.internal.v0.models.RatecardLaneAggregate;
|
|
23894
|
-
export declare type RatecardLaneAggregateDeleted = io.flow.internal.v0.models.RatecardLaneAggregateDeleted;
|
|
23895
|
-
export declare type RatecardLaneAggregateUpserted = io.flow.internal.v0.models.RatecardLaneAggregateUpserted;
|
|
23896
23619
|
export declare type RatecardLanesImportRequest = io.flow.internal.v0.models.RatecardLanesImportRequest;
|
|
23897
23620
|
export declare type RatecardRateLevelDeleted = io.flow.internal.v0.models.RatecardRateLevelDeleted;
|
|
23898
23621
|
export declare type RatecardRateLevelOrganizationDeleted = io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted;
|
|
@@ -24063,6 +23786,8 @@ export declare type SessionRolloutForm = io.flow.internal.v0.models.SessionRollo
|
|
|
24063
23786
|
export declare type SetupBlockPutForm = io.flow.internal.v0.models.SetupBlockPutForm;
|
|
24064
23787
|
export declare type SfExpress = io.flow.internal.v0.models.SfExpress;
|
|
24065
23788
|
export declare type ShippedItemValue = io.flow.internal.v0.models.ShippedItemValue;
|
|
23789
|
+
export declare type ShippingEstimateDeleted = io.flow.internal.v0.models.ShippingEstimateDeleted;
|
|
23790
|
+
export declare type ShippingEstimateUpserted = io.flow.internal.v0.models.ShippingEstimateUpserted;
|
|
24066
23791
|
export declare type ShippingLane = io.flow.internal.v0.models.ShippingLane;
|
|
24067
23792
|
export declare type ShippingMethodReference = io.flow.internal.v0.models.ShippingMethodReference;
|
|
24068
23793
|
export declare type Shop = io.flow.internal.v0.models.Shop;
|
|
@@ -24130,6 +23855,7 @@ export declare type ShopifyMarketsTradeSector = io.flow.internal.v0.enums.Shopif
|
|
|
24130
23855
|
export declare type ShopifyMarketsWebhookRegistration = io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
|
|
24131
23856
|
export declare type ShopifyMarketsWebhookRegistrationDeleted = io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted;
|
|
24132
23857
|
export declare type ShopifyMarketsWebhookRegistrationUpserted = io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted;
|
|
23858
|
+
export declare type ShopifyMerchantPlan = io.flow.internal.v0.models.ShopifyMerchantPlan;
|
|
24133
23859
|
export declare type ShopifyMetadata = io.flow.internal.v0.models.ShopifyMetadata;
|
|
24134
23860
|
export declare type ShopifyMonitoringCarrierService = io.flow.internal.v0.models.ShopifyMonitoringCarrierService;
|
|
24135
23861
|
export declare type ShopifyMonitoringFulfillmentExternal = io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal;
|
|
@@ -24161,6 +23887,7 @@ export declare type ShopifyOrganizationSettingsForm = io.flow.internal.v0.models
|
|
|
24161
23887
|
export declare type ShopifyPartnerWebhook = io.flow.internal.v0.models.ShopifyPartnerWebhook;
|
|
24162
23888
|
export declare type ShopifyPartnerWebhookRaw = io.flow.internal.v0.models.ShopifyPartnerWebhookRaw;
|
|
24163
23889
|
export declare type ShopifyPaymentSummary = io.flow.internal.v0.models.ShopifyPaymentSummary;
|
|
23890
|
+
export declare type ShopifyPlanType = io.flow.internal.v0.enums.ShopifyPlanType;
|
|
24164
23891
|
export declare type ShopifyProductBundle = io.flow.internal.v0.models.ShopifyProductBundle;
|
|
24165
23892
|
export declare type ShopifyProductBundleDeleted = io.flow.internal.v0.models.ShopifyProductBundleDeleted;
|
|
24166
23893
|
export declare type ShopifyProductBundleUnderlying = io.flow.internal.v0.models.ShopifyProductBundleUnderlying;
|