@flowio/types 11.24.109 → 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 +450 -422
- package/dist/api.d.ts +458 -194
- package/package.json +2 -2
- package/src/api-internal.ts +678 -625
- package/src/api.ts +766 -318
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;
|
|
@@ -4163,7 +4235,7 @@ declare namespace io.flow.shopify.markets.internal.v0.enums {
|
|
|
4163
4235
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
4164
4236
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
4165
4237
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
4166
|
-
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog';
|
|
4238
|
+
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog' | 'shopify_webhook';
|
|
4167
4239
|
type ProductStatus = 'active' | 'archived' | 'draft';
|
|
4168
4240
|
type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
|
|
4169
4241
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
@@ -4840,6 +4912,16 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
4840
4912
|
interface GraphqlMeasurement {
|
|
4841
4913
|
readonly weight?: io.flow.shopify.external.v0.models.GraphqlWeight;
|
|
4842
4914
|
}
|
|
4915
|
+
interface GraphqlMetafield {
|
|
4916
|
+
readonly id: string;
|
|
4917
|
+
readonly key: string;
|
|
4918
|
+
readonly value: string;
|
|
4919
|
+
readonly type?: string;
|
|
4920
|
+
}
|
|
4921
|
+
interface GraphqlMetaobject {
|
|
4922
|
+
readonly id: string;
|
|
4923
|
+
readonly displayName: string;
|
|
4924
|
+
}
|
|
4843
4925
|
interface GraphqlOption {
|
|
4844
4926
|
readonly id: string;
|
|
4845
4927
|
readonly values: string[];
|
|
@@ -4864,6 +4946,8 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
4864
4946
|
readonly createdAt: string;
|
|
4865
4947
|
readonly updatedAt: string;
|
|
4866
4948
|
readonly hasVariantsThatRequiresComponents?: boolean;
|
|
4949
|
+
readonly category?: io.flow.shopify.external.v0.models.GraphqlTaxonomyCategory;
|
|
4950
|
+
readonly metafields?: io.flow.shopify.external.v0.models.GraphqlMetafield[];
|
|
4867
4951
|
}
|
|
4868
4952
|
interface GraphqlProductImage {
|
|
4869
4953
|
readonly id: string;
|
|
@@ -4884,6 +4968,10 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
4884
4968
|
readonly image?: io.flow.shopify.external.v0.models.GraphqlVariantImage;
|
|
4885
4969
|
readonly inventoryItem: io.flow.shopify.external.v0.models.GraphqlInventoryItem;
|
|
4886
4970
|
}
|
|
4971
|
+
interface GraphqlTaxonomyCategory {
|
|
4972
|
+
readonly name: string;
|
|
4973
|
+
readonly fullName: string;
|
|
4974
|
+
}
|
|
4887
4975
|
interface GraphqlVariantImage {
|
|
4888
4976
|
readonly id: string;
|
|
4889
4977
|
}
|
|
@@ -4989,6 +5077,8 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
4989
5077
|
readonly created_at: string;
|
|
4990
5078
|
readonly updated_at: string;
|
|
4991
5079
|
readonly has_variants_that_requires_components?: boolean;
|
|
5080
|
+
readonly category?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
5081
|
+
readonly metafields?: io.flow.shopify.external.v0.models.ProductMetafield[];
|
|
4992
5082
|
}
|
|
4993
5083
|
interface ProductDelete {
|
|
4994
5084
|
readonly id: number;
|
|
@@ -5003,6 +5093,16 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5003
5093
|
readonly updated_at?: string;
|
|
5004
5094
|
readonly alt?: string;
|
|
5005
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
|
+
}
|
|
5006
5106
|
interface ProductVariant {
|
|
5007
5107
|
readonly id: number;
|
|
5008
5108
|
readonly sku?: string;
|
|
@@ -7219,6 +7319,7 @@ declare namespace io.flow.experience.v0.enums {
|
|
|
7219
7319
|
type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
|
|
7220
7320
|
type IncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
|
|
7221
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';
|
|
7222
7323
|
type OrderPaymentType = 'card' | 'online' | 'credit' | 'external' | 'subsidized' | 'installment_plan' | 'cash_on_delivery';
|
|
7223
7324
|
type OrderRefundSummaryIncludes = 'duties' | 'vat' | 'shipping';
|
|
7224
7325
|
type OrderRefundSummaryPartialCharged = 'per_item' | 'for_order' | 'by_value_percentage' | 'by_quantity_percentage';
|
|
@@ -7756,6 +7857,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
7756
7857
|
readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
|
|
7757
7858
|
readonly destination_contact_details?: io.flow.experience.v0.models.DestinationContactDetail[];
|
|
7758
7859
|
readonly incoterm_summary?: io.flow.experience.v0.models.IncotermSummary;
|
|
7860
|
+
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
7759
7861
|
}
|
|
7760
7862
|
interface OrderAddress {
|
|
7761
7863
|
readonly text?: string;
|
|
@@ -7831,6 +7933,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
7831
7933
|
readonly authorization_keys?: string[];
|
|
7832
7934
|
readonly options?: io.flow.experience.v0.models.OrderOptions;
|
|
7833
7935
|
readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
|
|
7936
|
+
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
7834
7937
|
}
|
|
7835
7938
|
interface OrderGeo {
|
|
7836
7939
|
readonly ip?: string;
|
|
@@ -7926,6 +8029,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
7926
8029
|
readonly authorization_keys?: string[];
|
|
7927
8030
|
readonly options?: io.flow.experience.v0.models.OrderOptions;
|
|
7928
8031
|
readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
|
|
8032
|
+
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
7929
8033
|
}
|
|
7930
8034
|
interface OrderReference {
|
|
7931
8035
|
readonly discriminator: 'order_reference';
|
|
@@ -8180,11 +8284,13 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
8180
8284
|
readonly q: string;
|
|
8181
8285
|
readonly dimensions: io.flow.ratecard.v0.models.EstimatedDimensions;
|
|
8182
8286
|
readonly position: number;
|
|
8287
|
+
readonly block_bulk_update?: boolean;
|
|
8183
8288
|
}
|
|
8184
8289
|
interface DimensionEstimateForm {
|
|
8185
8290
|
readonly q: string;
|
|
8186
8291
|
readonly dimensions: io.flow.ratecard.v0.models.EstimatedDimensions;
|
|
8187
8292
|
readonly position?: number;
|
|
8293
|
+
readonly block_bulk_update?: boolean;
|
|
8188
8294
|
}
|
|
8189
8295
|
interface DimensionEstimateVersion {
|
|
8190
8296
|
readonly id: string;
|
|
@@ -9135,8 +9241,28 @@ declare namespace io.flow.reference.v0.models {
|
|
|
9135
9241
|
readonly offset: number;
|
|
9136
9242
|
}
|
|
9137
9243
|
}
|
|
9244
|
+
declare namespace io.flow.product.v0.models {
|
|
9245
|
+
interface Product {
|
|
9246
|
+
readonly organization_id: string;
|
|
9247
|
+
readonly number: string;
|
|
9248
|
+
readonly taxonomy_category?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
9249
|
+
readonly taxonomy_data?: io.flow.product.v0.models.ProductTaxonomyData[];
|
|
9250
|
+
readonly item_numbers: string[];
|
|
9251
|
+
readonly updated_at: string;
|
|
9252
|
+
readonly deleted_at?: string;
|
|
9253
|
+
}
|
|
9254
|
+
interface ProductTaxonomyCategory {
|
|
9255
|
+
readonly name: string;
|
|
9256
|
+
readonly full_name: string;
|
|
9257
|
+
}
|
|
9258
|
+
interface ProductTaxonomyData {
|
|
9259
|
+
readonly key: string;
|
|
9260
|
+
readonly value: string[];
|
|
9261
|
+
}
|
|
9262
|
+
}
|
|
9138
9263
|
declare namespace io.flow.tracking.v0.enums {
|
|
9139
|
-
type
|
|
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';
|
|
9265
|
+
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
|
|
9140
9266
|
}
|
|
9141
9267
|
declare namespace io.flow.tracking.v0.models {
|
|
9142
9268
|
interface LabelTrackingCarrierService {
|
|
@@ -9947,7 +10073,7 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
9947
10073
|
type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
|
|
9948
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';
|
|
9949
10075
|
type StatementAttachmentType = 'csv';
|
|
9950
|
-
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';
|
|
9951
10077
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
9952
10078
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
9953
10079
|
}
|
|
@@ -11491,6 +11617,40 @@ declare namespace io.flow.fraud.v0.models {
|
|
|
11491
11617
|
declare namespace io.flow.fraud.v0.unions {
|
|
11492
11618
|
type FraudOrderReference = io.flow.fraud.v0.models.FraudFlowOrderReference | io.flow.fraud.v0.models.FraudPaymentRequestReference;
|
|
11493
11619
|
}
|
|
11620
|
+
declare namespace io.flow.sellability.v0.enums {
|
|
11621
|
+
type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
|
|
11622
|
+
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category';
|
|
11623
|
+
}
|
|
11624
|
+
declare namespace io.flow.sellability.v0.models {
|
|
11625
|
+
interface ProductSellability {
|
|
11626
|
+
readonly shop_id: string;
|
|
11627
|
+
readonly product_id?: string;
|
|
11628
|
+
readonly request_id: string;
|
|
11629
|
+
readonly hs6_code: string;
|
|
11630
|
+
readonly restricted_regions: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
11631
|
+
}
|
|
11632
|
+
interface ProductSellabilityForm {
|
|
11633
|
+
readonly shop_id: string;
|
|
11634
|
+
readonly product_id?: string;
|
|
11635
|
+
readonly request_id: string;
|
|
11636
|
+
readonly name: string;
|
|
11637
|
+
readonly price: io.flow.sellability.v0.models.ProductSellabilityPrice;
|
|
11638
|
+
readonly description: string;
|
|
11639
|
+
readonly taxonomy_category: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
11640
|
+
}
|
|
11641
|
+
interface ProductSellabilityPrice {
|
|
11642
|
+
readonly currency: string;
|
|
11643
|
+
readonly amount: number;
|
|
11644
|
+
}
|
|
11645
|
+
interface SellabilityError {
|
|
11646
|
+
readonly code: io.flow.sellability.v0.enums.SellabilityErrorCode;
|
|
11647
|
+
readonly messages: string[];
|
|
11648
|
+
}
|
|
11649
|
+
interface SellablilityRegionResult {
|
|
11650
|
+
readonly type: io.flow.sellability.v0.enums.RuleEffectType;
|
|
11651
|
+
readonly regions: string[];
|
|
11652
|
+
}
|
|
11653
|
+
}
|
|
11494
11654
|
declare namespace io.flow.currency.v0.models {
|
|
11495
11655
|
interface Rate {
|
|
11496
11656
|
readonly id: string;
|
|
@@ -11749,6 +11909,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11749
11909
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
11750
11910
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
11751
11911
|
type AldoItemType = 'physical' | 'digital';
|
|
11912
|
+
type AnshItemType = 'physical' | 'digital';
|
|
11752
11913
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
11753
11914
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
11754
11915
|
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95';
|
|
@@ -11759,7 +11920,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11759
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';
|
|
11760
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';
|
|
11761
11922
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
11762
|
-
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' | 'tax_refund' | 'duty_refund';
|
|
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';
|
|
11763
11924
|
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
11764
11925
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
11765
11926
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
@@ -11777,7 +11938,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11777
11938
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
11778
11939
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
11779
11940
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
11780
|
-
type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge';
|
|
11941
|
+
type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge';
|
|
11781
11942
|
type ChargebackPaymentStatus = 'captured' | 'refunded';
|
|
11782
11943
|
type ChargebackProcessStatus = 'inquiry' | 'open' | 'closed';
|
|
11783
11944
|
type CheckoutAssetType = 'stylesheet' | 'javascript';
|
|
@@ -11811,7 +11972,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11811
11972
|
type DisputeLiability = 'flow' | 'organization';
|
|
11812
11973
|
type DisputeProcessor = 'adyen' | 'paypal' | 'stripe';
|
|
11813
11974
|
type DisputeReportingCategory = 'charge_issues' | 'delivery' | 'fraud' | 'general' | 'product' | 'returns';
|
|
11814
|
-
type DisputeStatus = 'pending' | 'won' | 'lost' | 'expired';
|
|
11975
|
+
type DisputeStatus = 'pending' | 'won' | 'lost' | 'refunded' | 'expired';
|
|
11815
11976
|
type DisputeTransactionType = 'adjustment' | 'dispute';
|
|
11816
11977
|
type DisputeType = 'chargeback';
|
|
11817
11978
|
type DutyCompoundExpressionType = 'sum' | 'max' | 'min';
|
|
@@ -11823,7 +11984,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11823
11984
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
11824
11985
|
type EmptyAttribute = 'irrelevant';
|
|
11825
11986
|
type ErpFileType = 'vendor';
|
|
11826
|
-
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' | 'aldo_item_upserted' | 'aldo_item_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' | 'tariff_codes_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' | '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_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';
|
|
11827
11988
|
type ExperienceImportType = 'experience_with_settings';
|
|
11828
11989
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
11829
11990
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -11841,7 +12002,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11841
12002
|
type FtpIntent = 'orders_from_flow' | 'pricebooks_from_flow' | 'pricebooks_to_flow' | 'catalog_to_flow' | 'inventory_to_flow';
|
|
11842
12003
|
type FtpProtocol = 'sftp' | 'ftp';
|
|
11843
12004
|
type GoogleAnalyticsPlugin = 'ec';
|
|
11844
|
-
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog';
|
|
12005
|
+
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog' | 'shopify_webhook';
|
|
11845
12006
|
type HarmonizationDecisionSource = 'human' | 'legacy_model' | 'enterprise_model';
|
|
11846
12007
|
type HttpMethod = 'get' | 'post';
|
|
11847
12008
|
type ItemClassificationAction = 'ACCEPT' | 'MANUAL' | 'REJECT';
|
|
@@ -11853,7 +12014,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11853
12014
|
type LabelBillingStrategy = 'quote' | 'carrier';
|
|
11854
12015
|
type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
|
|
11855
12016
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
11856
|
-
type
|
|
12017
|
+
type LabelEventMedium = 'webhook' | 'pull' | 'post';
|
|
12018
|
+
type LabelEventSource = 'aftership' | 'carrier' | 'flow';
|
|
12019
|
+
type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system' | 'carrier';
|
|
11857
12020
|
type LabelRequestResultOrganizationType = 'all' | 'legacy_production' | 'managed_markets_production' | 'sandbox';
|
|
11858
12021
|
type LabelRequestResultState = 'success' | 'failure';
|
|
11859
12022
|
type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
|
|
@@ -11862,16 +12025,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11862
12025
|
type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
|
|
11863
12026
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
11864
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';
|
|
11865
|
-
type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
|
|
11866
|
-
type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
|
|
11867
|
-
type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
|
|
11868
|
-
type MarketingGatewayErrorCode = 'generic_error' | 'google_api_error' | 'facebook_api_error' | 'invalid_oauth_token_error';
|
|
11869
|
-
type MarketingGatewayFacebookTokenStatus = 'unknown' | 'active' | 'expired';
|
|
11870
|
-
type MarketingGatewayFeedDownloadFormat = 'tsv' | 'csv' | 'txt';
|
|
11871
|
-
type MarketingGatewayFeedState = 'initialized' | 'generated' | 'in_review' | 'rejected' | 'active';
|
|
11872
|
-
type MarketingGatewayPlatform = 'google' | 'facebook' | 'adroll' | 'aliexpress' | 'amazon' | 'bing' | 'criteo' | 'fruugo' | 'pinterest' | 'rakuten_japan' | 'wish' | 'snapchat' | 'stylight';
|
|
11873
|
-
type MarketingGatewayProductStatus = 'approved' | 'not_approved' | 'pending' | 'not_found' | 'excluded';
|
|
11874
|
-
type MarketingGatewaySchemaCompatibility = 'google' | 'facebook_primary' | 'facebook_country_override' | 'supplemental';
|
|
11875
12028
|
type MixedBagWeight = '0' | '1' | '2';
|
|
11876
12029
|
type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
|
|
11877
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';
|
|
@@ -11899,6 +12052,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11899
12052
|
type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
|
|
11900
12053
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
11901
12054
|
type Owner = 'flow' | 'organization';
|
|
12055
|
+
type PaymentShortUrlDiscriminator = 'adyen_3ds2';
|
|
11902
12056
|
type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
|
|
11903
12057
|
type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
|
|
11904
12058
|
type PaymentTerm = 'net7' | 'net15' | 'net30';
|
|
@@ -11945,7 +12099,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11945
12099
|
type ShopifyPromotionOfferAllocationMethod = 'each' | 'across';
|
|
11946
12100
|
type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
|
|
11947
12101
|
type ShopifyPromotionStatus = 'active' | 'inactive';
|
|
11948
|
-
type ShopifyService = 'payment' | 'duty_tax_calculator';
|
|
12102
|
+
type ShopifyService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
11949
12103
|
type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
|
|
11950
12104
|
type SnoozeNextActionWith = 'customer_service' | 'engineering';
|
|
11951
12105
|
type SnoozeSourceType = 'task' | 'invariant';
|
|
@@ -12605,12 +12759,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12605
12759
|
readonly type: io.flow.internal.v0.enums.AldoItemType;
|
|
12606
12760
|
readonly added_on: string;
|
|
12607
12761
|
}
|
|
12608
|
-
interface AldoItemDeleted {
|
|
12609
|
-
readonly discriminator: 'aldo_item_deleted';
|
|
12610
|
-
readonly event_id: string;
|
|
12611
|
-
readonly timestamp: string;
|
|
12612
|
-
readonly id: string;
|
|
12613
|
-
}
|
|
12614
12762
|
interface AldoItemForm {
|
|
12615
12763
|
readonly number: string;
|
|
12616
12764
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -12618,12 +12766,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12618
12766
|
readonly type: io.flow.internal.v0.enums.AldoItemType;
|
|
12619
12767
|
readonly added_on: string;
|
|
12620
12768
|
}
|
|
12621
|
-
interface AldoItemUpserted {
|
|
12622
|
-
readonly discriminator: 'aldo_item_upserted';
|
|
12623
|
-
readonly event_id: string;
|
|
12624
|
-
readonly timestamp: string;
|
|
12625
|
-
readonly item: io.flow.internal.v0.models.AldoItem;
|
|
12626
|
-
}
|
|
12627
12769
|
interface AlertErrorSummary {
|
|
12628
12770
|
readonly event_id: number;
|
|
12629
12771
|
readonly error: string;
|
|
@@ -12665,6 +12807,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12665
12807
|
readonly name: string;
|
|
12666
12808
|
readonly labels: Record<string, string[]>;
|
|
12667
12809
|
}
|
|
12810
|
+
interface AnshItem {
|
|
12811
|
+
readonly id: string;
|
|
12812
|
+
readonly number: string;
|
|
12813
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
12814
|
+
readonly description?: string;
|
|
12815
|
+
readonly type: io.flow.internal.v0.enums.AnshItemType;
|
|
12816
|
+
readonly added_on: string;
|
|
12817
|
+
}
|
|
12818
|
+
interface AnshItemForm {
|
|
12819
|
+
readonly number: string;
|
|
12820
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
12821
|
+
readonly description?: string;
|
|
12822
|
+
readonly type: io.flow.internal.v0.enums.AnshItemType;
|
|
12823
|
+
readonly added_on: string;
|
|
12824
|
+
}
|
|
12668
12825
|
interface ApmContent {
|
|
12669
12826
|
readonly processor_description: io.flow.internal.v0.unions.ContentItem;
|
|
12670
12827
|
}
|
|
@@ -15335,6 +15492,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15335
15492
|
readonly raw_carrier_event_code?: string;
|
|
15336
15493
|
readonly aggregator_status_code?: string;
|
|
15337
15494
|
readonly created_at?: string;
|
|
15495
|
+
readonly source?: io.flow.internal.v0.enums.LabelEventSource;
|
|
15496
|
+
readonly medium?: io.flow.internal.v0.enums.LabelEventMedium;
|
|
15338
15497
|
}
|
|
15339
15498
|
interface ExternalFulfillmentProof {
|
|
15340
15499
|
readonly id: string;
|
|
@@ -15464,28 +15623,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15464
15623
|
readonly value: io.flow.common.v0.models.Price;
|
|
15465
15624
|
readonly description?: string;
|
|
15466
15625
|
}
|
|
15467
|
-
interface FeedDeleted {
|
|
15468
|
-
readonly discriminator: 'feed_deleted';
|
|
15469
|
-
readonly event_id: string;
|
|
15470
|
-
readonly timestamp: string;
|
|
15471
|
-
readonly organization_id: string;
|
|
15472
|
-
readonly feed: io.flow.internal.v0.models.MarketingGatewayFeed;
|
|
15473
|
-
}
|
|
15474
|
-
interface FeedUpserted {
|
|
15475
|
-
readonly discriminator: 'feed_upserted';
|
|
15476
|
-
readonly event_id: string;
|
|
15477
|
-
readonly timestamp: string;
|
|
15478
|
-
readonly organization_id: string;
|
|
15479
|
-
readonly feed: io.flow.internal.v0.models.MarketingGatewayFeed;
|
|
15480
|
-
}
|
|
15481
|
-
interface FeedsExport {
|
|
15482
|
-
readonly discriminator: 'feeds_export';
|
|
15483
|
-
readonly event_id: string;
|
|
15484
|
-
readonly timestamp: string;
|
|
15485
|
-
readonly organization: string;
|
|
15486
|
-
readonly export_id: string;
|
|
15487
|
-
readonly feed_ids: string[];
|
|
15488
|
-
}
|
|
15489
15626
|
interface Fees {
|
|
15490
15627
|
readonly processing?: io.flow.internal.v0.models.Fee;
|
|
15491
15628
|
readonly rate_lock: io.flow.internal.v0.models.Fee;
|
|
@@ -16171,6 +16308,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16171
16308
|
readonly local: io.flow.common.v0.models.Money;
|
|
16172
16309
|
readonly transaction_created_at: string;
|
|
16173
16310
|
}
|
|
16311
|
+
interface GeRevenueShareTransaction {
|
|
16312
|
+
readonly discriminator: 'ge_revenue_share_transaction';
|
|
16313
|
+
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
16314
|
+
readonly ge_revenue_share: io.flow.internal.v0.models.Fee;
|
|
16315
|
+
readonly id: string;
|
|
16316
|
+
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
16317
|
+
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
16318
|
+
readonly posted_at?: string;
|
|
16319
|
+
readonly value: io.flow.common.v0.models.Price;
|
|
16320
|
+
readonly description: string;
|
|
16321
|
+
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
16322
|
+
readonly created_at: string;
|
|
16323
|
+
}
|
|
16174
16324
|
interface GenerateLoadMultipleOrgs {
|
|
16175
16325
|
readonly discriminator: 'generate_load_multiple_orgs';
|
|
16176
16326
|
readonly organization_ids: string[];
|
|
@@ -16274,18 +16424,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16274
16424
|
readonly hs6_code?: string;
|
|
16275
16425
|
readonly hs6_description?: string;
|
|
16276
16426
|
}
|
|
16277
|
-
interface HarmonizationItemClassificationDeleted {
|
|
16278
|
-
readonly discriminator: 'harmonization_item_classification_deleted';
|
|
16279
|
-
readonly event_id: string;
|
|
16280
|
-
readonly timestamp: string;
|
|
16281
|
-
readonly harmonization_item_classification: io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
16282
|
-
}
|
|
16283
|
-
interface HarmonizationItemClassificationUpserted {
|
|
16284
|
-
readonly discriminator: 'harmonization_item_classification_upserted';
|
|
16285
|
-
readonly event_id: string;
|
|
16286
|
-
readonly timestamp: string;
|
|
16287
|
-
readonly harmonization_item_classification: io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
16288
|
-
}
|
|
16289
16427
|
interface HarmonizationItemSummary {
|
|
16290
16428
|
readonly number: string;
|
|
16291
16429
|
readonly product_id?: string;
|
|
@@ -17195,20 +17333,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17195
17333
|
readonly schema_key: string;
|
|
17196
17334
|
readonly source_localization_id: string;
|
|
17197
17335
|
}
|
|
17198
|
-
interface LocalizedItemDeleted {
|
|
17199
|
-
readonly discriminator: 'localized_item_deleted';
|
|
17200
|
-
readonly event_id: string;
|
|
17201
|
-
readonly timestamp: string;
|
|
17202
|
-
readonly organization: string;
|
|
17203
|
-
readonly number: string;
|
|
17204
|
-
}
|
|
17205
|
-
interface LocalizedItemDeletedV2 {
|
|
17206
|
-
readonly discriminator: 'localized_item_deleted_v2';
|
|
17207
|
-
readonly event_id: string;
|
|
17208
|
-
readonly timestamp: string;
|
|
17209
|
-
readonly organization: string;
|
|
17210
|
-
readonly id: string;
|
|
17211
|
-
}
|
|
17212
17336
|
interface LocalizedItemPricesExportRequest {
|
|
17213
17337
|
readonly discriminator: 'localized_item_prices_export_request';
|
|
17214
17338
|
readonly event_id: string;
|
|
@@ -17217,39 +17341,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17217
17341
|
readonly export_id: string;
|
|
17218
17342
|
readonly since?: string;
|
|
17219
17343
|
}
|
|
17220
|
-
interface LocalizedItemSnapshot {
|
|
17221
|
-
readonly discriminator: 'localized_item_snapshot';
|
|
17222
|
-
readonly event_id: string;
|
|
17223
|
-
readonly timestamp: string;
|
|
17224
|
-
readonly organization: string;
|
|
17225
|
-
readonly subcatalog_id: string;
|
|
17226
|
-
readonly url: string;
|
|
17227
|
-
}
|
|
17228
|
-
interface LocalizedItemUpsertedV2 {
|
|
17229
|
-
readonly discriminator: 'localized_item_upserted_v2';
|
|
17230
|
-
readonly event_id: string;
|
|
17231
|
-
readonly timestamp: string;
|
|
17232
|
-
readonly organization: string;
|
|
17233
|
-
readonly id: string;
|
|
17234
|
-
readonly item: io.flow.catalog.v0.models.Item;
|
|
17235
|
-
readonly item_schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
17236
|
-
}
|
|
17237
17344
|
interface LocalizedItemsExportSettings {
|
|
17238
17345
|
readonly content_type: io.flow.internal.v0.enums.ExportContentType;
|
|
17239
17346
|
readonly full_export_schedule?: io.flow.internal.v0.unions.ExportSchedule;
|
|
17240
17347
|
readonly delta_export_schedule?: io.flow.internal.v0.unions.ExportSchedule;
|
|
17241
17348
|
}
|
|
17242
|
-
interface LocalizedPriceBookItem {
|
|
17243
|
-
readonly id: string;
|
|
17244
|
-
readonly item_id: string;
|
|
17245
|
-
readonly item_number: string;
|
|
17246
|
-
readonly attributes: Record<string, string>;
|
|
17247
|
-
readonly local?: io.flow.catalog.v0.models.Local;
|
|
17248
|
-
readonly price_book_item_id: string;
|
|
17249
|
-
readonly price_book_key: string;
|
|
17250
|
-
readonly price_book_item_price: io.flow.common.v0.models.Price;
|
|
17251
|
-
readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
17252
|
-
}
|
|
17253
17349
|
interface LocalizedPriceBookItemData {
|
|
17254
17350
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
17255
17351
|
readonly experience: io.flow.common.v0.models.ExperienceSummary;
|
|
@@ -17261,20 +17357,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17261
17357
|
readonly price_start_date: string;
|
|
17262
17358
|
readonly price_end_date?: string;
|
|
17263
17359
|
}
|
|
17264
|
-
interface LocalizedPriceBookItemDeleted {
|
|
17265
|
-
readonly discriminator: 'localized_price_book_item_deleted';
|
|
17266
|
-
readonly event_id: string;
|
|
17267
|
-
readonly timestamp: string;
|
|
17268
|
-
readonly organization: string;
|
|
17269
|
-
readonly id: string;
|
|
17270
|
-
}
|
|
17271
|
-
interface LocalizedPriceBookItemUpserted {
|
|
17272
|
-
readonly discriminator: 'localized_price_book_item_upserted';
|
|
17273
|
-
readonly event_id: string;
|
|
17274
|
-
readonly timestamp: string;
|
|
17275
|
-
readonly organization: string;
|
|
17276
|
-
readonly item: io.flow.internal.v0.models.LocalizedPriceBookItem;
|
|
17277
|
-
}
|
|
17278
17360
|
interface Location {
|
|
17279
17361
|
readonly type: io.flow.internal.v0.enums.ContentType;
|
|
17280
17362
|
readonly url: string;
|
|
@@ -17350,6 +17432,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17350
17432
|
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
17351
17433
|
readonly value: io.flow.common.v0.models.Price;
|
|
17352
17434
|
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
17435
|
+
readonly paid_at?: string;
|
|
17353
17436
|
readonly posted_at?: string;
|
|
17354
17437
|
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
17355
17438
|
readonly created_at: string;
|
|
@@ -17439,224 +17522,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17439
17522
|
readonly products: boolean;
|
|
17440
17523
|
readonly shipping: boolean;
|
|
17441
17524
|
}
|
|
17442
|
-
interface MarketingGatewayChannel {
|
|
17443
|
-
readonly id: string;
|
|
17444
|
-
readonly platform: io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
17445
|
-
readonly integration_type: io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType;
|
|
17446
|
-
readonly status: io.flow.internal.v0.enums.MarketingGatewayChannelStatus;
|
|
17447
|
-
readonly details?: io.flow.internal.v0.unions.MarketingGatewayChannelDetails;
|
|
17448
|
-
readonly error?: io.flow.internal.v0.models.MarketingGatewayError;
|
|
17449
|
-
}
|
|
17450
|
-
interface MarketingGatewayChannelConnectionForm {
|
|
17451
|
-
readonly default_feed_source?: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
17452
|
-
}
|
|
17453
|
-
interface MarketingGatewayChannelForm {
|
|
17454
|
-
readonly platform: io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
17455
|
-
readonly account_id: number;
|
|
17456
|
-
}
|
|
17457
|
-
interface MarketingGatewayChannelSourceSummary {
|
|
17458
|
-
readonly channel: io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
17459
|
-
readonly platform: io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
17460
|
-
readonly source: io.flow.internal.v0.unions.MarketingGatewaySourceSummary;
|
|
17461
|
-
}
|
|
17462
|
-
interface MarketingGatewayDistributionChannelFacebook {
|
|
17463
|
-
readonly discriminator: 'marketing_gateway_distribution_channel_facebook';
|
|
17464
|
-
readonly catalog_id: number;
|
|
17465
|
-
}
|
|
17466
|
-
interface MarketingGatewayDistributionChannelGoogle {
|
|
17467
|
-
readonly discriminator: 'marketing_gateway_distribution_channel_google';
|
|
17468
|
-
readonly account_id: number;
|
|
17469
|
-
}
|
|
17470
|
-
interface MarketingGatewayError {
|
|
17471
|
-
readonly code: io.flow.internal.v0.enums.MarketingGatewayErrorCode;
|
|
17472
|
-
readonly messages: string[];
|
|
17473
|
-
}
|
|
17474
|
-
interface MarketingGatewayFacebookBusiness {
|
|
17475
|
-
readonly business_id: number;
|
|
17476
|
-
readonly name: string;
|
|
17477
|
-
}
|
|
17478
|
-
interface MarketingGatewayFacebookBusinessSummary {
|
|
17479
|
-
readonly business_id: number;
|
|
17480
|
-
readonly name: string;
|
|
17481
|
-
}
|
|
17482
|
-
interface MarketingGatewayFacebookCatalogForm {
|
|
17483
|
-
readonly catalog_id: number;
|
|
17484
|
-
}
|
|
17485
|
-
interface MarketingGatewayFacebookCatalogSummary {
|
|
17486
|
-
readonly catalog_id: number;
|
|
17487
|
-
readonly name: string;
|
|
17488
|
-
readonly item_count: number;
|
|
17489
|
-
}
|
|
17490
|
-
interface MarketingGatewayFacebookChannelDetails {
|
|
17491
|
-
readonly discriminator: 'marketing_gateway_facebook_channel_details';
|
|
17492
|
-
readonly catalog_id: number;
|
|
17493
|
-
readonly catalog_name?: string;
|
|
17494
|
-
readonly business_name?: string;
|
|
17495
|
-
readonly datasources?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
|
|
17496
|
-
readonly localized_feed_count?: number;
|
|
17497
|
-
readonly connected_at?: string;
|
|
17498
|
-
readonly token_summary?: io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary;
|
|
17499
|
-
}
|
|
17500
|
-
interface MarketingGatewayFacebookConnection {
|
|
17501
|
-
readonly organization_id: string;
|
|
17502
|
-
readonly businesses: io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary[];
|
|
17503
|
-
}
|
|
17504
|
-
interface MarketingGatewayFacebookConnectionAccessTokenSummary {
|
|
17505
|
-
readonly catalog_id?: number;
|
|
17506
|
-
readonly created_at?: number;
|
|
17507
|
-
readonly expires_at?: number;
|
|
17508
|
-
readonly user_id: string;
|
|
17509
|
-
readonly user_email?: string;
|
|
17510
|
-
readonly token_status: io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus;
|
|
17511
|
-
}
|
|
17512
|
-
interface MarketingGatewayFacebookConnectionDeauth {
|
|
17513
|
-
readonly user_id: number;
|
|
17514
|
-
}
|
|
17515
|
-
interface MarketingGatewayFacebookConnectionForm {
|
|
17516
|
-
readonly access_token: string;
|
|
17517
|
-
}
|
|
17518
|
-
interface MarketingGatewayFacebookSourceSummary {
|
|
17519
|
-
readonly discriminator: 'marketing_gateway_facebook_source_summary';
|
|
17520
|
-
readonly catalog_id: number;
|
|
17521
|
-
readonly catalog_name: string;
|
|
17522
|
-
readonly business_name: string;
|
|
17523
|
-
readonly country: string;
|
|
17524
|
-
readonly product_count: number;
|
|
17525
|
-
}
|
|
17526
|
-
interface MarketingGatewayFeed {
|
|
17527
|
-
readonly id: string;
|
|
17528
|
-
readonly organization: io.flow.common.v0.models.OrganizationSummary;
|
|
17529
|
-
readonly experience?: io.flow.common.v0.models.ExperienceSummary;
|
|
17530
|
-
readonly schema: io.flow.internal.v0.models.MarketingGatewaySchemaSummary;
|
|
17531
|
-
readonly filter: io.flow.internal.v0.models.MarketingGatewayFilterSummary;
|
|
17532
|
-
readonly country: string;
|
|
17533
|
-
readonly currency: string;
|
|
17534
|
-
readonly language: string;
|
|
17535
|
-
readonly feed_source: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
17536
|
-
readonly feed_state: io.flow.internal.v0.enums.MarketingGatewayFeedState;
|
|
17537
|
-
readonly tsv_download_url: string;
|
|
17538
|
-
readonly tsv_channel_download_url?: string;
|
|
17539
|
-
readonly created_at: string;
|
|
17540
|
-
readonly updated_at?: string;
|
|
17541
|
-
readonly item_count?: number;
|
|
17542
|
-
readonly platform_feed_id?: string;
|
|
17543
|
-
}
|
|
17544
|
-
interface MarketingGatewayFeedExportForm {
|
|
17545
|
-
readonly feed_ids: string[];
|
|
17546
|
-
readonly emails: string[];
|
|
17547
|
-
}
|
|
17548
|
-
interface MarketingGatewayFeedForm {
|
|
17549
|
-
readonly schema_id: string;
|
|
17550
|
-
readonly filter_id: string;
|
|
17551
|
-
readonly country: string;
|
|
17552
|
-
readonly currency: string;
|
|
17553
|
-
readonly language: string;
|
|
17554
|
-
readonly feed_source: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
17555
|
-
readonly distribution_channel?: io.flow.internal.v0.unions.MarketingGatewayDistributionChannel;
|
|
17556
|
-
}
|
|
17557
|
-
interface MarketingGatewayFeedFormRequest {
|
|
17558
|
-
readonly feed_source: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
17559
|
-
readonly channel_id?: string;
|
|
17560
|
-
readonly schema_compatibility?: io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
|
|
17561
|
-
}
|
|
17562
|
-
interface MarketingGatewayFeedSourceFacebook {
|
|
17563
|
-
readonly discriminator: 'marketing_gateway_feed_source_facebook';
|
|
17564
|
-
readonly catalog_id: number;
|
|
17565
|
-
readonly feed_id: number;
|
|
17566
|
-
readonly name: string;
|
|
17567
|
-
readonly country: string;
|
|
17568
|
-
readonly currency: string;
|
|
17569
|
-
readonly language: string;
|
|
17570
|
-
readonly item_count?: number;
|
|
17571
|
-
readonly last_uploaded_at?: string;
|
|
17572
|
-
readonly feed_status?: io.flow.internal.v0.enums.MarketingGatewayFeedState;
|
|
17573
|
-
}
|
|
17574
|
-
interface MarketingGatewayFeedSourceGoogle {
|
|
17575
|
-
readonly discriminator: 'marketing_gateway_feed_source_google';
|
|
17576
|
-
readonly account_id: number;
|
|
17577
|
-
readonly name: string;
|
|
17578
|
-
readonly country: string;
|
|
17579
|
-
readonly currency: string;
|
|
17580
|
-
readonly language: string;
|
|
17581
|
-
readonly item_count?: number;
|
|
17582
|
-
readonly last_uploaded_at?: string;
|
|
17583
|
-
}
|
|
17584
|
-
interface MarketingGatewayFilterSummary {
|
|
17585
|
-
readonly id: string;
|
|
17586
|
-
readonly name: string;
|
|
17587
|
-
}
|
|
17588
|
-
interface MarketingGatewayFlowSourceSummary {
|
|
17589
|
-
readonly discriminator: 'marketing_gateway_flow_source_summary';
|
|
17590
|
-
readonly item_count: number;
|
|
17591
|
-
}
|
|
17592
|
-
interface MarketingGatewayGoogleAccountForm {
|
|
17593
|
-
readonly account_id: number;
|
|
17594
|
-
}
|
|
17595
|
-
interface MarketingGatewayGoogleAccountSummary {
|
|
17596
|
-
readonly account_id: number;
|
|
17597
|
-
readonly id?: string;
|
|
17598
|
-
readonly name: string;
|
|
17599
|
-
readonly website_url: string;
|
|
17600
|
-
readonly domestic_feeds_count: number;
|
|
17601
|
-
}
|
|
17602
|
-
interface MarketingGatewayGoogleChannelDetails {
|
|
17603
|
-
readonly discriminator: 'marketing_gateway_google_channel_details';
|
|
17604
|
-
readonly account_id: number;
|
|
17605
|
-
readonly account_name?: string;
|
|
17606
|
-
readonly datasources?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
|
|
17607
|
-
readonly localized_feed_count?: number;
|
|
17608
|
-
readonly connected_at?: string;
|
|
17609
|
-
}
|
|
17610
|
-
interface MarketingGatewayGoogleConnection {
|
|
17611
|
-
readonly status: io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
|
|
17612
|
-
readonly accounts?: io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary[];
|
|
17613
|
-
}
|
|
17614
|
-
interface MarketingGatewayGoogleConnectionForm {
|
|
17615
|
-
readonly access_token: string;
|
|
17616
|
-
readonly refresh_token: string;
|
|
17617
|
-
}
|
|
17618
|
-
interface MarketingGatewayGoogleItem {
|
|
17619
|
-
readonly discriminator: 'marketing_gateway_google_item';
|
|
17620
|
-
readonly id: string;
|
|
17621
|
-
readonly title?: string;
|
|
17622
|
-
readonly image_link?: string;
|
|
17623
|
-
readonly brand?: string;
|
|
17624
|
-
readonly google_product_category?: string;
|
|
17625
|
-
readonly link?: string;
|
|
17626
|
-
readonly price?: string;
|
|
17627
|
-
readonly sale_price?: string;
|
|
17628
|
-
readonly shipping_price?: string;
|
|
17629
|
-
}
|
|
17630
|
-
interface MarketingGatewayGoogleSourceSummary {
|
|
17631
|
-
readonly discriminator: 'marketing_gateway_google_source_summary';
|
|
17632
|
-
readonly account_id: number;
|
|
17633
|
-
readonly countries: string[];
|
|
17634
|
-
readonly product_count: number;
|
|
17635
|
-
}
|
|
17636
|
-
interface MarketingGatewayLocalizedItem {
|
|
17637
|
-
readonly source: io.flow.internal.v0.unions.MarketingGatewayItem;
|
|
17638
|
-
readonly localized: io.flow.internal.v0.unions.MarketingGatewayItem;
|
|
17639
|
-
}
|
|
17640
|
-
interface MarketingGatewayNewChannelRequestForm {
|
|
17641
|
-
readonly requested_by_user_id: string;
|
|
17642
|
-
readonly channel_name: string;
|
|
17643
|
-
}
|
|
17644
|
-
interface MarketingGatewayProductDatasourceSummary {
|
|
17645
|
-
readonly name: string;
|
|
17646
|
-
readonly country?: string;
|
|
17647
|
-
readonly product_count?: number;
|
|
17648
|
-
}
|
|
17649
|
-
interface MarketingGatewaySchemaSummary {
|
|
17650
|
-
readonly id: string;
|
|
17651
|
-
readonly name: string;
|
|
17652
|
-
readonly schema_compatibility: io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
|
|
17653
|
-
}
|
|
17654
|
-
interface MarketingGatewaySupportedChannelDetails {
|
|
17655
|
-
readonly discriminator: 'marketing_gateway_supported_channel_details';
|
|
17656
|
-
readonly datasources?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
|
|
17657
|
-
readonly localized_feed_count?: number;
|
|
17658
|
-
readonly connected_at?: string;
|
|
17659
|
-
}
|
|
17660
17525
|
interface MarketsOrder {
|
|
17661
17526
|
readonly shopify_order: io.flow.shopify.markets.v0.models.ShopifyOrder;
|
|
17662
17527
|
readonly flow_authorization?: io.flow.payment.v0.unions.Authorization;
|
|
@@ -17821,6 +17686,19 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17821
17686
|
readonly bank_account: io.flow.internal.v0.models.ReportBankAccount;
|
|
17822
17687
|
readonly account: io.flow.internal.v0.models.ReportAccount;
|
|
17823
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
|
+
}
|
|
17824
17702
|
interface Notification {
|
|
17825
17703
|
readonly order: io.flow.internal.v0.models.Decision;
|
|
17826
17704
|
}
|
|
@@ -18888,6 +18766,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18888
18766
|
readonly id: string;
|
|
18889
18767
|
readonly merchant: io.flow.internal.v0.unions.ProcessorMerchant;
|
|
18890
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
|
+
}
|
|
18891
18779
|
interface PaymentSummary {
|
|
18892
18780
|
readonly psp: number;
|
|
18893
18781
|
readonly credit: number;
|
|
@@ -20332,6 +20220,37 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20332
20220
|
readonly decision: io.flow.internal.v0.enums.RestrictionDecision;
|
|
20333
20221
|
readonly product_id: string;
|
|
20334
20222
|
}
|
|
20223
|
+
interface RestrictionRuleDeleted {
|
|
20224
|
+
readonly discriminator: 'restriction_rule_deleted';
|
|
20225
|
+
readonly event_id: string;
|
|
20226
|
+
readonly timestamp: string;
|
|
20227
|
+
readonly id: string;
|
|
20228
|
+
}
|
|
20229
|
+
interface RestrictionRuleEffect {
|
|
20230
|
+
readonly id: string;
|
|
20231
|
+
readonly rule_id: string;
|
|
20232
|
+
readonly effect: io.flow.sellability.v0.enums.RuleEffectType;
|
|
20233
|
+
readonly regions: string[];
|
|
20234
|
+
readonly description?: string;
|
|
20235
|
+
}
|
|
20236
|
+
interface RestrictionRuleEffectDeleted {
|
|
20237
|
+
readonly discriminator: 'restriction_rule_effect_deleted';
|
|
20238
|
+
readonly event_id: string;
|
|
20239
|
+
readonly timestamp: string;
|
|
20240
|
+
readonly id: string;
|
|
20241
|
+
}
|
|
20242
|
+
interface RestrictionRuleEffectForm {
|
|
20243
|
+
readonly rule_id: string;
|
|
20244
|
+
readonly effect: io.flow.sellability.v0.enums.RuleEffectType;
|
|
20245
|
+
readonly regions: string[];
|
|
20246
|
+
readonly description?: string;
|
|
20247
|
+
}
|
|
20248
|
+
interface RestrictionRuleEffectUpserted {
|
|
20249
|
+
readonly discriminator: 'restriction_rule_effect_upserted';
|
|
20250
|
+
readonly event_id: string;
|
|
20251
|
+
readonly timestamp: string;
|
|
20252
|
+
readonly restriction_rule_effect: io.flow.internal.v0.models.RestrictionRuleEffect;
|
|
20253
|
+
}
|
|
20335
20254
|
interface RestrictionRuleForm {
|
|
20336
20255
|
readonly name: string;
|
|
20337
20256
|
readonly description: string;
|
|
@@ -20358,6 +20277,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20358
20277
|
readonly name: string;
|
|
20359
20278
|
readonly description: string;
|
|
20360
20279
|
}
|
|
20280
|
+
interface RestrictionRuleUpserted {
|
|
20281
|
+
readonly discriminator: 'restriction_rule_upserted';
|
|
20282
|
+
readonly event_id: string;
|
|
20283
|
+
readonly timestamp: string;
|
|
20284
|
+
readonly restriction_rule: io.flow.internal.v0.models.RestrictionRule;
|
|
20285
|
+
}
|
|
20361
20286
|
interface RestrictionStatusMetadata {
|
|
20362
20287
|
readonly status: io.flow.internal.v0.enums.RestrictionStatus;
|
|
20363
20288
|
readonly count: number;
|
|
@@ -20764,6 +20689,60 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20764
20689
|
readonly organization: string;
|
|
20765
20690
|
readonly data: io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
|
|
20766
20691
|
}
|
|
20692
|
+
interface ShopifyInventoryItemCreateDeleted {
|
|
20693
|
+
readonly discriminator: 'shopify_inventory_item_create_deleted';
|
|
20694
|
+
readonly event_id: string;
|
|
20695
|
+
readonly timestamp: string;
|
|
20696
|
+
readonly organization: string;
|
|
20697
|
+
readonly id: string;
|
|
20698
|
+
}
|
|
20699
|
+
interface ShopifyInventoryItemCreateUpserted {
|
|
20700
|
+
readonly discriminator: 'shopify_inventory_item_create_upserted';
|
|
20701
|
+
readonly event_id: string;
|
|
20702
|
+
readonly timestamp: string;
|
|
20703
|
+
readonly organization: string;
|
|
20704
|
+
readonly shopify_inventory_item_create: io.flow.internal.v0.models.ShopifyInventoryItemCreateWebhookEvent;
|
|
20705
|
+
}
|
|
20706
|
+
interface ShopifyInventoryItemCreateWebhookEvent {
|
|
20707
|
+
readonly id: string;
|
|
20708
|
+
readonly inventory_item: io.flow.shopify.markets.v0.models.ShopifyInventoryItem;
|
|
20709
|
+
}
|
|
20710
|
+
interface ShopifyInventoryItemDeleteDeleted {
|
|
20711
|
+
readonly discriminator: 'shopify_inventory_item_delete_deleted';
|
|
20712
|
+
readonly event_id: string;
|
|
20713
|
+
readonly timestamp: string;
|
|
20714
|
+
readonly organization: string;
|
|
20715
|
+
readonly id: string;
|
|
20716
|
+
}
|
|
20717
|
+
interface ShopifyInventoryItemDeleteUpserted {
|
|
20718
|
+
readonly discriminator: 'shopify_inventory_item_delete_upserted';
|
|
20719
|
+
readonly event_id: string;
|
|
20720
|
+
readonly timestamp: string;
|
|
20721
|
+
readonly organization: string;
|
|
20722
|
+
readonly shopify_inventory_item_delete: io.flow.internal.v0.models.ShopifyInventoryItemDeleteWebhookEvent;
|
|
20723
|
+
}
|
|
20724
|
+
interface ShopifyInventoryItemDeleteWebhookEvent {
|
|
20725
|
+
readonly id: string;
|
|
20726
|
+
readonly inventory_item_delete: io.flow.shopify.external.v0.models.ShopifyInventoryItemDelete;
|
|
20727
|
+
}
|
|
20728
|
+
interface ShopifyInventoryItemUpdateDeleted {
|
|
20729
|
+
readonly discriminator: 'shopify_inventory_item_update_deleted';
|
|
20730
|
+
readonly event_id: string;
|
|
20731
|
+
readonly timestamp: string;
|
|
20732
|
+
readonly organization: string;
|
|
20733
|
+
readonly id: string;
|
|
20734
|
+
}
|
|
20735
|
+
interface ShopifyInventoryItemUpdateUpserted {
|
|
20736
|
+
readonly discriminator: 'shopify_inventory_item_update_upserted';
|
|
20737
|
+
readonly event_id: string;
|
|
20738
|
+
readonly timestamp: string;
|
|
20739
|
+
readonly organization: string;
|
|
20740
|
+
readonly shopify_inventory_item_update: io.flow.internal.v0.models.ShopifyInventoryItemUpdateWebhookEvent;
|
|
20741
|
+
}
|
|
20742
|
+
interface ShopifyInventoryItemUpdateWebhookEvent {
|
|
20743
|
+
readonly id: string;
|
|
20744
|
+
readonly inventory_item: io.flow.shopify.markets.v0.models.ShopifyInventoryItem;
|
|
20745
|
+
}
|
|
20767
20746
|
interface ShopifyMarketsBestSellingProduct {
|
|
20768
20747
|
readonly id: string;
|
|
20769
20748
|
}
|
|
@@ -21108,6 +21087,62 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21108
21087
|
readonly organization: string;
|
|
21109
21088
|
readonly shopify_product_bundle: io.flow.internal.v0.models.ShopifyProductBundle;
|
|
21110
21089
|
}
|
|
21090
|
+
interface ShopifyProductCreateDeleted {
|
|
21091
|
+
readonly discriminator: 'shopify_product_create_deleted';
|
|
21092
|
+
readonly event_id: string;
|
|
21093
|
+
readonly timestamp: string;
|
|
21094
|
+
readonly organization: string;
|
|
21095
|
+
readonly id: string;
|
|
21096
|
+
}
|
|
21097
|
+
interface ShopifyProductCreateUpserted {
|
|
21098
|
+
readonly discriminator: 'shopify_product_create_upserted';
|
|
21099
|
+
readonly event_id: string;
|
|
21100
|
+
readonly timestamp: string;
|
|
21101
|
+
readonly organization: string;
|
|
21102
|
+
readonly shopify_product_create: io.flow.internal.v0.models.ShopifyProductCreateWebhookEvent;
|
|
21103
|
+
}
|
|
21104
|
+
interface ShopifyProductCreateWebhookEvent {
|
|
21105
|
+
readonly id: string;
|
|
21106
|
+
readonly product: io.flow.shopify.external.v0.models.Product;
|
|
21107
|
+
}
|
|
21108
|
+
interface ShopifyProductDeleteDeleted {
|
|
21109
|
+
readonly discriminator: 'shopify_product_delete_deleted';
|
|
21110
|
+
readonly event_id: string;
|
|
21111
|
+
readonly timestamp: string;
|
|
21112
|
+
readonly organization: string;
|
|
21113
|
+
readonly id: string;
|
|
21114
|
+
}
|
|
21115
|
+
interface ShopifyProductDeleteUpserted {
|
|
21116
|
+
readonly discriminator: 'shopify_product_delete_upserted';
|
|
21117
|
+
readonly event_id: string;
|
|
21118
|
+
readonly timestamp: string;
|
|
21119
|
+
readonly organization: string;
|
|
21120
|
+
readonly shopify_product_delete: io.flow.internal.v0.models.ShopifyProductDeleteWebhookEvent;
|
|
21121
|
+
}
|
|
21122
|
+
interface ShopifyProductDeleteWebhookEvent {
|
|
21123
|
+
readonly id: string;
|
|
21124
|
+
readonly product_delete: io.flow.shopify.external.v0.models.ProductDelete;
|
|
21125
|
+
}
|
|
21126
|
+
interface ShopifyProductUpdateDeleted {
|
|
21127
|
+
readonly discriminator: 'shopify_product_update_deleted';
|
|
21128
|
+
readonly event_id: string;
|
|
21129
|
+
readonly timestamp: string;
|
|
21130
|
+
readonly organization: string;
|
|
21131
|
+
readonly id: string;
|
|
21132
|
+
}
|
|
21133
|
+
interface ShopifyProductUpdateUpserted {
|
|
21134
|
+
readonly discriminator: 'shopify_product_update_upserted';
|
|
21135
|
+
readonly event_id: string;
|
|
21136
|
+
readonly timestamp: string;
|
|
21137
|
+
readonly organization: string;
|
|
21138
|
+
readonly shopify_product_update: io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent;
|
|
21139
|
+
}
|
|
21140
|
+
interface ShopifyProductUpdateWebhookEvent {
|
|
21141
|
+
readonly id: string;
|
|
21142
|
+
readonly product: io.flow.shopify.external.v0.models.Product;
|
|
21143
|
+
readonly domain: string;
|
|
21144
|
+
readonly api_version: string;
|
|
21145
|
+
}
|
|
21111
21146
|
interface ShopifyProductWrapper {
|
|
21112
21147
|
readonly shopify_product: io.flow.shopify.external.v0.models.Product;
|
|
21113
21148
|
readonly deleted_at?: string;
|
|
@@ -21211,6 +21246,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21211
21246
|
readonly shopify_domain: string;
|
|
21212
21247
|
readonly shop_id: string;
|
|
21213
21248
|
}
|
|
21249
|
+
interface ShopifyStripeEvent {
|
|
21250
|
+
readonly id: string;
|
|
21251
|
+
readonly request?: any;
|
|
21252
|
+
}
|
|
21214
21253
|
interface ShopifyWebhook {
|
|
21215
21254
|
readonly id: string;
|
|
21216
21255
|
readonly shop_id: string;
|
|
@@ -21692,13 +21731,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21692
21731
|
readonly tariff_code: string;
|
|
21693
21732
|
readonly duties: Record<string, io.flow.internal.v0.models.Duties>;
|
|
21694
21733
|
}
|
|
21695
|
-
interface TariffCodesExport {
|
|
21696
|
-
readonly discriminator: 'tariff_codes_export';
|
|
21697
|
-
readonly event_id: string;
|
|
21698
|
-
readonly timestamp: string;
|
|
21699
|
-
readonly organization: string;
|
|
21700
|
-
readonly export_id: string;
|
|
21701
|
-
}
|
|
21702
21734
|
interface TariffEligibility {
|
|
21703
21735
|
readonly id: string;
|
|
21704
21736
|
readonly data: io.flow.internal.v0.unions.TariffEligibilityData;
|
|
@@ -21785,6 +21817,35 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21785
21817
|
readonly description?: string;
|
|
21786
21818
|
readonly category_code?: string;
|
|
21787
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
|
+
}
|
|
21837
|
+
interface TaxDutyDeltaTransaction {
|
|
21838
|
+
readonly discriminator: 'tax_duty_delta_transaction';
|
|
21839
|
+
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
21840
|
+
readonly id: string;
|
|
21841
|
+
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
21842
|
+
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
21843
|
+
readonly posted_at?: string;
|
|
21844
|
+
readonly value: io.flow.common.v0.models.Price;
|
|
21845
|
+
readonly description: string;
|
|
21846
|
+
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
21847
|
+
readonly created_at: string;
|
|
21848
|
+
}
|
|
21788
21849
|
interface TaxRemittanceTransaction {
|
|
21789
21850
|
readonly discriminator: 'tax_remittance_transaction';
|
|
21790
21851
|
readonly order: io.flow.internal.v0.models.BillingOrderSummary;
|
|
@@ -22434,7 +22495,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22434
22495
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
22435
22496
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
22436
22497
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
22437
|
-
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.AldoItemUpserted | io.flow.internal.v0.models.AldoItemDeleted | 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.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.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.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.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;
|
|
22438
22499
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
22439
22500
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
22440
22501
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -22456,11 +22517,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22456
22517
|
type InternalRefundForm = io.flow.internal.v0.models.AdyenRefundForm;
|
|
22457
22518
|
type InternalTransactionDetails = io.flow.internal.v0.models.InternalTransactionDetailsCard;
|
|
22458
22519
|
type LocalizableContent = io.flow.internal.v0.models.LocalizableContentReference | io.flow.internal.v0.models.Localization;
|
|
22459
|
-
type MarketingGatewayChannelDetails = io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails | io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails | io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails;
|
|
22460
|
-
type MarketingGatewayDistributionChannel = io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle | io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook;
|
|
22461
|
-
type MarketingGatewayFeedSource = io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle | io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook;
|
|
22462
|
-
type MarketingGatewayItem = io.flow.internal.v0.models.MarketingGatewayGoogleItem;
|
|
22463
|
-
type MarketingGatewaySourceSummary = io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary | io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary | io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary;
|
|
22464
22520
|
type OptinPromptDisplay = io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
22465
22521
|
type OrderActionForm = io.flow.internal.v0.models.WholeOrderActionForm | io.flow.internal.v0.models.LineActionForm | io.flow.internal.v0.models.FulfillmentActionForm;
|
|
22466
22522
|
type OrderCancellationEvidence = io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled | io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender;
|
|
@@ -22490,7 +22546,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
22490
22546
|
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata;
|
|
22491
22547
|
type TaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
22492
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;
|
|
22493
|
-
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;
|
|
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;
|
|
22494
22550
|
type TransactionSummary = io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary;
|
|
22495
22551
|
type ValidationRule = io.flow.internal.v0.models.ValidationCharacterLength;
|
|
22496
22552
|
}
|
|
@@ -22593,10 +22649,8 @@ export declare type AfterpayRefundDeleted = io.flow.internal.v0.models.AfterpayR
|
|
|
22593
22649
|
export declare type AfterpayRefundUpserted = io.flow.internal.v0.models.AfterpayRefundUpserted;
|
|
22594
22650
|
export declare type AftershipWebhook = io.flow.internal.v0.models.AftershipWebhook;
|
|
22595
22651
|
export declare type AldoItem = io.flow.internal.v0.models.AldoItem;
|
|
22596
|
-
export declare type AldoItemDeleted = io.flow.internal.v0.models.AldoItemDeleted;
|
|
22597
22652
|
export declare type AldoItemForm = io.flow.internal.v0.models.AldoItemForm;
|
|
22598
22653
|
export declare type AldoItemType = io.flow.internal.v0.enums.AldoItemType;
|
|
22599
|
-
export declare type AldoItemUpserted = io.flow.internal.v0.models.AldoItemUpserted;
|
|
22600
22654
|
export declare type AlertErrorSummary = io.flow.internal.v0.models.AlertErrorSummary;
|
|
22601
22655
|
export declare type AlertFailureSummary = io.flow.internal.v0.models.AlertFailureSummary;
|
|
22602
22656
|
export declare type AlertFailureSummaryDetail = io.flow.internal.v0.models.AlertFailureSummaryDetail;
|
|
@@ -22606,6 +22660,9 @@ export declare type AllItemsExport = io.flow.internal.v0.models.AllItemsExport;
|
|
|
22606
22660
|
export declare type AllOrganizationsMembership = io.flow.internal.v0.models.AllOrganizationsMembership;
|
|
22607
22661
|
export declare type AllocationItemReference = io.flow.internal.v0.models.AllocationItemReference;
|
|
22608
22662
|
export declare type AllowedLabels = io.flow.internal.v0.models.AllowedLabels;
|
|
22663
|
+
export declare type AnshItem = io.flow.internal.v0.models.AnshItem;
|
|
22664
|
+
export declare type AnshItemForm = io.flow.internal.v0.models.AnshItemForm;
|
|
22665
|
+
export declare type AnshItemType = io.flow.internal.v0.enums.AnshItemType;
|
|
22609
22666
|
export declare type AnyDangerousGoods = io.flow.internal.v0.enums.AnyDangerousGoods;
|
|
22610
22667
|
export declare type ApiCallReferenceId = io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
22611
22668
|
export declare type ApmContent = io.flow.internal.v0.models.ApmContent;
|
|
@@ -23142,9 +23199,6 @@ export declare type FeatureValueResult = io.flow.internal.v0.models.FeatureValue
|
|
|
23142
23199
|
export declare type Fedex = io.flow.internal.v0.models.Fedex;
|
|
23143
23200
|
export declare type FedexCrossborder = io.flow.internal.v0.models.FedexCrossborder;
|
|
23144
23201
|
export declare type Fee = io.flow.internal.v0.models.Fee;
|
|
23145
|
-
export declare type FeedDeleted = io.flow.internal.v0.models.FeedDeleted;
|
|
23146
|
-
export declare type FeedUpserted = io.flow.internal.v0.models.FeedUpserted;
|
|
23147
|
-
export declare type FeedsExport = io.flow.internal.v0.models.FeedsExport;
|
|
23148
23202
|
export declare type Fees = io.flow.internal.v0.models.Fees;
|
|
23149
23203
|
export declare type FeesSource = io.flow.internal.v0.enums.FeesSource;
|
|
23150
23204
|
export declare type FinalEstimate = io.flow.internal.v0.models.FinalEstimate;
|
|
@@ -23255,6 +23309,7 @@ export declare type FxRevenueRecognitionOrder = io.flow.internal.v0.models.FxRev
|
|
|
23255
23309
|
export declare type FxRevenueRecognitionOrganization = io.flow.internal.v0.models.FxRevenueRecognitionOrganization;
|
|
23256
23310
|
export declare type FxRevenueRecognitionRate = io.flow.internal.v0.models.FxRevenueRecognitionRate;
|
|
23257
23311
|
export declare type FxRevenueRecognitionSource = io.flow.internal.v0.models.FxRevenueRecognitionSource;
|
|
23312
|
+
export declare type GeRevenueShareTransaction = io.flow.internal.v0.models.GeRevenueShareTransaction;
|
|
23258
23313
|
export declare type GenerateLoad = io.flow.internal.v0.unions.GenerateLoad;
|
|
23259
23314
|
export declare type GenerateLoadMultipleOrgs = io.flow.internal.v0.models.GenerateLoadMultipleOrgs;
|
|
23260
23315
|
export declare type GenerateLoadSingleOrg = io.flow.internal.v0.models.GenerateLoadSingleOrg;
|
|
@@ -23278,8 +23333,6 @@ export declare type HarmonizationCodesImport = io.flow.internal.v0.models.Harmon
|
|
|
23278
23333
|
export declare type HarmonizationColumnSetting = io.flow.internal.v0.models.HarmonizationColumnSetting;
|
|
23279
23334
|
export declare type HarmonizationDecisionSource = io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
23280
23335
|
export declare type HarmonizationItemClassification = io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
23281
|
-
export declare type HarmonizationItemClassificationDeleted = io.flow.internal.v0.models.HarmonizationItemClassificationDeleted;
|
|
23282
|
-
export declare type HarmonizationItemClassificationUpserted = io.flow.internal.v0.models.HarmonizationItemClassificationUpserted;
|
|
23283
23336
|
export declare type HarmonizationItemSummary = io.flow.internal.v0.models.HarmonizationItemSummary;
|
|
23284
23337
|
export declare type HarmonizationMlModelSummary = io.flow.internal.v0.models.HarmonizationMlModelSummary;
|
|
23285
23338
|
export declare type HarmonizationPhraseSuggestionRequestImport = io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport;
|
|
@@ -23383,6 +23436,8 @@ export declare type LabelCreationJobSummary = io.flow.internal.v0.models.LabelCr
|
|
|
23383
23436
|
export declare type LabelCreationRequestForm = io.flow.internal.v0.models.LabelCreationRequestForm;
|
|
23384
23437
|
export declare type LabelCreationStatus = io.flow.internal.v0.enums.LabelCreationStatus;
|
|
23385
23438
|
export declare type LabelDestination = io.flow.internal.v0.models.LabelDestination;
|
|
23439
|
+
export declare type LabelEventMedium = io.flow.internal.v0.enums.LabelEventMedium;
|
|
23440
|
+
export declare type LabelEventSource = io.flow.internal.v0.enums.LabelEventSource;
|
|
23386
23441
|
export declare type LabelGenerationSettings = io.flow.internal.v0.models.LabelGenerationSettings;
|
|
23387
23442
|
export declare type LabelGenerationSettingsDeleted = io.flow.internal.v0.models.LabelGenerationSettingsDeleted;
|
|
23388
23443
|
export declare type LabelGenerationSettingsForm = io.flow.internal.v0.models.LabelGenerationSettingsForm;
|
|
@@ -23436,16 +23491,9 @@ export declare type LocalizedContent = io.flow.internal.v0.models.LocalizedConte
|
|
|
23436
23491
|
export declare type LocalizedContentElement = io.flow.internal.v0.models.LocalizedContentElement;
|
|
23437
23492
|
export declare type LocalizedContentForm = io.flow.internal.v0.models.LocalizedContentForm;
|
|
23438
23493
|
export declare type LocalizedContentUpserted = io.flow.internal.v0.models.LocalizedContentUpserted;
|
|
23439
|
-
export declare type LocalizedItemDeleted = io.flow.internal.v0.models.LocalizedItemDeleted;
|
|
23440
|
-
export declare type LocalizedItemDeletedV2 = io.flow.internal.v0.models.LocalizedItemDeletedV2;
|
|
23441
23494
|
export declare type LocalizedItemPricesExportRequest = io.flow.internal.v0.models.LocalizedItemPricesExportRequest;
|
|
23442
|
-
export declare type LocalizedItemSnapshot = io.flow.internal.v0.models.LocalizedItemSnapshot;
|
|
23443
|
-
export declare type LocalizedItemUpsertedV2 = io.flow.internal.v0.models.LocalizedItemUpsertedV2;
|
|
23444
23495
|
export declare type LocalizedItemsExportSettings = io.flow.internal.v0.models.LocalizedItemsExportSettings;
|
|
23445
|
-
export declare type LocalizedPriceBookItem = io.flow.internal.v0.models.LocalizedPriceBookItem;
|
|
23446
23496
|
export declare type LocalizedPriceBookItemData = io.flow.internal.v0.models.LocalizedPriceBookItemData;
|
|
23447
|
-
export declare type LocalizedPriceBookItemDeleted = io.flow.internal.v0.models.LocalizedPriceBookItemDeleted;
|
|
23448
|
-
export declare type LocalizedPriceBookItemUpserted = io.flow.internal.v0.models.LocalizedPriceBookItemUpserted;
|
|
23449
23497
|
export declare type Location = io.flow.internal.v0.models.Location;
|
|
23450
23498
|
export declare type LogisticsCapabilities = io.flow.internal.v0.models.LogisticsCapabilities;
|
|
23451
23499
|
export declare type LogisticsCapabilitiesDeleted = io.flow.internal.v0.models.LogisticsCapabilitiesDeleted;
|
|
@@ -23477,58 +23525,6 @@ export declare type ManualTransactionCategory = io.flow.internal.v0.enums.Manual
|
|
|
23477
23525
|
export declare type ManualTransactionForm = io.flow.internal.v0.models.ManualTransactionForm;
|
|
23478
23526
|
export declare type ManualTransactionFormOrder = io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
23479
23527
|
export declare type MarkedAsFinal = io.flow.internal.v0.models.MarkedAsFinal;
|
|
23480
|
-
export declare type MarketingGatewayAccountConnectionStatus = io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
|
|
23481
|
-
export declare type MarketingGatewayChannel = io.flow.internal.v0.models.MarketingGatewayChannel;
|
|
23482
|
-
export declare type MarketingGatewayChannelConnectionForm = io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm;
|
|
23483
|
-
export declare type MarketingGatewayChannelDetails = io.flow.internal.v0.unions.MarketingGatewayChannelDetails;
|
|
23484
|
-
export declare type MarketingGatewayChannelForm = io.flow.internal.v0.models.MarketingGatewayChannelForm;
|
|
23485
|
-
export declare type MarketingGatewayChannelIntegrationType = io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType;
|
|
23486
|
-
export declare type MarketingGatewayChannelSourceSummary = io.flow.internal.v0.models.MarketingGatewayChannelSourceSummary;
|
|
23487
|
-
export declare type MarketingGatewayChannelStatus = io.flow.internal.v0.enums.MarketingGatewayChannelStatus;
|
|
23488
|
-
export declare type MarketingGatewayDistributionChannel = io.flow.internal.v0.unions.MarketingGatewayDistributionChannel;
|
|
23489
|
-
export declare type MarketingGatewayDistributionChannelFacebook = io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook;
|
|
23490
|
-
export declare type MarketingGatewayDistributionChannelGoogle = io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle;
|
|
23491
|
-
export declare type MarketingGatewayError = io.flow.internal.v0.models.MarketingGatewayError;
|
|
23492
|
-
export declare type MarketingGatewayErrorCode = io.flow.internal.v0.enums.MarketingGatewayErrorCode;
|
|
23493
|
-
export declare type MarketingGatewayFacebookBusiness = io.flow.internal.v0.models.MarketingGatewayFacebookBusiness;
|
|
23494
|
-
export declare type MarketingGatewayFacebookBusinessSummary = io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary;
|
|
23495
|
-
export declare type MarketingGatewayFacebookCatalogForm = io.flow.internal.v0.models.MarketingGatewayFacebookCatalogForm;
|
|
23496
|
-
export declare type MarketingGatewayFacebookCatalogSummary = io.flow.internal.v0.models.MarketingGatewayFacebookCatalogSummary;
|
|
23497
|
-
export declare type MarketingGatewayFacebookChannelDetails = io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails;
|
|
23498
|
-
export declare type MarketingGatewayFacebookConnection = io.flow.internal.v0.models.MarketingGatewayFacebookConnection;
|
|
23499
|
-
export declare type MarketingGatewayFacebookConnectionAccessTokenSummary = io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary;
|
|
23500
|
-
export declare type MarketingGatewayFacebookConnectionDeauth = io.flow.internal.v0.models.MarketingGatewayFacebookConnectionDeauth;
|
|
23501
|
-
export declare type MarketingGatewayFacebookConnectionForm = io.flow.internal.v0.models.MarketingGatewayFacebookConnectionForm;
|
|
23502
|
-
export declare type MarketingGatewayFacebookSourceSummary = io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary;
|
|
23503
|
-
export declare type MarketingGatewayFacebookTokenStatus = io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus;
|
|
23504
|
-
export declare type MarketingGatewayFeed = io.flow.internal.v0.models.MarketingGatewayFeed;
|
|
23505
|
-
export declare type MarketingGatewayFeedDownloadFormat = io.flow.internal.v0.enums.MarketingGatewayFeedDownloadFormat;
|
|
23506
|
-
export declare type MarketingGatewayFeedExportForm = io.flow.internal.v0.models.MarketingGatewayFeedExportForm;
|
|
23507
|
-
export declare type MarketingGatewayFeedForm = io.flow.internal.v0.models.MarketingGatewayFeedForm;
|
|
23508
|
-
export declare type MarketingGatewayFeedFormRequest = io.flow.internal.v0.models.MarketingGatewayFeedFormRequest;
|
|
23509
|
-
export declare type MarketingGatewayFeedSource = io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
23510
|
-
export declare type MarketingGatewayFeedSourceFacebook = io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook;
|
|
23511
|
-
export declare type MarketingGatewayFeedSourceGoogle = io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle;
|
|
23512
|
-
export declare type MarketingGatewayFeedState = io.flow.internal.v0.enums.MarketingGatewayFeedState;
|
|
23513
|
-
export declare type MarketingGatewayFilterSummary = io.flow.internal.v0.models.MarketingGatewayFilterSummary;
|
|
23514
|
-
export declare type MarketingGatewayFlowSourceSummary = io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary;
|
|
23515
|
-
export declare type MarketingGatewayGoogleAccountForm = io.flow.internal.v0.models.MarketingGatewayGoogleAccountForm;
|
|
23516
|
-
export declare type MarketingGatewayGoogleAccountSummary = io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary;
|
|
23517
|
-
export declare type MarketingGatewayGoogleChannelDetails = io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails;
|
|
23518
|
-
export declare type MarketingGatewayGoogleConnection = io.flow.internal.v0.models.MarketingGatewayGoogleConnection;
|
|
23519
|
-
export declare type MarketingGatewayGoogleConnectionForm = io.flow.internal.v0.models.MarketingGatewayGoogleConnectionForm;
|
|
23520
|
-
export declare type MarketingGatewayGoogleItem = io.flow.internal.v0.models.MarketingGatewayGoogleItem;
|
|
23521
|
-
export declare type MarketingGatewayGoogleSourceSummary = io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary;
|
|
23522
|
-
export declare type MarketingGatewayItem = io.flow.internal.v0.unions.MarketingGatewayItem;
|
|
23523
|
-
export declare type MarketingGatewayLocalizedItem = io.flow.internal.v0.models.MarketingGatewayLocalizedItem;
|
|
23524
|
-
export declare type MarketingGatewayNewChannelRequestForm = io.flow.internal.v0.models.MarketingGatewayNewChannelRequestForm;
|
|
23525
|
-
export declare type MarketingGatewayPlatform = io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
23526
|
-
export declare type MarketingGatewayProductDatasourceSummary = io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary;
|
|
23527
|
-
export declare type MarketingGatewayProductStatus = io.flow.internal.v0.enums.MarketingGatewayProductStatus;
|
|
23528
|
-
export declare type MarketingGatewaySchemaCompatibility = io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
|
|
23529
|
-
export declare type MarketingGatewaySchemaSummary = io.flow.internal.v0.models.MarketingGatewaySchemaSummary;
|
|
23530
|
-
export declare type MarketingGatewaySourceSummary = io.flow.internal.v0.unions.MarketingGatewaySourceSummary;
|
|
23531
|
-
export declare type MarketingGatewaySupportedChannelDetails = io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails;
|
|
23532
23528
|
export declare type MarketsOrder = io.flow.internal.v0.models.MarketsOrder;
|
|
23533
23529
|
export declare type MarketsOrderSummary = io.flow.internal.v0.models.MarketsOrderSummary;
|
|
23534
23530
|
export declare type Merchant = io.flow.internal.v0.models.Merchant;
|
|
@@ -23560,6 +23556,7 @@ export declare type NoCalculatedTaxAmount = io.flow.internal.v0.models.NoCalcula
|
|
|
23560
23556
|
export declare type NoClassificationForm = io.flow.internal.v0.models.NoClassificationForm;
|
|
23561
23557
|
export declare type NoLiabilityReasonCode = io.flow.internal.v0.enums.NoLiabilityReasonCode;
|
|
23562
23558
|
export declare type NonChannelPaymentBankAccount = io.flow.internal.v0.models.NonChannelPaymentBankAccount;
|
|
23559
|
+
export declare type NonL4LTaxDutyFxTransaction = io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
|
|
23563
23560
|
export declare type Notification = io.flow.internal.v0.models.Notification;
|
|
23564
23561
|
export declare type OnboardingAuditMessage = io.flow.internal.v0.models.OnboardingAuditMessage;
|
|
23565
23562
|
export declare type OnboardingAuditMessageLevel = io.flow.internal.v0.enums.OnboardingAuditMessageLevel;
|
|
@@ -23751,6 +23748,8 @@ export declare type PaymentProcessorAccountUpserted = io.flow.internal.v0.models
|
|
|
23751
23748
|
export declare type PaymentProcessorMerchantDeleted = io.flow.internal.v0.models.PaymentProcessorMerchantDeleted;
|
|
23752
23749
|
export declare type PaymentProcessorMerchantUpserted = io.flow.internal.v0.models.PaymentProcessorMerchantUpserted;
|
|
23753
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;
|
|
23754
23753
|
export declare type PaymentSummary = io.flow.internal.v0.models.PaymentSummary;
|
|
23755
23754
|
export declare type PaymentSummaryDetails = io.flow.internal.v0.unions.PaymentSummaryDetails;
|
|
23756
23755
|
export declare type PaymentSummaryStatus = io.flow.internal.v0.enums.PaymentSummaryStatus;
|
|
@@ -24000,10 +23999,16 @@ export declare type RestrictionProductRequestForm = io.flow.internal.v0.models.R
|
|
|
24000
23999
|
export declare type RestrictionProductSummary = io.flow.internal.v0.models.RestrictionProductSummary;
|
|
24001
24000
|
export declare type RestrictionRule = io.flow.internal.v0.models.RestrictionRule;
|
|
24002
24001
|
export declare type RestrictionRuleDecisionForm = io.flow.internal.v0.models.RestrictionRuleDecisionForm;
|
|
24002
|
+
export declare type RestrictionRuleDeleted = io.flow.internal.v0.models.RestrictionRuleDeleted;
|
|
24003
|
+
export declare type RestrictionRuleEffect = io.flow.internal.v0.models.RestrictionRuleEffect;
|
|
24004
|
+
export declare type RestrictionRuleEffectDeleted = io.flow.internal.v0.models.RestrictionRuleEffectDeleted;
|
|
24005
|
+
export declare type RestrictionRuleEffectForm = io.flow.internal.v0.models.RestrictionRuleEffectForm;
|
|
24006
|
+
export declare type RestrictionRuleEffectUpserted = io.flow.internal.v0.models.RestrictionRuleEffectUpserted;
|
|
24003
24007
|
export declare type RestrictionRuleForm = io.flow.internal.v0.models.RestrictionRuleForm;
|
|
24004
24008
|
export declare type RestrictionRuleMetadata = io.flow.internal.v0.models.RestrictionRuleMetadata;
|
|
24005
24009
|
export declare type RestrictionRuleOverride = io.flow.internal.v0.models.RestrictionRuleOverride;
|
|
24006
24010
|
export declare type RestrictionRuleSummary = io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
24011
|
+
export declare type RestrictionRuleUpserted = io.flow.internal.v0.models.RestrictionRuleUpserted;
|
|
24007
24012
|
export declare type RestrictionStatus = io.flow.internal.v0.enums.RestrictionStatus;
|
|
24008
24013
|
export declare type RestrictionStatusMetadata = io.flow.internal.v0.models.RestrictionStatusMetadata;
|
|
24009
24014
|
export declare type RestrictionsDailyops = io.flow.internal.v0.models.RestrictionsDailyops;
|
|
@@ -24084,6 +24089,15 @@ export declare type ShopifyIncotermConfiguration = io.flow.internal.v0.enums.Sho
|
|
|
24084
24089
|
export declare type ShopifyIncotermIncludes = io.flow.internal.v0.models.ShopifyIncotermIncludes;
|
|
24085
24090
|
export declare type ShopifyIncotermSummaryErrorData = io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
|
|
24086
24091
|
export declare type ShopifyIncotermSummaryErrorPublished = io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished;
|
|
24092
|
+
export declare type ShopifyInventoryItemCreateDeleted = io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted;
|
|
24093
|
+
export declare type ShopifyInventoryItemCreateUpserted = io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted;
|
|
24094
|
+
export declare type ShopifyInventoryItemCreateWebhookEvent = io.flow.internal.v0.models.ShopifyInventoryItemCreateWebhookEvent;
|
|
24095
|
+
export declare type ShopifyInventoryItemDeleteDeleted = io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted;
|
|
24096
|
+
export declare type ShopifyInventoryItemDeleteUpserted = io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted;
|
|
24097
|
+
export declare type ShopifyInventoryItemDeleteWebhookEvent = io.flow.internal.v0.models.ShopifyInventoryItemDeleteWebhookEvent;
|
|
24098
|
+
export declare type ShopifyInventoryItemUpdateDeleted = io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted;
|
|
24099
|
+
export declare type ShopifyInventoryItemUpdateUpserted = io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted;
|
|
24100
|
+
export declare type ShopifyInventoryItemUpdateWebhookEvent = io.flow.internal.v0.models.ShopifyInventoryItemUpdateWebhookEvent;
|
|
24087
24101
|
export declare type ShopifyMarketsBestSellingProduct = io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct;
|
|
24088
24102
|
export declare type ShopifyMarketsBestSellingProductDeleted = io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted;
|
|
24089
24103
|
export declare type ShopifyMarketsBestSellingProductUpserted = io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted;
|
|
@@ -24151,6 +24165,15 @@ export declare type ShopifyProductBundle = io.flow.internal.v0.models.ShopifyPro
|
|
|
24151
24165
|
export declare type ShopifyProductBundleDeleted = io.flow.internal.v0.models.ShopifyProductBundleDeleted;
|
|
24152
24166
|
export declare type ShopifyProductBundleUnderlying = io.flow.internal.v0.models.ShopifyProductBundleUnderlying;
|
|
24153
24167
|
export declare type ShopifyProductBundleUpserted = io.flow.internal.v0.models.ShopifyProductBundleUpserted;
|
|
24168
|
+
export declare type ShopifyProductCreateDeleted = io.flow.internal.v0.models.ShopifyProductCreateDeleted;
|
|
24169
|
+
export declare type ShopifyProductCreateUpserted = io.flow.internal.v0.models.ShopifyProductCreateUpserted;
|
|
24170
|
+
export declare type ShopifyProductCreateWebhookEvent = io.flow.internal.v0.models.ShopifyProductCreateWebhookEvent;
|
|
24171
|
+
export declare type ShopifyProductDeleteDeleted = io.flow.internal.v0.models.ShopifyProductDeleteDeleted;
|
|
24172
|
+
export declare type ShopifyProductDeleteUpserted = io.flow.internal.v0.models.ShopifyProductDeleteUpserted;
|
|
24173
|
+
export declare type ShopifyProductDeleteWebhookEvent = io.flow.internal.v0.models.ShopifyProductDeleteWebhookEvent;
|
|
24174
|
+
export declare type ShopifyProductUpdateDeleted = io.flow.internal.v0.models.ShopifyProductUpdateDeleted;
|
|
24175
|
+
export declare type ShopifyProductUpdateUpserted = io.flow.internal.v0.models.ShopifyProductUpdateUpserted;
|
|
24176
|
+
export declare type ShopifyProductUpdateWebhookEvent = io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent;
|
|
24154
24177
|
export declare type ShopifyProductWrapper = io.flow.internal.v0.models.ShopifyProductWrapper;
|
|
24155
24178
|
export declare type ShopifyPromoForm = io.flow.internal.v0.models.ShopifyPromoForm;
|
|
24156
24179
|
export declare type ShopifyPromotion = io.flow.internal.v0.models.ShopifyPromotion;
|
|
@@ -24179,6 +24202,7 @@ export declare type ShopifyShopDeleted = io.flow.internal.v0.models.ShopifyShopD
|
|
|
24179
24202
|
export declare type ShopifyShopStatistics = io.flow.internal.v0.models.ShopifyShopStatistics;
|
|
24180
24203
|
export declare type ShopifyShopUpserted = io.flow.internal.v0.models.ShopifyShopUpserted;
|
|
24181
24204
|
export declare type ShopifyStoreDetail = io.flow.internal.v0.models.ShopifyStoreDetail;
|
|
24205
|
+
export declare type ShopifyStripeEvent = io.flow.internal.v0.models.ShopifyStripeEvent;
|
|
24182
24206
|
export declare type ShopifyWebhook = io.flow.internal.v0.models.ShopifyWebhook;
|
|
24183
24207
|
export declare type ShopifyWebhookEvent = io.flow.internal.v0.models.ShopifyWebhookEvent;
|
|
24184
24208
|
export declare type ShopifyWebhookForm = io.flow.internal.v0.models.ShopifyWebhookForm;
|
|
@@ -24259,7 +24283,6 @@ export declare type SubscriptionTransaction = io.flow.internal.v0.models.Subscri
|
|
|
24259
24283
|
export declare type SuggestionAction = io.flow.internal.v0.enums.SuggestionAction;
|
|
24260
24284
|
export declare type SupportedLabels = io.flow.internal.v0.models.SupportedLabels;
|
|
24261
24285
|
export declare type TariffCodeDuty = io.flow.internal.v0.models.TariffCodeDuty;
|
|
24262
|
-
export declare type TariffCodesExport = io.flow.internal.v0.models.TariffCodesExport;
|
|
24263
24286
|
export declare type TariffEligibility = io.flow.internal.v0.models.TariffEligibility;
|
|
24264
24287
|
export declare type TariffEligibilityData = io.flow.internal.v0.unions.TariffEligibilityData;
|
|
24265
24288
|
export declare type TariffEligibilityForm = io.flow.internal.v0.unions.TariffEligibilityForm;
|
|
@@ -24281,6 +24304,11 @@ export declare type TaxCalculationErrorCode = io.flow.internal.v0.enums.TaxCalcu
|
|
|
24281
24304
|
export declare type TaxCalculationForm = io.flow.internal.v0.models.TaxCalculationForm;
|
|
24282
24305
|
export declare type TaxCalculationLineItem = io.flow.internal.v0.models.TaxCalculationLineItem;
|
|
24283
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;
|
|
24311
|
+
export declare type TaxDutyDeltaTransaction = io.flow.internal.v0.models.TaxDutyDeltaTransaction;
|
|
24284
24312
|
export declare type TaxParty = io.flow.internal.v0.enums.TaxParty;
|
|
24285
24313
|
export declare type TaxRemittanceTransaction = io.flow.internal.v0.models.TaxRemittanceTransaction;
|
|
24286
24314
|
export declare type TaxRemittanceTransactionDeleted = io.flow.internal.v0.models.TaxRemittanceTransactionDeleted;
|