@flowio/types 11.24.127 → 11.24.129
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 +124 -8
- package/dist/api.d.ts +27 -2
- package/package.json +2 -2
- package/src/api-internal.ts +178 -5
- package/src/api.ts +48 -1
package/dist/api-internal.d.ts
CHANGED
|
@@ -1042,6 +1042,7 @@ declare namespace io.flow.fulfillment.v0.models {
|
|
|
1042
1042
|
readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
|
|
1043
1043
|
readonly price: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
|
|
1044
1044
|
readonly service: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1045
|
+
readonly actual_service?: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1045
1046
|
readonly tier: io.flow.fulfillment.v0.models.TierSummary;
|
|
1046
1047
|
readonly window: io.flow.fulfillment.v0.models.DeliveryWindow;
|
|
1047
1048
|
readonly rule_outcome?: io.flow.fulfillment.v0.unions.TierRuleOutcome;
|
|
@@ -7158,6 +7159,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
7158
7159
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
7159
7160
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
7160
7161
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
7162
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
|
|
7161
7163
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
7162
7164
|
}
|
|
7163
7165
|
declare namespace io.flow.channel.internal.v0.models {
|
|
@@ -7221,6 +7223,29 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
7221
7223
|
readonly description: string;
|
|
7222
7224
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
7223
7225
|
}
|
|
7226
|
+
interface ChannelOrganizationDomain {
|
|
7227
|
+
readonly internal: string;
|
|
7228
|
+
readonly public: string;
|
|
7229
|
+
}
|
|
7230
|
+
interface ChannelOrganizationInstallation {
|
|
7231
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
7232
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
7233
|
+
}
|
|
7234
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
7235
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
7236
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
7237
|
+
}
|
|
7238
|
+
interface ChannelOrganizationMetadata {
|
|
7239
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
7240
|
+
readonly token: string;
|
|
7241
|
+
}
|
|
7242
|
+
interface ChannelOrganizationToken {
|
|
7243
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
7244
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
7245
|
+
}
|
|
7246
|
+
interface ChannelOrganizationTokenBody {
|
|
7247
|
+
readonly cleartext: string;
|
|
7248
|
+
}
|
|
7224
7249
|
interface FlowChannelOrganization {
|
|
7225
7250
|
readonly placeholder?: string;
|
|
7226
7251
|
}
|
|
@@ -10764,7 +10789,7 @@ declare namespace io.flow.item.v0.models {
|
|
|
10764
10789
|
}
|
|
10765
10790
|
}
|
|
10766
10791
|
declare namespace io.flow.billing.v0.enums {
|
|
10767
|
-
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
10792
|
+
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'tax' | 'duty' | 'tax_and_duty' | 'product' | 'tax_and_duty_fx_diff' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
10768
10793
|
type PayoutAttachmentType = 'transactions';
|
|
10769
10794
|
type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
|
|
10770
10795
|
type PendingPayoutTransactionReasonCode = 'waiting_for_full_refund' | 'waiting_for_fulfillment' | 'waiting_for_in_transit' | 'waiting_for_next_payout_date' | 'waiting_for_tracking_info' | 'waiting_for_positive_account_balance' | 'unfulfilled_amount_greater_than_negative_balance' | 'account_payment_hold';
|
|
@@ -11381,7 +11406,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
11381
11406
|
}
|
|
11382
11407
|
declare namespace io.flow.merchant.of.record.v0.enums {
|
|
11383
11408
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
11384
|
-
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
|
|
11409
|
+
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-gbr' | 'ge-irl';
|
|
11385
11410
|
}
|
|
11386
11411
|
declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
11387
11412
|
type MerchantDisabledReason = 'merchant_deactivated' | 'merchant_rejected';
|
|
@@ -11720,7 +11745,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11720
11745
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
11721
11746
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
11722
11747
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
11723
|
-
type
|
|
11748
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
|
|
11749
|
+
type ChannelTransactionTriggerType = 'capture' | 'order';
|
|
11750
|
+
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing' | 'order';
|
|
11724
11751
|
type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
|
|
11725
11752
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
11726
11753
|
type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge';
|
|
@@ -11769,7 +11796,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11769
11796
|
type EmptyAttribute = 'irrelevant';
|
|
11770
11797
|
type ErpFileType = 'vendor';
|
|
11771
11798
|
type EvaluationCheckResult = 'pass' | 'fail';
|
|
11772
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
11799
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
11773
11800
|
type ExperienceImportType = 'experience_with_settings';
|
|
11774
11801
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
11775
11802
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -11842,7 +11869,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11842
11869
|
type OrganizationRestrictionReviewType = 'all_pending' | 'pending_verification';
|
|
11843
11870
|
type OrganizationRestrictionRiskLevel = '5' | '15';
|
|
11844
11871
|
type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
|
|
11845
|
-
type OrganizationSource = 'shopify' | 'enterprise';
|
|
11872
|
+
type OrganizationSource = 'shopify' | 'smb' | 'enterprise';
|
|
11846
11873
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
11847
11874
|
type Owner = 'flow' | 'organization';
|
|
11848
11875
|
type PaymentShortUrlDiscriminator = 'adyen_3ds2';
|
|
@@ -11877,7 +11904,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11877
11904
|
type RestrictionAttributeResult = 'pending_classification' | 'pending_verification' | 'accepted' | 'restricted';
|
|
11878
11905
|
type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
|
|
11879
11906
|
type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox';
|
|
11880
|
-
type RestrictionOrganizationSource = 'shopify' | 'enterprise';
|
|
11907
|
+
type RestrictionOrganizationSource = 'shopify' | 'smb' | 'enterprise';
|
|
11881
11908
|
type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
|
|
11882
11909
|
type RestrictionRuleCommunityExemption = 'domestic_exemption' | 'intra_eu_exemption';
|
|
11883
11910
|
type RestrictionRuleExceptionAction = 'allow' | 'deny';
|
|
@@ -13638,6 +13665,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13638
13665
|
readonly channel_id: string;
|
|
13639
13666
|
readonly channel_order_summary: io.flow.internal.v0.models.ChannelOrderSummary;
|
|
13640
13667
|
}
|
|
13668
|
+
interface ChannelOrganizationDomain {
|
|
13669
|
+
readonly internal: string;
|
|
13670
|
+
readonly public: string;
|
|
13671
|
+
}
|
|
13641
13672
|
interface ChannelOrganizationIdentifier {
|
|
13642
13673
|
readonly id: string;
|
|
13643
13674
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
@@ -13657,6 +13688,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13657
13688
|
readonly channel_id: string;
|
|
13658
13689
|
readonly channel_organization_identifier: io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
13659
13690
|
}
|
|
13691
|
+
interface ChannelOrganizationInstallation {
|
|
13692
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
13693
|
+
readonly tokens: io.flow.internal.v0.models.ChannelOrganizationToken[];
|
|
13694
|
+
}
|
|
13695
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
13696
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
13697
|
+
readonly metadata: io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
13698
|
+
}
|
|
13699
|
+
interface ChannelOrganizationMetadata {
|
|
13700
|
+
readonly domain: io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
13701
|
+
readonly token: string;
|
|
13702
|
+
}
|
|
13660
13703
|
interface ChannelOrganizationPublicationOwner {
|
|
13661
13704
|
readonly owner: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
13662
13705
|
}
|
|
@@ -13681,6 +13724,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13681
13724
|
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
13682
13725
|
readonly metadata: io.flow.internal.v0.models.ShopifyMetadata;
|
|
13683
13726
|
}
|
|
13727
|
+
interface ChannelOrganizationToken {
|
|
13728
|
+
readonly token: io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
13729
|
+
readonly service: io.flow.internal.v0.enums.ChannelService;
|
|
13730
|
+
}
|
|
13731
|
+
interface ChannelOrganizationTokenBody {
|
|
13732
|
+
readonly cleartext: string;
|
|
13733
|
+
}
|
|
13684
13734
|
interface ChannelRateMetadataIdentity {
|
|
13685
13735
|
readonly discriminator: 'channel_rate_metadata_identity';
|
|
13686
13736
|
readonly currency: string;
|
|
@@ -13722,6 +13772,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13722
13772
|
readonly value: number;
|
|
13723
13773
|
readonly timestamp: string;
|
|
13724
13774
|
}
|
|
13775
|
+
interface ChannelTransactionTriggerMetadata {
|
|
13776
|
+
readonly discriminator: 'channel_transaction_trigger_metadata';
|
|
13777
|
+
readonly trigger_type: io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
13778
|
+
}
|
|
13725
13779
|
interface ChannelTransactionUpserted {
|
|
13726
13780
|
readonly discriminator: 'channel_transaction_upserted';
|
|
13727
13781
|
readonly event_id: string;
|
|
@@ -15241,6 +15295,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15241
15295
|
readonly processing?: io.flow.internal.v0.models.Fee;
|
|
15242
15296
|
readonly rate_lock: io.flow.internal.v0.models.Fee;
|
|
15243
15297
|
readonly mor?: io.flow.internal.v0.models.Fee;
|
|
15298
|
+
readonly tax?: io.flow.internal.v0.models.Fee;
|
|
15299
|
+
readonly duty?: io.flow.internal.v0.models.Fee;
|
|
15300
|
+
readonly tax_and_duty?: io.flow.internal.v0.models.Fee;
|
|
15301
|
+
readonly product?: io.flow.internal.v0.models.Fee;
|
|
15302
|
+
readonly tax_and_duty_fx_diff?: io.flow.internal.v0.models.Fee;
|
|
15244
15303
|
readonly fx?: io.flow.internal.v0.models.Fee;
|
|
15245
15304
|
readonly duty_guarantee?: io.flow.internal.v0.models.Fee;
|
|
15246
15305
|
readonly transfer?: io.flow.internal.v0.models.Fee;
|
|
@@ -15771,6 +15830,28 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15771
15830
|
readonly fulfillment_created_at?: string;
|
|
15772
15831
|
readonly fulfillment_updated_at?: string;
|
|
15773
15832
|
}
|
|
15833
|
+
interface FulfillmentStatusDeleted {
|
|
15834
|
+
readonly discriminator: 'fulfillment_status_deleted';
|
|
15835
|
+
readonly event_id: string;
|
|
15836
|
+
readonly timestamp: string;
|
|
15837
|
+
readonly organization: string;
|
|
15838
|
+
readonly id: string;
|
|
15839
|
+
}
|
|
15840
|
+
interface FulfillmentStatusSummary {
|
|
15841
|
+
readonly id: string;
|
|
15842
|
+
readonly order_number: string;
|
|
15843
|
+
readonly organization_id: string;
|
|
15844
|
+
readonly fulfilled_at: string;
|
|
15845
|
+
readonly sequence_number: number;
|
|
15846
|
+
readonly completes_order: boolean;
|
|
15847
|
+
}
|
|
15848
|
+
interface FulfillmentStatusUpserted {
|
|
15849
|
+
readonly discriminator: 'fulfillment_status_upserted';
|
|
15850
|
+
readonly event_id: string;
|
|
15851
|
+
readonly timestamp: string;
|
|
15852
|
+
readonly organization: string;
|
|
15853
|
+
readonly fulfillment: io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
15854
|
+
}
|
|
15774
15855
|
interface FulfillmentSubsidyBreakdown {
|
|
15775
15856
|
readonly tax: number;
|
|
15776
15857
|
readonly duty: number;
|
|
@@ -17102,6 +17183,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17102
17183
|
readonly processing: number;
|
|
17103
17184
|
readonly rate_lock: number;
|
|
17104
17185
|
readonly transfer: number;
|
|
17186
|
+
readonly product_fee?: number;
|
|
17187
|
+
readonly estimated_tax?: number;
|
|
17188
|
+
readonly estimated_duty?: number;
|
|
17189
|
+
readonly estimated_duties_and_taxes?: number;
|
|
17190
|
+
readonly td_fx_diff?: number;
|
|
17105
17191
|
readonly total: number;
|
|
17106
17192
|
}
|
|
17107
17193
|
interface MerchantGuidAssignment {
|
|
@@ -18664,6 +18750,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18664
18750
|
readonly construction?: string;
|
|
18665
18751
|
readonly item: string;
|
|
18666
18752
|
}
|
|
18753
|
+
interface PriceInclusivity {
|
|
18754
|
+
readonly tax?: boolean;
|
|
18755
|
+
readonly duty?: boolean;
|
|
18756
|
+
}
|
|
18667
18757
|
interface PrioritizedCenterReference {
|
|
18668
18758
|
readonly center_key: string;
|
|
18669
18759
|
readonly position: number;
|
|
@@ -19429,6 +19519,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19429
19519
|
readonly destination_country?: number;
|
|
19430
19520
|
readonly usd: number;
|
|
19431
19521
|
readonly eur: number;
|
|
19522
|
+
readonly guaranteed?: number;
|
|
19523
|
+
readonly spot?: number;
|
|
19432
19524
|
}
|
|
19433
19525
|
interface ReportingCountry {
|
|
19434
19526
|
readonly code: string;
|
|
@@ -19467,6 +19559,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19467
19559
|
readonly mor: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19468
19560
|
readonly fx: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19469
19561
|
readonly sp: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19562
|
+
readonly product_fee?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19563
|
+
readonly estimated_tax?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19564
|
+
readonly estimated_duty?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19565
|
+
readonly estimated_duties_and_taxes?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19566
|
+
readonly td_fx_diff?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19470
19567
|
}
|
|
19471
19568
|
interface ReportingFulfillment {
|
|
19472
19569
|
readonly id: string;
|
|
@@ -19526,6 +19623,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19526
19623
|
readonly processing: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19527
19624
|
readonly rate_lock: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19528
19625
|
readonly transfer: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19626
|
+
readonly product_fee?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19627
|
+
readonly estimated_tax?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19628
|
+
readonly estimated_duty?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19629
|
+
readonly estimated_duties_and_taxes?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19630
|
+
readonly td_fx_diff?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19529
19631
|
readonly total?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19530
19632
|
}
|
|
19531
19633
|
interface ReportingMerchantSubsidies {
|
|
@@ -20137,6 +20239,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20137
20239
|
readonly fees: io.flow.internal.v0.models.ReportingFees;
|
|
20138
20240
|
readonly conversion_rate: io.flow.internal.v0.models.ReportingConversionRates;
|
|
20139
20241
|
readonly payment_is: io.flow.internal.v0.models.PaymentIs;
|
|
20242
|
+
readonly price_inclusivity?: io.flow.internal.v0.models.PriceInclusivity;
|
|
20140
20243
|
readonly destination_country: string;
|
|
20141
20244
|
readonly fulfilled_at?: string;
|
|
20142
20245
|
}
|
|
@@ -22205,7 +22308,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22205
22308
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
22206
22309
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
22207
22310
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
22208
|
-
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22311
|
+
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22209
22312
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
22210
22313
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
22211
22314
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -22249,7 +22352,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22249
22352
|
type TariffEligibilityData = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData;
|
|
22250
22353
|
type TariffEligibilityForm = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm;
|
|
22251
22354
|
type TaskData = io.flow.internal.v0.models.TaskProcessQueuedEvent | io.flow.internal.v0.models.TaskSummarizeCode | io.flow.internal.v0.models.TaskItemUpserted | io.flow.internal.v0.models.TaskImport;
|
|
22252
|
-
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata;
|
|
22355
|
+
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
22253
22356
|
type TaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
22254
22357
|
type Tracker = io.flow.internal.v0.models.GoogleAnalytics | io.flow.internal.v0.models.GoogleGlobalSiteTag | io.flow.internal.v0.models.GoogleTagManager | io.flow.internal.v0.models.FacebookPixel | io.flow.internal.v0.models.SnapchatPixel;
|
|
22255
22358
|
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.MerchantFeeTransaction;
|
|
@@ -22553,9 +22656,13 @@ export declare type ChannelOrderSummary = io.flow.internal.v0.models.ChannelOrde
|
|
|
22553
22656
|
export declare type ChannelOrderSummaryDeleted = io.flow.internal.v0.models.ChannelOrderSummaryDeleted;
|
|
22554
22657
|
export declare type ChannelOrderSummaryFulfillmentDetails = io.flow.internal.v0.models.ChannelOrderSummaryFulfillmentDetails;
|
|
22555
22658
|
export declare type ChannelOrderSummaryUpserted = io.flow.internal.v0.models.ChannelOrderSummaryUpserted;
|
|
22659
|
+
export declare type ChannelOrganizationDomain = io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
22556
22660
|
export declare type ChannelOrganizationIdentifier = io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
22557
22661
|
export declare type ChannelOrganizationIdentifierDeleted = io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted;
|
|
22558
22662
|
export declare type ChannelOrganizationIdentifierUpserted = io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted;
|
|
22663
|
+
export declare type ChannelOrganizationInstallation = io.flow.internal.v0.models.ChannelOrganizationInstallation;
|
|
22664
|
+
export declare type ChannelOrganizationInstallationPostForm = io.flow.internal.v0.models.ChannelOrganizationInstallationPostForm;
|
|
22665
|
+
export declare type ChannelOrganizationMetadata = io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
22559
22666
|
export declare type ChannelOrganizationPublicationOwner = io.flow.internal.v0.models.ChannelOrganizationPublicationOwner;
|
|
22560
22667
|
export declare type ChannelOrganizationPublicationOwnerPutForm = io.flow.internal.v0.models.ChannelOrganizationPublicationOwnerPutForm;
|
|
22561
22668
|
export declare type ChannelOrganizationSellabilityStatus = io.flow.internal.v0.models.ChannelOrganizationSellabilityStatus;
|
|
@@ -22563,12 +22670,17 @@ export declare type ChannelOrganizationSellabilityStatusPutForm = io.flow.intern
|
|
|
22563
22670
|
export declare type ChannelOrganizationShopify = io.flow.internal.v0.models.ChannelOrganizationShopify;
|
|
22564
22671
|
export declare type ChannelOrganizationShopifyForm = io.flow.internal.v0.models.ChannelOrganizationShopifyForm;
|
|
22565
22672
|
export declare type ChannelOrganizationShopifyPostForm = io.flow.internal.v0.models.ChannelOrganizationShopifyPostForm;
|
|
22673
|
+
export declare type ChannelOrganizationToken = io.flow.internal.v0.models.ChannelOrganizationToken;
|
|
22674
|
+
export declare type ChannelOrganizationTokenBody = io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
22566
22675
|
export declare type ChannelRateMetadata = io.flow.internal.v0.unions.ChannelRateMetadata;
|
|
22567
22676
|
export declare type ChannelRateMetadataIdentity = io.flow.internal.v0.models.ChannelRateMetadataIdentity;
|
|
22568
22677
|
export declare type ChannelRateMetadataRate = io.flow.internal.v0.models.ChannelRateMetadataRate;
|
|
22678
|
+
export declare type ChannelService = io.flow.internal.v0.enums.ChannelService;
|
|
22569
22679
|
export declare type ChannelTransaction = io.flow.internal.v0.models.ChannelTransaction;
|
|
22570
22680
|
export declare type ChannelTransactionDeleted = io.flow.internal.v0.models.ChannelTransactionDeleted;
|
|
22571
22681
|
export declare type ChannelTransactionRate = io.flow.internal.v0.models.ChannelTransactionRate;
|
|
22682
|
+
export declare type ChannelTransactionTriggerMetadata = io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
22683
|
+
export declare type ChannelTransactionTriggerType = io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
22572
22684
|
export declare type ChannelTransactionType = io.flow.internal.v0.enums.ChannelTransactionType;
|
|
22573
22685
|
export declare type ChannelTransactionUpserted = io.flow.internal.v0.models.ChannelTransactionUpserted;
|
|
22574
22686
|
export declare type ChapterCheckResult = io.flow.internal.v0.models.ChapterCheckResult;
|
|
@@ -22949,6 +23061,9 @@ export declare type FulfillmentProofShippingNotificationReference = io.flow.inte
|
|
|
22949
23061
|
export declare type FulfillmentReference = io.flow.internal.v0.models.FulfillmentReference;
|
|
22950
23062
|
export declare type FulfillmentShopperBreakdown = io.flow.internal.v0.models.FulfillmentShopperBreakdown;
|
|
22951
23063
|
export declare type FulfillmentSnapshot = io.flow.internal.v0.models.FulfillmentSnapshot;
|
|
23064
|
+
export declare type FulfillmentStatusDeleted = io.flow.internal.v0.models.FulfillmentStatusDeleted;
|
|
23065
|
+
export declare type FulfillmentStatusSummary = io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
23066
|
+
export declare type FulfillmentStatusUpserted = io.flow.internal.v0.models.FulfillmentStatusUpserted;
|
|
22952
23067
|
export declare type FulfillmentSubsidyBreakdown = io.flow.internal.v0.models.FulfillmentSubsidyBreakdown;
|
|
22953
23068
|
export declare type FulfillmentTrigger = io.flow.internal.v0.unions.FulfillmentTrigger;
|
|
22954
23069
|
export declare type FulfillmentTriggerProof = io.flow.internal.v0.models.FulfillmentTriggerProof;
|
|
@@ -23453,6 +23568,7 @@ export declare type PrateekItemForm = io.flow.internal.v0.models.PrateekItemForm
|
|
|
23453
23568
|
export declare type PrateekItemType = io.flow.internal.v0.enums.PrateekItemType;
|
|
23454
23569
|
export declare type Prediction = io.flow.internal.v0.models.Prediction;
|
|
23455
23570
|
export declare type PreferredBillingSchedule = io.flow.internal.v0.enums.PreferredBillingSchedule;
|
|
23571
|
+
export declare type PriceInclusivity = io.flow.internal.v0.models.PriceInclusivity;
|
|
23456
23572
|
export declare type PriceSelector = io.flow.internal.v0.enums.PriceSelector;
|
|
23457
23573
|
export declare type PrioritizedCenterReference = io.flow.internal.v0.models.PrioritizedCenterReference;
|
|
23458
23574
|
export declare type ProcessingTransaction = io.flow.internal.v0.models.ProcessingTransaction;
|
package/dist/api.d.ts
CHANGED
|
@@ -2212,6 +2212,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
2212
2212
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
2213
2213
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
2214
2214
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
2215
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
|
|
2215
2216
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
2216
2217
|
}
|
|
2217
2218
|
declare namespace io.flow.channel.internal.v0.models {
|
|
@@ -2275,6 +2276,29 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
2275
2276
|
readonly description: string;
|
|
2276
2277
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
2277
2278
|
}
|
|
2279
|
+
interface ChannelOrganizationDomain {
|
|
2280
|
+
readonly internal: string;
|
|
2281
|
+
readonly public: string;
|
|
2282
|
+
}
|
|
2283
|
+
interface ChannelOrganizationInstallation {
|
|
2284
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
2285
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
2286
|
+
}
|
|
2287
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
2288
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
2289
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
2290
|
+
}
|
|
2291
|
+
interface ChannelOrganizationMetadata {
|
|
2292
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
2293
|
+
readonly token: string;
|
|
2294
|
+
}
|
|
2295
|
+
interface ChannelOrganizationToken {
|
|
2296
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
2297
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
2298
|
+
}
|
|
2299
|
+
interface ChannelOrganizationTokenBody {
|
|
2300
|
+
readonly cleartext: string;
|
|
2301
|
+
}
|
|
2278
2302
|
interface FlowChannelOrganization {
|
|
2279
2303
|
readonly placeholder?: string;
|
|
2280
2304
|
}
|
|
@@ -3041,9 +3065,9 @@ declare namespace io.flow.v0.enums {
|
|
|
3041
3065
|
type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
|
|
3042
3066
|
type ExportStatus = 'created' | 'processing' | 'completed' | 'failed';
|
|
3043
3067
|
type ExporterOfRecord = 'flow' | 'organization';
|
|
3044
|
-
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
3068
|
+
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'tax' | 'duty' | 'tax_and_duty' | 'product' | 'tax_and_duty_fx_diff' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
3045
3069
|
type FlowBehavior = 'view_consumer_data';
|
|
3046
|
-
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
|
|
3070
|
+
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-gbr' | 'ge-irl';
|
|
3047
3071
|
type FlowRole = 'organization_admin' | 'organization_merchant' | 'organization_customer_service' | 'organization_fulfillment' | 'organization_marketing' | 'organization_finance' | 'organization_classification' | 'flow_operations' | 'channel_admin' | 'channel_organization_admin';
|
|
3048
3072
|
type FraudEmailRuleDecision = 'approved' | 'declined';
|
|
3049
3073
|
type FraudLiability = 'flow' | 'organization';
|
|
@@ -5213,6 +5237,7 @@ declare namespace io.flow.v0.models {
|
|
|
5213
5237
|
readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
|
|
5214
5238
|
readonly price: io.flow.v0.models.PriceWithBaseAndDetails;
|
|
5215
5239
|
readonly service: io.flow.v0.models.ServiceSummary;
|
|
5240
|
+
readonly actual_service?: io.flow.v0.models.ServiceSummary;
|
|
5216
5241
|
readonly tier: io.flow.v0.models.TierSummary;
|
|
5217
5242
|
readonly window: io.flow.v0.models.DeliveryWindow;
|
|
5218
5243
|
readonly rule_outcome?: io.flow.v0.unions.TierRuleOutcome;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.129",
|
|
4
4
|
"description": "TypeScript type definitions for custom types found in Flow API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"maintainers": [
|
|
26
26
|
"Christian Muñoz <christian.munoz@flow.io>"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "942e116995931225d013428a9da8237ec64c06be"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -1413,6 +1413,7 @@ declare namespace io.flow.fulfillment.v0.models {
|
|
|
1413
1413
|
readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
|
|
1414
1414
|
readonly price: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
|
|
1415
1415
|
readonly service: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1416
|
+
readonly actual_service?: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
1416
1417
|
readonly tier: io.flow.fulfillment.v0.models.TierSummary;
|
|
1417
1418
|
readonly window: io.flow.fulfillment.v0.models.DeliveryWindow;
|
|
1418
1419
|
readonly rule_outcome?: io.flow.fulfillment.v0.unions.TierRuleOutcome;
|
|
@@ -10039,6 +10040,11 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
10039
10040
|
| 'review'
|
|
10040
10041
|
| 'edit_review'
|
|
10041
10042
|
| 'edit_accepted';
|
|
10043
|
+
type ChannelService =
|
|
10044
|
+
| 'payment'
|
|
10045
|
+
| 'duty_tax_calculator'
|
|
10046
|
+
| 'sellability'
|
|
10047
|
+
| 'all';
|
|
10042
10048
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
10043
10049
|
}
|
|
10044
10050
|
|
|
@@ -10113,6 +10119,35 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
10113
10119
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
10114
10120
|
}
|
|
10115
10121
|
|
|
10122
|
+
interface ChannelOrganizationDomain {
|
|
10123
|
+
readonly internal: string;
|
|
10124
|
+
readonly public: string;
|
|
10125
|
+
}
|
|
10126
|
+
|
|
10127
|
+
interface ChannelOrganizationInstallation {
|
|
10128
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
10129
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
10130
|
+
}
|
|
10131
|
+
|
|
10132
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
10133
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
10134
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
10135
|
+
}
|
|
10136
|
+
|
|
10137
|
+
interface ChannelOrganizationMetadata {
|
|
10138
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
10139
|
+
readonly token: string;
|
|
10140
|
+
}
|
|
10141
|
+
|
|
10142
|
+
interface ChannelOrganizationToken {
|
|
10143
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
10144
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
10145
|
+
}
|
|
10146
|
+
|
|
10147
|
+
interface ChannelOrganizationTokenBody {
|
|
10148
|
+
readonly cleartext: string;
|
|
10149
|
+
}
|
|
10150
|
+
|
|
10116
10151
|
interface FlowChannelOrganization {
|
|
10117
10152
|
readonly placeholder?: string;
|
|
10118
10153
|
}
|
|
@@ -14692,6 +14727,11 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
14692
14727
|
| 'duty_guarantee'
|
|
14693
14728
|
| 'mor'
|
|
14694
14729
|
| 'fraud'
|
|
14730
|
+
| 'tax'
|
|
14731
|
+
| 'duty'
|
|
14732
|
+
| 'tax_and_duty'
|
|
14733
|
+
| 'product'
|
|
14734
|
+
| 'tax_and_duty_fx_diff'
|
|
14695
14735
|
| 'fx'
|
|
14696
14736
|
| 'processing'
|
|
14697
14737
|
| 'rate_lock'
|
|
@@ -15501,7 +15541,14 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
15501
15541
|
|
|
15502
15542
|
declare namespace io.flow.merchant.of.record.v0.enums {
|
|
15503
15543
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
15504
|
-
type FlowEntity =
|
|
15544
|
+
type FlowEntity =
|
|
15545
|
+
| 'flow-usa'
|
|
15546
|
+
| 'flow-irl'
|
|
15547
|
+
| 'flow-can'
|
|
15548
|
+
| 'ge-usa'
|
|
15549
|
+
| 'ge-can'
|
|
15550
|
+
| 'ge-gbr'
|
|
15551
|
+
| 'ge-irl';
|
|
15505
15552
|
}
|
|
15506
15553
|
|
|
15507
15554
|
declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
@@ -16275,7 +16322,17 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16275
16322
|
| 'fulfilled'
|
|
16276
16323
|
| 'partial'
|
|
16277
16324
|
| 'cancelled';
|
|
16278
|
-
type
|
|
16325
|
+
type ChannelService =
|
|
16326
|
+
| 'payment'
|
|
16327
|
+
| 'duty_tax_calculator'
|
|
16328
|
+
| 'sellability'
|
|
16329
|
+
| 'all';
|
|
16330
|
+
type ChannelTransactionTriggerType = 'capture' | 'order';
|
|
16331
|
+
type ChannelTransactionType =
|
|
16332
|
+
| 'adjustment'
|
|
16333
|
+
| 'reversal'
|
|
16334
|
+
| 'processing'
|
|
16335
|
+
| 'order';
|
|
16279
16336
|
type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
|
|
16280
16337
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
16281
16338
|
type ChargeInputType =
|
|
@@ -16408,6 +16465,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16408
16465
|
| 'organization_account_deleted'
|
|
16409
16466
|
| 'account_transactions_export_request'
|
|
16410
16467
|
| 'account_orders_export_request'
|
|
16468
|
+
| 'fulfillment_status_upserted'
|
|
16469
|
+
| 'fulfillment_status_deleted'
|
|
16411
16470
|
| 'main_transaction_upserted'
|
|
16412
16471
|
| 'main_transaction_deleted'
|
|
16413
16472
|
| 'main_transaction_upserted_v2'
|
|
@@ -16983,7 +17042,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16983
17042
|
| 'fully_reviewed'
|
|
16984
17043
|
| 'rejected'
|
|
16985
17044
|
| 'unscreened';
|
|
16986
|
-
type OrganizationSource = 'shopify' | 'enterprise';
|
|
17045
|
+
type OrganizationSource = 'shopify' | 'smb' | 'enterprise';
|
|
16987
17046
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
16988
17047
|
type Owner = 'flow' | 'organization';
|
|
16989
17048
|
type PaymentShortUrlDiscriminator = 'adyen_3ds2';
|
|
@@ -17087,7 +17146,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
17087
17146
|
| 'enterprise'
|
|
17088
17147
|
| 'shopify-sandbox'
|
|
17089
17148
|
| 'enterprise-sandbox';
|
|
17090
|
-
type RestrictionOrganizationSource = 'shopify' | 'enterprise';
|
|
17149
|
+
type RestrictionOrganizationSource = 'shopify' | 'smb' | 'enterprise';
|
|
17091
17150
|
type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
|
|
17092
17151
|
type RestrictionRuleCommunityExemption =
|
|
17093
17152
|
| 'domestic_exemption'
|
|
@@ -19198,6 +19257,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19198
19257
|
readonly channel_order_summary: io.flow.internal.v0.models.ChannelOrderSummary;
|
|
19199
19258
|
}
|
|
19200
19259
|
|
|
19260
|
+
interface ChannelOrganizationDomain {
|
|
19261
|
+
readonly internal: string;
|
|
19262
|
+
readonly public: string;
|
|
19263
|
+
}
|
|
19264
|
+
|
|
19201
19265
|
interface ChannelOrganizationIdentifier {
|
|
19202
19266
|
readonly id: string;
|
|
19203
19267
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
@@ -19220,6 +19284,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19220
19284
|
readonly channel_organization_identifier: io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
19221
19285
|
}
|
|
19222
19286
|
|
|
19287
|
+
interface ChannelOrganizationInstallation {
|
|
19288
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
19289
|
+
readonly tokens: io.flow.internal.v0.models.ChannelOrganizationToken[];
|
|
19290
|
+
}
|
|
19291
|
+
|
|
19292
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
19293
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
19294
|
+
readonly metadata: io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
19295
|
+
}
|
|
19296
|
+
|
|
19297
|
+
interface ChannelOrganizationMetadata {
|
|
19298
|
+
readonly domain: io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
19299
|
+
readonly token: string;
|
|
19300
|
+
}
|
|
19301
|
+
|
|
19223
19302
|
interface ChannelOrganizationPublicationOwner {
|
|
19224
19303
|
readonly owner: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
19225
19304
|
}
|
|
@@ -19251,6 +19330,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19251
19330
|
readonly metadata: io.flow.internal.v0.models.ShopifyMetadata;
|
|
19252
19331
|
}
|
|
19253
19332
|
|
|
19333
|
+
interface ChannelOrganizationToken {
|
|
19334
|
+
readonly token: io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
19335
|
+
readonly service: io.flow.internal.v0.enums.ChannelService;
|
|
19336
|
+
}
|
|
19337
|
+
|
|
19338
|
+
interface ChannelOrganizationTokenBody {
|
|
19339
|
+
readonly cleartext: string;
|
|
19340
|
+
}
|
|
19341
|
+
|
|
19254
19342
|
interface ChannelRateMetadataIdentity {
|
|
19255
19343
|
readonly discriminator: 'channel_rate_metadata_identity';
|
|
19256
19344
|
readonly currency: string;
|
|
@@ -19297,6 +19385,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19297
19385
|
readonly timestamp: string;
|
|
19298
19386
|
}
|
|
19299
19387
|
|
|
19388
|
+
interface ChannelTransactionTriggerMetadata {
|
|
19389
|
+
readonly discriminator: 'channel_transaction_trigger_metadata';
|
|
19390
|
+
readonly trigger_type: io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
19391
|
+
}
|
|
19392
|
+
|
|
19300
19393
|
interface ChannelTransactionUpserted {
|
|
19301
19394
|
readonly discriminator: 'channel_transaction_upserted';
|
|
19302
19395
|
readonly event_id: string;
|
|
@@ -21042,6 +21135,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21042
21135
|
readonly processing?: io.flow.internal.v0.models.Fee;
|
|
21043
21136
|
readonly rate_lock: io.flow.internal.v0.models.Fee;
|
|
21044
21137
|
readonly mor?: io.flow.internal.v0.models.Fee;
|
|
21138
|
+
readonly tax?: io.flow.internal.v0.models.Fee;
|
|
21139
|
+
readonly duty?: io.flow.internal.v0.models.Fee;
|
|
21140
|
+
readonly tax_and_duty?: io.flow.internal.v0.models.Fee;
|
|
21141
|
+
readonly product?: io.flow.internal.v0.models.Fee;
|
|
21142
|
+
readonly tax_and_duty_fx_diff?: io.flow.internal.v0.models.Fee;
|
|
21045
21143
|
readonly fx?: io.flow.internal.v0.models.Fee;
|
|
21046
21144
|
readonly duty_guarantee?: io.flow.internal.v0.models.Fee;
|
|
21047
21145
|
readonly transfer?: io.flow.internal.v0.models.Fee;
|
|
@@ -21644,6 +21742,31 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21644
21742
|
readonly fulfillment_updated_at?: string;
|
|
21645
21743
|
}
|
|
21646
21744
|
|
|
21745
|
+
interface FulfillmentStatusDeleted {
|
|
21746
|
+
readonly discriminator: 'fulfillment_status_deleted';
|
|
21747
|
+
readonly event_id: string;
|
|
21748
|
+
readonly timestamp: string;
|
|
21749
|
+
readonly organization: string;
|
|
21750
|
+
readonly id: string;
|
|
21751
|
+
}
|
|
21752
|
+
|
|
21753
|
+
interface FulfillmentStatusSummary {
|
|
21754
|
+
readonly id: string;
|
|
21755
|
+
readonly order_number: string;
|
|
21756
|
+
readonly organization_id: string;
|
|
21757
|
+
readonly fulfilled_at: string;
|
|
21758
|
+
readonly sequence_number: number;
|
|
21759
|
+
readonly completes_order: boolean;
|
|
21760
|
+
}
|
|
21761
|
+
|
|
21762
|
+
interface FulfillmentStatusUpserted {
|
|
21763
|
+
readonly discriminator: 'fulfillment_status_upserted';
|
|
21764
|
+
readonly event_id: string;
|
|
21765
|
+
readonly timestamp: string;
|
|
21766
|
+
readonly organization: string;
|
|
21767
|
+
readonly fulfillment: io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
21768
|
+
}
|
|
21769
|
+
|
|
21647
21770
|
interface FulfillmentSubsidyBreakdown {
|
|
21648
21771
|
readonly tax: number;
|
|
21649
21772
|
readonly duty: number;
|
|
@@ -23169,6 +23292,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23169
23292
|
readonly processing: number;
|
|
23170
23293
|
readonly rate_lock: number;
|
|
23171
23294
|
readonly transfer: number;
|
|
23295
|
+
readonly product_fee?: number;
|
|
23296
|
+
readonly estimated_tax?: number;
|
|
23297
|
+
readonly estimated_duty?: number;
|
|
23298
|
+
readonly estimated_duties_and_taxes?: number;
|
|
23299
|
+
readonly td_fx_diff?: number;
|
|
23172
23300
|
readonly total: number;
|
|
23173
23301
|
}
|
|
23174
23302
|
|
|
@@ -24960,6 +25088,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24960
25088
|
readonly item: string;
|
|
24961
25089
|
}
|
|
24962
25090
|
|
|
25091
|
+
interface PriceInclusivity {
|
|
25092
|
+
readonly tax?: boolean;
|
|
25093
|
+
readonly duty?: boolean;
|
|
25094
|
+
}
|
|
25095
|
+
|
|
24963
25096
|
interface PrioritizedCenterReference {
|
|
24964
25097
|
readonly center_key: string;
|
|
24965
25098
|
readonly position: number;
|
|
@@ -25846,6 +25979,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25846
25979
|
readonly destination_country?: number;
|
|
25847
25980
|
readonly usd: number;
|
|
25848
25981
|
readonly eur: number;
|
|
25982
|
+
readonly guaranteed?: number;
|
|
25983
|
+
readonly spot?: number;
|
|
25849
25984
|
}
|
|
25850
25985
|
|
|
25851
25986
|
interface ReportingCountry {
|
|
@@ -25891,6 +26026,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25891
26026
|
readonly mor: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25892
26027
|
readonly fx: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25893
26028
|
readonly sp: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26029
|
+
readonly product_fee?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26030
|
+
readonly estimated_tax?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26031
|
+
readonly estimated_duty?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26032
|
+
readonly estimated_duties_and_taxes?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26033
|
+
readonly td_fx_diff?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25894
26034
|
}
|
|
25895
26035
|
|
|
25896
26036
|
interface ReportingFulfillment {
|
|
@@ -25956,6 +26096,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25956
26096
|
readonly processing: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25957
26097
|
readonly rate_lock: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25958
26098
|
readonly transfer: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26099
|
+
readonly product_fee?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26100
|
+
readonly estimated_tax?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26101
|
+
readonly estimated_duty?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26102
|
+
readonly estimated_duties_and_taxes?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26103
|
+
readonly td_fx_diff?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25959
26104
|
readonly total?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25960
26105
|
}
|
|
25961
26106
|
|
|
@@ -26645,6 +26790,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26645
26790
|
readonly fees: io.flow.internal.v0.models.ReportingFees;
|
|
26646
26791
|
readonly conversion_rate: io.flow.internal.v0.models.ReportingConversionRates;
|
|
26647
26792
|
readonly payment_is: io.flow.internal.v0.models.PaymentIs;
|
|
26793
|
+
readonly price_inclusivity?: io.flow.internal.v0.models.PriceInclusivity;
|
|
26648
26794
|
readonly destination_country: string;
|
|
26649
26795
|
readonly fulfilled_at?: string;
|
|
26650
26796
|
}
|
|
@@ -29101,6 +29247,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
29101
29247
|
| io.flow.internal.v0.models.OrganizationAccountDeleted
|
|
29102
29248
|
| io.flow.internal.v0.models.AccountTransactionsExportRequest
|
|
29103
29249
|
| io.flow.internal.v0.models.AccountOrdersExportRequest
|
|
29250
|
+
| io.flow.internal.v0.models.FulfillmentStatusUpserted
|
|
29251
|
+
| io.flow.internal.v0.models.FulfillmentStatusDeleted
|
|
29104
29252
|
| io.flow.internal.v0.models.MainTransactionUpserted
|
|
29105
29253
|
| io.flow.internal.v0.models.MainTransactionDeleted
|
|
29106
29254
|
| io.flow.internal.v0.models.MainTransactionUpsertedV2
|
|
@@ -29610,7 +29758,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
29610
29758
|
| io.flow.internal.v0.models.AccountingPendingOrderMetadata
|
|
29611
29759
|
| io.flow.internal.v0.models.TaxDutyReasonCodeMetadata
|
|
29612
29760
|
| io.flow.internal.v0.models.AccountingReturnMetadata
|
|
29613
|
-
| io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata
|
|
29761
|
+
| io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata
|
|
29762
|
+
| io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
29614
29763
|
type TaxAmount =
|
|
29615
29764
|
| io.flow.internal.v0.models.CalculatedTaxAmount
|
|
29616
29765
|
| io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
@@ -30152,12 +30301,20 @@ export type ChannelOrderSummaryFulfillmentDetails =
|
|
|
30152
30301
|
io.flow.internal.v0.models.ChannelOrderSummaryFulfillmentDetails;
|
|
30153
30302
|
export type ChannelOrderSummaryUpserted =
|
|
30154
30303
|
io.flow.internal.v0.models.ChannelOrderSummaryUpserted;
|
|
30304
|
+
export type ChannelOrganizationDomain =
|
|
30305
|
+
io.flow.internal.v0.models.ChannelOrganizationDomain;
|
|
30155
30306
|
export type ChannelOrganizationIdentifier =
|
|
30156
30307
|
io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
30157
30308
|
export type ChannelOrganizationIdentifierDeleted =
|
|
30158
30309
|
io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted;
|
|
30159
30310
|
export type ChannelOrganizationIdentifierUpserted =
|
|
30160
30311
|
io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted;
|
|
30312
|
+
export type ChannelOrganizationInstallation =
|
|
30313
|
+
io.flow.internal.v0.models.ChannelOrganizationInstallation;
|
|
30314
|
+
export type ChannelOrganizationInstallationPostForm =
|
|
30315
|
+
io.flow.internal.v0.models.ChannelOrganizationInstallationPostForm;
|
|
30316
|
+
export type ChannelOrganizationMetadata =
|
|
30317
|
+
io.flow.internal.v0.models.ChannelOrganizationMetadata;
|
|
30161
30318
|
export type ChannelOrganizationPublicationOwner =
|
|
30162
30319
|
io.flow.internal.v0.models.ChannelOrganizationPublicationOwner;
|
|
30163
30320
|
export type ChannelOrganizationPublicationOwnerPutForm =
|
|
@@ -30172,17 +30329,26 @@ export type ChannelOrganizationShopifyForm =
|
|
|
30172
30329
|
io.flow.internal.v0.models.ChannelOrganizationShopifyForm;
|
|
30173
30330
|
export type ChannelOrganizationShopifyPostForm =
|
|
30174
30331
|
io.flow.internal.v0.models.ChannelOrganizationShopifyPostForm;
|
|
30332
|
+
export type ChannelOrganizationToken =
|
|
30333
|
+
io.flow.internal.v0.models.ChannelOrganizationToken;
|
|
30334
|
+
export type ChannelOrganizationTokenBody =
|
|
30335
|
+
io.flow.internal.v0.models.ChannelOrganizationTokenBody;
|
|
30175
30336
|
export type ChannelRateMetadata =
|
|
30176
30337
|
io.flow.internal.v0.unions.ChannelRateMetadata;
|
|
30177
30338
|
export type ChannelRateMetadataIdentity =
|
|
30178
30339
|
io.flow.internal.v0.models.ChannelRateMetadataIdentity;
|
|
30179
30340
|
export type ChannelRateMetadataRate =
|
|
30180
30341
|
io.flow.internal.v0.models.ChannelRateMetadataRate;
|
|
30342
|
+
export type ChannelService = io.flow.internal.v0.enums.ChannelService;
|
|
30181
30343
|
export type ChannelTransaction = io.flow.internal.v0.models.ChannelTransaction;
|
|
30182
30344
|
export type ChannelTransactionDeleted =
|
|
30183
30345
|
io.flow.internal.v0.models.ChannelTransactionDeleted;
|
|
30184
30346
|
export type ChannelTransactionRate =
|
|
30185
30347
|
io.flow.internal.v0.models.ChannelTransactionRate;
|
|
30348
|
+
export type ChannelTransactionTriggerMetadata =
|
|
30349
|
+
io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
|
|
30350
|
+
export type ChannelTransactionTriggerType =
|
|
30351
|
+
io.flow.internal.v0.enums.ChannelTransactionTriggerType;
|
|
30186
30352
|
export type ChannelTransactionType =
|
|
30187
30353
|
io.flow.internal.v0.enums.ChannelTransactionType;
|
|
30188
30354
|
export type ChannelTransactionUpserted =
|
|
@@ -30783,6 +30949,12 @@ export type FulfillmentShopperBreakdown =
|
|
|
30783
30949
|
io.flow.internal.v0.models.FulfillmentShopperBreakdown;
|
|
30784
30950
|
export type FulfillmentSnapshot =
|
|
30785
30951
|
io.flow.internal.v0.models.FulfillmentSnapshot;
|
|
30952
|
+
export type FulfillmentStatusDeleted =
|
|
30953
|
+
io.flow.internal.v0.models.FulfillmentStatusDeleted;
|
|
30954
|
+
export type FulfillmentStatusSummary =
|
|
30955
|
+
io.flow.internal.v0.models.FulfillmentStatusSummary;
|
|
30956
|
+
export type FulfillmentStatusUpserted =
|
|
30957
|
+
io.flow.internal.v0.models.FulfillmentStatusUpserted;
|
|
30786
30958
|
export type FulfillmentSubsidyBreakdown =
|
|
30787
30959
|
io.flow.internal.v0.models.FulfillmentSubsidyBreakdown;
|
|
30788
30960
|
export type FulfillmentTrigger = io.flow.internal.v0.unions.FulfillmentTrigger;
|
|
@@ -31638,6 +31810,7 @@ export type PrateekItemType = io.flow.internal.v0.enums.PrateekItemType;
|
|
|
31638
31810
|
export type Prediction = io.flow.internal.v0.models.Prediction;
|
|
31639
31811
|
export type PreferredBillingSchedule =
|
|
31640
31812
|
io.flow.internal.v0.enums.PreferredBillingSchedule;
|
|
31813
|
+
export type PriceInclusivity = io.flow.internal.v0.models.PriceInclusivity;
|
|
31641
31814
|
export type PriceSelector = io.flow.internal.v0.enums.PriceSelector;
|
|
31642
31815
|
export type PrioritizedCenterReference =
|
|
31643
31816
|
io.flow.internal.v0.models.PrioritizedCenterReference;
|
package/src/api.ts
CHANGED
|
@@ -3148,6 +3148,11 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
3148
3148
|
| 'review'
|
|
3149
3149
|
| 'edit_review'
|
|
3150
3150
|
| 'edit_accepted';
|
|
3151
|
+
type ChannelService =
|
|
3152
|
+
| 'payment'
|
|
3153
|
+
| 'duty_tax_calculator'
|
|
3154
|
+
| 'sellability'
|
|
3155
|
+
| 'all';
|
|
3151
3156
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
3152
3157
|
}
|
|
3153
3158
|
|
|
@@ -3222,6 +3227,35 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
3222
3227
|
readonly rejection_reason?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
3223
3228
|
}
|
|
3224
3229
|
|
|
3230
|
+
interface ChannelOrganizationDomain {
|
|
3231
|
+
readonly internal: string;
|
|
3232
|
+
readonly public: string;
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
interface ChannelOrganizationInstallation {
|
|
3236
|
+
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
3237
|
+
readonly tokens: io.flow.channel.internal.v0.models.ChannelOrganizationToken[];
|
|
3238
|
+
}
|
|
3239
|
+
|
|
3240
|
+
interface ChannelOrganizationInstallationPostForm {
|
|
3241
|
+
readonly form: io.flow.channel.v0.models.ChannelOrganizationForm;
|
|
3242
|
+
readonly metadata: io.flow.channel.internal.v0.models.ChannelOrganizationMetadata;
|
|
3243
|
+
}
|
|
3244
|
+
|
|
3245
|
+
interface ChannelOrganizationMetadata {
|
|
3246
|
+
readonly domain: io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
|
|
3247
|
+
readonly token: string;
|
|
3248
|
+
}
|
|
3249
|
+
|
|
3250
|
+
interface ChannelOrganizationToken {
|
|
3251
|
+
readonly token: io.flow.channel.internal.v0.models.ChannelOrganizationTokenBody;
|
|
3252
|
+
readonly service: io.flow.channel.internal.v0.enums.ChannelService;
|
|
3253
|
+
}
|
|
3254
|
+
|
|
3255
|
+
interface ChannelOrganizationTokenBody {
|
|
3256
|
+
readonly cleartext: string;
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3225
3259
|
interface FlowChannelOrganization {
|
|
3226
3260
|
readonly placeholder?: string;
|
|
3227
3261
|
}
|
|
@@ -4526,6 +4560,11 @@ declare namespace io.flow.v0.enums {
|
|
|
4526
4560
|
| 'duty_guarantee'
|
|
4527
4561
|
| 'mor'
|
|
4528
4562
|
| 'fraud'
|
|
4563
|
+
| 'tax'
|
|
4564
|
+
| 'duty'
|
|
4565
|
+
| 'tax_and_duty'
|
|
4566
|
+
| 'product'
|
|
4567
|
+
| 'tax_and_duty_fx_diff'
|
|
4529
4568
|
| 'fx'
|
|
4530
4569
|
| 'processing'
|
|
4531
4570
|
| 'rate_lock'
|
|
@@ -4533,7 +4572,14 @@ declare namespace io.flow.v0.enums {
|
|
|
4533
4572
|
| 'negative_balance_guarantee'
|
|
4534
4573
|
| 'sp';
|
|
4535
4574
|
type FlowBehavior = 'view_consumer_data';
|
|
4536
|
-
type FlowEntity =
|
|
4575
|
+
type FlowEntity =
|
|
4576
|
+
| 'flow-usa'
|
|
4577
|
+
| 'flow-irl'
|
|
4578
|
+
| 'flow-can'
|
|
4579
|
+
| 'ge-usa'
|
|
4580
|
+
| 'ge-can'
|
|
4581
|
+
| 'ge-gbr'
|
|
4582
|
+
| 'ge-irl';
|
|
4537
4583
|
type FlowRole =
|
|
4538
4584
|
| 'organization_admin'
|
|
4539
4585
|
| 'organization_merchant'
|
|
@@ -7596,6 +7642,7 @@ declare namespace io.flow.v0.models {
|
|
|
7596
7642
|
readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
|
|
7597
7643
|
readonly price: io.flow.v0.models.PriceWithBaseAndDetails;
|
|
7598
7644
|
readonly service: io.flow.v0.models.ServiceSummary;
|
|
7645
|
+
readonly actual_service?: io.flow.v0.models.ServiceSummary;
|
|
7599
7646
|
readonly tier: io.flow.v0.models.TierSummary;
|
|
7600
7647
|
readonly window: io.flow.v0.models.DeliveryWindow;
|
|
7601
7648
|
readonly rule_outcome?: io.flow.v0.unions.TierRuleOutcome;
|