@flowio/types 11.24.110 → 11.24.111
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 +168 -424
- package/dist/api.d.ts +169 -139
- package/package.json +2 -2
- package/src/api-internal.ts +235 -610
- package/src/api.ts +253 -166
package/dist/api-internal.d.ts
CHANGED
|
@@ -1229,6 +1229,16 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1229
1229
|
interface AuthorizationResultDescription {
|
|
1230
1230
|
readonly display: string;
|
|
1231
1231
|
}
|
|
1232
|
+
interface AuthorizationRetry {
|
|
1233
|
+
readonly id: string;
|
|
1234
|
+
readonly authorization_request_id: string;
|
|
1235
|
+
readonly authorization_id: string;
|
|
1236
|
+
readonly organization_id: string;
|
|
1237
|
+
readonly attempt: number;
|
|
1238
|
+
readonly last_failure_code: string;
|
|
1239
|
+
readonly created_at: string;
|
|
1240
|
+
readonly updated_at: string;
|
|
1241
|
+
}
|
|
1232
1242
|
interface AuthorizationVersion {
|
|
1233
1243
|
readonly id: string;
|
|
1234
1244
|
readonly timestamp: string;
|
|
@@ -1335,6 +1345,7 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1335
1345
|
readonly processor?: io.flow.payment.v0.unions.ExpandablePaymentProcessor;
|
|
1336
1346
|
readonly stored_method_usage_step?: io.flow.payment.v0.enums.StoredMethodUsageStep;
|
|
1337
1347
|
readonly authorized_at?: string;
|
|
1348
|
+
readonly authorization_request_id?: string;
|
|
1338
1349
|
}
|
|
1339
1350
|
interface CardBrowserActionConfiguration {
|
|
1340
1351
|
readonly discriminator: 'card_browser_action_configuration';
|
|
@@ -1583,6 +1594,7 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1583
1594
|
readonly processor?: io.flow.payment.v0.unions.ExpandablePaymentProcessor;
|
|
1584
1595
|
readonly confirmation_details?: io.flow.payment.v0.unions.ConfirmationDetails;
|
|
1585
1596
|
readonly authorized_at?: string;
|
|
1597
|
+
readonly authorization_request_id?: string;
|
|
1586
1598
|
}
|
|
1587
1599
|
interface OnlinePaymentAuthorizationForm {
|
|
1588
1600
|
readonly discriminator: 'online_payment_authorization_form';
|
|
@@ -2030,9 +2042,12 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
2030
2042
|
type RefundFailureReason = 'charge_for_pending_refund_disputed' | 'declined' | 'expired_or_canceled_card' | 'insufficient_funds' | 'lost_or_stolen_card' | 'merchant_request' | 'unknown';
|
|
2031
2043
|
type RefundReason = 'duplicate' | 'fraudulent' | 'requested_by_customer';
|
|
2032
2044
|
type RefundStatus = 'succeeded' | 'failed' | 'pending' | 'canceled';
|
|
2045
|
+
type ReportingReportRunStatus = 'pending' | 'succeeded' | 'failed';
|
|
2046
|
+
type ReportingReportType = 'ending_balance_reconciliation.itemized.1' | 'ending_balance_reconciliation.itemized.2' | 'ending_balance_reconciliation.itemized.3' | 'ending_balance_reconciliation.itemized.4' | 'payout_reconciliation.itemized.5' | 'payout_reconciliation.by_id.itemized.1' | 'payout_reconciliation.by_id.itemized.2' | 'payout_reconciliation.by_id.itemized.3' | 'payout_reconciliation.by_id.itemized.4' | 'payout_reconciliation.by_id.summary.1' | 'ending_balance_reconciliation.summary.1' | 'payout_reconciliation.itemized.1' | 'payout_reconciliation.itemized.2' | 'payout_reconciliation.itemized.3' | 'payout_reconciliation.itemized.4' | 'payout_reconciliation.summary.1';
|
|
2033
2047
|
type RequestThreeDSecureType = 'automatic' | 'any';
|
|
2034
2048
|
type RequestedCapabilities = 'card_payments' | 'legacy_payments' | 'transfers';
|
|
2035
2049
|
type SetupFutureUsage = 'on_session' | 'off_session';
|
|
2050
|
+
type ShopifyPaymentStripeEventType = 'charge.captured' | 'charge.dispute.created' | 'charge.dispute.closed' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'charge.expired' | 'charge.failed' | 'charge.pending' | 'charge.refund.updated' | 'charge.refunded' | 'charge.succeeded' | 'charge.updated' | 'payment_intent.amount_capturable_updated' | 'payment_intent.canceled' | 'payment_intent.created' | 'payment_intent.partially_funded' | 'payment_intent.payment_failed' | 'payment_intent.processing' | 'payment_intent.requires_action' | 'payment_intent.succeeded' | 'transfer.created' | 'transfer.reversed' | 'transfer.updated' | 'reporting.report_run.succeeded' | 'reporting.report_type.updated' | 'reporting.report_type.failed';
|
|
2036
2051
|
type SourceFlow = 'redirect' | 'receiver' | 'code_verification' | 'none';
|
|
2037
2052
|
type SourceStatus = 'canceled' | 'chargeable' | 'consumed' | 'failed' | 'pending';
|
|
2038
2053
|
type SourceType = 'ach_credit_transfer' | 'ach_debit' | 'alipay' | 'bancontact' | 'bitcoin' | 'card' | 'eps' | 'giropay' | 'ideal' | 'klarna' | 'multibanco' | 'p24' | 'sepa_debit' | 'sofort' | 'three_d_secure';
|
|
@@ -2829,11 +2844,68 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
2829
2844
|
readonly total_count: number;
|
|
2830
2845
|
readonly url: string;
|
|
2831
2846
|
}
|
|
2847
|
+
interface ReportRunParameters {
|
|
2848
|
+
readonly interval_start: number;
|
|
2849
|
+
readonly interval_end: number;
|
|
2850
|
+
readonly columns?: string[];
|
|
2851
|
+
readonly payout?: string;
|
|
2852
|
+
readonly connected_account?: string;
|
|
2853
|
+
readonly reporting_category?: string;
|
|
2854
|
+
}
|
|
2855
|
+
interface ReportingReportRun {
|
|
2856
|
+
readonly id: string;
|
|
2857
|
+
readonly object: string;
|
|
2858
|
+
readonly created: number;
|
|
2859
|
+
readonly error?: string;
|
|
2860
|
+
readonly livemode: boolean;
|
|
2861
|
+
readonly status: io.flow.stripe.v0.enums.ReportingReportRunStatus;
|
|
2862
|
+
readonly result?: io.flow.stripe.v0.models.ReportingReportRunResult;
|
|
2863
|
+
readonly succeeded_at?: number;
|
|
2864
|
+
}
|
|
2865
|
+
interface ReportingReportRunForm {
|
|
2866
|
+
readonly report_type: io.flow.stripe.v0.enums.ReportingReportType;
|
|
2867
|
+
readonly parameters: io.flow.stripe.v0.models.ReportRunParameters;
|
|
2868
|
+
}
|
|
2869
|
+
interface ReportingReportRunResult {
|
|
2870
|
+
readonly id: string;
|
|
2871
|
+
readonly object: string;
|
|
2872
|
+
readonly created: number;
|
|
2873
|
+
readonly expires_at: number;
|
|
2874
|
+
readonly filename: string;
|
|
2875
|
+
readonly links: any;
|
|
2876
|
+
readonly purpose: string;
|
|
2877
|
+
readonly size: number;
|
|
2878
|
+
readonly title: string;
|
|
2879
|
+
readonly type: string;
|
|
2880
|
+
readonly url: string;
|
|
2881
|
+
}
|
|
2882
|
+
interface ReportingReportRuns {
|
|
2883
|
+
readonly object: string;
|
|
2884
|
+
readonly data: io.flow.stripe.v0.models.ReportingReportRun[];
|
|
2885
|
+
readonly has_more: boolean;
|
|
2886
|
+
readonly url?: string;
|
|
2887
|
+
}
|
|
2832
2888
|
interface Shipping {
|
|
2833
2889
|
readonly address: io.flow.stripe.v0.models.Address;
|
|
2834
2890
|
readonly name?: string;
|
|
2835
2891
|
readonly phone?: string;
|
|
2836
2892
|
}
|
|
2893
|
+
interface ShopifyPaymentStripeEvent {
|
|
2894
|
+
readonly id: string;
|
|
2895
|
+
readonly api_version?: string;
|
|
2896
|
+
readonly data: io.flow.stripe.v0.models.ShopifyPaymentStripeEventData;
|
|
2897
|
+
readonly request?: any;
|
|
2898
|
+
readonly type: io.flow.stripe.v0.enums.ShopifyPaymentStripeEventType;
|
|
2899
|
+
readonly object: string;
|
|
2900
|
+
readonly account?: string;
|
|
2901
|
+
readonly created: number;
|
|
2902
|
+
readonly livemode: boolean;
|
|
2903
|
+
readonly pending_webhooks: number;
|
|
2904
|
+
}
|
|
2905
|
+
interface ShopifyPaymentStripeEventData {
|
|
2906
|
+
readonly object?: any;
|
|
2907
|
+
readonly previous_attributes?: any;
|
|
2908
|
+
}
|
|
2837
2909
|
interface Source {
|
|
2838
2910
|
readonly id: string;
|
|
2839
2911
|
readonly object: string;
|
|
@@ -3770,7 +3842,7 @@ declare namespace io.flow.external.paypal.v1.models {
|
|
|
3770
3842
|
readonly transaction_updated_date: string;
|
|
3771
3843
|
readonly transaction_status: io.flow.external.paypal.v1.enums.ReportingTransactionStatus;
|
|
3772
3844
|
readonly transaction_subject?: string;
|
|
3773
|
-
readonly invoice_id
|
|
3845
|
+
readonly invoice_id?: string;
|
|
3774
3846
|
readonly custom_field?: string;
|
|
3775
3847
|
readonly protection_eligibility?: string;
|
|
3776
3848
|
readonly instrument_type?: string;
|
|
@@ -4841,8 +4913,14 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
4841
4913
|
readonly weight?: io.flow.shopify.external.v0.models.GraphqlWeight;
|
|
4842
4914
|
}
|
|
4843
4915
|
interface GraphqlMetafield {
|
|
4916
|
+
readonly id: string;
|
|
4844
4917
|
readonly key: string;
|
|
4845
4918
|
readonly value: string;
|
|
4919
|
+
readonly type?: string;
|
|
4920
|
+
}
|
|
4921
|
+
interface GraphqlMetaobject {
|
|
4922
|
+
readonly id: string;
|
|
4923
|
+
readonly displayName: string;
|
|
4846
4924
|
}
|
|
4847
4925
|
interface GraphqlOption {
|
|
4848
4926
|
readonly id: string;
|
|
@@ -5000,6 +5078,7 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5000
5078
|
readonly updated_at: string;
|
|
5001
5079
|
readonly has_variants_that_requires_components?: boolean;
|
|
5002
5080
|
readonly category?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
5081
|
+
readonly metafields?: io.flow.shopify.external.v0.models.ProductMetafield[];
|
|
5003
5082
|
}
|
|
5004
5083
|
interface ProductDelete {
|
|
5005
5084
|
readonly id: number;
|
|
@@ -5014,6 +5093,16 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5014
5093
|
readonly updated_at?: string;
|
|
5015
5094
|
readonly alt?: string;
|
|
5016
5095
|
}
|
|
5096
|
+
interface ProductMetafield {
|
|
5097
|
+
readonly id: number;
|
|
5098
|
+
readonly namespace: string;
|
|
5099
|
+
readonly key: string;
|
|
5100
|
+
readonly value: string;
|
|
5101
|
+
readonly created_at: string;
|
|
5102
|
+
readonly updated_at: string;
|
|
5103
|
+
readonly type: string;
|
|
5104
|
+
readonly admin_graphql_api_id: string;
|
|
5105
|
+
}
|
|
5017
5106
|
interface ProductVariant {
|
|
5018
5107
|
readonly id: number;
|
|
5019
5108
|
readonly sku?: string;
|
|
@@ -7230,6 +7319,7 @@ declare namespace io.flow.experience.v0.enums {
|
|
|
7230
7319
|
type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
|
|
7231
7320
|
type IncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
|
|
7232
7321
|
type OrderErrorCode = 'generic_error' | 'order_item_not_available' | 'order_identifier_error' | 'authorization_invalid' | 'domestic_shipping_unavailable' | 'shipping_unavailable' | 'value_threshold_exceeded' | 'invalid_currency' | 'invalid_country' | 'invalid_region' | 'invalid_language' | 'item_out_of_stock' | 'gift_card_not_accepted' | 'total_changed';
|
|
7322
|
+
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
7233
7323
|
type OrderPaymentType = 'card' | 'online' | 'credit' | 'external' | 'subsidized' | 'installment_plan' | 'cash_on_delivery';
|
|
7234
7324
|
type OrderRefundSummaryIncludes = 'duties' | 'vat' | 'shipping';
|
|
7235
7325
|
type OrderRefundSummaryPartialCharged = 'per_item' | 'for_order' | 'by_value_percentage' | 'by_quantity_percentage';
|
|
@@ -7767,6 +7857,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
7767
7857
|
readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
|
|
7768
7858
|
readonly destination_contact_details?: io.flow.experience.v0.models.DestinationContactDetail[];
|
|
7769
7859
|
readonly incoterm_summary?: io.flow.experience.v0.models.IncotermSummary;
|
|
7860
|
+
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
7770
7861
|
}
|
|
7771
7862
|
interface OrderAddress {
|
|
7772
7863
|
readonly text?: string;
|
|
@@ -7842,6 +7933,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
7842
7933
|
readonly authorization_keys?: string[];
|
|
7843
7934
|
readonly options?: io.flow.experience.v0.models.OrderOptions;
|
|
7844
7935
|
readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
|
|
7936
|
+
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
7845
7937
|
}
|
|
7846
7938
|
interface OrderGeo {
|
|
7847
7939
|
readonly ip?: string;
|
|
@@ -7937,6 +8029,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
7937
8029
|
readonly authorization_keys?: string[];
|
|
7938
8030
|
readonly options?: io.flow.experience.v0.models.OrderOptions;
|
|
7939
8031
|
readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
|
|
8032
|
+
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
7940
8033
|
}
|
|
7941
8034
|
interface OrderReference {
|
|
7942
8035
|
readonly discriminator: 'order_reference';
|
|
@@ -9169,7 +9262,7 @@ declare namespace io.flow.product.v0.models {
|
|
|
9169
9262
|
}
|
|
9170
9263
|
declare namespace io.flow.tracking.v0.enums {
|
|
9171
9264
|
type SubstatusCode = 'Delivered_001' | 'Delivered_002' | 'Delivered_003' | 'Delivered_004' | 'AvailableForPickup_001' | 'Exception_001' | 'Exception_002' | 'Exception_003' | 'Exception_004' | 'Exception_005' | 'Exception_006' | 'Exception_007' | 'Exception_008' | 'Exception_009' | 'Exception_010' | 'Exception_011' | 'Exception_012' | 'Exception_013' | 'AttemptFail_001' | 'AttemptFail_002' | 'AttemptFail_003' | 'InTransit_001' | 'InTransit_002' | 'InTransit_003' | 'InTransit_004' | 'InTransit_005' | 'InTransit_006' | 'InTransit_007' | 'InTransit_008' | 'InTransit_009' | 'InfoReceived_001' | 'OutForDelivery_001' | 'OutForDelivery_003' | 'OutForDelivery_004' | 'Pending_001' | 'Pending_002' | 'Pending_003' | 'Pending_004' | 'Pending_005' | 'Pending_006' | 'Expired_001';
|
|
9172
|
-
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired';
|
|
9265
|
+
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
|
|
9173
9266
|
}
|
|
9174
9267
|
declare namespace io.flow.tracking.v0.models {
|
|
9175
9268
|
interface LabelTrackingCarrierService {
|
|
@@ -9980,7 +10073,7 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
9980
10073
|
type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
|
|
9981
10074
|
type PendingPayoutTransactionReasonCode = 'waiting_for_full_refund' | 'waiting_for_fulfillment' | 'waiting_for_in_transit' | 'waiting_for_next_payout_date' | 'waiting_for_tracking_info' | 'waiting_for_positive_account_balance' | 'unfulfilled_amount_greater_than_negative_balance' | 'account_payment_hold';
|
|
9982
10075
|
type StatementAttachmentType = 'csv';
|
|
9983
|
-
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | '
|
|
10076
|
+
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'non_l4l_tax_duty_fx' | 'ge_revenue_share' | 'tax_duty_delta';
|
|
9984
10077
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
9985
10078
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
9986
10079
|
}
|
|
@@ -11526,19 +11619,20 @@ declare namespace io.flow.fraud.v0.unions {
|
|
|
11526
11619
|
}
|
|
11527
11620
|
declare namespace io.flow.sellability.v0.enums {
|
|
11528
11621
|
type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
|
|
11622
|
+
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category';
|
|
11529
11623
|
}
|
|
11530
11624
|
declare namespace io.flow.sellability.v0.models {
|
|
11531
11625
|
interface ProductSellability {
|
|
11532
|
-
readonly
|
|
11626
|
+
readonly shop_id: string;
|
|
11533
11627
|
readonly product_id?: string;
|
|
11534
|
-
readonly
|
|
11628
|
+
readonly request_id: string;
|
|
11629
|
+
readonly hs6_code: string;
|
|
11535
11630
|
readonly restricted_regions: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
11536
|
-
readonly in_review_regions: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
11537
11631
|
}
|
|
11538
11632
|
interface ProductSellabilityForm {
|
|
11539
|
-
readonly
|
|
11633
|
+
readonly shop_id: string;
|
|
11540
11634
|
readonly product_id?: string;
|
|
11541
|
-
readonly
|
|
11635
|
+
readonly request_id: string;
|
|
11542
11636
|
readonly name: string;
|
|
11543
11637
|
readonly price: io.flow.sellability.v0.models.ProductSellabilityPrice;
|
|
11544
11638
|
readonly description: string;
|
|
@@ -11548,6 +11642,10 @@ declare namespace io.flow.sellability.v0.models {
|
|
|
11548
11642
|
readonly currency: string;
|
|
11549
11643
|
readonly amount: number;
|
|
11550
11644
|
}
|
|
11645
|
+
interface SellabilityError {
|
|
11646
|
+
readonly code: io.flow.sellability.v0.enums.SellabilityErrorCode;
|
|
11647
|
+
readonly messages: string[];
|
|
11648
|
+
}
|
|
11551
11649
|
interface SellablilityRegionResult {
|
|
11552
11650
|
readonly type: io.flow.sellability.v0.enums.RuleEffectType;
|
|
11553
11651
|
readonly regions: string[];
|
|
@@ -11822,7 +11920,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11822
11920
|
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate' | 'current_attempt_merchant_count' | 'current_attempt_amount_total' | 'current_attempt_failed_merchant_count' | 'current_attempt_failed_amount_total' | 'current_attempt_success_ratio' | 'first_attempt_merchant_count' | 'first_attempt_amount_total' | 'first_attempt_failed_merchant_count' | 'first_attempt_failed_amount_total' | 'first_attempt_success_ratio' | 'second_attempt_merchant_count' | 'second_attempt_amount_total' | 'second_attempt_failed_merchant_count' | 'second_attempt_failed_amount_total' | 'second_attempt_success_ratio' | 'third_attempt_merchant_count' | 'third_attempt_amount_total' | 'third_attempt_failed_merchant_count' | 'third_attempt_failed_amount_total' | 'third_attempt_success_ratio' | 'fourth_plus_attempt_merchant_count' | 'fourth_plus_attempt_amount_total' | 'fourth_plus_attempt_failed_merchant_count' | 'fourth_plus_attempt_failed_amount_total' | 'fourth_plus_attempt_success_ratio';
|
|
11823
11921
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
|
|
11824
11922
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
11825
|
-
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | '
|
|
11923
|
+
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'tax_duty_delta';
|
|
11826
11924
|
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
11827
11925
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
11828
11926
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
@@ -11874,7 +11972,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11874
11972
|
type DisputeLiability = 'flow' | 'organization';
|
|
11875
11973
|
type DisputeProcessor = 'adyen' | 'paypal' | 'stripe';
|
|
11876
11974
|
type DisputeReportingCategory = 'charge_issues' | 'delivery' | 'fraud' | 'general' | 'product' | 'returns';
|
|
11877
|
-
type DisputeStatus = 'pending' | 'won' | 'lost' | 'expired';
|
|
11975
|
+
type DisputeStatus = 'pending' | 'won' | 'lost' | 'refunded' | 'expired';
|
|
11878
11976
|
type DisputeTransactionType = 'adjustment' | 'dispute';
|
|
11879
11977
|
type DisputeType = 'chargeback';
|
|
11880
11978
|
type DutyCompoundExpressionType = 'sum' | 'max' | 'min';
|
|
@@ -11886,7 +11984,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11886
11984
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
11887
11985
|
type EmptyAttribute = 'irrelevant';
|
|
11888
11986
|
type ErpFileType = 'vendor';
|
|
11889
|
-
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'final_estimate_upserted' | 'final_estimate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_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' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
11987
|
+
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'final_estimate_upserted' | 'final_estimate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
11890
11988
|
type ExperienceImportType = 'experience_with_settings';
|
|
11891
11989
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
11892
11990
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -11916,8 +12014,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11916
12014
|
type LabelBillingStrategy = 'quote' | 'carrier';
|
|
11917
12015
|
type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
|
|
11918
12016
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
12017
|
+
type LabelEventMedium = 'webhook' | 'pull' | 'post';
|
|
11919
12018
|
type LabelEventSource = 'aftership' | 'carrier' | 'flow';
|
|
11920
|
-
type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system';
|
|
12019
|
+
type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system' | 'carrier';
|
|
11921
12020
|
type LabelRequestResultOrganizationType = 'all' | 'legacy_production' | 'managed_markets_production' | 'sandbox';
|
|
11922
12021
|
type LabelRequestResultState = 'success' | 'failure';
|
|
11923
12022
|
type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
|
|
@@ -11926,16 +12025,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11926
12025
|
type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
|
|
11927
12026
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
11928
12027
|
type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure' | 'non_fraud_chargeback';
|
|
11929
|
-
type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
|
|
11930
|
-
type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
|
|
11931
|
-
type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
|
|
11932
|
-
type MarketingGatewayErrorCode = 'generic_error' | 'google_api_error' | 'facebook_api_error' | 'invalid_oauth_token_error';
|
|
11933
|
-
type MarketingGatewayFacebookTokenStatus = 'unknown' | 'active' | 'expired';
|
|
11934
|
-
type MarketingGatewayFeedDownloadFormat = 'tsv' | 'csv' | 'txt';
|
|
11935
|
-
type MarketingGatewayFeedState = 'initialized' | 'generated' | 'in_review' | 'rejected' | 'active';
|
|
11936
|
-
type MarketingGatewayPlatform = 'google' | 'facebook' | 'adroll' | 'aliexpress' | 'amazon' | 'bing' | 'criteo' | 'fruugo' | 'pinterest' | 'rakuten_japan' | 'wish' | 'snapchat' | 'stylight';
|
|
11937
|
-
type MarketingGatewayProductStatus = 'approved' | 'not_approved' | 'pending' | 'not_found' | 'excluded';
|
|
11938
|
-
type MarketingGatewaySchemaCompatibility = 'google' | 'facebook_primary' | 'facebook_country_override' | 'supplemental';
|
|
11939
12028
|
type MixedBagWeight = '0' | '1' | '2';
|
|
11940
12029
|
type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
|
|
11941
12030
|
type NoLiabilityReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'zero_rate_on_sale' | 'goods_above_value_threshold' | 'goods_below_value_threshold' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_by_trade_agreement';
|
|
@@ -11963,6 +12052,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11963
12052
|
type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
|
|
11964
12053
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
11965
12054
|
type Owner = 'flow' | 'organization';
|
|
12055
|
+
type PaymentShortUrlDiscriminator = 'adyen_3ds2';
|
|
11966
12056
|
type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
|
|
11967
12057
|
type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
|
|
11968
12058
|
type PaymentTerm = 'net7' | 'net15' | 'net30';
|
|
@@ -15402,6 +15492,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15402
15492
|
readonly raw_carrier_event_code?: string;
|
|
15403
15493
|
readonly aggregator_status_code?: string;
|
|
15404
15494
|
readonly created_at?: string;
|
|
15495
|
+
readonly source?: io.flow.internal.v0.enums.LabelEventSource;
|
|
15496
|
+
readonly medium?: io.flow.internal.v0.enums.LabelEventMedium;
|
|
15405
15497
|
}
|
|
15406
15498
|
interface ExternalFulfillmentProof {
|
|
15407
15499
|
readonly id: string;
|
|
@@ -15531,28 +15623,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15531
15623
|
readonly value: io.flow.common.v0.models.Price;
|
|
15532
15624
|
readonly description?: string;
|
|
15533
15625
|
}
|
|
15534
|
-
interface FeedDeleted {
|
|
15535
|
-
readonly discriminator: 'feed_deleted';
|
|
15536
|
-
readonly event_id: string;
|
|
15537
|
-
readonly timestamp: string;
|
|
15538
|
-
readonly organization_id: string;
|
|
15539
|
-
readonly feed: io.flow.internal.v0.models.MarketingGatewayFeed;
|
|
15540
|
-
}
|
|
15541
|
-
interface FeedUpserted {
|
|
15542
|
-
readonly discriminator: 'feed_upserted';
|
|
15543
|
-
readonly event_id: string;
|
|
15544
|
-
readonly timestamp: string;
|
|
15545
|
-
readonly organization_id: string;
|
|
15546
|
-
readonly feed: io.flow.internal.v0.models.MarketingGatewayFeed;
|
|
15547
|
-
}
|
|
15548
|
-
interface FeedsExport {
|
|
15549
|
-
readonly discriminator: 'feeds_export';
|
|
15550
|
-
readonly event_id: string;
|
|
15551
|
-
readonly timestamp: string;
|
|
15552
|
-
readonly organization: string;
|
|
15553
|
-
readonly export_id: string;
|
|
15554
|
-
readonly feed_ids: string[];
|
|
15555
|
-
}
|
|
15556
15626
|
interface Fees {
|
|
15557
15627
|
readonly processing?: io.flow.internal.v0.models.Fee;
|
|
15558
15628
|
readonly rate_lock: io.flow.internal.v0.models.Fee;
|
|
@@ -16354,18 +16424,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16354
16424
|
readonly hs6_code?: string;
|
|
16355
16425
|
readonly hs6_description?: string;
|
|
16356
16426
|
}
|
|
16357
|
-
interface HarmonizationItemClassificationDeleted {
|
|
16358
|
-
readonly discriminator: 'harmonization_item_classification_deleted';
|
|
16359
|
-
readonly event_id: string;
|
|
16360
|
-
readonly timestamp: string;
|
|
16361
|
-
readonly harmonization_item_classification: io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
16362
|
-
}
|
|
16363
|
-
interface HarmonizationItemClassificationUpserted {
|
|
16364
|
-
readonly discriminator: 'harmonization_item_classification_upserted';
|
|
16365
|
-
readonly event_id: string;
|
|
16366
|
-
readonly timestamp: string;
|
|
16367
|
-
readonly harmonization_item_classification: io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
16368
|
-
}
|
|
16369
16427
|
interface HarmonizationItemSummary {
|
|
16370
16428
|
readonly number: string;
|
|
16371
16429
|
readonly product_id?: string;
|
|
@@ -17275,20 +17333,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17275
17333
|
readonly schema_key: string;
|
|
17276
17334
|
readonly source_localization_id: string;
|
|
17277
17335
|
}
|
|
17278
|
-
interface LocalizedItemDeleted {
|
|
17279
|
-
readonly discriminator: 'localized_item_deleted';
|
|
17280
|
-
readonly event_id: string;
|
|
17281
|
-
readonly timestamp: string;
|
|
17282
|
-
readonly organization: string;
|
|
17283
|
-
readonly number: string;
|
|
17284
|
-
}
|
|
17285
|
-
interface LocalizedItemDeletedV2 {
|
|
17286
|
-
readonly discriminator: 'localized_item_deleted_v2';
|
|
17287
|
-
readonly event_id: string;
|
|
17288
|
-
readonly timestamp: string;
|
|
17289
|
-
readonly organization: string;
|
|
17290
|
-
readonly id: string;
|
|
17291
|
-
}
|
|
17292
17336
|
interface LocalizedItemPricesExportRequest {
|
|
17293
17337
|
readonly discriminator: 'localized_item_prices_export_request';
|
|
17294
17338
|
readonly event_id: string;
|
|
@@ -17297,39 +17341,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17297
17341
|
readonly export_id: string;
|
|
17298
17342
|
readonly since?: string;
|
|
17299
17343
|
}
|
|
17300
|
-
interface LocalizedItemSnapshot {
|
|
17301
|
-
readonly discriminator: 'localized_item_snapshot';
|
|
17302
|
-
readonly event_id: string;
|
|
17303
|
-
readonly timestamp: string;
|
|
17304
|
-
readonly organization: string;
|
|
17305
|
-
readonly subcatalog_id: string;
|
|
17306
|
-
readonly url: string;
|
|
17307
|
-
}
|
|
17308
|
-
interface LocalizedItemUpsertedV2 {
|
|
17309
|
-
readonly discriminator: 'localized_item_upserted_v2';
|
|
17310
|
-
readonly event_id: string;
|
|
17311
|
-
readonly timestamp: string;
|
|
17312
|
-
readonly organization: string;
|
|
17313
|
-
readonly id: string;
|
|
17314
|
-
readonly item: io.flow.catalog.v0.models.Item;
|
|
17315
|
-
readonly item_schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
17316
|
-
}
|
|
17317
17344
|
interface LocalizedItemsExportSettings {
|
|
17318
17345
|
readonly content_type: io.flow.internal.v0.enums.ExportContentType;
|
|
17319
17346
|
readonly full_export_schedule?: io.flow.internal.v0.unions.ExportSchedule;
|
|
17320
17347
|
readonly delta_export_schedule?: io.flow.internal.v0.unions.ExportSchedule;
|
|
17321
17348
|
}
|
|
17322
|
-
interface LocalizedPriceBookItem {
|
|
17323
|
-
readonly id: string;
|
|
17324
|
-
readonly item_id: string;
|
|
17325
|
-
readonly item_number: string;
|
|
17326
|
-
readonly attributes: Record<string, string>;
|
|
17327
|
-
readonly local?: io.flow.catalog.v0.models.Local;
|
|
17328
|
-
readonly price_book_item_id: string;
|
|
17329
|
-
readonly price_book_key: string;
|
|
17330
|
-
readonly price_book_item_price: io.flow.common.v0.models.Price;
|
|
17331
|
-
readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
17332
|
-
}
|
|
17333
17349
|
interface LocalizedPriceBookItemData {
|
|
17334
17350
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
17335
17351
|
readonly experience: io.flow.common.v0.models.ExperienceSummary;
|
|
@@ -17341,20 +17357,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17341
17357
|
readonly price_start_date: string;
|
|
17342
17358
|
readonly price_end_date?: string;
|
|
17343
17359
|
}
|
|
17344
|
-
interface LocalizedPriceBookItemDeleted {
|
|
17345
|
-
readonly discriminator: 'localized_price_book_item_deleted';
|
|
17346
|
-
readonly event_id: string;
|
|
17347
|
-
readonly timestamp: string;
|
|
17348
|
-
readonly organization: string;
|
|
17349
|
-
readonly id: string;
|
|
17350
|
-
}
|
|
17351
|
-
interface LocalizedPriceBookItemUpserted {
|
|
17352
|
-
readonly discriminator: 'localized_price_book_item_upserted';
|
|
17353
|
-
readonly event_id: string;
|
|
17354
|
-
readonly timestamp: string;
|
|
17355
|
-
readonly organization: string;
|
|
17356
|
-
readonly item: io.flow.internal.v0.models.LocalizedPriceBookItem;
|
|
17357
|
-
}
|
|
17358
17360
|
interface Location {
|
|
17359
17361
|
readonly type: io.flow.internal.v0.enums.ContentType;
|
|
17360
17362
|
readonly url: string;
|
|
@@ -17520,224 +17522,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17520
17522
|
readonly products: boolean;
|
|
17521
17523
|
readonly shipping: boolean;
|
|
17522
17524
|
}
|
|
17523
|
-
interface MarketingGatewayChannel {
|
|
17524
|
-
readonly id: string;
|
|
17525
|
-
readonly platform: io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
17526
|
-
readonly integration_type: io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType;
|
|
17527
|
-
readonly status: io.flow.internal.v0.enums.MarketingGatewayChannelStatus;
|
|
17528
|
-
readonly details?: io.flow.internal.v0.unions.MarketingGatewayChannelDetails;
|
|
17529
|
-
readonly error?: io.flow.internal.v0.models.MarketingGatewayError;
|
|
17530
|
-
}
|
|
17531
|
-
interface MarketingGatewayChannelConnectionForm {
|
|
17532
|
-
readonly default_feed_source?: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
17533
|
-
}
|
|
17534
|
-
interface MarketingGatewayChannelForm {
|
|
17535
|
-
readonly platform: io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
17536
|
-
readonly account_id: number;
|
|
17537
|
-
}
|
|
17538
|
-
interface MarketingGatewayChannelSourceSummary {
|
|
17539
|
-
readonly channel: io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
17540
|
-
readonly platform: io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
17541
|
-
readonly source: io.flow.internal.v0.unions.MarketingGatewaySourceSummary;
|
|
17542
|
-
}
|
|
17543
|
-
interface MarketingGatewayDistributionChannelFacebook {
|
|
17544
|
-
readonly discriminator: 'marketing_gateway_distribution_channel_facebook';
|
|
17545
|
-
readonly catalog_id: number;
|
|
17546
|
-
}
|
|
17547
|
-
interface MarketingGatewayDistributionChannelGoogle {
|
|
17548
|
-
readonly discriminator: 'marketing_gateway_distribution_channel_google';
|
|
17549
|
-
readonly account_id: number;
|
|
17550
|
-
}
|
|
17551
|
-
interface MarketingGatewayError {
|
|
17552
|
-
readonly code: io.flow.internal.v0.enums.MarketingGatewayErrorCode;
|
|
17553
|
-
readonly messages: string[];
|
|
17554
|
-
}
|
|
17555
|
-
interface MarketingGatewayFacebookBusiness {
|
|
17556
|
-
readonly business_id: number;
|
|
17557
|
-
readonly name: string;
|
|
17558
|
-
}
|
|
17559
|
-
interface MarketingGatewayFacebookBusinessSummary {
|
|
17560
|
-
readonly business_id: number;
|
|
17561
|
-
readonly name: string;
|
|
17562
|
-
}
|
|
17563
|
-
interface MarketingGatewayFacebookCatalogForm {
|
|
17564
|
-
readonly catalog_id: number;
|
|
17565
|
-
}
|
|
17566
|
-
interface MarketingGatewayFacebookCatalogSummary {
|
|
17567
|
-
readonly catalog_id: number;
|
|
17568
|
-
readonly name: string;
|
|
17569
|
-
readonly item_count: number;
|
|
17570
|
-
}
|
|
17571
|
-
interface MarketingGatewayFacebookChannelDetails {
|
|
17572
|
-
readonly discriminator: 'marketing_gateway_facebook_channel_details';
|
|
17573
|
-
readonly catalog_id: number;
|
|
17574
|
-
readonly catalog_name?: string;
|
|
17575
|
-
readonly business_name?: string;
|
|
17576
|
-
readonly datasources?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
|
|
17577
|
-
readonly localized_feed_count?: number;
|
|
17578
|
-
readonly connected_at?: string;
|
|
17579
|
-
readonly token_summary?: io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary;
|
|
17580
|
-
}
|
|
17581
|
-
interface MarketingGatewayFacebookConnection {
|
|
17582
|
-
readonly organization_id: string;
|
|
17583
|
-
readonly businesses: io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary[];
|
|
17584
|
-
}
|
|
17585
|
-
interface MarketingGatewayFacebookConnectionAccessTokenSummary {
|
|
17586
|
-
readonly catalog_id?: number;
|
|
17587
|
-
readonly created_at?: number;
|
|
17588
|
-
readonly expires_at?: number;
|
|
17589
|
-
readonly user_id: string;
|
|
17590
|
-
readonly user_email?: string;
|
|
17591
|
-
readonly token_status: io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus;
|
|
17592
|
-
}
|
|
17593
|
-
interface MarketingGatewayFacebookConnectionDeauth {
|
|
17594
|
-
readonly user_id: number;
|
|
17595
|
-
}
|
|
17596
|
-
interface MarketingGatewayFacebookConnectionForm {
|
|
17597
|
-
readonly access_token: string;
|
|
17598
|
-
}
|
|
17599
|
-
interface MarketingGatewayFacebookSourceSummary {
|
|
17600
|
-
readonly discriminator: 'marketing_gateway_facebook_source_summary';
|
|
17601
|
-
readonly catalog_id: number;
|
|
17602
|
-
readonly catalog_name: string;
|
|
17603
|
-
readonly business_name: string;
|
|
17604
|
-
readonly country: string;
|
|
17605
|
-
readonly product_count: number;
|
|
17606
|
-
}
|
|
17607
|
-
interface MarketingGatewayFeed {
|
|
17608
|
-
readonly id: string;
|
|
17609
|
-
readonly organization: io.flow.common.v0.models.OrganizationSummary;
|
|
17610
|
-
readonly experience?: io.flow.common.v0.models.ExperienceSummary;
|
|
17611
|
-
readonly schema: io.flow.internal.v0.models.MarketingGatewaySchemaSummary;
|
|
17612
|
-
readonly filter: io.flow.internal.v0.models.MarketingGatewayFilterSummary;
|
|
17613
|
-
readonly country: string;
|
|
17614
|
-
readonly currency: string;
|
|
17615
|
-
readonly language: string;
|
|
17616
|
-
readonly feed_source: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
17617
|
-
readonly feed_state: io.flow.internal.v0.enums.MarketingGatewayFeedState;
|
|
17618
|
-
readonly tsv_download_url: string;
|
|
17619
|
-
readonly tsv_channel_download_url?: string;
|
|
17620
|
-
readonly created_at: string;
|
|
17621
|
-
readonly updated_at?: string;
|
|
17622
|
-
readonly item_count?: number;
|
|
17623
|
-
readonly platform_feed_id?: string;
|
|
17624
|
-
}
|
|
17625
|
-
interface MarketingGatewayFeedExportForm {
|
|
17626
|
-
readonly feed_ids: string[];
|
|
17627
|
-
readonly emails: string[];
|
|
17628
|
-
}
|
|
17629
|
-
interface MarketingGatewayFeedForm {
|
|
17630
|
-
readonly schema_id: string;
|
|
17631
|
-
readonly filter_id: string;
|
|
17632
|
-
readonly country: string;
|
|
17633
|
-
readonly currency: string;
|
|
17634
|
-
readonly language: string;
|
|
17635
|
-
readonly feed_source: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
17636
|
-
readonly distribution_channel?: io.flow.internal.v0.unions.MarketingGatewayDistributionChannel;
|
|
17637
|
-
}
|
|
17638
|
-
interface MarketingGatewayFeedFormRequest {
|
|
17639
|
-
readonly feed_source: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
17640
|
-
readonly channel_id?: string;
|
|
17641
|
-
readonly schema_compatibility?: io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
|
|
17642
|
-
}
|
|
17643
|
-
interface MarketingGatewayFeedSourceFacebook {
|
|
17644
|
-
readonly discriminator: 'marketing_gateway_feed_source_facebook';
|
|
17645
|
-
readonly catalog_id: number;
|
|
17646
|
-
readonly feed_id: number;
|
|
17647
|
-
readonly name: string;
|
|
17648
|
-
readonly country: string;
|
|
17649
|
-
readonly currency: string;
|
|
17650
|
-
readonly language: string;
|
|
17651
|
-
readonly item_count?: number;
|
|
17652
|
-
readonly last_uploaded_at?: string;
|
|
17653
|
-
readonly feed_status?: io.flow.internal.v0.enums.MarketingGatewayFeedState;
|
|
17654
|
-
}
|
|
17655
|
-
interface MarketingGatewayFeedSourceGoogle {
|
|
17656
|
-
readonly discriminator: 'marketing_gateway_feed_source_google';
|
|
17657
|
-
readonly account_id: number;
|
|
17658
|
-
readonly name: string;
|
|
17659
|
-
readonly country: string;
|
|
17660
|
-
readonly currency: string;
|
|
17661
|
-
readonly language: string;
|
|
17662
|
-
readonly item_count?: number;
|
|
17663
|
-
readonly last_uploaded_at?: string;
|
|
17664
|
-
}
|
|
17665
|
-
interface MarketingGatewayFilterSummary {
|
|
17666
|
-
readonly id: string;
|
|
17667
|
-
readonly name: string;
|
|
17668
|
-
}
|
|
17669
|
-
interface MarketingGatewayFlowSourceSummary {
|
|
17670
|
-
readonly discriminator: 'marketing_gateway_flow_source_summary';
|
|
17671
|
-
readonly item_count: number;
|
|
17672
|
-
}
|
|
17673
|
-
interface MarketingGatewayGoogleAccountForm {
|
|
17674
|
-
readonly account_id: number;
|
|
17675
|
-
}
|
|
17676
|
-
interface MarketingGatewayGoogleAccountSummary {
|
|
17677
|
-
readonly account_id: number;
|
|
17678
|
-
readonly id?: string;
|
|
17679
|
-
readonly name: string;
|
|
17680
|
-
readonly website_url: string;
|
|
17681
|
-
readonly domestic_feeds_count: number;
|
|
17682
|
-
}
|
|
17683
|
-
interface MarketingGatewayGoogleChannelDetails {
|
|
17684
|
-
readonly discriminator: 'marketing_gateway_google_channel_details';
|
|
17685
|
-
readonly account_id: number;
|
|
17686
|
-
readonly account_name?: string;
|
|
17687
|
-
readonly datasources?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
|
|
17688
|
-
readonly localized_feed_count?: number;
|
|
17689
|
-
readonly connected_at?: string;
|
|
17690
|
-
}
|
|
17691
|
-
interface MarketingGatewayGoogleConnection {
|
|
17692
|
-
readonly status: io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
|
|
17693
|
-
readonly accounts?: io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary[];
|
|
17694
|
-
}
|
|
17695
|
-
interface MarketingGatewayGoogleConnectionForm {
|
|
17696
|
-
readonly access_token: string;
|
|
17697
|
-
readonly refresh_token: string;
|
|
17698
|
-
}
|
|
17699
|
-
interface MarketingGatewayGoogleItem {
|
|
17700
|
-
readonly discriminator: 'marketing_gateway_google_item';
|
|
17701
|
-
readonly id: string;
|
|
17702
|
-
readonly title?: string;
|
|
17703
|
-
readonly image_link?: string;
|
|
17704
|
-
readonly brand?: string;
|
|
17705
|
-
readonly google_product_category?: string;
|
|
17706
|
-
readonly link?: string;
|
|
17707
|
-
readonly price?: string;
|
|
17708
|
-
readonly sale_price?: string;
|
|
17709
|
-
readonly shipping_price?: string;
|
|
17710
|
-
}
|
|
17711
|
-
interface MarketingGatewayGoogleSourceSummary {
|
|
17712
|
-
readonly discriminator: 'marketing_gateway_google_source_summary';
|
|
17713
|
-
readonly account_id: number;
|
|
17714
|
-
readonly countries: string[];
|
|
17715
|
-
readonly product_count: number;
|
|
17716
|
-
}
|
|
17717
|
-
interface MarketingGatewayLocalizedItem {
|
|
17718
|
-
readonly source: io.flow.internal.v0.unions.MarketingGatewayItem;
|
|
17719
|
-
readonly localized: io.flow.internal.v0.unions.MarketingGatewayItem;
|
|
17720
|
-
}
|
|
17721
|
-
interface MarketingGatewayNewChannelRequestForm {
|
|
17722
|
-
readonly requested_by_user_id: string;
|
|
17723
|
-
readonly channel_name: string;
|
|
17724
|
-
}
|
|
17725
|
-
interface MarketingGatewayProductDatasourceSummary {
|
|
17726
|
-
readonly name: string;
|
|
17727
|
-
readonly country?: string;
|
|
17728
|
-
readonly product_count?: number;
|
|
17729
|
-
}
|
|
17730
|
-
interface MarketingGatewaySchemaSummary {
|
|
17731
|
-
readonly id: string;
|
|
17732
|
-
readonly name: string;
|
|
17733
|
-
readonly schema_compatibility: io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
|
|
17734
|
-
}
|
|
17735
|
-
interface MarketingGatewaySupportedChannelDetails {
|
|
17736
|
-
readonly discriminator: 'marketing_gateway_supported_channel_details';
|
|
17737
|
-
readonly datasources?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
|
|
17738
|
-
readonly localized_feed_count?: number;
|
|
17739
|
-
readonly connected_at?: string;
|
|
17740
|
-
}
|
|
17741
17525
|
interface MarketsOrder {
|
|
17742
17526
|
readonly shopify_order: io.flow.shopify.markets.v0.models.ShopifyOrder;
|
|
17743
17527
|
readonly flow_authorization?: io.flow.payment.v0.unions.Authorization;
|
|
@@ -17902,6 +17686,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17902
17686
|
readonly bank_account: io.flow.internal.v0.models.ReportBankAccount;
|
|
17903
17687
|
readonly account: io.flow.internal.v0.models.ReportAccount;
|
|
17904
17688
|
}
|
|
17689
|
+
interface NonL4LTaxDutyFxTransaction {
|
|
17690
|
+
readonly discriminator: 'non_l4l_tax_duty_fx_transaction';
|
|
17691
|
+
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
17692
|
+
readonly fx: io.flow.internal.v0.models.Fee;
|
|
17693
|
+
readonly id: string;
|
|
17694
|
+
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
17695
|
+
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
17696
|
+
readonly posted_at?: string;
|
|
17697
|
+
readonly value: io.flow.common.v0.models.Price;
|
|
17698
|
+
readonly description: string;
|
|
17699
|
+
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
17700
|
+
readonly created_at: string;
|
|
17701
|
+
}
|
|
17905
17702
|
interface Notification {
|
|
17906
17703
|
readonly order: io.flow.internal.v0.models.Decision;
|
|
17907
17704
|
}
|
|
@@ -18145,19 +17942,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18145
17942
|
readonly items: io.flow.order.management.v0.models.FulfillmentItem[];
|
|
18146
17943
|
readonly center?: io.flow.fulfillment.v0.models.CenterSummary;
|
|
18147
17944
|
}
|
|
18148
|
-
interface OrderFxTransaction {
|
|
18149
|
-
readonly discriminator: 'order_fx_transaction';
|
|
18150
|
-
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
18151
|
-
readonly fx: io.flow.internal.v0.models.Fee;
|
|
18152
|
-
readonly id: string;
|
|
18153
|
-
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
18154
|
-
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
18155
|
-
readonly posted_at?: string;
|
|
18156
|
-
readonly value: io.flow.common.v0.models.Price;
|
|
18157
|
-
readonly description: string;
|
|
18158
|
-
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
18159
|
-
readonly created_at: string;
|
|
18160
|
-
}
|
|
18161
17945
|
interface OrderNote {
|
|
18162
17946
|
readonly id: string;
|
|
18163
17947
|
readonly note: string;
|
|
@@ -18982,6 +18766,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18982
18766
|
readonly id: string;
|
|
18983
18767
|
readonly merchant: io.flow.internal.v0.unions.ProcessorMerchant;
|
|
18984
18768
|
}
|
|
18769
|
+
interface PaymentShortUrl {
|
|
18770
|
+
readonly id: string;
|
|
18771
|
+
readonly key: string;
|
|
18772
|
+
readonly original_url: string;
|
|
18773
|
+
readonly organization_id: string;
|
|
18774
|
+
readonly discriminator: io.flow.internal.v0.enums.PaymentShortUrlDiscriminator;
|
|
18775
|
+
readonly created_at: string;
|
|
18776
|
+
readonly updated_at: string;
|
|
18777
|
+
readonly expires_at: string;
|
|
18778
|
+
}
|
|
18985
18779
|
interface PaymentSummary {
|
|
18986
18780
|
readonly psp: number;
|
|
18987
18781
|
readonly credit: number;
|
|
@@ -20420,7 +20214,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20420
20214
|
readonly negative_keywords: string[];
|
|
20421
20215
|
readonly value_threshold_usd?: number;
|
|
20422
20216
|
readonly auto_review_criteria?: io.flow.internal.v0.models.AutoReviewCriteria[];
|
|
20423
|
-
readonly effects?: string[];
|
|
20424
20217
|
}
|
|
20425
20218
|
interface RestrictionRuleDecisionForm {
|
|
20426
20219
|
readonly rule_id: string;
|
|
@@ -20435,6 +20228,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20435
20228
|
}
|
|
20436
20229
|
interface RestrictionRuleEffect {
|
|
20437
20230
|
readonly id: string;
|
|
20231
|
+
readonly rule_id: string;
|
|
20438
20232
|
readonly effect: io.flow.sellability.v0.enums.RuleEffectType;
|
|
20439
20233
|
readonly regions: string[];
|
|
20440
20234
|
readonly description?: string;
|
|
@@ -20446,6 +20240,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20446
20240
|
readonly id: string;
|
|
20447
20241
|
}
|
|
20448
20242
|
interface RestrictionRuleEffectForm {
|
|
20243
|
+
readonly rule_id: string;
|
|
20449
20244
|
readonly effect: io.flow.sellability.v0.enums.RuleEffectType;
|
|
20450
20245
|
readonly regions: string[];
|
|
20451
20246
|
readonly description?: string;
|
|
@@ -20465,7 +20260,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20465
20260
|
readonly negative_keywords: string[];
|
|
20466
20261
|
readonly value_threshold_usd?: number;
|
|
20467
20262
|
readonly auto_review_criteria?: io.flow.internal.v0.models.AutoReviewCriteria[];
|
|
20468
|
-
readonly effects?: string[];
|
|
20469
20263
|
}
|
|
20470
20264
|
interface RestrictionRuleMetadata {
|
|
20471
20265
|
readonly rule: io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
@@ -20772,12 +20566,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20772
20566
|
readonly product_code: string;
|
|
20773
20567
|
readonly customer_id: string;
|
|
20774
20568
|
}
|
|
20775
|
-
interface ShawnRoundtableWorkshopRate {
|
|
20776
|
-
readonly origin_country: string;
|
|
20777
|
-
readonly destination_country: string;
|
|
20778
|
-
readonly weight: number;
|
|
20779
|
-
readonly amount: number;
|
|
20780
|
-
}
|
|
20781
20569
|
interface ShippedItemValue {
|
|
20782
20570
|
readonly item: io.flow.common.v0.models.CatalogItemReference;
|
|
20783
20571
|
readonly taxes: io.flow.common.v0.models.PriceWithBase;
|
|
@@ -21352,6 +21140,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21352
21140
|
interface ShopifyProductUpdateWebhookEvent {
|
|
21353
21141
|
readonly id: string;
|
|
21354
21142
|
readonly product: io.flow.shopify.external.v0.models.Product;
|
|
21143
|
+
readonly domain: string;
|
|
21144
|
+
readonly api_version: string;
|
|
21355
21145
|
}
|
|
21356
21146
|
interface ShopifyProductWrapper {
|
|
21357
21147
|
readonly shopify_product: io.flow.shopify.external.v0.models.Product;
|
|
@@ -22027,6 +21817,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22027
21817
|
readonly description?: string;
|
|
22028
21818
|
readonly category_code?: string;
|
|
22029
21819
|
}
|
|
21820
|
+
interface TaxDutyDeltaMetadataActual {
|
|
21821
|
+
readonly processing: io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing;
|
|
21822
|
+
}
|
|
21823
|
+
interface TaxDutyDeltaMetadataActualProcessing {
|
|
21824
|
+
readonly capture: io.flow.common.v0.models.Money;
|
|
21825
|
+
readonly fees: io.flow.common.v0.models.Money;
|
|
21826
|
+
readonly transfer: io.flow.common.v0.models.Money;
|
|
21827
|
+
readonly total: io.flow.common.v0.models.Money;
|
|
21828
|
+
}
|
|
21829
|
+
interface TaxDutyDeltaMetadataExpected {
|
|
21830
|
+
readonly processing: io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing;
|
|
21831
|
+
}
|
|
21832
|
+
interface TaxDutyDeltaMetadataExpectedProcessing {
|
|
21833
|
+
readonly tax: io.flow.common.v0.models.Money;
|
|
21834
|
+
readonly duty: io.flow.common.v0.models.Money;
|
|
21835
|
+
readonly total: io.flow.common.v0.models.Money;
|
|
21836
|
+
}
|
|
22030
21837
|
interface TaxDutyDeltaTransaction {
|
|
22031
21838
|
readonly discriminator: 'tax_duty_delta_transaction';
|
|
22032
21839
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
@@ -22688,7 +22495,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22688
22495
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
22689
22496
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
22690
22497
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
22691
|
-
type Event = io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.FinalEstimateUpserted | io.flow.internal.v0.models.FinalEstimateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.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.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22498
|
+
type Event = io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.FinalEstimateUpserted | io.flow.internal.v0.models.FinalEstimateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22692
22499
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
22693
22500
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
22694
22501
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -22710,11 +22517,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22710
22517
|
type InternalRefundForm = io.flow.internal.v0.models.AdyenRefundForm;
|
|
22711
22518
|
type InternalTransactionDetails = io.flow.internal.v0.models.InternalTransactionDetailsCard;
|
|
22712
22519
|
type LocalizableContent = io.flow.internal.v0.models.LocalizableContentReference | io.flow.internal.v0.models.Localization;
|
|
22713
|
-
type MarketingGatewayChannelDetails = io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails | io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails | io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails;
|
|
22714
|
-
type MarketingGatewayDistributionChannel = io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle | io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook;
|
|
22715
|
-
type MarketingGatewayFeedSource = io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle | io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook;
|
|
22716
|
-
type MarketingGatewayItem = io.flow.internal.v0.models.MarketingGatewayGoogleItem;
|
|
22717
|
-
type MarketingGatewaySourceSummary = io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary | io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary | io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary;
|
|
22718
22520
|
type OptinPromptDisplay = io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
22719
22521
|
type OrderActionForm = io.flow.internal.v0.models.WholeOrderActionForm | io.flow.internal.v0.models.LineActionForm | io.flow.internal.v0.models.FulfillmentActionForm;
|
|
22720
22522
|
type OrderCancellationEvidence = io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled | io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender;
|
|
@@ -22744,7 +22546,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22744
22546
|
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata;
|
|
22745
22547
|
type TaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
22746
22548
|
type Tracker = io.flow.internal.v0.models.GoogleAnalytics | io.flow.internal.v0.models.GoogleGlobalSiteTag | io.flow.internal.v0.models.GoogleTagManager | io.flow.internal.v0.models.FacebookPixel | io.flow.internal.v0.models.SnapchatPixel;
|
|
22747
|
-
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.
|
|
22549
|
+
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.TaxDutyDeltaTransaction;
|
|
22748
22550
|
type TransactionSummary = io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary;
|
|
22749
22551
|
type ValidationRule = io.flow.internal.v0.models.ValidationCharacterLength;
|
|
22750
22552
|
}
|
|
@@ -23397,9 +23199,6 @@ export declare type FeatureValueResult = io.flow.internal.v0.models.FeatureValue
|
|
|
23397
23199
|
export declare type Fedex = io.flow.internal.v0.models.Fedex;
|
|
23398
23200
|
export declare type FedexCrossborder = io.flow.internal.v0.models.FedexCrossborder;
|
|
23399
23201
|
export declare type Fee = io.flow.internal.v0.models.Fee;
|
|
23400
|
-
export declare type FeedDeleted = io.flow.internal.v0.models.FeedDeleted;
|
|
23401
|
-
export declare type FeedUpserted = io.flow.internal.v0.models.FeedUpserted;
|
|
23402
|
-
export declare type FeedsExport = io.flow.internal.v0.models.FeedsExport;
|
|
23403
23202
|
export declare type Fees = io.flow.internal.v0.models.Fees;
|
|
23404
23203
|
export declare type FeesSource = io.flow.internal.v0.enums.FeesSource;
|
|
23405
23204
|
export declare type FinalEstimate = io.flow.internal.v0.models.FinalEstimate;
|
|
@@ -23534,8 +23333,6 @@ export declare type HarmonizationCodesImport = io.flow.internal.v0.models.Harmon
|
|
|
23534
23333
|
export declare type HarmonizationColumnSetting = io.flow.internal.v0.models.HarmonizationColumnSetting;
|
|
23535
23334
|
export declare type HarmonizationDecisionSource = io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
23536
23335
|
export declare type HarmonizationItemClassification = io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
23537
|
-
export declare type HarmonizationItemClassificationDeleted = io.flow.internal.v0.models.HarmonizationItemClassificationDeleted;
|
|
23538
|
-
export declare type HarmonizationItemClassificationUpserted = io.flow.internal.v0.models.HarmonizationItemClassificationUpserted;
|
|
23539
23336
|
export declare type HarmonizationItemSummary = io.flow.internal.v0.models.HarmonizationItemSummary;
|
|
23540
23337
|
export declare type HarmonizationMlModelSummary = io.flow.internal.v0.models.HarmonizationMlModelSummary;
|
|
23541
23338
|
export declare type HarmonizationPhraseSuggestionRequestImport = io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport;
|
|
@@ -23639,6 +23436,7 @@ export declare type LabelCreationJobSummary = io.flow.internal.v0.models.LabelCr
|
|
|
23639
23436
|
export declare type LabelCreationRequestForm = io.flow.internal.v0.models.LabelCreationRequestForm;
|
|
23640
23437
|
export declare type LabelCreationStatus = io.flow.internal.v0.enums.LabelCreationStatus;
|
|
23641
23438
|
export declare type LabelDestination = io.flow.internal.v0.models.LabelDestination;
|
|
23439
|
+
export declare type LabelEventMedium = io.flow.internal.v0.enums.LabelEventMedium;
|
|
23642
23440
|
export declare type LabelEventSource = io.flow.internal.v0.enums.LabelEventSource;
|
|
23643
23441
|
export declare type LabelGenerationSettings = io.flow.internal.v0.models.LabelGenerationSettings;
|
|
23644
23442
|
export declare type LabelGenerationSettingsDeleted = io.flow.internal.v0.models.LabelGenerationSettingsDeleted;
|
|
@@ -23693,16 +23491,9 @@ export declare type LocalizedContent = io.flow.internal.v0.models.LocalizedConte
|
|
|
23693
23491
|
export declare type LocalizedContentElement = io.flow.internal.v0.models.LocalizedContentElement;
|
|
23694
23492
|
export declare type LocalizedContentForm = io.flow.internal.v0.models.LocalizedContentForm;
|
|
23695
23493
|
export declare type LocalizedContentUpserted = io.flow.internal.v0.models.LocalizedContentUpserted;
|
|
23696
|
-
export declare type LocalizedItemDeleted = io.flow.internal.v0.models.LocalizedItemDeleted;
|
|
23697
|
-
export declare type LocalizedItemDeletedV2 = io.flow.internal.v0.models.LocalizedItemDeletedV2;
|
|
23698
23494
|
export declare type LocalizedItemPricesExportRequest = io.flow.internal.v0.models.LocalizedItemPricesExportRequest;
|
|
23699
|
-
export declare type LocalizedItemSnapshot = io.flow.internal.v0.models.LocalizedItemSnapshot;
|
|
23700
|
-
export declare type LocalizedItemUpsertedV2 = io.flow.internal.v0.models.LocalizedItemUpsertedV2;
|
|
23701
23495
|
export declare type LocalizedItemsExportSettings = io.flow.internal.v0.models.LocalizedItemsExportSettings;
|
|
23702
|
-
export declare type LocalizedPriceBookItem = io.flow.internal.v0.models.LocalizedPriceBookItem;
|
|
23703
23496
|
export declare type LocalizedPriceBookItemData = io.flow.internal.v0.models.LocalizedPriceBookItemData;
|
|
23704
|
-
export declare type LocalizedPriceBookItemDeleted = io.flow.internal.v0.models.LocalizedPriceBookItemDeleted;
|
|
23705
|
-
export declare type LocalizedPriceBookItemUpserted = io.flow.internal.v0.models.LocalizedPriceBookItemUpserted;
|
|
23706
23497
|
export declare type Location = io.flow.internal.v0.models.Location;
|
|
23707
23498
|
export declare type LogisticsCapabilities = io.flow.internal.v0.models.LogisticsCapabilities;
|
|
23708
23499
|
export declare type LogisticsCapabilitiesDeleted = io.flow.internal.v0.models.LogisticsCapabilitiesDeleted;
|
|
@@ -23734,58 +23525,6 @@ export declare type ManualTransactionCategory = io.flow.internal.v0.enums.Manual
|
|
|
23734
23525
|
export declare type ManualTransactionForm = io.flow.internal.v0.models.ManualTransactionForm;
|
|
23735
23526
|
export declare type ManualTransactionFormOrder = io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
23736
23527
|
export declare type MarkedAsFinal = io.flow.internal.v0.models.MarkedAsFinal;
|
|
23737
|
-
export declare type MarketingGatewayAccountConnectionStatus = io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
|
|
23738
|
-
export declare type MarketingGatewayChannel = io.flow.internal.v0.models.MarketingGatewayChannel;
|
|
23739
|
-
export declare type MarketingGatewayChannelConnectionForm = io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm;
|
|
23740
|
-
export declare type MarketingGatewayChannelDetails = io.flow.internal.v0.unions.MarketingGatewayChannelDetails;
|
|
23741
|
-
export declare type MarketingGatewayChannelForm = io.flow.internal.v0.models.MarketingGatewayChannelForm;
|
|
23742
|
-
export declare type MarketingGatewayChannelIntegrationType = io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType;
|
|
23743
|
-
export declare type MarketingGatewayChannelSourceSummary = io.flow.internal.v0.models.MarketingGatewayChannelSourceSummary;
|
|
23744
|
-
export declare type MarketingGatewayChannelStatus = io.flow.internal.v0.enums.MarketingGatewayChannelStatus;
|
|
23745
|
-
export declare type MarketingGatewayDistributionChannel = io.flow.internal.v0.unions.MarketingGatewayDistributionChannel;
|
|
23746
|
-
export declare type MarketingGatewayDistributionChannelFacebook = io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook;
|
|
23747
|
-
export declare type MarketingGatewayDistributionChannelGoogle = io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle;
|
|
23748
|
-
export declare type MarketingGatewayError = io.flow.internal.v0.models.MarketingGatewayError;
|
|
23749
|
-
export declare type MarketingGatewayErrorCode = io.flow.internal.v0.enums.MarketingGatewayErrorCode;
|
|
23750
|
-
export declare type MarketingGatewayFacebookBusiness = io.flow.internal.v0.models.MarketingGatewayFacebookBusiness;
|
|
23751
|
-
export declare type MarketingGatewayFacebookBusinessSummary = io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary;
|
|
23752
|
-
export declare type MarketingGatewayFacebookCatalogForm = io.flow.internal.v0.models.MarketingGatewayFacebookCatalogForm;
|
|
23753
|
-
export declare type MarketingGatewayFacebookCatalogSummary = io.flow.internal.v0.models.MarketingGatewayFacebookCatalogSummary;
|
|
23754
|
-
export declare type MarketingGatewayFacebookChannelDetails = io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails;
|
|
23755
|
-
export declare type MarketingGatewayFacebookConnection = io.flow.internal.v0.models.MarketingGatewayFacebookConnection;
|
|
23756
|
-
export declare type MarketingGatewayFacebookConnectionAccessTokenSummary = io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary;
|
|
23757
|
-
export declare type MarketingGatewayFacebookConnectionDeauth = io.flow.internal.v0.models.MarketingGatewayFacebookConnectionDeauth;
|
|
23758
|
-
export declare type MarketingGatewayFacebookConnectionForm = io.flow.internal.v0.models.MarketingGatewayFacebookConnectionForm;
|
|
23759
|
-
export declare type MarketingGatewayFacebookSourceSummary = io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary;
|
|
23760
|
-
export declare type MarketingGatewayFacebookTokenStatus = io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus;
|
|
23761
|
-
export declare type MarketingGatewayFeed = io.flow.internal.v0.models.MarketingGatewayFeed;
|
|
23762
|
-
export declare type MarketingGatewayFeedDownloadFormat = io.flow.internal.v0.enums.MarketingGatewayFeedDownloadFormat;
|
|
23763
|
-
export declare type MarketingGatewayFeedExportForm = io.flow.internal.v0.models.MarketingGatewayFeedExportForm;
|
|
23764
|
-
export declare type MarketingGatewayFeedForm = io.flow.internal.v0.models.MarketingGatewayFeedForm;
|
|
23765
|
-
export declare type MarketingGatewayFeedFormRequest = io.flow.internal.v0.models.MarketingGatewayFeedFormRequest;
|
|
23766
|
-
export declare type MarketingGatewayFeedSource = io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
23767
|
-
export declare type MarketingGatewayFeedSourceFacebook = io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook;
|
|
23768
|
-
export declare type MarketingGatewayFeedSourceGoogle = io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle;
|
|
23769
|
-
export declare type MarketingGatewayFeedState = io.flow.internal.v0.enums.MarketingGatewayFeedState;
|
|
23770
|
-
export declare type MarketingGatewayFilterSummary = io.flow.internal.v0.models.MarketingGatewayFilterSummary;
|
|
23771
|
-
export declare type MarketingGatewayFlowSourceSummary = io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary;
|
|
23772
|
-
export declare type MarketingGatewayGoogleAccountForm = io.flow.internal.v0.models.MarketingGatewayGoogleAccountForm;
|
|
23773
|
-
export declare type MarketingGatewayGoogleAccountSummary = io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary;
|
|
23774
|
-
export declare type MarketingGatewayGoogleChannelDetails = io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails;
|
|
23775
|
-
export declare type MarketingGatewayGoogleConnection = io.flow.internal.v0.models.MarketingGatewayGoogleConnection;
|
|
23776
|
-
export declare type MarketingGatewayGoogleConnectionForm = io.flow.internal.v0.models.MarketingGatewayGoogleConnectionForm;
|
|
23777
|
-
export declare type MarketingGatewayGoogleItem = io.flow.internal.v0.models.MarketingGatewayGoogleItem;
|
|
23778
|
-
export declare type MarketingGatewayGoogleSourceSummary = io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary;
|
|
23779
|
-
export declare type MarketingGatewayItem = io.flow.internal.v0.unions.MarketingGatewayItem;
|
|
23780
|
-
export declare type MarketingGatewayLocalizedItem = io.flow.internal.v0.models.MarketingGatewayLocalizedItem;
|
|
23781
|
-
export declare type MarketingGatewayNewChannelRequestForm = io.flow.internal.v0.models.MarketingGatewayNewChannelRequestForm;
|
|
23782
|
-
export declare type MarketingGatewayPlatform = io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
23783
|
-
export declare type MarketingGatewayProductDatasourceSummary = io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary;
|
|
23784
|
-
export declare type MarketingGatewayProductStatus = io.flow.internal.v0.enums.MarketingGatewayProductStatus;
|
|
23785
|
-
export declare type MarketingGatewaySchemaCompatibility = io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
|
|
23786
|
-
export declare type MarketingGatewaySchemaSummary = io.flow.internal.v0.models.MarketingGatewaySchemaSummary;
|
|
23787
|
-
export declare type MarketingGatewaySourceSummary = io.flow.internal.v0.unions.MarketingGatewaySourceSummary;
|
|
23788
|
-
export declare type MarketingGatewaySupportedChannelDetails = io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails;
|
|
23789
23528
|
export declare type MarketsOrder = io.flow.internal.v0.models.MarketsOrder;
|
|
23790
23529
|
export declare type MarketsOrderSummary = io.flow.internal.v0.models.MarketsOrderSummary;
|
|
23791
23530
|
export declare type Merchant = io.flow.internal.v0.models.Merchant;
|
|
@@ -23817,6 +23556,7 @@ export declare type NoCalculatedTaxAmount = io.flow.internal.v0.models.NoCalcula
|
|
|
23817
23556
|
export declare type NoClassificationForm = io.flow.internal.v0.models.NoClassificationForm;
|
|
23818
23557
|
export declare type NoLiabilityReasonCode = io.flow.internal.v0.enums.NoLiabilityReasonCode;
|
|
23819
23558
|
export declare type NonChannelPaymentBankAccount = io.flow.internal.v0.models.NonChannelPaymentBankAccount;
|
|
23559
|
+
export declare type NonL4LTaxDutyFxTransaction = io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
|
|
23820
23560
|
export declare type Notification = io.flow.internal.v0.models.Notification;
|
|
23821
23561
|
export declare type OnboardingAuditMessage = io.flow.internal.v0.models.OnboardingAuditMessage;
|
|
23822
23562
|
export declare type OnboardingAuditMessageLevel = io.flow.internal.v0.enums.OnboardingAuditMessageLevel;
|
|
@@ -23868,7 +23608,6 @@ export declare type OrderDetail = io.flow.internal.v0.models.OrderDetail;
|
|
|
23868
23608
|
export declare type OrderEditSummary = io.flow.internal.v0.models.OrderEditSummary;
|
|
23869
23609
|
export declare type OrderFulfillmentDeleted = io.flow.internal.v0.models.OrderFulfillmentDeleted;
|
|
23870
23610
|
export declare type OrderFulfillmentUpserted = io.flow.internal.v0.models.OrderFulfillmentUpserted;
|
|
23871
|
-
export declare type OrderFxTransaction = io.flow.internal.v0.models.OrderFxTransaction;
|
|
23872
23611
|
export declare type OrderLifecycleEvent = io.flow.internal.v0.enums.OrderLifecycleEvent;
|
|
23873
23612
|
export declare type OrderNote = io.flow.internal.v0.models.OrderNote;
|
|
23874
23613
|
export declare type OrderNoteForm = io.flow.internal.v0.models.OrderNoteForm;
|
|
@@ -24009,6 +23748,8 @@ export declare type PaymentProcessorAccountUpserted = io.flow.internal.v0.models
|
|
|
24009
23748
|
export declare type PaymentProcessorMerchantDeleted = io.flow.internal.v0.models.PaymentProcessorMerchantDeleted;
|
|
24010
23749
|
export declare type PaymentProcessorMerchantUpserted = io.flow.internal.v0.models.PaymentProcessorMerchantUpserted;
|
|
24011
23750
|
export declare type PaymentRedirect = io.flow.internal.v0.unions.PaymentRedirect;
|
|
23751
|
+
export declare type PaymentShortUrl = io.flow.internal.v0.models.PaymentShortUrl;
|
|
23752
|
+
export declare type PaymentShortUrlDiscriminator = io.flow.internal.v0.enums.PaymentShortUrlDiscriminator;
|
|
24012
23753
|
export declare type PaymentSummary = io.flow.internal.v0.models.PaymentSummary;
|
|
24013
23754
|
export declare type PaymentSummaryDetails = io.flow.internal.v0.unions.PaymentSummaryDetails;
|
|
24014
23755
|
export declare type PaymentSummaryStatus = io.flow.internal.v0.enums.PaymentSummaryStatus;
|
|
@@ -24321,7 +24062,6 @@ export declare type SessionRollout = io.flow.internal.v0.models.SessionRollout;
|
|
|
24321
24062
|
export declare type SessionRolloutForm = io.flow.internal.v0.models.SessionRolloutForm;
|
|
24322
24063
|
export declare type SetupBlockPutForm = io.flow.internal.v0.models.SetupBlockPutForm;
|
|
24323
24064
|
export declare type SfExpress = io.flow.internal.v0.models.SfExpress;
|
|
24324
|
-
export declare type ShawnRoundtableWorkshopRate = io.flow.internal.v0.models.ShawnRoundtableWorkshopRate;
|
|
24325
24065
|
export declare type ShippedItemValue = io.flow.internal.v0.models.ShippedItemValue;
|
|
24326
24066
|
export declare type ShippingLane = io.flow.internal.v0.models.ShippingLane;
|
|
24327
24067
|
export declare type ShippingMethodReference = io.flow.internal.v0.models.ShippingMethodReference;
|
|
@@ -24564,6 +24304,10 @@ export declare type TaxCalculationErrorCode = io.flow.internal.v0.enums.TaxCalcu
|
|
|
24564
24304
|
export declare type TaxCalculationForm = io.flow.internal.v0.models.TaxCalculationForm;
|
|
24565
24305
|
export declare type TaxCalculationLineItem = io.flow.internal.v0.models.TaxCalculationLineItem;
|
|
24566
24306
|
export declare type TaxCalculationLineItemForm = io.flow.internal.v0.models.TaxCalculationLineItemForm;
|
|
24307
|
+
export declare type TaxDutyDeltaMetadataActual = io.flow.internal.v0.models.TaxDutyDeltaMetadataActual;
|
|
24308
|
+
export declare type TaxDutyDeltaMetadataActualProcessing = io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing;
|
|
24309
|
+
export declare type TaxDutyDeltaMetadataExpected = io.flow.internal.v0.models.TaxDutyDeltaMetadataExpected;
|
|
24310
|
+
export declare type TaxDutyDeltaMetadataExpectedProcessing = io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing;
|
|
24567
24311
|
export declare type TaxDutyDeltaTransaction = io.flow.internal.v0.models.TaxDutyDeltaTransaction;
|
|
24568
24312
|
export declare type TaxParty = io.flow.internal.v0.enums.TaxParty;
|
|
24569
24313
|
export declare type TaxRemittanceTransaction = io.flow.internal.v0.models.TaxRemittanceTransaction;
|