@flowio/types 11.24.103 → 11.24.104
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 +140 -3
- package/dist/api.d.ts +8 -1
- package/package.json +2 -2
- package/src/api-internal.ts +172 -1
- package/src/api.ts +8 -0
package/dist/api-internal.d.ts
CHANGED
|
@@ -3389,6 +3389,8 @@ declare namespace io.flow.label.v0.models {
|
|
|
3389
3389
|
readonly package?: io.flow.label.v0.models.ShippingLabelPackage;
|
|
3390
3390
|
readonly origin?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
3391
3391
|
readonly direction?: io.flow.label.v0.enums.Direction;
|
|
3392
|
+
readonly reference_id?: string;
|
|
3393
|
+
readonly hub_code?: string;
|
|
3392
3394
|
}
|
|
3393
3395
|
interface CrossdockShipment {
|
|
3394
3396
|
readonly partner_id: string;
|
|
@@ -3409,6 +3411,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
3409
3411
|
readonly service?: string;
|
|
3410
3412
|
readonly shipment_recipient?: io.flow.label.v0.enums.ShipmentRecipient;
|
|
3411
3413
|
readonly package_dimensions_source?: io.flow.label.v0.enums.PackageDimensionsSource;
|
|
3414
|
+
readonly reference_id?: string;
|
|
3412
3415
|
}
|
|
3413
3416
|
interface DetailedShippingNotificationForm {
|
|
3414
3417
|
readonly discriminator: 'detailed_shipping_notification_form';
|
|
@@ -3568,6 +3571,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
3568
3571
|
readonly items: io.flow.common.v0.models.LineItemForm[];
|
|
3569
3572
|
readonly center_key?: string;
|
|
3570
3573
|
readonly direction?: io.flow.label.v0.enums.Direction;
|
|
3574
|
+
readonly reference_id?: string;
|
|
3571
3575
|
}
|
|
3572
3576
|
interface SummaryShippingNotificationForm {
|
|
3573
3577
|
readonly discriminator: 'summary_shipping_notification_form';
|
|
@@ -6551,6 +6555,7 @@ declare namespace io.flow.order.price.v0.models {
|
|
|
6551
6555
|
}
|
|
6552
6556
|
declare namespace io.flow.channel.internal.v0.enums {
|
|
6553
6557
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
6558
|
+
type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
|
|
6554
6559
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
6555
6560
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
6556
6561
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
@@ -6598,6 +6603,14 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
6598
6603
|
readonly order_acceptance: io.flow.channel.internal.v0.models.ChannelOrderAcceptance;
|
|
6599
6604
|
readonly external_order: any;
|
|
6600
6605
|
}
|
|
6606
|
+
interface ChannelOrderAcceptanceFailure {
|
|
6607
|
+
readonly id: string;
|
|
6608
|
+
readonly organization_id: string;
|
|
6609
|
+
readonly channel_id: string;
|
|
6610
|
+
readonly payment_request_id: string;
|
|
6611
|
+
readonly code: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceFailureReasonCode;
|
|
6612
|
+
readonly reason: string;
|
|
6613
|
+
}
|
|
6601
6614
|
interface ChannelOrderAcceptanceForm {
|
|
6602
6615
|
readonly status: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceStatus;
|
|
6603
6616
|
}
|
|
@@ -9302,6 +9315,9 @@ declare namespace io.flow.tracking.v0.models {
|
|
|
9302
9315
|
readonly delivered?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
9303
9316
|
readonly rejected?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
9304
9317
|
readonly returned?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
9318
|
+
readonly crossed_border?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
9319
|
+
readonly destroyed?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
9320
|
+
readonly return_reversal?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
9305
9321
|
}
|
|
9306
9322
|
interface LabelTrackingSummaryUpdate {
|
|
9307
9323
|
readonly timestamp: string;
|
|
@@ -12098,6 +12114,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12098
12114
|
type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
|
|
12099
12115
|
type ChannelBilledTransactionType = 'adjustment' | 'reversal' | 'channel_initiated';
|
|
12100
12116
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
12117
|
+
type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
|
|
12101
12118
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
12102
12119
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
12103
12120
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
@@ -12153,7 +12170,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12153
12170
|
type EldarItemType = 'digital' | 'physical';
|
|
12154
12171
|
type EmptyAttribute = 'irrelevant';
|
|
12155
12172
|
type ErpFileType = 'vendor';
|
|
12156
|
-
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'index_assignment_upserted' | 'index_assignment_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' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | '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_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'eldar_item_upserted' | 'eldar_item_deleted' | 'harinath_item_upserted' | 'harinath_item_deleted' | 'konstantin_item_upserted' | 'konstantin_item_deleted' | 'matias_item_upserted' | 'matias_item_deleted' | 'michaelyan_item_upserted' | 'michaelyan_item_deleted' | 'miljenko_item_upserted' | 'miljenko_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_item_deleted' | 'thiago_item_upserted' | 'thiago_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
12173
|
+
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'index_assignment_upserted' | 'index_assignment_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | '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_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'svitlana_item_upserted' | 'svitlana_item_deleted' | 'colm_item_upserted' | 'colm_item_deleted' | 'eldar_item_upserted' | 'eldar_item_deleted' | 'harinath_item_upserted' | 'harinath_item_deleted' | 'konstantin_item_upserted' | 'konstantin_item_deleted' | 'matias_item_upserted' | 'matias_item_deleted' | 'michaelyan_item_upserted' | 'michaelyan_item_deleted' | 'miljenko_item_upserted' | 'miljenko_item_deleted' | 'shruti_demo_item_upserted' | 'shruti_demo_item_deleted' | 'tam_item_upserted' | 'tam_item_deleted' | 'thiago_item_upserted' | 'thiago_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
12157
12174
|
type ExperienceImportType = 'experience_with_settings';
|
|
12158
12175
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
12159
12176
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -12263,7 +12280,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12263
12280
|
type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
|
|
12264
12281
|
type ReportPaymentType = 'credit' | 'debit';
|
|
12265
12282
|
type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
|
|
12266
|
-
type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances' | 'invariants' | 'payments';
|
|
12283
|
+
type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'account_quarterly_balances' | 'invariants' | 'payments' | 'reconcile_not_recorded' | 'products_record';
|
|
12267
12284
|
type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
|
|
12268
12285
|
type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
|
|
12269
12286
|
type ResponsibleParty = 'flow' | 'organization';
|
|
@@ -12678,6 +12695,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12678
12695
|
readonly timestamp: string;
|
|
12679
12696
|
readonly capture: io.flow.internal.v0.models.AdyenInternalCapture;
|
|
12680
12697
|
}
|
|
12698
|
+
interface AdyenDisputeDeleted {
|
|
12699
|
+
readonly discriminator: 'adyen_dispute_deleted';
|
|
12700
|
+
readonly event_id: string;
|
|
12701
|
+
readonly timestamp: string;
|
|
12702
|
+
readonly id: string;
|
|
12703
|
+
}
|
|
12704
|
+
interface AdyenDisputeUpserted {
|
|
12705
|
+
readonly discriminator: 'adyen_dispute_upserted';
|
|
12706
|
+
readonly event_id: string;
|
|
12707
|
+
readonly timestamp: string;
|
|
12708
|
+
readonly dispute: io.flow.internal.v0.models.AdyenInternalDispute;
|
|
12709
|
+
}
|
|
12681
12710
|
interface AdyenInternalAuthorization {
|
|
12682
12711
|
readonly id: string;
|
|
12683
12712
|
readonly flow_authorization_id: string;
|
|
@@ -12716,6 +12745,31 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12716
12745
|
readonly psp_reference: string;
|
|
12717
12746
|
readonly response: string;
|
|
12718
12747
|
}
|
|
12748
|
+
interface AdyenInternalDispute {
|
|
12749
|
+
readonly id: string;
|
|
12750
|
+
readonly amount: number;
|
|
12751
|
+
readonly currency: string;
|
|
12752
|
+
readonly psp_reference: string;
|
|
12753
|
+
readonly original_reference?: string;
|
|
12754
|
+
readonly event_code: string;
|
|
12755
|
+
readonly event_date: string;
|
|
12756
|
+
readonly chargeback_reason_code?: string;
|
|
12757
|
+
readonly modification_merchant_references?: string;
|
|
12758
|
+
readonly chargeback_scheme_code?: string;
|
|
12759
|
+
readonly defense_period_ends_at?: string;
|
|
12760
|
+
readonly dispute_status?: string;
|
|
12761
|
+
readonly defendable?: string;
|
|
12762
|
+
readonly merchant_account_code: string;
|
|
12763
|
+
readonly operations?: string[];
|
|
12764
|
+
readonly merchant_reference: string;
|
|
12765
|
+
readonly payment_method?: string;
|
|
12766
|
+
readonly reason?: string;
|
|
12767
|
+
readonly success: string;
|
|
12768
|
+
readonly livemode: boolean;
|
|
12769
|
+
readonly updated_by_user_id: string;
|
|
12770
|
+
readonly created_at: string;
|
|
12771
|
+
readonly updated_at: string;
|
|
12772
|
+
}
|
|
12719
12773
|
interface AdyenInternalRefund {
|
|
12720
12774
|
readonly id: string;
|
|
12721
12775
|
readonly flow_refund_id: string;
|
|
@@ -13930,6 +13984,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13930
13984
|
readonly order_acceptance: io.flow.internal.v0.models.ChannelOrderAcceptance;
|
|
13931
13985
|
readonly external_order: any;
|
|
13932
13986
|
}
|
|
13987
|
+
interface ChannelOrderAcceptanceFailed {
|
|
13988
|
+
readonly discriminator: 'channel_order_acceptance_failed';
|
|
13989
|
+
readonly event_id: string;
|
|
13990
|
+
readonly timestamp: string;
|
|
13991
|
+
readonly organization: string;
|
|
13992
|
+
readonly channel_id: string;
|
|
13993
|
+
readonly channel_order_acceptance_failure: io.flow.internal.v0.models.ChannelOrderAcceptanceFailure;
|
|
13994
|
+
}
|
|
13995
|
+
interface ChannelOrderAcceptanceFailure {
|
|
13996
|
+
readonly id: string;
|
|
13997
|
+
readonly organization_id: string;
|
|
13998
|
+
readonly channel_id: string;
|
|
13999
|
+
readonly payment_request_id: string;
|
|
14000
|
+
readonly code: io.flow.internal.v0.enums.ChannelOrderAcceptanceFailureReasonCode;
|
|
14001
|
+
readonly reason: string;
|
|
14002
|
+
}
|
|
13933
14003
|
interface ChannelOrderAcceptanceForm {
|
|
13934
14004
|
readonly status: io.flow.internal.v0.enums.ChannelOrderAcceptanceStatus;
|
|
13935
14005
|
}
|
|
@@ -15085,6 +15155,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15085
15155
|
readonly issued_at: string;
|
|
15086
15156
|
readonly expires_at?: string;
|
|
15087
15157
|
readonly created_at: string;
|
|
15158
|
+
readonly updated_at?: string;
|
|
15088
15159
|
}
|
|
15089
15160
|
interface DisputeAuthorizationReference {
|
|
15090
15161
|
readonly id: string;
|
|
@@ -17352,6 +17423,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17352
17423
|
readonly suggested_responsibility?: io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility;
|
|
17353
17424
|
readonly origin_country?: string;
|
|
17354
17425
|
readonly destination_country?: string;
|
|
17426
|
+
readonly reference_id?: string;
|
|
17427
|
+
readonly logistics_integration_provider?: string;
|
|
17355
17428
|
}
|
|
17356
17429
|
interface LabelSummary {
|
|
17357
17430
|
readonly id: string;
|
|
@@ -18160,6 +18233,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18160
18233
|
readonly organization: string;
|
|
18161
18234
|
readonly merchant_guid_assignment: io.flow.internal.v0.models.MerchantGuidAssignment;
|
|
18162
18235
|
}
|
|
18236
|
+
interface MerchantHubOverride {
|
|
18237
|
+
readonly id: string;
|
|
18238
|
+
readonly organization_id: string;
|
|
18239
|
+
readonly code: string;
|
|
18240
|
+
readonly contact: io.flow.common.v0.models.Contact;
|
|
18241
|
+
readonly location: io.flow.common.v0.models.Address;
|
|
18242
|
+
}
|
|
18243
|
+
interface MerchantHubOverrideForm {
|
|
18244
|
+
readonly code: string;
|
|
18245
|
+
readonly contact: io.flow.common.v0.models.Contact;
|
|
18246
|
+
readonly location: io.flow.common.v0.models.Address;
|
|
18247
|
+
}
|
|
18163
18248
|
interface MerchantOfRecordEntitySettings {
|
|
18164
18249
|
readonly id: string;
|
|
18165
18250
|
readonly merchant_of_record_entity: io.flow.common.v0.models.MerchantOfRecordEntity;
|
|
@@ -19284,6 +19369,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19284
19369
|
readonly organization: string;
|
|
19285
19370
|
readonly partner_organization_settings: io.flow.internal.v0.models.PartnerOrganizationSettings;
|
|
19286
19371
|
}
|
|
19372
|
+
interface PartnerRequest {
|
|
19373
|
+
readonly id: string;
|
|
19374
|
+
readonly partner_id: string;
|
|
19375
|
+
readonly organization_id: string;
|
|
19376
|
+
readonly request_body?: any;
|
|
19377
|
+
}
|
|
19287
19378
|
interface Passphrase {
|
|
19288
19379
|
readonly id: string;
|
|
19289
19380
|
readonly tribe: io.flow.internal.v0.models.Tribe;
|
|
@@ -19784,6 +19875,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19784
19875
|
readonly classified_product: io.flow.internal.v0.models.ClassifiedProduct;
|
|
19785
19876
|
readonly next_product?: io.flow.internal.v0.models.ClassificationProductId;
|
|
19786
19877
|
}
|
|
19878
|
+
interface ProductCurrencies {
|
|
19879
|
+
readonly transaction: string;
|
|
19880
|
+
readonly destination: string;
|
|
19881
|
+
}
|
|
19787
19882
|
interface ProductDetailSettingsForm {
|
|
19788
19883
|
readonly keys: string[];
|
|
19789
19884
|
}
|
|
@@ -19806,6 +19901,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19806
19901
|
interface ProductListSettingsForm {
|
|
19807
19902
|
readonly column_settings: io.flow.internal.v0.models.HarmonizationColumnSetting[];
|
|
19808
19903
|
}
|
|
19904
|
+
interface ProductRecord {
|
|
19905
|
+
readonly organization_id: string;
|
|
19906
|
+
readonly order_number: string;
|
|
19907
|
+
readonly fulfillment_id: string;
|
|
19908
|
+
readonly currencies: io.flow.internal.v0.models.ProductCurrencies;
|
|
19909
|
+
readonly products: io.flow.internal.v0.models.ProductTransaction[];
|
|
19910
|
+
}
|
|
19809
19911
|
interface ProductRestrictionResultValidationError {
|
|
19810
19912
|
readonly message: string;
|
|
19811
19913
|
readonly reason: string;
|
|
@@ -19846,6 +19948,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19846
19948
|
readonly product_id: string;
|
|
19847
19949
|
readonly reviews: io.flow.internal.v0.models.RestrictionHistoryItemReviewDecision[];
|
|
19848
19950
|
}
|
|
19951
|
+
interface ProductTransaction {
|
|
19952
|
+
readonly transaction_amount: number;
|
|
19953
|
+
readonly destination_amount: number;
|
|
19954
|
+
readonly quantity: number;
|
|
19955
|
+
}
|
|
19849
19956
|
interface Profit {
|
|
19850
19957
|
readonly key: io.flow.internal.v0.enums.ProfitStreamKey;
|
|
19851
19958
|
readonly principal: io.flow.internal.v0.models.Principal;
|
|
@@ -19907,6 +20014,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19907
20014
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
19908
20015
|
readonly created_at: string;
|
|
19909
20016
|
}
|
|
20017
|
+
interface PublicHub {
|
|
20018
|
+
readonly id: string;
|
|
20019
|
+
readonly code: string;
|
|
20020
|
+
readonly third_party_logistics_reference: string;
|
|
20021
|
+
readonly contact: io.flow.common.v0.models.Contact;
|
|
20022
|
+
readonly location: io.flow.common.v0.models.Address;
|
|
20023
|
+
}
|
|
20024
|
+
interface PublicHubForm {
|
|
20025
|
+
readonly code: string;
|
|
20026
|
+
readonly third_party_logistics_reference: string;
|
|
20027
|
+
readonly contact: io.flow.common.v0.models.Contact;
|
|
20028
|
+
readonly location: io.flow.common.v0.models.Address;
|
|
20029
|
+
}
|
|
19910
20030
|
interface Quote {
|
|
19911
20031
|
readonly id: string;
|
|
19912
20032
|
readonly base: string;
|
|
@@ -20387,6 +20507,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20387
20507
|
interface ReportingConversionRates {
|
|
20388
20508
|
readonly merchant: number;
|
|
20389
20509
|
readonly entity: number;
|
|
20510
|
+
readonly destination_country: number;
|
|
20390
20511
|
readonly usd: number;
|
|
20391
20512
|
readonly eur: number;
|
|
20392
20513
|
}
|
|
@@ -20398,6 +20519,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20398
20519
|
readonly transaction: string;
|
|
20399
20520
|
readonly merchant: string;
|
|
20400
20521
|
readonly entity: string;
|
|
20522
|
+
readonly destination_country?: string;
|
|
20401
20523
|
}
|
|
20402
20524
|
interface ReportingDebug {
|
|
20403
20525
|
readonly console_order_link: string;
|
|
@@ -20505,6 +20627,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20505
20627
|
readonly transaction: number;
|
|
20506
20628
|
readonly merchant: number;
|
|
20507
20629
|
readonly entity: number;
|
|
20630
|
+
readonly destination_country: number;
|
|
20508
20631
|
readonly usd: number;
|
|
20509
20632
|
readonly eur: number;
|
|
20510
20633
|
}
|
|
@@ -22804,7 +22927,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22804
22927
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
22805
22928
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
22806
22929
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
22807
|
-
type Event = io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.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.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.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.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.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.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.EldarItemUpserted | io.flow.internal.v0.models.EldarItemDeleted | io.flow.internal.v0.models.HarinathItemUpserted | io.flow.internal.v0.models.HarinathItemDeleted | io.flow.internal.v0.models.KonstantinItemUpserted | io.flow.internal.v0.models.KonstantinItemDeleted | io.flow.internal.v0.models.MatiasItemUpserted | io.flow.internal.v0.models.MatiasItemDeleted | io.flow.internal.v0.models.MichaelyanItemUpserted | io.flow.internal.v0.models.MichaelyanItemDeleted | io.flow.internal.v0.models.MiljenkoItemUpserted | io.flow.internal.v0.models.MiljenkoItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | io.flow.internal.v0.models.ThiagoItemUpserted | io.flow.internal.v0.models.ThiagoItemDeleted | 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.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22930
|
+
type Event = io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | 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.IndexAssignmentUpserted | io.flow.internal.v0.models.IndexAssignmentDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.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.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.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.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.SvitlanaItemUpserted | io.flow.internal.v0.models.SvitlanaItemDeleted | io.flow.internal.v0.models.ColmItemUpserted | io.flow.internal.v0.models.ColmItemDeleted | io.flow.internal.v0.models.EldarItemUpserted | io.flow.internal.v0.models.EldarItemDeleted | io.flow.internal.v0.models.HarinathItemUpserted | io.flow.internal.v0.models.HarinathItemDeleted | io.flow.internal.v0.models.KonstantinItemUpserted | io.flow.internal.v0.models.KonstantinItemDeleted | io.flow.internal.v0.models.MatiasItemUpserted | io.flow.internal.v0.models.MatiasItemDeleted | io.flow.internal.v0.models.MichaelyanItemUpserted | io.flow.internal.v0.models.MichaelyanItemDeleted | io.flow.internal.v0.models.MiljenkoItemUpserted | io.flow.internal.v0.models.MiljenkoItemDeleted | io.flow.internal.v0.models.ShrutiDemoItemUpserted | io.flow.internal.v0.models.ShrutiDemoItemDeleted | io.flow.internal.v0.models.TamItemUpserted | io.flow.internal.v0.models.TamItemDeleted | io.flow.internal.v0.models.ThiagoItemUpserted | io.flow.internal.v0.models.ThiagoItemDeleted | 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.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22808
22931
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
22809
22932
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
22810
22933
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -22928,10 +23051,13 @@ export declare type AdyenCancelDeleted = io.flow.internal.v0.models.AdyenCancelD
|
|
|
22928
23051
|
export declare type AdyenCancelUpserted = io.flow.internal.v0.models.AdyenCancelUpserted;
|
|
22929
23052
|
export declare type AdyenCaptureDeleted = io.flow.internal.v0.models.AdyenCaptureDeleted;
|
|
22930
23053
|
export declare type AdyenCaptureUpserted = io.flow.internal.v0.models.AdyenCaptureUpserted;
|
|
23054
|
+
export declare type AdyenDisputeDeleted = io.flow.internal.v0.models.AdyenDisputeDeleted;
|
|
23055
|
+
export declare type AdyenDisputeUpserted = io.flow.internal.v0.models.AdyenDisputeUpserted;
|
|
22931
23056
|
export declare type AdyenIntegrationType = io.flow.internal.v0.enums.AdyenIntegrationType;
|
|
22932
23057
|
export declare type AdyenInternalAuthorization = io.flow.internal.v0.models.AdyenInternalAuthorization;
|
|
22933
23058
|
export declare type AdyenInternalCancel = io.flow.internal.v0.models.AdyenInternalCancel;
|
|
22934
23059
|
export declare type AdyenInternalCapture = io.flow.internal.v0.models.AdyenInternalCapture;
|
|
23060
|
+
export declare type AdyenInternalDispute = io.flow.internal.v0.models.AdyenInternalDispute;
|
|
22935
23061
|
export declare type AdyenInternalRefund = io.flow.internal.v0.models.AdyenInternalRefund;
|
|
22936
23062
|
export declare type AdyenMerchant = io.flow.internal.v0.models.AdyenMerchant;
|
|
22937
23063
|
export declare type AdyenMerchantAccount = io.flow.internal.v0.models.AdyenMerchantAccount;
|
|
@@ -23144,6 +23270,9 @@ export declare type ChannelOrderAcceptance = io.flow.internal.v0.models.ChannelO
|
|
|
23144
23270
|
export declare type ChannelOrderAcceptanceDeleted = io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted;
|
|
23145
23271
|
export declare type ChannelOrderAcceptanceDetails = io.flow.internal.v0.models.ChannelOrderAcceptanceDetails;
|
|
23146
23272
|
export declare type ChannelOrderAcceptanceErrorAction = io.flow.internal.v0.enums.ChannelOrderAcceptanceErrorAction;
|
|
23273
|
+
export declare type ChannelOrderAcceptanceFailed = io.flow.internal.v0.models.ChannelOrderAcceptanceFailed;
|
|
23274
|
+
export declare type ChannelOrderAcceptanceFailure = io.flow.internal.v0.models.ChannelOrderAcceptanceFailure;
|
|
23275
|
+
export declare type ChannelOrderAcceptanceFailureReasonCode = io.flow.internal.v0.enums.ChannelOrderAcceptanceFailureReasonCode;
|
|
23147
23276
|
export declare type ChannelOrderAcceptanceForm = io.flow.internal.v0.models.ChannelOrderAcceptanceForm;
|
|
23148
23277
|
export declare type ChannelOrderAcceptanceNextActionFrom = io.flow.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
|
|
23149
23278
|
export declare type ChannelOrderAcceptanceReason = io.flow.internal.v0.models.ChannelOrderAcceptanceReason;
|
|
@@ -23934,6 +24063,8 @@ export declare type MerchantFees = io.flow.internal.v0.models.MerchantFees;
|
|
|
23934
24063
|
export declare type MerchantGuidAssignment = io.flow.internal.v0.models.MerchantGuidAssignment;
|
|
23935
24064
|
export declare type MerchantGuidAssignmentDeleted = io.flow.internal.v0.models.MerchantGuidAssignmentDeleted;
|
|
23936
24065
|
export declare type MerchantGuidAssignmentUpserted = io.flow.internal.v0.models.MerchantGuidAssignmentUpserted;
|
|
24066
|
+
export declare type MerchantHubOverride = io.flow.internal.v0.models.MerchantHubOverride;
|
|
24067
|
+
export declare type MerchantHubOverrideForm = io.flow.internal.v0.models.MerchantHubOverrideForm;
|
|
23937
24068
|
export declare type MerchantOfRecordEntitySettings = io.flow.internal.v0.models.MerchantOfRecordEntitySettings;
|
|
23938
24069
|
export declare type MerchantOfRecordEntitySettingsForm = io.flow.internal.v0.models.MerchantOfRecordEntitySettingsForm;
|
|
23939
24070
|
export declare type MerchantSearchResult = io.flow.internal.v0.models.MerchantSearchResult;
|
|
@@ -24139,6 +24270,7 @@ export declare type PartnerOrganizationSettings = io.flow.internal.v0.models.Par
|
|
|
24139
24270
|
export declare type PartnerOrganizationSettingsDeleted = io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted;
|
|
24140
24271
|
export declare type PartnerOrganizationSettingsForm = io.flow.internal.v0.models.PartnerOrganizationSettingsForm;
|
|
24141
24272
|
export declare type PartnerOrganizationSettingsUpserted = io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted;
|
|
24273
|
+
export declare type PartnerRequest = io.flow.internal.v0.models.PartnerRequest;
|
|
24142
24274
|
export declare type Party = io.flow.internal.v0.enums.Party;
|
|
24143
24275
|
export declare type Passphrase = io.flow.internal.v0.models.Passphrase;
|
|
24144
24276
|
export declare type PassphraseForm = io.flow.internal.v0.models.PassphraseForm;
|
|
@@ -24226,17 +24358,20 @@ export declare type ProductClassification = io.flow.internal.v0.models.ProductCl
|
|
|
24226
24358
|
export declare type ProductClassificationForm = io.flow.internal.v0.models.ProductClassificationForm;
|
|
24227
24359
|
export declare type ProductClassificationJudgementForm = io.flow.internal.v0.models.ProductClassificationJudgementForm;
|
|
24228
24360
|
export declare type ProductClassificationResult = io.flow.internal.v0.models.ProductClassificationResult;
|
|
24361
|
+
export declare type ProductCurrencies = io.flow.internal.v0.models.ProductCurrencies;
|
|
24229
24362
|
export declare type ProductDetailSettingsForm = io.flow.internal.v0.models.ProductDetailSettingsForm;
|
|
24230
24363
|
export declare type ProductHarmonization = io.flow.internal.v0.models.ProductHarmonization;
|
|
24231
24364
|
export declare type ProductHarmonizationForm = io.flow.internal.v0.models.ProductHarmonizationForm;
|
|
24232
24365
|
export declare type ProductLabels = io.flow.internal.v0.models.ProductLabels;
|
|
24233
24366
|
export declare type ProductListSettingsForm = io.flow.internal.v0.models.ProductListSettingsForm;
|
|
24367
|
+
export declare type ProductRecord = io.flow.internal.v0.models.ProductRecord;
|
|
24234
24368
|
export declare type ProductRestrictionResultValidationError = io.flow.internal.v0.models.ProductRestrictionResultValidationError;
|
|
24235
24369
|
export declare type ProductRestrictionRuleDecision = io.flow.internal.v0.models.ProductRestrictionRuleDecision;
|
|
24236
24370
|
export declare type ProductRestrictionRuleDecisionDeleted = io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted;
|
|
24237
24371
|
export declare type ProductRestrictionRuleDecisionUpserted = io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted;
|
|
24238
24372
|
export declare type ProductReviewHistory = io.flow.internal.v0.models.ProductReviewHistory;
|
|
24239
24373
|
export declare type ProductStatus = io.flow.internal.v0.enums.ProductStatus;
|
|
24374
|
+
export declare type ProductTransaction = io.flow.internal.v0.models.ProductTransaction;
|
|
24240
24375
|
export declare type Profit = io.flow.internal.v0.models.Profit;
|
|
24241
24376
|
export declare type ProfitShare = io.flow.internal.v0.models.ProfitShare;
|
|
24242
24377
|
export declare type ProfitShareOrderReference = io.flow.internal.v0.models.ProfitShareOrderReference;
|
|
@@ -24256,6 +24391,8 @@ export declare type ProofOfPostingOrderCancellation = io.flow.internal.v0.models
|
|
|
24256
24391
|
export declare type ProofOfPostingOrderCombinedShipment = io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment;
|
|
24257
24392
|
export declare type ProofOfPostingShippingNotification = io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
24258
24393
|
export declare type ProofOfPostingTimeElapsed = io.flow.internal.v0.models.ProofOfPostingTimeElapsed;
|
|
24394
|
+
export declare type PublicHub = io.flow.internal.v0.models.PublicHub;
|
|
24395
|
+
export declare type PublicHubForm = io.flow.internal.v0.models.PublicHubForm;
|
|
24259
24396
|
export declare type Quote = io.flow.internal.v0.models.Quote;
|
|
24260
24397
|
export declare type QuoteDeleted = io.flow.internal.v0.models.QuoteDeleted;
|
|
24261
24398
|
export declare type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
package/dist/api.d.ts
CHANGED
|
@@ -2314,7 +2314,7 @@ declare namespace io.flow.v0.enums {
|
|
|
2314
2314
|
type PriceDetailKey = 'item_price' | 'margins' | 'vat' | 'duty' | 'rounding' | 'adjustment';
|
|
2315
2315
|
type PriceFacetBoundary = 'min' | 'max';
|
|
2316
2316
|
type PricingLevySetting = 'included' | 'displayed' | 'ignored';
|
|
2317
|
-
type ProductRestrictionRule = 'Adult Products' | 'Alcohol' | 'Anti Money Laundering' | 'Collagen' | 'Consumer Safety' | 'Cosmetics' | 'DG - Batteries' | 'DG - Hazmat' | 'Drugs' | 'Dual Use' | 'Fine Art' | 'Fish & Wildlife - CITES' | 'Fish & Wildlife - Plant' | 'Fish & Wildlife - USFWS' | 'Food' | 'Gambling' | 'Health' | 'Human hair' | 'Insufficient Details' | 'Intangible' | 'Jewelry' | 'Jewelry & Watches Over 5000' | 'Knives' | 'Liquids' | 'Oversized' | 'Restrict by Default' | 'Supplements' | 'Weapon' | 'Wood';
|
|
2317
|
+
type ProductRestrictionRule = 'Adult Products' | 'Alcohol' | 'Anti Money Laundering' | 'Collagen' | 'Consumer Safety' | 'Cosmetics' | 'DG - Batteries' | 'DG - Hazmat' | 'Drugs' | 'Dual Use' | 'Fine Art' | 'Fish & Wildlife - CITES' | 'Fish & Wildlife - Plant' | 'Fish & Wildlife - USFWS' | 'Food' | 'Gambling' | 'Health' | 'Human hair' | 'Insufficient Details' | 'Intangible' | 'Jewelry' | 'Jewelry & Watches Over 5000' | 'Knives' | 'Liquids' | 'Oversized' | 'Restrict by Default' | 'Supplements' | 'Tattoo Ink And PMU' | 'Weapon' | 'Wood';
|
|
2318
2318
|
type PromotionTriggerType = 'automatic' | 'order_subtotal';
|
|
2319
2319
|
type ProvinceType = 'area' | 'city' | 'county' | 'department' | 'dependency' | 'district' | 'do_si' | 'emirate' | 'entity' | 'island' | 'municipality' | 'oblast' | 'outlying_area' | 'parish' | 'prefecture' | 'province' | 'state' | 'territory' | 'other';
|
|
2320
2320
|
type QuoteErrorCode = 'generic_error' | 'items_not_available' | 'shipping_unavailable';
|
|
@@ -3159,6 +3159,8 @@ declare namespace io.flow.v0.models {
|
|
|
3159
3159
|
readonly package?: io.flow.v0.models.ShippingLabelPackage;
|
|
3160
3160
|
readonly origin?: io.flow.v0.models.ShippingAddress;
|
|
3161
3161
|
readonly direction?: io.flow.v0.enums.Direction;
|
|
3162
|
+
readonly reference_id?: string;
|
|
3163
|
+
readonly hub_code?: string;
|
|
3162
3164
|
}
|
|
3163
3165
|
interface BrowseOptinResponses {
|
|
3164
3166
|
readonly id: string;
|
|
@@ -4568,6 +4570,7 @@ declare namespace io.flow.v0.models {
|
|
|
4568
4570
|
readonly service?: string;
|
|
4569
4571
|
readonly shipment_recipient?: io.flow.v0.enums.ShipmentRecipient;
|
|
4570
4572
|
readonly package_dimensions_source?: io.flow.v0.enums.PackageDimensionsSource;
|
|
4573
|
+
readonly reference_id?: string;
|
|
4571
4574
|
}
|
|
4572
4575
|
interface DetailedShippingNotificationForm {
|
|
4573
4576
|
readonly discriminator: 'detailed_shipping_notification_form';
|
|
@@ -6324,6 +6327,9 @@ declare namespace io.flow.v0.models {
|
|
|
6324
6327
|
readonly delivered?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
6325
6328
|
readonly rejected?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
6326
6329
|
readonly returned?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
6330
|
+
readonly crossed_border?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
6331
|
+
readonly destroyed?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
6332
|
+
readonly return_reversal?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
6327
6333
|
}
|
|
6328
6334
|
interface LabelTrackingSummaryUpdate {
|
|
6329
6335
|
readonly timestamp: string;
|
|
@@ -10504,6 +10510,7 @@ declare namespace io.flow.v0.models {
|
|
|
10504
10510
|
readonly items: io.flow.v0.models.LineItemForm[];
|
|
10505
10511
|
readonly center_key?: string;
|
|
10506
10512
|
readonly direction?: io.flow.v0.enums.Direction;
|
|
10513
|
+
readonly reference_id?: string;
|
|
10507
10514
|
}
|
|
10508
10515
|
interface SummaryShippingNotificationForm {
|
|
10509
10516
|
readonly discriminator: 'summary_shipping_notification_form';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.104",
|
|
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": "0dd960b5d48f8ac9f314c8593a3597630199ba40"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -4652,6 +4652,8 @@ declare namespace io.flow.label.v0.models {
|
|
|
4652
4652
|
readonly package?: io.flow.label.v0.models.ShippingLabelPackage;
|
|
4653
4653
|
readonly origin?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
4654
4654
|
readonly direction?: io.flow.label.v0.enums.Direction;
|
|
4655
|
+
readonly reference_id?: string;
|
|
4656
|
+
readonly hub_code?: string;
|
|
4655
4657
|
}
|
|
4656
4658
|
|
|
4657
4659
|
interface CrossdockShipment {
|
|
@@ -4674,6 +4676,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
4674
4676
|
readonly service?: string;
|
|
4675
4677
|
readonly shipment_recipient?: io.flow.label.v0.enums.ShipmentRecipient;
|
|
4676
4678
|
readonly package_dimensions_source?: io.flow.label.v0.enums.PackageDimensionsSource;
|
|
4679
|
+
readonly reference_id?: string;
|
|
4677
4680
|
}
|
|
4678
4681
|
|
|
4679
4682
|
interface DetailedShippingNotificationForm {
|
|
@@ -4852,6 +4855,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
4852
4855
|
readonly items: io.flow.common.v0.models.LineItemForm[];
|
|
4853
4856
|
readonly center_key?: string;
|
|
4854
4857
|
readonly direction?: io.flow.label.v0.enums.Direction;
|
|
4858
|
+
readonly reference_id?: string;
|
|
4855
4859
|
}
|
|
4856
4860
|
|
|
4857
4861
|
interface SummaryShippingNotificationForm {
|
|
@@ -9081,6 +9085,9 @@ declare namespace io.flow.order.price.v0.models {
|
|
|
9081
9085
|
|
|
9082
9086
|
declare namespace io.flow.channel.internal.v0.enums {
|
|
9083
9087
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
9088
|
+
type ChannelOrderAcceptanceFailureReasonCode =
|
|
9089
|
+
| 'channel_order_mor_invalid'
|
|
9090
|
+
| 'channel_order_does_not_exist';
|
|
9084
9091
|
type ChannelOrderAcceptanceNextActionFrom =
|
|
9085
9092
|
| 'cx_team'
|
|
9086
9093
|
| 'core_team'
|
|
@@ -9165,6 +9172,15 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
9165
9172
|
readonly external_order: any /*object*/;
|
|
9166
9173
|
}
|
|
9167
9174
|
|
|
9175
|
+
interface ChannelOrderAcceptanceFailure {
|
|
9176
|
+
readonly id: string;
|
|
9177
|
+
readonly organization_id: string;
|
|
9178
|
+
readonly channel_id: string;
|
|
9179
|
+
readonly payment_request_id: string;
|
|
9180
|
+
readonly code: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceFailureReasonCode;
|
|
9181
|
+
readonly reason: string;
|
|
9182
|
+
}
|
|
9183
|
+
|
|
9168
9184
|
interface ChannelOrderAcceptanceForm {
|
|
9169
9185
|
readonly status: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceStatus;
|
|
9170
9186
|
}
|
|
@@ -12600,6 +12616,9 @@ declare namespace io.flow.tracking.v0.models {
|
|
|
12600
12616
|
readonly delivered?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
12601
12617
|
readonly rejected?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
12602
12618
|
readonly returned?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
12619
|
+
readonly crossed_border?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
12620
|
+
readonly destroyed?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
12621
|
+
readonly return_reversal?: io.flow.tracking.v0.models.LabelTrackingSummaryUpdate;
|
|
12603
12622
|
}
|
|
12604
12623
|
|
|
12605
12624
|
interface LabelTrackingSummaryUpdate {
|
|
@@ -16374,6 +16393,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16374
16393
|
| 'reversal'
|
|
16375
16394
|
| 'channel_initiated';
|
|
16376
16395
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
16396
|
+
type ChannelOrderAcceptanceFailureReasonCode =
|
|
16397
|
+
| 'channel_order_mor_invalid'
|
|
16398
|
+
| 'channel_order_does_not_exist';
|
|
16377
16399
|
type ChannelOrderAcceptanceNextActionFrom =
|
|
16378
16400
|
| 'cx_team'
|
|
16379
16401
|
| 'core_team'
|
|
@@ -16539,6 +16561,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16539
16561
|
| 'adyen_capture_upserted'
|
|
16540
16562
|
| 'adyen_refund_deleted'
|
|
16541
16563
|
| 'adyen_refund_upserted'
|
|
16564
|
+
| 'adyen_dispute_upserted'
|
|
16565
|
+
| 'adyen_dispute_deleted'
|
|
16542
16566
|
| 'index_assignment_upserted'
|
|
16543
16567
|
| 'index_assignment_deleted'
|
|
16544
16568
|
| 'fulfillment_upserted'
|
|
@@ -16612,6 +16636,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
16612
16636
|
| 'catalog_settings_deleted'
|
|
16613
16637
|
| 'channel_order_acceptance_upserted'
|
|
16614
16638
|
| 'channel_order_acceptance_deleted'
|
|
16639
|
+
| 'channel_order_acceptance_failed'
|
|
16615
16640
|
| 'checkout_configuration_upserted'
|
|
16616
16641
|
| 'checkout_configuration_deleted'
|
|
16617
16642
|
| 'commercial_invoice_internal_upserted'
|
|
@@ -17275,7 +17300,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
17275
17300
|
| 'scheduled_payment'
|
|
17276
17301
|
| 'account_quarterly_balances'
|
|
17277
17302
|
| 'invariants'
|
|
17278
|
-
| 'payments'
|
|
17303
|
+
| 'payments'
|
|
17304
|
+
| 'reconcile_not_recorded'
|
|
17305
|
+
| 'products_record';
|
|
17279
17306
|
type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
|
|
17280
17307
|
type ReportingScheme =
|
|
17281
17308
|
| 'immediate_reporting_to_tax_authority'
|
|
@@ -17848,6 +17875,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17848
17875
|
readonly capture: io.flow.internal.v0.models.AdyenInternalCapture;
|
|
17849
17876
|
}
|
|
17850
17877
|
|
|
17878
|
+
interface AdyenDisputeDeleted {
|
|
17879
|
+
readonly discriminator: 'adyen_dispute_deleted';
|
|
17880
|
+
readonly event_id: string;
|
|
17881
|
+
readonly timestamp: string;
|
|
17882
|
+
readonly id: string;
|
|
17883
|
+
}
|
|
17884
|
+
|
|
17885
|
+
interface AdyenDisputeUpserted {
|
|
17886
|
+
readonly discriminator: 'adyen_dispute_upserted';
|
|
17887
|
+
readonly event_id: string;
|
|
17888
|
+
readonly timestamp: string;
|
|
17889
|
+
readonly dispute: io.flow.internal.v0.models.AdyenInternalDispute;
|
|
17890
|
+
}
|
|
17891
|
+
|
|
17851
17892
|
interface AdyenInternalAuthorization {
|
|
17852
17893
|
readonly id: string;
|
|
17853
17894
|
readonly flow_authorization_id: string;
|
|
@@ -17889,6 +17930,32 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17889
17930
|
readonly response: string;
|
|
17890
17931
|
}
|
|
17891
17932
|
|
|
17933
|
+
interface AdyenInternalDispute {
|
|
17934
|
+
readonly id: string;
|
|
17935
|
+
readonly amount: number;
|
|
17936
|
+
readonly currency: string;
|
|
17937
|
+
readonly psp_reference: string;
|
|
17938
|
+
readonly original_reference?: string;
|
|
17939
|
+
readonly event_code: string;
|
|
17940
|
+
readonly event_date: string;
|
|
17941
|
+
readonly chargeback_reason_code?: string;
|
|
17942
|
+
readonly modification_merchant_references?: string;
|
|
17943
|
+
readonly chargeback_scheme_code?: string;
|
|
17944
|
+
readonly defense_period_ends_at?: string;
|
|
17945
|
+
readonly dispute_status?: string;
|
|
17946
|
+
readonly defendable?: string;
|
|
17947
|
+
readonly merchant_account_code: string;
|
|
17948
|
+
readonly operations?: string[];
|
|
17949
|
+
readonly merchant_reference: string;
|
|
17950
|
+
readonly payment_method?: string;
|
|
17951
|
+
readonly reason?: string;
|
|
17952
|
+
readonly success: string;
|
|
17953
|
+
readonly livemode: boolean;
|
|
17954
|
+
readonly updated_by_user_id: string;
|
|
17955
|
+
readonly created_at: string;
|
|
17956
|
+
readonly updated_at: string;
|
|
17957
|
+
}
|
|
17958
|
+
|
|
17892
17959
|
interface AdyenInternalRefund {
|
|
17893
17960
|
readonly id: string;
|
|
17894
17961
|
readonly flow_refund_id: string;
|
|
@@ -19290,6 +19357,24 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19290
19357
|
readonly external_order: any /*object*/;
|
|
19291
19358
|
}
|
|
19292
19359
|
|
|
19360
|
+
interface ChannelOrderAcceptanceFailed {
|
|
19361
|
+
readonly discriminator: 'channel_order_acceptance_failed';
|
|
19362
|
+
readonly event_id: string;
|
|
19363
|
+
readonly timestamp: string;
|
|
19364
|
+
readonly organization: string;
|
|
19365
|
+
readonly channel_id: string;
|
|
19366
|
+
readonly channel_order_acceptance_failure: io.flow.internal.v0.models.ChannelOrderAcceptanceFailure;
|
|
19367
|
+
}
|
|
19368
|
+
|
|
19369
|
+
interface ChannelOrderAcceptanceFailure {
|
|
19370
|
+
readonly id: string;
|
|
19371
|
+
readonly organization_id: string;
|
|
19372
|
+
readonly channel_id: string;
|
|
19373
|
+
readonly payment_request_id: string;
|
|
19374
|
+
readonly code: io.flow.internal.v0.enums.ChannelOrderAcceptanceFailureReasonCode;
|
|
19375
|
+
readonly reason: string;
|
|
19376
|
+
}
|
|
19377
|
+
|
|
19293
19378
|
interface ChannelOrderAcceptanceForm {
|
|
19294
19379
|
readonly status: io.flow.internal.v0.enums.ChannelOrderAcceptanceStatus;
|
|
19295
19380
|
}
|
|
@@ -20637,6 +20722,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20637
20722
|
readonly issued_at: string;
|
|
20638
20723
|
readonly expires_at?: string;
|
|
20639
20724
|
readonly created_at: string;
|
|
20725
|
+
readonly updated_at?: string;
|
|
20640
20726
|
}
|
|
20641
20727
|
|
|
20642
20728
|
interface DisputeAuthorizationReference {
|
|
@@ -23237,6 +23323,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23237
23323
|
readonly suggested_responsibility?: io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility;
|
|
23238
23324
|
readonly origin_country?: string;
|
|
23239
23325
|
readonly destination_country?: string;
|
|
23326
|
+
readonly reference_id?: string;
|
|
23327
|
+
readonly logistics_integration_provider?: string;
|
|
23240
23328
|
}
|
|
23241
23329
|
|
|
23242
23330
|
interface LabelSummary {
|
|
@@ -24175,6 +24263,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24175
24263
|
readonly merchant_guid_assignment: io.flow.internal.v0.models.MerchantGuidAssignment;
|
|
24176
24264
|
}
|
|
24177
24265
|
|
|
24266
|
+
interface MerchantHubOverride {
|
|
24267
|
+
readonly id: string;
|
|
24268
|
+
readonly organization_id: string;
|
|
24269
|
+
readonly code: string;
|
|
24270
|
+
readonly contact: io.flow.common.v0.models.Contact;
|
|
24271
|
+
readonly location: io.flow.common.v0.models.Address;
|
|
24272
|
+
}
|
|
24273
|
+
|
|
24274
|
+
interface MerchantHubOverrideForm {
|
|
24275
|
+
readonly code: string;
|
|
24276
|
+
readonly contact: io.flow.common.v0.models.Contact;
|
|
24277
|
+
readonly location: io.flow.common.v0.models.Address;
|
|
24278
|
+
}
|
|
24279
|
+
|
|
24178
24280
|
interface MerchantOfRecordEntitySettings {
|
|
24179
24281
|
readonly id: string;
|
|
24180
24282
|
readonly merchant_of_record_entity: io.flow.common.v0.models.MerchantOfRecordEntity;
|
|
@@ -25471,6 +25573,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25471
25573
|
readonly partner_organization_settings: io.flow.internal.v0.models.PartnerOrganizationSettings;
|
|
25472
25574
|
}
|
|
25473
25575
|
|
|
25576
|
+
interface PartnerRequest {
|
|
25577
|
+
readonly id: string;
|
|
25578
|
+
readonly partner_id: string;
|
|
25579
|
+
readonly organization_id: string;
|
|
25580
|
+
readonly request_body?: any /*json*/;
|
|
25581
|
+
}
|
|
25582
|
+
|
|
25474
25583
|
interface Passphrase {
|
|
25475
25584
|
readonly id: string;
|
|
25476
25585
|
readonly tribe: io.flow.internal.v0.models.Tribe;
|
|
@@ -26037,6 +26146,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26037
26146
|
readonly next_product?: io.flow.internal.v0.models.ClassificationProductId;
|
|
26038
26147
|
}
|
|
26039
26148
|
|
|
26149
|
+
interface ProductCurrencies {
|
|
26150
|
+
readonly transaction: string;
|
|
26151
|
+
readonly destination: string;
|
|
26152
|
+
}
|
|
26153
|
+
|
|
26040
26154
|
interface ProductDetailSettingsForm {
|
|
26041
26155
|
readonly keys: string[];
|
|
26042
26156
|
}
|
|
@@ -26064,6 +26178,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26064
26178
|
readonly column_settings: io.flow.internal.v0.models.HarmonizationColumnSetting[];
|
|
26065
26179
|
}
|
|
26066
26180
|
|
|
26181
|
+
interface ProductRecord {
|
|
26182
|
+
readonly organization_id: string;
|
|
26183
|
+
readonly order_number: string;
|
|
26184
|
+
readonly fulfillment_id: string;
|
|
26185
|
+
readonly currencies: io.flow.internal.v0.models.ProductCurrencies;
|
|
26186
|
+
readonly products: io.flow.internal.v0.models.ProductTransaction[];
|
|
26187
|
+
}
|
|
26188
|
+
|
|
26067
26189
|
interface ProductRestrictionResultValidationError {
|
|
26068
26190
|
readonly message: string;
|
|
26069
26191
|
readonly reason: string;
|
|
@@ -26109,6 +26231,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26109
26231
|
readonly reviews: io.flow.internal.v0.models.RestrictionHistoryItemReviewDecision[];
|
|
26110
26232
|
}
|
|
26111
26233
|
|
|
26234
|
+
interface ProductTransaction {
|
|
26235
|
+
readonly transaction_amount: number;
|
|
26236
|
+
readonly destination_amount: number;
|
|
26237
|
+
readonly quantity: number;
|
|
26238
|
+
}
|
|
26239
|
+
|
|
26112
26240
|
interface Profit {
|
|
26113
26241
|
readonly key: io.flow.internal.v0.enums.ProfitStreamKey;
|
|
26114
26242
|
readonly principal: io.flow.internal.v0.models.Principal;
|
|
@@ -26183,6 +26311,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26183
26311
|
readonly created_at: string;
|
|
26184
26312
|
}
|
|
26185
26313
|
|
|
26314
|
+
interface PublicHub {
|
|
26315
|
+
readonly id: string;
|
|
26316
|
+
readonly code: string;
|
|
26317
|
+
readonly third_party_logistics_reference: string;
|
|
26318
|
+
readonly contact: io.flow.common.v0.models.Contact;
|
|
26319
|
+
readonly location: io.flow.common.v0.models.Address;
|
|
26320
|
+
}
|
|
26321
|
+
|
|
26322
|
+
interface PublicHubForm {
|
|
26323
|
+
readonly code: string;
|
|
26324
|
+
readonly third_party_logistics_reference: string;
|
|
26325
|
+
readonly contact: io.flow.common.v0.models.Contact;
|
|
26326
|
+
readonly location: io.flow.common.v0.models.Address;
|
|
26327
|
+
}
|
|
26328
|
+
|
|
26186
26329
|
interface Quote {
|
|
26187
26330
|
readonly id: string;
|
|
26188
26331
|
readonly base: string;
|
|
@@ -26741,6 +26884,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26741
26884
|
interface ReportingConversionRates {
|
|
26742
26885
|
readonly merchant: number;
|
|
26743
26886
|
readonly entity: number;
|
|
26887
|
+
readonly destination_country: number;
|
|
26744
26888
|
readonly usd: number;
|
|
26745
26889
|
readonly eur: number;
|
|
26746
26890
|
}
|
|
@@ -26754,6 +26898,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26754
26898
|
readonly transaction: string;
|
|
26755
26899
|
readonly merchant: string;
|
|
26756
26900
|
readonly entity: string;
|
|
26901
|
+
readonly destination_country?: string;
|
|
26757
26902
|
}
|
|
26758
26903
|
|
|
26759
26904
|
interface ReportingDebug {
|
|
@@ -26875,6 +27020,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26875
27020
|
readonly transaction: number;
|
|
26876
27021
|
readonly merchant: number;
|
|
26877
27022
|
readonly entity: number;
|
|
27023
|
+
readonly destination_country: number;
|
|
26878
27024
|
readonly usd: number;
|
|
26879
27025
|
readonly eur: number;
|
|
26880
27026
|
}
|
|
@@ -29607,6 +29753,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
29607
29753
|
| io.flow.internal.v0.models.AdyenCaptureUpserted
|
|
29608
29754
|
| io.flow.internal.v0.models.AdyenRefundDeleted
|
|
29609
29755
|
| io.flow.internal.v0.models.AdyenRefundUpserted
|
|
29756
|
+
| io.flow.internal.v0.models.AdyenDisputeUpserted
|
|
29757
|
+
| io.flow.internal.v0.models.AdyenDisputeDeleted
|
|
29610
29758
|
| io.flow.internal.v0.models.IndexAssignmentUpserted
|
|
29611
29759
|
| io.flow.internal.v0.models.IndexAssignmentDeleted
|
|
29612
29760
|
| io.flow.internal.v0.models.FulfillmentUpserted
|
|
@@ -29680,6 +29828,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
29680
29828
|
| io.flow.internal.v0.models.CatalogSettingsDeleted
|
|
29681
29829
|
| io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted
|
|
29682
29830
|
| io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted
|
|
29831
|
+
| io.flow.internal.v0.models.ChannelOrderAcceptanceFailed
|
|
29683
29832
|
| io.flow.internal.v0.models.CheckoutConfigurationUpserted
|
|
29684
29833
|
| io.flow.internal.v0.models.CheckoutConfigurationDeleted
|
|
29685
29834
|
| io.flow.internal.v0.models.CommercialInvoiceInternalUpserted
|
|
@@ -30305,6 +30454,10 @@ export type AdyenCaptureDeleted =
|
|
|
30305
30454
|
io.flow.internal.v0.models.AdyenCaptureDeleted;
|
|
30306
30455
|
export type AdyenCaptureUpserted =
|
|
30307
30456
|
io.flow.internal.v0.models.AdyenCaptureUpserted;
|
|
30457
|
+
export type AdyenDisputeDeleted =
|
|
30458
|
+
io.flow.internal.v0.models.AdyenDisputeDeleted;
|
|
30459
|
+
export type AdyenDisputeUpserted =
|
|
30460
|
+
io.flow.internal.v0.models.AdyenDisputeUpserted;
|
|
30308
30461
|
export type AdyenIntegrationType =
|
|
30309
30462
|
io.flow.internal.v0.enums.AdyenIntegrationType;
|
|
30310
30463
|
export type AdyenInternalAuthorization =
|
|
@@ -30313,6 +30466,8 @@ export type AdyenInternalCancel =
|
|
|
30313
30466
|
io.flow.internal.v0.models.AdyenInternalCancel;
|
|
30314
30467
|
export type AdyenInternalCapture =
|
|
30315
30468
|
io.flow.internal.v0.models.AdyenInternalCapture;
|
|
30469
|
+
export type AdyenInternalDispute =
|
|
30470
|
+
io.flow.internal.v0.models.AdyenInternalDispute;
|
|
30316
30471
|
export type AdyenInternalRefund =
|
|
30317
30472
|
io.flow.internal.v0.models.AdyenInternalRefund;
|
|
30318
30473
|
export type AdyenMerchant = io.flow.internal.v0.models.AdyenMerchant;
|
|
@@ -30679,6 +30834,12 @@ export type ChannelOrderAcceptanceDetails =
|
|
|
30679
30834
|
io.flow.internal.v0.models.ChannelOrderAcceptanceDetails;
|
|
30680
30835
|
export type ChannelOrderAcceptanceErrorAction =
|
|
30681
30836
|
io.flow.internal.v0.enums.ChannelOrderAcceptanceErrorAction;
|
|
30837
|
+
export type ChannelOrderAcceptanceFailed =
|
|
30838
|
+
io.flow.internal.v0.models.ChannelOrderAcceptanceFailed;
|
|
30839
|
+
export type ChannelOrderAcceptanceFailure =
|
|
30840
|
+
io.flow.internal.v0.models.ChannelOrderAcceptanceFailure;
|
|
30841
|
+
export type ChannelOrderAcceptanceFailureReasonCode =
|
|
30842
|
+
io.flow.internal.v0.enums.ChannelOrderAcceptanceFailureReasonCode;
|
|
30682
30843
|
export type ChannelOrderAcceptanceForm =
|
|
30683
30844
|
io.flow.internal.v0.models.ChannelOrderAcceptanceForm;
|
|
30684
30845
|
export type ChannelOrderAcceptanceNextActionFrom =
|
|
@@ -31954,6 +32115,10 @@ export type MerchantGuidAssignmentDeleted =
|
|
|
31954
32115
|
io.flow.internal.v0.models.MerchantGuidAssignmentDeleted;
|
|
31955
32116
|
export type MerchantGuidAssignmentUpserted =
|
|
31956
32117
|
io.flow.internal.v0.models.MerchantGuidAssignmentUpserted;
|
|
32118
|
+
export type MerchantHubOverride =
|
|
32119
|
+
io.flow.internal.v0.models.MerchantHubOverride;
|
|
32120
|
+
export type MerchantHubOverrideForm =
|
|
32121
|
+
io.flow.internal.v0.models.MerchantHubOverrideForm;
|
|
31957
32122
|
export type MerchantOfRecordEntitySettings =
|
|
31958
32123
|
io.flow.internal.v0.models.MerchantOfRecordEntitySettings;
|
|
31959
32124
|
export type MerchantOfRecordEntitySettingsForm =
|
|
@@ -32314,6 +32479,7 @@ export type PartnerOrganizationSettingsForm =
|
|
|
32314
32479
|
io.flow.internal.v0.models.PartnerOrganizationSettingsForm;
|
|
32315
32480
|
export type PartnerOrganizationSettingsUpserted =
|
|
32316
32481
|
io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted;
|
|
32482
|
+
export type PartnerRequest = io.flow.internal.v0.models.PartnerRequest;
|
|
32317
32483
|
export type Party = io.flow.internal.v0.enums.Party;
|
|
32318
32484
|
export type Passphrase = io.flow.internal.v0.models.Passphrase;
|
|
32319
32485
|
export type PassphraseForm = io.flow.internal.v0.models.PassphraseForm;
|
|
@@ -32459,6 +32625,7 @@ export type ProductClassificationJudgementForm =
|
|
|
32459
32625
|
io.flow.internal.v0.models.ProductClassificationJudgementForm;
|
|
32460
32626
|
export type ProductClassificationResult =
|
|
32461
32627
|
io.flow.internal.v0.models.ProductClassificationResult;
|
|
32628
|
+
export type ProductCurrencies = io.flow.internal.v0.models.ProductCurrencies;
|
|
32462
32629
|
export type ProductDetailSettingsForm =
|
|
32463
32630
|
io.flow.internal.v0.models.ProductDetailSettingsForm;
|
|
32464
32631
|
export type ProductHarmonization =
|
|
@@ -32468,6 +32635,7 @@ export type ProductHarmonizationForm =
|
|
|
32468
32635
|
export type ProductLabels = io.flow.internal.v0.models.ProductLabels;
|
|
32469
32636
|
export type ProductListSettingsForm =
|
|
32470
32637
|
io.flow.internal.v0.models.ProductListSettingsForm;
|
|
32638
|
+
export type ProductRecord = io.flow.internal.v0.models.ProductRecord;
|
|
32471
32639
|
export type ProductRestrictionResultValidationError =
|
|
32472
32640
|
io.flow.internal.v0.models.ProductRestrictionResultValidationError;
|
|
32473
32641
|
export type ProductRestrictionRuleDecision =
|
|
@@ -32479,6 +32647,7 @@ export type ProductRestrictionRuleDecisionUpserted =
|
|
|
32479
32647
|
export type ProductReviewHistory =
|
|
32480
32648
|
io.flow.internal.v0.models.ProductReviewHistory;
|
|
32481
32649
|
export type ProductStatus = io.flow.internal.v0.enums.ProductStatus;
|
|
32650
|
+
export type ProductTransaction = io.flow.internal.v0.models.ProductTransaction;
|
|
32482
32651
|
export type Profit = io.flow.internal.v0.models.Profit;
|
|
32483
32652
|
export type ProfitShare = io.flow.internal.v0.models.ProfitShare;
|
|
32484
32653
|
export type ProfitShareOrderReference =
|
|
@@ -32506,6 +32675,8 @@ export type ProofOfPostingShippingNotification =
|
|
|
32506
32675
|
io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
32507
32676
|
export type ProofOfPostingTimeElapsed =
|
|
32508
32677
|
io.flow.internal.v0.models.ProofOfPostingTimeElapsed;
|
|
32678
|
+
export type PublicHub = io.flow.internal.v0.models.PublicHub;
|
|
32679
|
+
export type PublicHubForm = io.flow.internal.v0.models.PublicHubForm;
|
|
32509
32680
|
export type Quote = io.flow.internal.v0.models.Quote;
|
|
32510
32681
|
export type QuoteDeleted = io.flow.internal.v0.models.QuoteDeleted;
|
|
32511
32682
|
export type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
package/src/api.ts
CHANGED
|
@@ -3834,6 +3834,7 @@ declare namespace io.flow.v0.enums {
|
|
|
3834
3834
|
| 'Oversized'
|
|
3835
3835
|
| 'Restrict by Default'
|
|
3836
3836
|
| 'Supplements'
|
|
3837
|
+
| 'Tattoo Ink And PMU'
|
|
3837
3838
|
| 'Weapon'
|
|
3838
3839
|
| 'Wood';
|
|
3839
3840
|
type PromotionTriggerType = 'automatic' | 'order_subtotal';
|
|
@@ -4978,6 +4979,8 @@ declare namespace io.flow.v0.models {
|
|
|
4978
4979
|
readonly package?: io.flow.v0.models.ShippingLabelPackage;
|
|
4979
4980
|
readonly origin?: io.flow.v0.models.ShippingAddress;
|
|
4980
4981
|
readonly direction?: io.flow.v0.enums.Direction;
|
|
4982
|
+
readonly reference_id?: string;
|
|
4983
|
+
readonly hub_code?: string;
|
|
4981
4984
|
}
|
|
4982
4985
|
|
|
4983
4986
|
interface BrowseOptinResponses {
|
|
@@ -6612,6 +6615,7 @@ declare namespace io.flow.v0.models {
|
|
|
6612
6615
|
readonly service?: string;
|
|
6613
6616
|
readonly shipment_recipient?: io.flow.v0.enums.ShipmentRecipient;
|
|
6614
6617
|
readonly package_dimensions_source?: io.flow.v0.enums.PackageDimensionsSource;
|
|
6618
|
+
readonly reference_id?: string;
|
|
6615
6619
|
}
|
|
6616
6620
|
|
|
6617
6621
|
interface DetailedShippingNotificationForm {
|
|
@@ -8664,6 +8668,9 @@ declare namespace io.flow.v0.models {
|
|
|
8664
8668
|
readonly delivered?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
8665
8669
|
readonly rejected?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
8666
8670
|
readonly returned?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
8671
|
+
readonly crossed_border?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
8672
|
+
readonly destroyed?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
8673
|
+
readonly return_reversal?: io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
8667
8674
|
}
|
|
8668
8675
|
|
|
8669
8676
|
interface LabelTrackingSummaryUpdate {
|
|
@@ -13514,6 +13521,7 @@ declare namespace io.flow.v0.models {
|
|
|
13514
13521
|
readonly items: io.flow.v0.models.LineItemForm[];
|
|
13515
13522
|
readonly center_key?: string;
|
|
13516
13523
|
readonly direction?: io.flow.v0.enums.Direction;
|
|
13524
|
+
readonly reference_id?: string;
|
|
13517
13525
|
}
|
|
13518
13526
|
|
|
13519
13527
|
interface SummaryShippingNotificationForm {
|