@flowio/types 11.24.135 → 11.24.137
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 +487 -87
- package/dist/api.d.ts +131 -32
- package/package.json +1 -1
- package/src/api-internal.ts +634 -117
- package/src/api.ts +165 -31
package/dist/api-internal.d.ts
CHANGED
|
@@ -3857,6 +3857,7 @@ declare namespace io.flow.label.v0.enums {
|
|
|
3857
3857
|
type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
|
|
3858
3858
|
type PackageDimensionsSource = 'provided' | 'item_dimensions_estimated' | 'dimensions_estimated' | 'default_item_dimensions_estimated';
|
|
3859
3859
|
type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
|
|
3860
|
+
type ShippingCostGuarantee = 'guaranteed' | 'non_guaranteed';
|
|
3860
3861
|
type ShippingLabelErrorCode = 'generic_error' | 'cancelled_order' | 'carrier_outage' | 'catalog_issue' | 'invalid_destination' | 'invalid_origin' | 'invalid_shipping_parameters' | 'merchant_error' | 'order_not_found' | 'order_processing' | 'restricted_item' | 'unsupported_lane';
|
|
3861
3862
|
type TrackingNumberType = 'flow' | 'carrier';
|
|
3862
3863
|
}
|
|
@@ -3977,6 +3978,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
3977
3978
|
readonly created_at?: string;
|
|
3978
3979
|
readonly updated_at?: string;
|
|
3979
3980
|
readonly direction?: io.flow.label.v0.enums.Direction;
|
|
3981
|
+
readonly shipping_cost_guarantee?: io.flow.label.v0.enums.ShippingCostGuarantee;
|
|
3980
3982
|
}
|
|
3981
3983
|
interface ShippingLabelDocument {
|
|
3982
3984
|
readonly zpl?: string;
|
|
@@ -4878,7 +4880,6 @@ declare namespace io.flow.shopify.markets.internal.v0.enums {
|
|
|
4878
4880
|
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';
|
|
4879
4881
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
4880
4882
|
type ShopifyMarketsTradeSector = 'apparel_and_accessories' | 'beauty_and_cosmetics' | 'electronics' | 'food_or_perishables' | 'jewellery_and_watches' | 'paper_and_art' | 'sports_and_fitness' | 'toys_hobbies_gifts' | 'other';
|
|
4881
|
-
type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
|
|
4882
4883
|
}
|
|
4883
4884
|
declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
4884
4885
|
interface BulkDutyUpdateValidationError {
|
|
@@ -4947,7 +4948,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
4947
4948
|
readonly organization_id: string;
|
|
4948
4949
|
readonly shopify_order_id: string;
|
|
4949
4950
|
readonly order_number: string;
|
|
4950
|
-
readonly tax_and_duty_inclusivity_setting: io.flow.
|
|
4951
|
+
readonly tax_and_duty_inclusivity_setting: io.flow.experience.v0.enums.TaxAndDutyInclusivitySetting;
|
|
4951
4952
|
}
|
|
4952
4953
|
interface OrderValidationError {
|
|
4953
4954
|
readonly message: string;
|
|
@@ -5037,6 +5038,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
5037
5038
|
readonly access_token_masked?: string;
|
|
5038
5039
|
readonly shopify_plan_name?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
|
|
5039
5040
|
readonly catalog_publication_owner?: io.flow.channel.shopify.internal.v0.enums.CatalogPublicationOwner;
|
|
5041
|
+
readonly fast_sellability_completed_at?: string;
|
|
5040
5042
|
}
|
|
5041
5043
|
interface ShopifyMarketsShopForm {
|
|
5042
5044
|
readonly shop: string;
|
|
@@ -5139,6 +5141,7 @@ declare namespace io.flow.consumer.invoice.v0.enums {
|
|
|
5139
5141
|
type ConsumerInvoiceCustomerType = 'business_eu_verified' | 'business_non_verified' | 'individual';
|
|
5140
5142
|
type ConsumerInvoiceDocumentType = 'pdf';
|
|
5141
5143
|
type ConsumerInvoiceStatus = 'pending' | 'available' | 'invalid';
|
|
5144
|
+
type FeeInvoiceType = 'mor_invoice' | 'label_invoice' | 'mor_credit_memo' | 'label_credit_memo';
|
|
5142
5145
|
type TaxJurisdictionType = 'country' | 'province';
|
|
5143
5146
|
type TaxType = 'vat' | 'gst' | 'hst' | 'pst' | 'qst' | 'sales_tax';
|
|
5144
5147
|
}
|
|
@@ -5326,6 +5329,20 @@ declare namespace io.flow.consumer.invoice.v0.models {
|
|
|
5326
5329
|
readonly lines: io.flow.consumer.invoice.v0.unions.ConsumerInvoiceLineForm[];
|
|
5327
5330
|
readonly attributes?: Record<string, string>;
|
|
5328
5331
|
}
|
|
5332
|
+
interface FeeInvoice {
|
|
5333
|
+
readonly id: string;
|
|
5334
|
+
readonly number: string;
|
|
5335
|
+
readonly invoice_type: io.flow.consumer.invoice.v0.enums.FeeInvoiceType;
|
|
5336
|
+
readonly buyer: io.flow.common.v0.models.MerchantOfRecordEntity;
|
|
5337
|
+
readonly seller: io.flow.common.v0.models.MerchantOfRecordEntity;
|
|
5338
|
+
readonly date: string;
|
|
5339
|
+
readonly b2b_tax_transaction_id: string;
|
|
5340
|
+
readonly order_number: string;
|
|
5341
|
+
readonly tax: io.flow.common.v0.models.Money;
|
|
5342
|
+
readonly tax_lines?: io.flow.consumer.invoice.v0.models.InvoiceTaxLine[];
|
|
5343
|
+
readonly lines: io.flow.consumer.invoice.v0.unions.ConsumerInvoiceLine[];
|
|
5344
|
+
readonly documents: io.flow.consumer.invoice.v0.models.ConsumerInvoiceDocument[];
|
|
5345
|
+
}
|
|
5329
5346
|
interface InvoiceExport {
|
|
5330
5347
|
readonly id: string;
|
|
5331
5348
|
}
|
|
@@ -5813,6 +5830,9 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5813
5830
|
interface Count {
|
|
5814
5831
|
readonly count: number;
|
|
5815
5832
|
}
|
|
5833
|
+
interface GraphqlInferredProductCategory {
|
|
5834
|
+
readonly category?: io.flow.shopify.external.v0.models.GraphqlTaxonomyCategory;
|
|
5835
|
+
}
|
|
5816
5836
|
interface GraphqlInventoryItem {
|
|
5817
5837
|
readonly id: string;
|
|
5818
5838
|
readonly tracked: boolean;
|
|
@@ -5863,6 +5883,7 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5863
5883
|
readonly updatedAt: string;
|
|
5864
5884
|
readonly hasVariantsThatRequiresComponents?: boolean;
|
|
5865
5885
|
readonly category?: io.flow.shopify.external.v0.models.GraphqlTaxonomyCategory;
|
|
5886
|
+
readonly inferredProductCategory?: io.flow.shopify.external.v0.models.GraphqlInferredProductCategory;
|
|
5866
5887
|
readonly metafields?: io.flow.shopify.external.v0.models.GraphqlMetafield[];
|
|
5867
5888
|
}
|
|
5868
5889
|
interface GraphqlProductImage {
|
|
@@ -7427,7 +7448,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
7427
7448
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
7428
7449
|
type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
|
|
7429
7450
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
7430
|
-
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing';
|
|
7451
|
+
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing' | 'organization_deactivated';
|
|
7431
7452
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
7432
7453
|
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
|
|
7433
7454
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
@@ -7517,6 +7538,13 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
7517
7538
|
interface ChannelOrganizationTokenBody {
|
|
7518
7539
|
readonly cleartext: string;
|
|
7519
7540
|
}
|
|
7541
|
+
interface ChannelShopStatistics {
|
|
7542
|
+
readonly id: string;
|
|
7543
|
+
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
7544
|
+
readonly initial_catalog_synced_at?: string;
|
|
7545
|
+
readonly catalog_sync_duration?: number;
|
|
7546
|
+
readonly catalog_products_count?: number;
|
|
7547
|
+
}
|
|
7520
7548
|
interface FlowChannelOrganization {
|
|
7521
7549
|
readonly placeholder?: string;
|
|
7522
7550
|
}
|
|
@@ -7757,7 +7785,7 @@ declare namespace io.flow.common.v0.models {
|
|
|
7757
7785
|
}
|
|
7758
7786
|
interface DiscountForm {
|
|
7759
7787
|
readonly offer: io.flow.common.v0.unions.DiscountOffer;
|
|
7760
|
-
readonly target
|
|
7788
|
+
readonly target?: io.flow.common.v0.enums.DiscountTarget;
|
|
7761
7789
|
readonly label?: string;
|
|
7762
7790
|
}
|
|
7763
7791
|
interface DiscountOfferFixed {
|
|
@@ -7927,7 +7955,7 @@ declare namespace io.flow.common.v0.models {
|
|
|
7927
7955
|
readonly parent?: io.flow.common.v0.models.OrganizationReference;
|
|
7928
7956
|
readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
|
|
7929
7957
|
readonly created_at?: string;
|
|
7930
|
-
readonly status
|
|
7958
|
+
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
7931
7959
|
readonly type?: io.flow.common.v0.enums.OrganizationType;
|
|
7932
7960
|
}
|
|
7933
7961
|
interface OrganizationDefaults {
|
|
@@ -8305,6 +8333,7 @@ declare namespace io.flow.experience.v0.enums {
|
|
|
8305
8333
|
type PriceFacetBoundary = 'min' | 'max';
|
|
8306
8334
|
type PricingType = 'inclusive_pricing';
|
|
8307
8335
|
type PromotionTriggerType = 'automatic' | 'order_subtotal';
|
|
8336
|
+
type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
|
|
8308
8337
|
}
|
|
8309
8338
|
declare namespace io.flow.experience.v0.models {
|
|
8310
8339
|
interface AddressConfiguration {
|
|
@@ -9468,6 +9497,7 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
9468
9497
|
readonly rate_level_key?: string;
|
|
9469
9498
|
readonly direction: io.flow.label.v0.enums.Direction;
|
|
9470
9499
|
readonly effective_at: string;
|
|
9500
|
+
readonly effective_until?: string;
|
|
9471
9501
|
readonly origination_zones: io.flow.common.v0.models.Zone[];
|
|
9472
9502
|
readonly service: io.flow.ratecard.v0.models.RatecardServiceSummary;
|
|
9473
9503
|
readonly published_at?: string;
|
|
@@ -9485,6 +9515,9 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
9485
9515
|
readonly glbeRatecardMetadataLaneIdentifier?: string;
|
|
9486
9516
|
readonly pickupCenter?: string;
|
|
9487
9517
|
}
|
|
9518
|
+
interface RatecardEffectiveUntilForm {
|
|
9519
|
+
readonly effective_until?: string;
|
|
9520
|
+
}
|
|
9488
9521
|
interface RatecardEstimateForm {
|
|
9489
9522
|
readonly origin_address: io.flow.common.v0.models.Address;
|
|
9490
9523
|
readonly destination_address: io.flow.common.v0.models.Address;
|
|
@@ -9502,12 +9535,6 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
9502
9535
|
readonly duties_owed?: io.flow.common.v0.models.Money;
|
|
9503
9536
|
readonly commercial_invoice_mode?: io.flow.label.v0.enums.CommercialInvoiceMode;
|
|
9504
9537
|
}
|
|
9505
|
-
interface RatecardEstimateSummaryForm {
|
|
9506
|
-
readonly origin?: string;
|
|
9507
|
-
readonly destination?: string;
|
|
9508
|
-
readonly service?: string;
|
|
9509
|
-
readonly center_key?: string;
|
|
9510
|
-
}
|
|
9511
9538
|
interface RatecardEstimateV1 {
|
|
9512
9539
|
readonly discriminator: 'ratecard_estimate_v1';
|
|
9513
9540
|
readonly service: io.flow.ratecard.v0.models.RatecardServiceSummary;
|
|
@@ -9713,6 +9740,7 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
9713
9740
|
readonly weight_break?: number;
|
|
9714
9741
|
}
|
|
9715
9742
|
interface ShippingRateEstimateRequest {
|
|
9743
|
+
readonly carrier_id: string;
|
|
9716
9744
|
readonly origin_address: io.flow.common.v0.models.Address;
|
|
9717
9745
|
readonly destination_address: io.flow.common.v0.models.Address;
|
|
9718
9746
|
readonly package_dimensions: io.flow.common.v0.models.Dimension;
|
|
@@ -10314,6 +10342,7 @@ declare namespace io.flow.product.v0.models {
|
|
|
10314
10342
|
readonly organization_id: string;
|
|
10315
10343
|
readonly number: string;
|
|
10316
10344
|
readonly taxonomy_category?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
10345
|
+
readonly inferred_taxonomy_category?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
10317
10346
|
readonly taxonomy_data?: io.flow.product.v0.models.ProductTaxonomyData[];
|
|
10318
10347
|
readonly item_numbers: string[];
|
|
10319
10348
|
readonly highest_value_item_number?: string;
|
|
@@ -11229,7 +11258,7 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
11229
11258
|
type StatementAttachmentType = 'csv' | 'pdf';
|
|
11230
11259
|
type StatementStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
11231
11260
|
type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'us_inbound_tax_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min' | 'order_cancellation_without_capture';
|
|
11232
|
-
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' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax';
|
|
11261
|
+
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' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label';
|
|
11233
11262
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups' | 'fedex';
|
|
11234
11263
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
11235
11264
|
}
|
|
@@ -11511,6 +11540,11 @@ declare namespace io.flow.billing.v0.models {
|
|
|
11511
11540
|
interface TransactionMetadataFailedPayoutReference {
|
|
11512
11541
|
readonly id: string;
|
|
11513
11542
|
}
|
|
11543
|
+
interface TransactionMetadataFlatRateLabel {
|
|
11544
|
+
readonly discriminator: 'flat_rate_label';
|
|
11545
|
+
readonly flat_rate?: number;
|
|
11546
|
+
readonly coefficient?: number;
|
|
11547
|
+
}
|
|
11514
11548
|
interface TransactionMetadataManual {
|
|
11515
11549
|
readonly discriminator: 'manual';
|
|
11516
11550
|
readonly description: string;
|
|
@@ -11652,7 +11686,7 @@ declare namespace io.flow.billing.v0.unions {
|
|
|
11652
11686
|
type BankAccountForm = io.flow.billing.v0.models.BankAccountFormInfo | io.flow.billing.v0.models.BankAccountFormSimple;
|
|
11653
11687
|
type PayoutStatus = io.flow.billing.v0.models.PayoutStatusScheduled | io.flow.billing.v0.models.PayoutStatusSent | io.flow.billing.v0.models.PayoutStatusFailed;
|
|
11654
11688
|
type Settlement = io.flow.billing.v0.models.SettlementNoPayout | io.flow.billing.v0.models.SettlementPayout;
|
|
11655
|
-
type TransactionMetadata = io.flow.billing.v0.models.TransactionMetadataShippingLabel | io.flow.billing.v0.models.TransactionMetadataChannel | io.flow.billing.v0.models.TransactionMetadataTrueup | io.flow.billing.v0.models.TransactionMetadataTrueupBase | io.flow.billing.v0.models.TransactionMetadataTrueupSurcharge | io.flow.billing.v0.models.TransactionMetadataCarrierCharge | io.flow.billing.v0.models.TransactionMetadataManual | io.flow.billing.v0.models.TransactionMetadataFailedPayout | io.flow.billing.v0.models.TransactionMetadataPaymentTransaction | io.flow.billing.v0.models.TransactionMetadataTaxDuty | io.flow.billing.v0.models.TransactionMetadataMerchantFee;
|
|
11689
|
+
type TransactionMetadata = io.flow.billing.v0.models.TransactionMetadataShippingLabel | io.flow.billing.v0.models.TransactionMetadataChannel | io.flow.billing.v0.models.TransactionMetadataTrueup | io.flow.billing.v0.models.TransactionMetadataTrueupBase | io.flow.billing.v0.models.TransactionMetadataTrueupSurcharge | io.flow.billing.v0.models.TransactionMetadataCarrierCharge | io.flow.billing.v0.models.TransactionMetadataManual | io.flow.billing.v0.models.TransactionMetadataFailedPayout | io.flow.billing.v0.models.TransactionMetadataPaymentTransaction | io.flow.billing.v0.models.TransactionMetadataTaxDuty | io.flow.billing.v0.models.TransactionMetadataMerchantFee | io.flow.billing.v0.models.TransactionMetadataFlatRateLabel;
|
|
11656
11690
|
}
|
|
11657
11691
|
declare namespace io.flow.harmonization.v0.enums {
|
|
11658
11692
|
type TaxApplicability = 'none' | 'all';
|
|
@@ -11881,7 +11915,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
11881
11915
|
}
|
|
11882
11916
|
declare namespace io.flow.merchant.of.record.v0.enums {
|
|
11883
11917
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
11884
|
-
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-gbr' | 'ge-irl';
|
|
11918
|
+
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa' | 'ge-can' | 'ge-can-ship' | 'ge-gbr' | 'ge-irl';
|
|
11885
11919
|
}
|
|
11886
11920
|
declare namespace io.flow.organization.onboarding.state.v0.enums {
|
|
11887
11921
|
type MerchantDisabledReason = 'merchant_deactivated' | 'merchant_rejected';
|
|
@@ -12263,6 +12297,17 @@ declare namespace io.flow.billing.bank.account.v0.models {
|
|
|
12263
12297
|
}
|
|
12264
12298
|
interface BankAccountInfoKor {
|
|
12265
12299
|
readonly discriminator: 'kor';
|
|
12300
|
+
readonly name?: string;
|
|
12301
|
+
readonly address?: io.flow.common.v0.models.Address;
|
|
12302
|
+
readonly phone?: string;
|
|
12303
|
+
readonly email?: string;
|
|
12304
|
+
readonly bank_account_number: string;
|
|
12305
|
+
readonly bank_routing_number?: string;
|
|
12306
|
+
readonly bank_name?: string;
|
|
12307
|
+
readonly bank_address?: io.flow.common.v0.models.Address;
|
|
12308
|
+
}
|
|
12309
|
+
interface BankAccountInfoKorV2 {
|
|
12310
|
+
readonly discriminator: 'kor_v2';
|
|
12266
12311
|
readonly name: string;
|
|
12267
12312
|
readonly bank_account_number: string;
|
|
12268
12313
|
readonly bank_routing_number: string;
|
|
@@ -12275,23 +12320,25 @@ declare namespace io.flow.billing.bank.account.v0.models {
|
|
|
12275
12320
|
}
|
|
12276
12321
|
}
|
|
12277
12322
|
declare namespace io.flow.billing.bank.account.v0.unions {
|
|
12278
|
-
type BankAccountInfo = io.flow.billing.bank.account.v0.models.BankAccountInfoUsa | io.flow.billing.bank.account.v0.models.BankAccountInfoCan | io.flow.billing.bank.account.v0.models.BankAccountInfoGbr | io.flow.billing.bank.account.v0.models.BankAccountInfoFra | io.flow.billing.bank.account.v0.models.BankAccountInfoIta | io.flow.billing.bank.account.v0.models.BankAccountInfoKor;
|
|
12323
|
+
type BankAccountInfo = io.flow.billing.bank.account.v0.models.BankAccountInfoUsa | io.flow.billing.bank.account.v0.models.BankAccountInfoCan | io.flow.billing.bank.account.v0.models.BankAccountInfoGbr | io.flow.billing.bank.account.v0.models.BankAccountInfoFra | io.flow.billing.bank.account.v0.models.BankAccountInfoIta | io.flow.billing.bank.account.v0.models.BankAccountInfoKor | io.flow.billing.bank.account.v0.models.BankAccountInfoKorV2;
|
|
12279
12324
|
}
|
|
12280
12325
|
declare namespace io.flow.internal.v0.enums {
|
|
12281
|
-
type AccountCurrencyFilter = 'GBP' | 'CAD' | 'USD';
|
|
12326
|
+
type AccountCurrencyFilter = 'GBP' | 'CAD' | 'USD' | 'KRW';
|
|
12282
12327
|
type AccountPaymentHoldReason = 'fraudulent' | 'frozen' | 'invalid_bank_account';
|
|
12283
12328
|
type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
|
|
12284
12329
|
type AccountType = 'channel' | 'organization';
|
|
12330
|
+
type AdaptiveShippingOrderGuaranteeState = 'confirmed' | 'voided';
|
|
12285
12331
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
12286
12332
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
12287
12333
|
type AmruthaItemType = 'physical' | 'digital';
|
|
12288
12334
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
12289
12335
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
12290
12336
|
type ApplicablePreferentialRate = 'baby' | 'children';
|
|
12337
|
+
type AthenaDailyopsIntentLevel = 'low_intent' | 'high_intent';
|
|
12291
12338
|
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95' | 'prr-36e1603f56e54eb889792637c29eed40' | 'prr-7ead2cc4bf2840a3a9b50d222eb0ed7e' | 'prr-ec2f3d608b7e43a49de88ac40e6b50a8' | 'prr-04ed078c39ca4447b171f767d71a481d' | 'prr-bb664a76d6d64a17843e720e6ccd401a' | 'prr-8ce63afcd48641eb9d44e04117348a96' | 'prr-76544617791b4ce8af96b3a7879474c6' | 'prr-566cc67167944bc4bd08167aa9c0beba' | 'prr-74e1320efb7741cf9ace400b69800f9b';
|
|
12292
12339
|
type B2BFeeMorTaxTriggerType = 'capture' | 'order';
|
|
12293
12340
|
type B2BFeeShippingTaxTriggerType = 'label' | 'trueup';
|
|
12294
|
-
type B2BTaxLedgerDocumentType = 'b2b_invoice' | 'b2b_credit_memo';
|
|
12341
|
+
type B2BTaxLedgerDocumentType = 'b2b_invoice' | 'b2b_credit_memo' | 'mor_invoice' | 'mor_credit_memo' | 'label_invoice' | 'label_credit_memo';
|
|
12295
12342
|
type B2BTaxRateType = 'basic' | 'preferential' | 'exempt';
|
|
12296
12343
|
type BankAccountStatus = 'on_hold' | 'not_on_hold';
|
|
12297
12344
|
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
@@ -12300,7 +12347,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12300
12347
|
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' | 'ge_revenue_share_standard_transactions_count' | 'ge_revenue_share_standard_transactions_total' | 'ge_revenue_share_standard_transactions_percentage' | 'ge_revenue_share_shopify_plus_transactions_count' | 'ge_revenue_share_shopify_plus_transactions_total' | 'ge_revenue_share_shopify_plus_transactions_percentage' | 'non_l4l_tax_duty_fx_transactions_count' | 'non_l4l_tax_duty_fx_transactions_total' | 'non_l4l_tax_duty_fx_transactions_percentage' | 'sp_adjustment_transactions_count' | 'sp_adjustment_transactions_total' | 'sp_billable_label_transactions_count' | 'sp_billable_label_transactions_count_for_unique_orders' | 'sp_billable_label_transactions_total' | 'capture_transactions_standard_count' | 'capture_transactions_standard_total' | 'capture_transactions_shopify_plus_count' | 'capture_transactions_shopify_plus_total' | 'sp_capture_transactions_count' | 'sp_capture_transactions_total' | 'sp_carrier_charge_transactions_count' | 'sp_carrier_charge_transactions_total' | 'sp_channel_transactions_count' | 'sp_channel_transactions_total' | 'sp_duty_transactions_count' | 'sp_duty_transactions_total' | 'sp_manual_transactions_count' | 'sp_manual_transactions_total' | 'sp_refund_transactions_count' | 'sp_refund_transactions_total' | 'sp_reversal_transactions_count' | 'sp_reversal_transactions_total' | 'sp_revenue_share_label_transactions_count' | 'sp_revenue_share_label_transactions_count_for_unique_orders' | 'sp_revenue_share_label_transactions_total' | 'sp_tax_transactions_count' | 'sp_tax_transactions_total' | 'sp_transfer_transactions_count' | 'sp_transfer_transactions_total' | 'sp_trueup_transactions_count' | 'sp_trueup_transactions_total';
|
|
12301
12348
|
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';
|
|
12302
12349
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
12303
|
-
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' | 'merchant_fee' | 'merchant_payout' | 'merchant_refund' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax';
|
|
12350
|
+
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' | 'merchant_fee' | 'merchant_payout' | 'merchant_refund' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label';
|
|
12304
12351
|
type BojanaItemType = 'physical' | 'digital';
|
|
12305
12352
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
12306
12353
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
@@ -12315,7 +12362,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12315
12362
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
12316
12363
|
type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
|
|
12317
12364
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
12318
|
-
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing';
|
|
12365
|
+
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_allocation_duties_mismatch' | 'order_missing' | 'organization_deactivated';
|
|
12319
12366
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
12320
12367
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
12321
12368
|
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
|
|
@@ -12372,7 +12419,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12372
12419
|
type EmptyAttribute = 'irrelevant';
|
|
12373
12420
|
type ErpFileType = 'vendor';
|
|
12374
12421
|
type EvaluationCheckResult = 'pass' | 'fail';
|
|
12375
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | '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' | 'shipping_cost_upserted' | 'shipping_cost_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'preonboarding_sellability_result_inserted' | 'preonboarding_sellability_result_updated' | 'preonboarding_sellability_result_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'product_sellability_result_inserted' | 'product_sellability_result_updated' | 'product_sellability_result_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_test_order_upserted' | 'shopify_test_order_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_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';
|
|
12422
|
+
type EventType = 'adaptive_shipping_rate_upserted' | 'adaptive_shipping_rate_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' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | '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' | 'channel_shop_statistics_upserted' | 'channel_shop_statistics_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | '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' | 'shipping_cost_upserted' | 'shipping_cost_deleted' | 'mor_cost_upserted' | 'mor_cost_deleted' | 'flat_rate_label_reversal_upserted' | 'flat_rate_label_reversal_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'adaptive_shipping_order_guarantee_upserted' | 'adaptive_shipping_order_guarantee_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'preonboarding_sellability_result_inserted' | 'preonboarding_sellability_result_updated' | 'preonboarding_sellability_result_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'product_sellability_result_inserted' | 'product_sellability_result_updated' | 'product_sellability_result_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restrictions_athena_dailyops_pc_pv_upserted' | 'restrictions_athena_dailyops_pc_pv_deleted' | 'restrictions_athena_dailyops_fs_upserted' | 'restrictions_athena_dailyops_fs_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'preonboarding_merchant_upserted' | 'preonboarding_merchant_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_test_order_upserted' | 'shopify_test_order_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'b2b_tax_transaction_upserted' | 'b2b_tax_transaction_deleted' | 'gabriel_item_upserted' | 'gabriel_item_deleted' | 'chenglin_item_upserted' | 'chenglin_item_deleted' | 'bojana_item_upserted' | 'bojana_item_deleted' | 'raveena_item_upserted' | 'raveena_item_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_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';
|
|
12376
12423
|
type ExperienceImportType = 'experience_with_settings';
|
|
12377
12424
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
12378
12425
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -12382,6 +12429,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12382
12429
|
type FeatureType = 'boolean' | 'decimal' | 'string';
|
|
12383
12430
|
type FeesSource = 'settings' | 'authorization_bundle';
|
|
12384
12431
|
type FileType = 'pdf';
|
|
12432
|
+
type FlatRateLabelTransactionType = 'adjustment' | 'reversal' | 'fee';
|
|
12385
12433
|
type FraudProvider = 'flow' | 'forter' | 'paypal' | 'riskified' | 'rps' | 'other' | 'none';
|
|
12386
12434
|
type FraudProviderStatus = 'active' | 'archived';
|
|
12387
12435
|
type FraudReviewResponsibleParty = 'flow' | 'organization';
|
|
@@ -12402,7 +12450,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12402
12450
|
type JournalOperation = 'insert' | 'update' | 'delete';
|
|
12403
12451
|
type KeywordType = 'positive' | 'negative';
|
|
12404
12452
|
type LabelBillingStrategy = 'quote' | 'carrier';
|
|
12405
|
-
type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
|
|
12406
12453
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
12407
12454
|
type LabelEventMedium = 'webhook' | 'pull' | 'post';
|
|
12408
12455
|
type LabelEventSource = 'aftership' | 'carrier' | 'flow';
|
|
@@ -12415,6 +12462,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12415
12462
|
type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
|
|
12416
12463
|
type LogisticsCapability = 'logistics_address_correction';
|
|
12417
12464
|
type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
|
|
12465
|
+
type MaheshItemType = 'physical' | 'digital';
|
|
12466
|
+
type MailClass = 'standard' | 'express';
|
|
12418
12467
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
12419
12468
|
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' | 'v1_migration_neg_balance_settlement';
|
|
12420
12469
|
type MerchantFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
|
|
@@ -12468,6 +12517,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12468
12517
|
type ProductStatus = 'active' | 'archived' | 'draft' | 'unlisted';
|
|
12469
12518
|
type RateLevelKey = 'shopify_small_usa' | 'shopify_medium_usa' | 'shopify_enterprise_usa' | 'shopify_small_sdc_usa';
|
|
12470
12519
|
type RateSource = 'calculated' | 'market';
|
|
12520
|
+
type RaveenaItemType = 'physical' | 'digital';
|
|
12471
12521
|
type RedirectReason = 'three_d_secure';
|
|
12472
12522
|
type RejectionReason = 'merchant_policy' | 'previous_chargebacks' | 'restricted_party_screening' | 'risky_velocity' | 'suspicious_behavior' | 'suspicious_past_activity';
|
|
12473
12523
|
type ReportFileStatus = 'processing' | 'failed' | 'succeeded';
|
|
@@ -12475,7 +12525,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12475
12525
|
type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
|
|
12476
12526
|
type ReportPaymentType = 'credit' | 'debit';
|
|
12477
12527
|
type ReportStatus = 'created' | 'completed' | 'completed_no_records' | 'failed';
|
|
12478
|
-
type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'scheduled_payment_citi' | 'account_quarterly_balances' | 'invariants' | 'payments' | 'reconcile_not_recorded' | 'products_record' | 'disputes' | 'sales_payments_record';
|
|
12528
|
+
type ReportType = 'sales_record' | 'refund_record' | 'other_record' | 'pending_record' | 'trueup_overview' | 'non_channel_payment_bank_account' | 'scheduled_payment' | 'scheduled_payment_citi' | 'scheduled_payment_citi_krw' | 'scheduled_payment_citi_krw_txt' | 'account_quarterly_balances' | 'invariants' | 'payments' | 'reconcile_not_recorded' | 'products_record' | 'disputes' | 'sales_payments_record';
|
|
12479
12529
|
type ReportingFulfillmentIsVirtual = 'all' | 'mixed' | 'none';
|
|
12480
12530
|
type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
|
|
12481
12531
|
type ResponsibleParty = 'flow' | 'organization';
|
|
@@ -12525,8 +12575,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
12525
12575
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
12526
12576
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
12527
12577
|
type TariffEligibilityType = 'rex';
|
|
12528
|
-
type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults' | 'item_dimensions';
|
|
12529
|
-
type TaxAndDutyInclusivitySetting = 'duty_exclusive_tax_exclusive' | 'duty_inclusive_tax_exclusive' | 'duty_exclusive_tax_inclusive' | 'duty_inclusive_tax_inclusive';
|
|
12578
|
+
type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults' | 'item_dimensions' | 'center';
|
|
12530
12579
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
12531
12580
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
12532
12581
|
type TaxTransactionType = 'adjustment' | 'reversal' | 'tax' | 'refund';
|
|
@@ -12769,6 +12818,51 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12769
12818
|
readonly action: io.flow.internal.v0.enums.ItemQuantityAction;
|
|
12770
12819
|
readonly quantity: number;
|
|
12771
12820
|
}
|
|
12821
|
+
interface AdaptiveShippingOrderGuarantee {
|
|
12822
|
+
readonly id: string;
|
|
12823
|
+
readonly organization_id: string;
|
|
12824
|
+
readonly order_number: string;
|
|
12825
|
+
readonly guarantee_state: io.flow.internal.v0.enums.AdaptiveShippingOrderGuaranteeState;
|
|
12826
|
+
readonly label_id?: string;
|
|
12827
|
+
readonly notification_id?: string;
|
|
12828
|
+
}
|
|
12829
|
+
interface AdaptiveShippingOrderGuaranteeDeleted {
|
|
12830
|
+
readonly discriminator: 'adaptive_shipping_order_guarantee_deleted';
|
|
12831
|
+
readonly event_id: string;
|
|
12832
|
+
readonly timestamp: string;
|
|
12833
|
+
readonly organization: string;
|
|
12834
|
+
readonly id: string;
|
|
12835
|
+
}
|
|
12836
|
+
interface AdaptiveShippingOrderGuaranteeUpserted {
|
|
12837
|
+
readonly discriminator: 'adaptive_shipping_order_guarantee_upserted';
|
|
12838
|
+
readonly event_id: string;
|
|
12839
|
+
readonly timestamp: string;
|
|
12840
|
+
readonly organization: string;
|
|
12841
|
+
readonly adaptive_shipping_order_guarantee: io.flow.internal.v0.models.AdaptiveShippingOrderGuarantee;
|
|
12842
|
+
}
|
|
12843
|
+
interface AdaptiveShippingRate {
|
|
12844
|
+
readonly id: string;
|
|
12845
|
+
readonly organization_id: string;
|
|
12846
|
+
readonly destination_country: string;
|
|
12847
|
+
readonly coefficient: number;
|
|
12848
|
+
readonly flat_rates: io.flow.internal.v0.models.FlatRate[];
|
|
12849
|
+
readonly effective_at: string;
|
|
12850
|
+
readonly effective_until?: string;
|
|
12851
|
+
}
|
|
12852
|
+
interface AdaptiveShippingRateDeleted {
|
|
12853
|
+
readonly discriminator: 'adaptive_shipping_rate_deleted';
|
|
12854
|
+
readonly event_id: string;
|
|
12855
|
+
readonly timestamp: string;
|
|
12856
|
+
readonly organization: string;
|
|
12857
|
+
readonly id: string;
|
|
12858
|
+
}
|
|
12859
|
+
interface AdaptiveShippingRateUpserted {
|
|
12860
|
+
readonly discriminator: 'adaptive_shipping_rate_upserted';
|
|
12861
|
+
readonly event_id: string;
|
|
12862
|
+
readonly timestamp: string;
|
|
12863
|
+
readonly organization: string;
|
|
12864
|
+
readonly adaptive_shipping_rate: io.flow.internal.v0.models.AdaptiveShippingRate;
|
|
12865
|
+
}
|
|
12772
12866
|
interface AdditionalImportTax {
|
|
12773
12867
|
readonly name?: string;
|
|
12774
12868
|
readonly additional_import_tax_value?: io.flow.common.v0.models.Money;
|
|
@@ -13157,10 +13251,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13157
13251
|
readonly organization: string;
|
|
13158
13252
|
readonly export_id: string;
|
|
13159
13253
|
}
|
|
13160
|
-
interface AllOrganizationsMembership {
|
|
13161
|
-
readonly user_id: string;
|
|
13162
|
-
readonly role: io.flow.common.v0.enums.Role;
|
|
13163
|
-
}
|
|
13164
13254
|
interface AllocationItemReference {
|
|
13165
13255
|
readonly number: string;
|
|
13166
13256
|
}
|
|
@@ -13317,6 +13407,49 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13317
13407
|
readonly voids_invoice_number?: string;
|
|
13318
13408
|
readonly document_number?: string;
|
|
13319
13409
|
}
|
|
13410
|
+
interface B2BTaxTransaction {
|
|
13411
|
+
readonly id: string;
|
|
13412
|
+
readonly organization_id: string;
|
|
13413
|
+
readonly order_number: string;
|
|
13414
|
+
readonly transaction_source_id: string;
|
|
13415
|
+
readonly transaction_type: io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
|
|
13416
|
+
readonly transaction_date: string;
|
|
13417
|
+
readonly currency: string;
|
|
13418
|
+
readonly buyer: io.flow.common.v0.models.MerchantOfRecordEntity;
|
|
13419
|
+
readonly seller: io.flow.common.v0.models.MerchantOfRecordEntity;
|
|
13420
|
+
readonly taxable_items: io.flow.internal.v0.models.B2BTransactionTaxableItem[];
|
|
13421
|
+
readonly taxable_amount_total: io.flow.common.v0.models.Money;
|
|
13422
|
+
readonly tax_total: io.flow.common.v0.models.Money;
|
|
13423
|
+
readonly total: io.flow.common.v0.models.Money;
|
|
13424
|
+
readonly document_number?: string;
|
|
13425
|
+
}
|
|
13426
|
+
interface B2BTaxTransactionDeleted {
|
|
13427
|
+
readonly discriminator: 'b2b_tax_transaction_deleted';
|
|
13428
|
+
readonly event_id: string;
|
|
13429
|
+
readonly timestamp: string;
|
|
13430
|
+
readonly organization: string;
|
|
13431
|
+
readonly id: string;
|
|
13432
|
+
}
|
|
13433
|
+
interface B2BTaxTransactionUpserted {
|
|
13434
|
+
readonly discriminator: 'b2b_tax_transaction_upserted';
|
|
13435
|
+
readonly event_id: string;
|
|
13436
|
+
readonly timestamp: string;
|
|
13437
|
+
readonly organization: string;
|
|
13438
|
+
readonly b2b_tax_transaction: io.flow.internal.v0.models.B2BTaxTransaction;
|
|
13439
|
+
}
|
|
13440
|
+
interface B2BTransactionTaxLine {
|
|
13441
|
+
readonly tax_type: io.flow.consumer.invoice.v0.enums.TaxType;
|
|
13442
|
+
readonly tax_rate: number;
|
|
13443
|
+
readonly tax_amount: io.flow.common.v0.models.Money;
|
|
13444
|
+
readonly tax_rate_type: io.flow.internal.v0.enums.B2BTaxRateType;
|
|
13445
|
+
}
|
|
13446
|
+
interface B2BTransactionTaxableItem {
|
|
13447
|
+
readonly line_item_reference: string;
|
|
13448
|
+
readonly label: string;
|
|
13449
|
+
readonly taxable_amount: io.flow.common.v0.models.Money;
|
|
13450
|
+
readonly total: io.flow.common.v0.models.Money;
|
|
13451
|
+
readonly taxes: io.flow.internal.v0.models.B2BTransactionTaxLine[];
|
|
13452
|
+
}
|
|
13320
13453
|
interface BankAccount {
|
|
13321
13454
|
readonly status: io.flow.internal.v0.enums.BankAccountStatus;
|
|
13322
13455
|
readonly hold_created_at?: string;
|
|
@@ -13588,6 +13721,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13588
13721
|
readonly merchant_fee: io.flow.common.v0.models.Price;
|
|
13589
13722
|
readonly b2b_fee_mor_tax: io.flow.common.v0.models.Price;
|
|
13590
13723
|
readonly b2b_fee_shipping_tax: io.flow.common.v0.models.Price;
|
|
13724
|
+
readonly flat_rate_label: io.flow.common.v0.models.Price;
|
|
13591
13725
|
}
|
|
13592
13726
|
interface BillingStatementUpserted {
|
|
13593
13727
|
readonly discriminator: 'billing_statement_upserted';
|
|
@@ -13653,6 +13787,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13653
13787
|
readonly type: io.flow.internal.v0.enums.BojanaItemType;
|
|
13654
13788
|
readonly added_on: string;
|
|
13655
13789
|
}
|
|
13790
|
+
interface BojanaItemDeleted {
|
|
13791
|
+
readonly discriminator: 'bojana_item_deleted';
|
|
13792
|
+
readonly event_id: string;
|
|
13793
|
+
readonly timestamp: string;
|
|
13794
|
+
readonly id: string;
|
|
13795
|
+
}
|
|
13656
13796
|
interface BojanaItemForm {
|
|
13657
13797
|
readonly number: string;
|
|
13658
13798
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -13660,6 +13800,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13660
13800
|
readonly type: io.flow.internal.v0.enums.BojanaItemType;
|
|
13661
13801
|
readonly added_on: string;
|
|
13662
13802
|
}
|
|
13803
|
+
interface BojanaItemUpserted {
|
|
13804
|
+
readonly discriminator: 'bojana_item_upserted';
|
|
13805
|
+
readonly event_id: string;
|
|
13806
|
+
readonly timestamp: string;
|
|
13807
|
+
readonly item: io.flow.internal.v0.models.BojanaItem;
|
|
13808
|
+
}
|
|
13663
13809
|
interface BooleanFeatureDefaultValue {
|
|
13664
13810
|
readonly discriminator: 'boolean';
|
|
13665
13811
|
readonly value: boolean;
|
|
@@ -13721,6 +13867,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13721
13867
|
readonly sales_tax_rate: number;
|
|
13722
13868
|
readonly additional_tax?: io.flow.common.v0.models.Money;
|
|
13723
13869
|
readonly additional_tax_rate?: number;
|
|
13870
|
+
readonly fixed_fee?: io.flow.common.v0.models.Money;
|
|
13871
|
+
readonly fixed_fee_tax?: io.flow.common.v0.models.Money;
|
|
13724
13872
|
readonly total: io.flow.common.v0.models.Money;
|
|
13725
13873
|
}
|
|
13726
13874
|
interface CalculationStampingShippingLine {
|
|
@@ -13752,6 +13900,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13752
13900
|
readonly additional_tax_import_included: boolean;
|
|
13753
13901
|
readonly additional_tax?: io.flow.common.v0.models.Money;
|
|
13754
13902
|
readonly additional_import_tax?: io.flow.internal.v0.models.AdditionalImportTax[];
|
|
13903
|
+
readonly fixed_fee?: io.flow.common.v0.models.Money;
|
|
13904
|
+
readonly fixed_fee_tax?: io.flow.common.v0.models.Money;
|
|
13755
13905
|
}
|
|
13756
13906
|
interface CalculatorDtcePostBody {
|
|
13757
13907
|
readonly products: io.flow.internal.v0.models.CalculatorDtceProduct[];
|
|
@@ -14400,6 +14550,27 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14400
14550
|
readonly domains: io.flow.internal.v0.models.ChannelOrganizationDomains;
|
|
14401
14551
|
readonly tokens: io.flow.internal.v0.models.Tokens;
|
|
14402
14552
|
}
|
|
14553
|
+
interface ChannelShopStatistics {
|
|
14554
|
+
readonly id: string;
|
|
14555
|
+
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
14556
|
+
readonly initial_catalog_synced_at?: string;
|
|
14557
|
+
readonly catalog_sync_duration?: number;
|
|
14558
|
+
readonly catalog_products_count?: number;
|
|
14559
|
+
}
|
|
14560
|
+
interface ChannelShopStatisticsDeleted {
|
|
14561
|
+
readonly discriminator: 'channel_shop_statistics_deleted';
|
|
14562
|
+
readonly event_id: string;
|
|
14563
|
+
readonly timestamp: string;
|
|
14564
|
+
readonly organization: string;
|
|
14565
|
+
readonly id: string;
|
|
14566
|
+
}
|
|
14567
|
+
interface ChannelShopStatisticsUpserted {
|
|
14568
|
+
readonly discriminator: 'channel_shop_statistics_upserted';
|
|
14569
|
+
readonly event_id: string;
|
|
14570
|
+
readonly timestamp: string;
|
|
14571
|
+
readonly organization: string;
|
|
14572
|
+
readonly channel_shop_statistics: io.flow.internal.v0.models.ChannelShopStatistics;
|
|
14573
|
+
}
|
|
14403
14574
|
interface ChannelTransaction {
|
|
14404
14575
|
readonly discriminator: 'channel_transaction';
|
|
14405
14576
|
readonly transaction: io.flow.internal.v0.models.TransactionReference;
|
|
@@ -16082,6 +16253,48 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16082
16253
|
readonly status?: io.flow.internal.v0.enums.ProcessorEntityStatus;
|
|
16083
16254
|
readonly organization_capability?: io.flow.internal.v0.enums.OrganizationCapability;
|
|
16084
16255
|
}
|
|
16256
|
+
interface FlatRate {
|
|
16257
|
+
readonly mail_class: io.flow.internal.v0.enums.MailClass;
|
|
16258
|
+
readonly carrier_id: string;
|
|
16259
|
+
readonly service_id: string;
|
|
16260
|
+
readonly price: io.flow.common.v0.models.Money;
|
|
16261
|
+
readonly free_shipping_threshold?: io.flow.common.v0.models.Money;
|
|
16262
|
+
readonly min_delivery_days?: number;
|
|
16263
|
+
readonly max_delivery_days?: number;
|
|
16264
|
+
}
|
|
16265
|
+
interface FlatRateLabelReversal {
|
|
16266
|
+
readonly id: string;
|
|
16267
|
+
readonly organization_id: string;
|
|
16268
|
+
readonly order_number: string;
|
|
16269
|
+
readonly amount: io.flow.common.v0.models.Money;
|
|
16270
|
+
readonly tax: io.flow.common.v0.models.Money;
|
|
16271
|
+
}
|
|
16272
|
+
interface FlatRateLabelReversalDeleted {
|
|
16273
|
+
readonly discriminator: 'flat_rate_label_reversal_deleted';
|
|
16274
|
+
readonly event_id: string;
|
|
16275
|
+
readonly timestamp: string;
|
|
16276
|
+
readonly organization: string;
|
|
16277
|
+
readonly id: string;
|
|
16278
|
+
}
|
|
16279
|
+
interface FlatRateLabelReversalUpserted {
|
|
16280
|
+
readonly discriminator: 'flat_rate_label_reversal_upserted';
|
|
16281
|
+
readonly event_id: string;
|
|
16282
|
+
readonly timestamp: string;
|
|
16283
|
+
readonly organization: string;
|
|
16284
|
+
readonly flat_rate_label_reversal: io.flow.internal.v0.models.FlatRateLabelReversal;
|
|
16285
|
+
}
|
|
16286
|
+
interface FlatRateLabelTransaction {
|
|
16287
|
+
readonly discriminator: 'flat_rate_label_transaction';
|
|
16288
|
+
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
16289
|
+
readonly id: string;
|
|
16290
|
+
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
16291
|
+
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
16292
|
+
readonly posted_at?: string;
|
|
16293
|
+
readonly value: io.flow.common.v0.models.Price;
|
|
16294
|
+
readonly description: string;
|
|
16295
|
+
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
16296
|
+
readonly created_at: string;
|
|
16297
|
+
}
|
|
16085
16298
|
interface FlexeWebhook {
|
|
16086
16299
|
readonly placeholder?: boolean;
|
|
16087
16300
|
}
|
|
@@ -16378,15 +16591,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16378
16591
|
readonly organization: string;
|
|
16379
16592
|
readonly ftp_file: io.flow.ftp.v0.models.FtpFile;
|
|
16380
16593
|
}
|
|
16381
|
-
interface FuelSurchargeServiceFeeAmountByWeightPutForm {
|
|
16382
|
-
readonly discriminator: 'fuel_surcharge_service_fee_amount_by_weight_put_form';
|
|
16383
|
-
readonly amount: io.flow.common.v0.models.Money;
|
|
16384
|
-
readonly weight: io.flow.ratecard.v0.models.FeeWeight;
|
|
16385
|
-
}
|
|
16386
|
-
interface FuelSurchargeServiceFeePercentPutForm {
|
|
16387
|
-
readonly discriminator: 'fuel_surcharge_service_fee_percent_put_form';
|
|
16388
|
-
readonly percent: number;
|
|
16389
|
-
}
|
|
16390
16594
|
interface Fulfillment {
|
|
16391
16595
|
readonly id: string;
|
|
16392
16596
|
readonly order: io.flow.internal.v0.models.OrderSummary;
|
|
@@ -17298,10 +17502,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17298
17502
|
readonly materials: Record<string, string[]>;
|
|
17299
17503
|
readonly constructions: Record<string, string[]>;
|
|
17300
17504
|
}
|
|
17301
|
-
interface LabelCancellationError {
|
|
17302
|
-
readonly code: io.flow.internal.v0.enums.LabelCancellationErrorCode;
|
|
17303
|
-
readonly messages: string[];
|
|
17304
|
-
}
|
|
17305
17505
|
interface LabelCreationJob {
|
|
17306
17506
|
readonly id: string;
|
|
17307
17507
|
readonly reference_id: string;
|
|
@@ -17720,6 +17920,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17720
17920
|
interface LoyaltyProgramRewards {
|
|
17721
17921
|
readonly applied: io.flow.internal.v0.models.LoyaltyProgramReward[];
|
|
17722
17922
|
}
|
|
17923
|
+
interface MaheshItem {
|
|
17924
|
+
readonly id: string;
|
|
17925
|
+
readonly number: string;
|
|
17926
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
17927
|
+
readonly description?: string;
|
|
17928
|
+
readonly type: io.flow.internal.v0.enums.MaheshItemType;
|
|
17929
|
+
readonly added_on: string;
|
|
17930
|
+
}
|
|
17931
|
+
interface MaheshItemForm {
|
|
17932
|
+
readonly number: string;
|
|
17933
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
17934
|
+
readonly description?: string;
|
|
17935
|
+
readonly type: io.flow.internal.v0.enums.MaheshItemType;
|
|
17936
|
+
readonly added_on: string;
|
|
17937
|
+
}
|
|
17723
17938
|
interface MainTransaction {
|
|
17724
17939
|
readonly id: string;
|
|
17725
17940
|
readonly account: io.flow.billing.v0.models.AccountReference;
|
|
@@ -17976,12 +18191,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17976
18191
|
readonly transactions: io.flow.internal.v0.models.MerchantTransactions;
|
|
17977
18192
|
readonly total: number;
|
|
17978
18193
|
}
|
|
18194
|
+
interface MerchantSurcharge {
|
|
18195
|
+
readonly type: io.flow.trueup.v0.enums.TrueupSurchargeType;
|
|
18196
|
+
readonly amount: number;
|
|
18197
|
+
}
|
|
17979
18198
|
interface MerchantTransactions {
|
|
17980
18199
|
readonly adjustment: number;
|
|
17981
18200
|
readonly reversal: number;
|
|
17982
18201
|
readonly tax: number;
|
|
17983
18202
|
readonly duty: number;
|
|
17984
18203
|
readonly freight: number;
|
|
18204
|
+
readonly base_amount?: number;
|
|
18205
|
+
readonly surcharges?: io.flow.internal.v0.models.MerchantSurcharge[];
|
|
18206
|
+
readonly freight_guaranteed?: number;
|
|
18207
|
+
readonly freight_non_guaranteed?: number;
|
|
17985
18208
|
readonly total: number;
|
|
17986
18209
|
readonly tax_refund?: number;
|
|
17987
18210
|
readonly tax_reversal?: number;
|
|
@@ -18007,6 +18230,27 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18007
18230
|
readonly id: string;
|
|
18008
18231
|
readonly proposition: io.flow.internal.v0.models.MetadataProposition;
|
|
18009
18232
|
}
|
|
18233
|
+
interface MorCostDeleted {
|
|
18234
|
+
readonly discriminator: 'mor_cost_deleted';
|
|
18235
|
+
readonly event_id: string;
|
|
18236
|
+
readonly timestamp: string;
|
|
18237
|
+
readonly organization: string;
|
|
18238
|
+
readonly id: string;
|
|
18239
|
+
}
|
|
18240
|
+
interface MorCostSummary {
|
|
18241
|
+
readonly id: string;
|
|
18242
|
+
readonly organization_id: string;
|
|
18243
|
+
readonly order_number: string;
|
|
18244
|
+
readonly amount: io.flow.common.v0.models.Money;
|
|
18245
|
+
readonly tax: io.flow.common.v0.models.Money;
|
|
18246
|
+
}
|
|
18247
|
+
interface MorCostUpserted {
|
|
18248
|
+
readonly discriminator: 'mor_cost_upserted';
|
|
18249
|
+
readonly event_id: string;
|
|
18250
|
+
readonly timestamp: string;
|
|
18251
|
+
readonly organization: string;
|
|
18252
|
+
readonly mor_cost: io.flow.internal.v0.models.MorCostSummary;
|
|
18253
|
+
}
|
|
18010
18254
|
interface NegativeDebitMetrics {
|
|
18011
18255
|
readonly current_attempt: io.flow.internal.v0.models.AttemptStatistics;
|
|
18012
18256
|
readonly first_attempt: io.flow.internal.v0.models.AttemptStatistics;
|
|
@@ -18317,7 +18561,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18317
18561
|
readonly organization_id: string;
|
|
18318
18562
|
readonly shopify_order_id: string;
|
|
18319
18563
|
readonly order_number: string;
|
|
18320
|
-
readonly tax_and_duty_inclusivity_setting: io.flow.
|
|
18564
|
+
readonly tax_and_duty_inclusivity_setting: io.flow.experience.v0.enums.TaxAndDutyInclusivitySetting;
|
|
18321
18565
|
}
|
|
18322
18566
|
interface OrderTaxAndDutyInclusivitySettingDeleted {
|
|
18323
18567
|
readonly discriminator: 'order_tax_and_duty_inclusivity_setting_deleted';
|
|
@@ -19428,6 +19672,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19428
19672
|
readonly relative_ranking: number;
|
|
19429
19673
|
readonly taxonomy_category?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
19430
19674
|
readonly fingerprint: string;
|
|
19675
|
+
readonly screening_mode?: io.flow.sellability.v0.enums.SellabilityScreeningMode;
|
|
19431
19676
|
}
|
|
19432
19677
|
interface PreonboardingClassificationResult {
|
|
19433
19678
|
readonly id: string;
|
|
@@ -19438,13 +19683,28 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19438
19683
|
readonly probability?: number;
|
|
19439
19684
|
readonly classification_decision: io.flow.internal.v0.enums.PreonboardingClassificationDecision;
|
|
19440
19685
|
readonly classification_type: io.flow.internal.v0.enums.PreonboardingClassificationType;
|
|
19686
|
+
readonly model_id?: string;
|
|
19441
19687
|
}
|
|
19442
19688
|
interface PreonboardingMerchant {
|
|
19689
|
+
readonly id: string;
|
|
19443
19690
|
readonly merchant_id: string;
|
|
19444
19691
|
readonly channel: string;
|
|
19445
19692
|
readonly catalog_size: number;
|
|
19446
19693
|
readonly processed_product_count: number;
|
|
19447
19694
|
readonly last_request: string;
|
|
19695
|
+
readonly updated_by_user_id: string;
|
|
19696
|
+
}
|
|
19697
|
+
interface PreonboardingMerchantDeleted {
|
|
19698
|
+
readonly discriminator: 'preonboarding_merchant_deleted';
|
|
19699
|
+
readonly event_id: string;
|
|
19700
|
+
readonly timestamp: string;
|
|
19701
|
+
readonly id: string;
|
|
19702
|
+
}
|
|
19703
|
+
interface PreonboardingMerchantUpserted {
|
|
19704
|
+
readonly discriminator: 'preonboarding_merchant_upserted';
|
|
19705
|
+
readonly event_id: string;
|
|
19706
|
+
readonly timestamp: string;
|
|
19707
|
+
readonly preonboarding_merchant: io.flow.internal.v0.models.PreonboardingMerchant;
|
|
19448
19708
|
}
|
|
19449
19709
|
interface PreonboardingSellabilityResult {
|
|
19450
19710
|
readonly id?: string;
|
|
@@ -19459,9 +19719,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19459
19719
|
readonly restricted_regions_by_type?: io.flow.sellability.v0.models.SellabilityRestrictedRegion[];
|
|
19460
19720
|
readonly rule_ids?: string[];
|
|
19461
19721
|
readonly matching_positive_keywords?: string[];
|
|
19722
|
+
readonly matching_sellability_positive_keywords?: string[];
|
|
19462
19723
|
readonly classification_failure_reason?: io.flow.internal.v0.enums.ClassificationFailureReason;
|
|
19463
19724
|
readonly taxonomy_category?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
19464
19725
|
readonly fingerprint: string;
|
|
19726
|
+
readonly screening_mode?: io.flow.sellability.v0.enums.SellabilityScreeningMode;
|
|
19465
19727
|
}
|
|
19466
19728
|
interface PreonboardingSellabilityResultDeleted {
|
|
19467
19729
|
readonly discriminator: 'preonboarding_sellability_result_deleted';
|
|
@@ -19719,6 +19981,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19719
19981
|
readonly restricted_regions: io.flow.sellability.v0.models.SellabilityRegionResult[];
|
|
19720
19982
|
readonly rule_matches: io.flow.internal.v0.models.ProductSellabilityInternalRuleMatch[];
|
|
19721
19983
|
readonly matching_positive_keywords?: string[];
|
|
19984
|
+
readonly matching_sellability_positive_keywords?: string[];
|
|
19722
19985
|
}
|
|
19723
19986
|
interface ProductSellabilityInternalRuleMatch {
|
|
19724
19987
|
readonly rule_id: string;
|
|
@@ -20114,34 +20377,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20114
20377
|
interface RatecardServiceFeesOverrideForm {
|
|
20115
20378
|
readonly service_fees: io.flow.ratecard.v0.unions.ServiceFee[];
|
|
20116
20379
|
}
|
|
20117
|
-
interface RatecardStandardConfiguration {
|
|
20118
|
-
readonly id: string;
|
|
20119
|
-
readonly key: string;
|
|
20120
|
-
readonly source_ratecard: io.flow.internal.v0.models.RatecardInternalSummary;
|
|
20121
|
-
readonly settings: io.flow.internal.v0.models.RatecardStandardSettings;
|
|
20122
|
-
}
|
|
20123
|
-
interface RatecardStandardConfigurationDeleted {
|
|
20124
|
-
readonly discriminator: 'ratecard_standard_configuration_deleted';
|
|
20125
|
-
readonly event_id: string;
|
|
20126
|
-
readonly timestamp: string;
|
|
20127
|
-
readonly organization: string;
|
|
20128
|
-
readonly id: string;
|
|
20129
|
-
}
|
|
20130
|
-
interface RatecardStandardConfigurationForm {
|
|
20131
|
-
readonly source_ratecard_organization: string;
|
|
20132
|
-
readonly source_ratecard_number: string;
|
|
20133
|
-
readonly margin: number;
|
|
20134
|
-
}
|
|
20135
|
-
interface RatecardStandardConfigurationUpserted {
|
|
20136
|
-
readonly discriminator: 'ratecard_standard_configuration_upserted';
|
|
20137
|
-
readonly event_id: string;
|
|
20138
|
-
readonly timestamp: string;
|
|
20139
|
-
readonly organization: string;
|
|
20140
|
-
readonly configuration: io.flow.internal.v0.models.RatecardStandardConfiguration;
|
|
20141
|
-
}
|
|
20142
|
-
interface RatecardStandardSettings {
|
|
20143
|
-
readonly margin: number;
|
|
20144
|
-
}
|
|
20145
20380
|
interface RatesChanged {
|
|
20146
20381
|
readonly event_id: string;
|
|
20147
20382
|
readonly timestamp: string;
|
|
@@ -20154,6 +20389,33 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20154
20389
|
readonly destination: io.flow.reference.v0.models.Country;
|
|
20155
20390
|
readonly summaries: io.flow.internal.v0.models.RateNameSummary[];
|
|
20156
20391
|
}
|
|
20392
|
+
interface RaveenaItem {
|
|
20393
|
+
readonly id: string;
|
|
20394
|
+
readonly number: string;
|
|
20395
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
20396
|
+
readonly description?: string;
|
|
20397
|
+
readonly type: io.flow.internal.v0.enums.RaveenaItemType;
|
|
20398
|
+
readonly added_on: string;
|
|
20399
|
+
}
|
|
20400
|
+
interface RaveenaItemDeleted {
|
|
20401
|
+
readonly discriminator: 'raveena_item_deleted';
|
|
20402
|
+
readonly event_id: string;
|
|
20403
|
+
readonly timestamp: string;
|
|
20404
|
+
readonly id: string;
|
|
20405
|
+
}
|
|
20406
|
+
interface RaveenaItemForm {
|
|
20407
|
+
readonly number: string;
|
|
20408
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
20409
|
+
readonly description?: string;
|
|
20410
|
+
readonly type: io.flow.internal.v0.enums.RaveenaItemType;
|
|
20411
|
+
readonly added_on: string;
|
|
20412
|
+
}
|
|
20413
|
+
interface RaveenaItemUpserted {
|
|
20414
|
+
readonly discriminator: 'raveena_item_upserted';
|
|
20415
|
+
readonly event_id: string;
|
|
20416
|
+
readonly timestamp: string;
|
|
20417
|
+
readonly item: io.flow.internal.v0.models.RaveenaItem;
|
|
20418
|
+
}
|
|
20157
20419
|
interface RecordReference {
|
|
20158
20420
|
readonly id: string;
|
|
20159
20421
|
}
|
|
@@ -20210,6 +20472,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20210
20472
|
readonly type: string;
|
|
20211
20473
|
readonly routing_number: string;
|
|
20212
20474
|
readonly account_number: string;
|
|
20475
|
+
readonly bank_name?: string;
|
|
20213
20476
|
}
|
|
20214
20477
|
interface ReportFile {
|
|
20215
20478
|
readonly id: string;
|
|
@@ -20225,6 +20488,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20225
20488
|
readonly order_payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
20226
20489
|
readonly amount_range?: io.flow.internal.v0.models.ReportAmountRange;
|
|
20227
20490
|
readonly account_currency?: io.flow.internal.v0.enums.AccountCurrencyFilter;
|
|
20491
|
+
readonly channel_id?: string;
|
|
20228
20492
|
}
|
|
20229
20493
|
interface ReportForm {
|
|
20230
20494
|
readonly type: io.flow.internal.v0.enums.ReportType;
|
|
@@ -20400,6 +20664,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20400
20664
|
readonly td_fx_diff?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20401
20665
|
readonly total?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20402
20666
|
}
|
|
20667
|
+
interface ReportingMerchantFreight {
|
|
20668
|
+
readonly base_amount?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20669
|
+
readonly surcharges?: io.flow.internal.v0.models.ReportingMerchantFreightSurcharges;
|
|
20670
|
+
}
|
|
20671
|
+
interface ReportingMerchantFreightSurcharges {
|
|
20672
|
+
readonly duties_paid?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20673
|
+
readonly fixed_ddp?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20674
|
+
readonly fixed_currency_conversion?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20675
|
+
}
|
|
20403
20676
|
interface ReportingMerchantSubsidies {
|
|
20404
20677
|
readonly shipping: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20405
20678
|
readonly tax: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
@@ -20413,6 +20686,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20413
20686
|
readonly tax: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20414
20687
|
readonly duty: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20415
20688
|
readonly freight: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20689
|
+
readonly freight_breakdown?: io.flow.internal.v0.models.ReportingMerchantFreight;
|
|
20690
|
+
readonly freight_guaranteed?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20691
|
+
readonly freight_non_guaranteed?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20416
20692
|
readonly discount?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20417
20693
|
readonly total?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20418
20694
|
readonly tax_refund?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
@@ -20523,6 +20799,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20523
20799
|
readonly exempt_regions?: string[];
|
|
20524
20800
|
readonly excluded_rules?: string[];
|
|
20525
20801
|
}
|
|
20802
|
+
interface RestrictionBlanketOrganizationExemptionForm {
|
|
20803
|
+
readonly organization_id: string;
|
|
20804
|
+
readonly description: string;
|
|
20805
|
+
readonly is_all_rules_exempt: boolean;
|
|
20806
|
+
readonly exempt_regions?: string[];
|
|
20807
|
+
readonly excluded_rules?: string[];
|
|
20808
|
+
}
|
|
20526
20809
|
interface RestrictionCategory {
|
|
20527
20810
|
readonly category: string;
|
|
20528
20811
|
}
|
|
@@ -20775,8 +21058,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20775
21058
|
readonly id: string;
|
|
20776
21059
|
readonly rule_id: string;
|
|
20777
21060
|
readonly description: string;
|
|
20778
|
-
readonly
|
|
20779
|
-
readonly
|
|
21061
|
+
readonly origin_regions: string[];
|
|
21062
|
+
readonly destination_regions: string[];
|
|
21063
|
+
}
|
|
21064
|
+
interface RestrictionRuleLaneExemptionForm {
|
|
21065
|
+
readonly rule_id: string;
|
|
21066
|
+
readonly description: string;
|
|
21067
|
+
readonly origin_regions: string[];
|
|
21068
|
+
readonly destination_regions: string[];
|
|
20780
21069
|
}
|
|
20781
21070
|
interface RestrictionRuleOrganizationExemption {
|
|
20782
21071
|
readonly id: string;
|
|
@@ -20789,6 +21078,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20789
21078
|
readonly community_exemption_override?: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
|
|
20790
21079
|
readonly is_rule_active?: boolean;
|
|
20791
21080
|
}
|
|
21081
|
+
interface RestrictionRuleOrganizationExemptionForm {
|
|
21082
|
+
readonly organization_id: string;
|
|
21083
|
+
readonly rule_id: string;
|
|
21084
|
+
readonly description: string;
|
|
21085
|
+
readonly exempt_regions?: string[];
|
|
21086
|
+
readonly ignored_keywords?: string[];
|
|
21087
|
+
readonly additional_keywords?: string[];
|
|
21088
|
+
readonly community_exemption_override?: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
|
|
21089
|
+
readonly is_rule_active?: boolean;
|
|
21090
|
+
}
|
|
20792
21091
|
interface RestrictionRuleOverride {
|
|
20793
21092
|
readonly id: string;
|
|
20794
21093
|
readonly organization_id: string;
|
|
@@ -20811,6 +21110,69 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20811
21110
|
readonly pending_verification_count: number;
|
|
20812
21111
|
readonly pending_classification_count: number;
|
|
20813
21112
|
}
|
|
21113
|
+
interface RestrictionsAthenaDailyopsFs {
|
|
21114
|
+
readonly id: string;
|
|
21115
|
+
readonly report_date: string;
|
|
21116
|
+
readonly num_products_with_fs_result?: number;
|
|
21117
|
+
readonly num_products_sellable_somewhere_by_fs?: number;
|
|
21118
|
+
readonly num_products_restricted_somewhere_by_fs?: number;
|
|
21119
|
+
readonly num_products_with_false_allows_by_fs?: number;
|
|
21120
|
+
readonly num_products_with_false_restricts_by_fs?: number;
|
|
21121
|
+
readonly daily_num_products_with_fs_result?: number;
|
|
21122
|
+
readonly daily_num_products_sellable_somewhere_by_fs?: number;
|
|
21123
|
+
readonly daily_num_products_restricted_somewhere_by_fs?: number;
|
|
21124
|
+
readonly daily_num_products_with_false_allows_by_fs?: number;
|
|
21125
|
+
readonly daily_num_products_with_false_restricts_by_fs?: number;
|
|
21126
|
+
}
|
|
21127
|
+
interface RestrictionsAthenaDailyopsFsDeleted {
|
|
21128
|
+
readonly discriminator: 'restrictions_athena_dailyops_fs_deleted';
|
|
21129
|
+
readonly event_id: string;
|
|
21130
|
+
readonly timestamp: string;
|
|
21131
|
+
readonly id: string;
|
|
21132
|
+
}
|
|
21133
|
+
interface RestrictionsAthenaDailyopsFsUpserted {
|
|
21134
|
+
readonly discriminator: 'restrictions_athena_dailyops_fs_upserted';
|
|
21135
|
+
readonly event_id: string;
|
|
21136
|
+
readonly timestamp: string;
|
|
21137
|
+
readonly restrictions_athena_dailyops_fs: io.flow.internal.v0.models.RestrictionsAthenaDailyopsFs;
|
|
21138
|
+
}
|
|
21139
|
+
interface RestrictionsAthenaDailyopsPcPv {
|
|
21140
|
+
readonly id: string;
|
|
21141
|
+
readonly report_date: string;
|
|
21142
|
+
readonly intent_level: io.flow.internal.v0.enums.AthenaDailyopsIntentLevel;
|
|
21143
|
+
readonly num_orgs_setup_complete_with_pvs: number;
|
|
21144
|
+
readonly num_products_setup_complete_with_pvs: number;
|
|
21145
|
+
readonly num_orgs_transacting_with_pvs: number;
|
|
21146
|
+
readonly num_products_transacting_with_pvs: number;
|
|
21147
|
+
readonly num_orgs_setup_complete_with_pcs: number;
|
|
21148
|
+
readonly num_products_setup_complete_with_pcs: number;
|
|
21149
|
+
readonly num_orgs_transacting_with_pcs: number;
|
|
21150
|
+
readonly num_products_transacting_with_pcs: number;
|
|
21151
|
+
readonly oldest_pv_product_date_setup_complete?: string;
|
|
21152
|
+
readonly oldest_pv_product_date_transacting?: string;
|
|
21153
|
+
readonly oldest_pc_product_date_setup_complete?: string;
|
|
21154
|
+
readonly oldest_pc_product_date_transacting?: string;
|
|
21155
|
+
readonly oldest_insufficient_details_pv_active?: string;
|
|
21156
|
+
readonly oldest_insufficient_details_pv_transacting?: string;
|
|
21157
|
+
readonly num_pv_inflow_net_new: number;
|
|
21158
|
+
readonly num_pv_outflow_human_decisions: number;
|
|
21159
|
+
readonly num_pv_outflow_auto_review_decisions: number;
|
|
21160
|
+
readonly num_pv_outflow_side_effect_decisions: number;
|
|
21161
|
+
readonly num_pending_decisions_transacting: number;
|
|
21162
|
+
readonly pv_decisions_setup_complete: number;
|
|
21163
|
+
}
|
|
21164
|
+
interface RestrictionsAthenaDailyopsPcPvDeleted {
|
|
21165
|
+
readonly discriminator: 'restrictions_athena_dailyops_pc_pv_deleted';
|
|
21166
|
+
readonly event_id: string;
|
|
21167
|
+
readonly timestamp: string;
|
|
21168
|
+
readonly id: string;
|
|
21169
|
+
}
|
|
21170
|
+
interface RestrictionsAthenaDailyopsPcPvUpserted {
|
|
21171
|
+
readonly discriminator: 'restrictions_athena_dailyops_pc_pv_upserted';
|
|
21172
|
+
readonly event_id: string;
|
|
21173
|
+
readonly timestamp: string;
|
|
21174
|
+
readonly restrictions_athena_dailyops_pc_pv: io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPv;
|
|
21175
|
+
}
|
|
20814
21176
|
interface RestrictionsDailyops {
|
|
20815
21177
|
readonly id: string;
|
|
20816
21178
|
readonly report_date: string;
|
|
@@ -21464,6 +21826,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21464
21826
|
readonly access_token_masked?: string;
|
|
21465
21827
|
readonly shopify_plan_name?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
|
|
21466
21828
|
readonly catalog_publication_owner?: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
21829
|
+
readonly fast_sellability_completed_at?: string;
|
|
21467
21830
|
}
|
|
21468
21831
|
interface ShopifyMarketsShopDeleted {
|
|
21469
21832
|
readonly discriminator: 'shopify_markets_shop_deleted';
|
|
@@ -23251,7 +23614,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
23251
23614
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
23252
23615
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
23253
23616
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
23254
|
-
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.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.ShippingCostUpserted | io.flow.internal.v0.models.ShippingCostDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.PreonboardingSellabilityResultInserted | io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated | io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.ProductSellabilityResultInserted | io.flow.internal.v0.models.ProductSellabilityResultUpdated | io.flow.internal.v0.models.ProductSellabilityResultDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyTestOrderUpserted | io.flow.internal.v0.models.ShopifyTestOrderDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | 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;
|
|
23617
|
+
type Event = io.flow.internal.v0.models.AdaptiveShippingRateUpserted | io.flow.internal.v0.models.AdaptiveShippingRateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.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.ChannelShopStatisticsUpserted | io.flow.internal.v0.models.ChannelShopStatisticsDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.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.ShippingCostUpserted | io.flow.internal.v0.models.ShippingCostDeleted | io.flow.internal.v0.models.MorCostUpserted | io.flow.internal.v0.models.MorCostDeleted | io.flow.internal.v0.models.FlatRateLabelReversalUpserted | io.flow.internal.v0.models.FlatRateLabelReversalDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeUpserted | io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.PreonboardingSellabilityResultInserted | io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated | io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.ProductSellabilityResultInserted | io.flow.internal.v0.models.ProductSellabilityResultUpdated | io.flow.internal.v0.models.ProductSellabilityResultDeleted | 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.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvDeleted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsUpserted | io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.PreonboardingMerchantUpserted | io.flow.internal.v0.models.PreonboardingMerchantDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyTestOrderUpserted | io.flow.internal.v0.models.ShopifyTestOrderDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.B2BTaxTransactionUpserted | io.flow.internal.v0.models.B2BTaxTransactionDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | io.flow.internal.v0.models.ChenglinItemUpserted | io.flow.internal.v0.models.ChenglinItemDeleted | io.flow.internal.v0.models.BojanaItemUpserted | io.flow.internal.v0.models.BojanaItemDeleted | io.flow.internal.v0.models.RaveenaItemUpserted | io.flow.internal.v0.models.RaveenaItemDeleted | 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;
|
|
23255
23618
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
23256
23619
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
23257
23620
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -23261,7 +23624,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
23261
23624
|
type FeatureValue = io.flow.internal.v0.models.BooleanFeatureValue | io.flow.internal.v0.models.StringFeatureValue;
|
|
23262
23625
|
type FraudProviderConfiguration = io.flow.internal.v0.models.FraudProviderConfigurationRiskified;
|
|
23263
23626
|
type FraudProviderConfigurationForm = io.flow.internal.v0.models.FraudProviderConfigurationFormRiskified;
|
|
23264
|
-
type FuelSurchargeServiceFeePutForm = io.flow.internal.v0.models.FuelSurchargeServiceFeePercentPutForm | io.flow.internal.v0.models.FuelSurchargeServiceFeeAmountByWeightPutForm;
|
|
23265
23627
|
type FulfillmentProof = io.flow.internal.v0.models.FulfillmentProofLabelTrackingReference | io.flow.internal.v0.models.FulfillmentProofShippingNotificationReference | io.flow.internal.v0.models.FulfillmentProofExternalFulfillmentProofReference | io.flow.internal.v0.models.FulfillmentProofOrderCombinedShipmentReference;
|
|
23266
23628
|
type FulfillmentTrigger = io.flow.internal.v0.models.FulfillmentTriggerProof | io.flow.internal.v0.models.FulfillmentTriggerTime;
|
|
23267
23629
|
type GenerateLoad = io.flow.internal.v0.models.GenerateLoadSingleOrg | io.flow.internal.v0.models.GenerateLoadMultipleOrgs;
|
|
@@ -23298,7 +23660,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
23298
23660
|
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata | io.flow.internal.v0.models.B2BFeeMorTaxTriggerMetadata | io.flow.internal.v0.models.B2BFeeShippingTaxTriggerMetadata;
|
|
23299
23661
|
type TaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
23300
23662
|
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;
|
|
23301
|
-
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.MerchantFeeTransaction;
|
|
23663
|
+
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.MerchantFeeTransaction | io.flow.internal.v0.models.FlatRateLabelTransaction;
|
|
23302
23664
|
type TransactionSummary = io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary;
|
|
23303
23665
|
}
|
|
23304
23666
|
export declare type Acceptance = io.flow.internal.v0.models.Acceptance;
|
|
@@ -23337,6 +23699,13 @@ export declare type AccountUpsertedV2 = io.flow.internal.v0.models.AccountUpsert
|
|
|
23337
23699
|
export declare type AccountingPendingOrderMetadata = io.flow.internal.v0.models.AccountingPendingOrderMetadata;
|
|
23338
23700
|
export declare type AccountingReturnMetadata = io.flow.internal.v0.models.AccountingReturnMetadata;
|
|
23339
23701
|
export declare type ActionQuantity = io.flow.internal.v0.models.ActionQuantity;
|
|
23702
|
+
export declare type AdaptiveShippingOrderGuarantee = io.flow.internal.v0.models.AdaptiveShippingOrderGuarantee;
|
|
23703
|
+
export declare type AdaptiveShippingOrderGuaranteeDeleted = io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeDeleted;
|
|
23704
|
+
export declare type AdaptiveShippingOrderGuaranteeState = io.flow.internal.v0.enums.AdaptiveShippingOrderGuaranteeState;
|
|
23705
|
+
export declare type AdaptiveShippingOrderGuaranteeUpserted = io.flow.internal.v0.models.AdaptiveShippingOrderGuaranteeUpserted;
|
|
23706
|
+
export declare type AdaptiveShippingRate = io.flow.internal.v0.models.AdaptiveShippingRate;
|
|
23707
|
+
export declare type AdaptiveShippingRateDeleted = io.flow.internal.v0.models.AdaptiveShippingRateDeleted;
|
|
23708
|
+
export declare type AdaptiveShippingRateUpserted = io.flow.internal.v0.models.AdaptiveShippingRateUpserted;
|
|
23340
23709
|
export declare type AdditionalImportTax = io.flow.internal.v0.models.AdditionalImportTax;
|
|
23341
23710
|
export declare type AdjustmentAmount = io.flow.internal.v0.unions.AdjustmentAmount;
|
|
23342
23711
|
export declare type AdjustmentAmountFixed = io.flow.internal.v0.models.AdjustmentAmountFixed;
|
|
@@ -23395,7 +23764,6 @@ export declare type AfterpayRefundDeleted = io.flow.internal.v0.models.AfterpayR
|
|
|
23395
23764
|
export declare type AfterpayRefundUpserted = io.flow.internal.v0.models.AfterpayRefundUpserted;
|
|
23396
23765
|
export declare type AftershipWebhook = io.flow.internal.v0.models.AftershipWebhook;
|
|
23397
23766
|
export declare type AllItemsExport = io.flow.internal.v0.models.AllItemsExport;
|
|
23398
|
-
export declare type AllOrganizationsMembership = io.flow.internal.v0.models.AllOrganizationsMembership;
|
|
23399
23767
|
export declare type AllocationItemReference = io.flow.internal.v0.models.AllocationItemReference;
|
|
23400
23768
|
export declare type AllowedLabels = io.flow.internal.v0.models.AllowedLabels;
|
|
23401
23769
|
export declare type AmruthaItem = io.flow.internal.v0.models.AmruthaItem;
|
|
@@ -23406,6 +23774,7 @@ export declare type ApiCallReferenceId = io.flow.internal.v0.enums.ApiCallRefere
|
|
|
23406
23774
|
export declare type ApplePayAuthorizationPayload = io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
23407
23775
|
export declare type ApplicablePreferentialRate = io.flow.internal.v0.enums.ApplicablePreferentialRate;
|
|
23408
23776
|
export declare type ApplyAtValueForm = io.flow.internal.v0.models.ApplyAtValueForm;
|
|
23777
|
+
export declare type AthenaDailyopsIntentLevel = io.flow.internal.v0.enums.AthenaDailyopsIntentLevel;
|
|
23409
23778
|
export declare type AttemptStatistics = io.flow.internal.v0.models.AttemptStatistics;
|
|
23410
23779
|
export declare type AttributeLabel = io.flow.internal.v0.models.AttributeLabel;
|
|
23411
23780
|
export declare type AttributeRule = io.flow.internal.v0.models.AttributeRule;
|
|
@@ -23431,6 +23800,11 @@ export declare type B2BTaxLedger = io.flow.internal.v0.models.B2BTaxLedger;
|
|
|
23431
23800
|
export declare type B2BTaxLedgerDocumentType = io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
|
|
23432
23801
|
export declare type B2BTaxLedgerForm = io.flow.internal.v0.models.B2BTaxLedgerForm;
|
|
23433
23802
|
export declare type B2BTaxRateType = io.flow.internal.v0.enums.B2BTaxRateType;
|
|
23803
|
+
export declare type B2BTaxTransaction = io.flow.internal.v0.models.B2BTaxTransaction;
|
|
23804
|
+
export declare type B2BTaxTransactionDeleted = io.flow.internal.v0.models.B2BTaxTransactionDeleted;
|
|
23805
|
+
export declare type B2BTaxTransactionUpserted = io.flow.internal.v0.models.B2BTaxTransactionUpserted;
|
|
23806
|
+
export declare type B2BTransactionTaxLine = io.flow.internal.v0.models.B2BTransactionTaxLine;
|
|
23807
|
+
export declare type B2BTransactionTaxableItem = io.flow.internal.v0.models.B2BTransactionTaxableItem;
|
|
23434
23808
|
export declare type BankAccount = io.flow.internal.v0.models.BankAccount;
|
|
23435
23809
|
export declare type BankAccountReference = io.flow.internal.v0.models.BankAccountReference;
|
|
23436
23810
|
export declare type BankAccountStatus = io.flow.internal.v0.enums.BankAccountStatus;
|
|
@@ -23489,8 +23863,10 @@ export declare type BitpayAuthentication = io.flow.internal.v0.models.BitpayAuth
|
|
|
23489
23863
|
export declare type BitpayAuthenticationDataReference = io.flow.internal.v0.models.BitpayAuthenticationDataReference;
|
|
23490
23864
|
export declare type BitpayAuthenticationForm = io.flow.internal.v0.models.BitpayAuthenticationForm;
|
|
23491
23865
|
export declare type BojanaItem = io.flow.internal.v0.models.BojanaItem;
|
|
23866
|
+
export declare type BojanaItemDeleted = io.flow.internal.v0.models.BojanaItemDeleted;
|
|
23492
23867
|
export declare type BojanaItemForm = io.flow.internal.v0.models.BojanaItemForm;
|
|
23493
23868
|
export declare type BojanaItemType = io.flow.internal.v0.enums.BojanaItemType;
|
|
23869
|
+
export declare type BojanaItemUpserted = io.flow.internal.v0.models.BojanaItemUpserted;
|
|
23494
23870
|
export declare type BooleanFeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue;
|
|
23495
23871
|
export declare type BooleanFeatureRule = io.flow.internal.v0.models.BooleanFeatureRule;
|
|
23496
23872
|
export declare type BooleanFeatureRuleForm = io.flow.internal.v0.models.BooleanFeatureRuleForm;
|
|
@@ -23628,6 +24004,9 @@ export declare type ChannelRateMetadataRate = io.flow.internal.v0.models.Channel
|
|
|
23628
24004
|
export declare type ChannelService = io.flow.internal.v0.enums.ChannelService;
|
|
23629
24005
|
export declare type ChannelShop = io.flow.internal.v0.models.ChannelShop;
|
|
23630
24006
|
export declare type ChannelShopForm = io.flow.internal.v0.models.ChannelShopForm;
|
|
24007
|
+
export declare type ChannelShopStatistics = io.flow.internal.v0.models.ChannelShopStatistics;
|
|
24008
|
+
export declare type ChannelShopStatisticsDeleted = io.flow.internal.v0.models.ChannelShopStatisticsDeleted;
|
|
24009
|
+
export declare type ChannelShopStatisticsUpserted = io.flow.internal.v0.models.ChannelShopStatisticsUpserted;
|
|
23631
24010
|
export declare type ChannelTransaction = io.flow.internal.v0.models.ChannelTransaction;
|
|
23632
24011
|
export declare type ChannelTransactionDeleted = io.flow.internal.v0.models.ChannelTransactionDeleted;
|
|
23633
24012
|
export declare type ChannelTransactionRate = io.flow.internal.v0.models.ChannelTransactionRate;
|
|
@@ -23954,6 +24333,12 @@ export declare type FiservAuthenticationForm = io.flow.internal.v0.models.Fiserv
|
|
|
23954
24333
|
export declare type FiservMerchant = io.flow.internal.v0.models.FiservMerchant;
|
|
23955
24334
|
export declare type FiservMerchantModificationForm = io.flow.internal.v0.models.FiservMerchantModificationForm;
|
|
23956
24335
|
export declare type FiservMerchantPutForm = io.flow.internal.v0.models.FiservMerchantPutForm;
|
|
24336
|
+
export declare type FlatRate = io.flow.internal.v0.models.FlatRate;
|
|
24337
|
+
export declare type FlatRateLabelReversal = io.flow.internal.v0.models.FlatRateLabelReversal;
|
|
24338
|
+
export declare type FlatRateLabelReversalDeleted = io.flow.internal.v0.models.FlatRateLabelReversalDeleted;
|
|
24339
|
+
export declare type FlatRateLabelReversalUpserted = io.flow.internal.v0.models.FlatRateLabelReversalUpserted;
|
|
24340
|
+
export declare type FlatRateLabelTransaction = io.flow.internal.v0.models.FlatRateLabelTransaction;
|
|
24341
|
+
export declare type FlatRateLabelTransactionType = io.flow.internal.v0.enums.FlatRateLabelTransactionType;
|
|
23957
24342
|
export declare type FlexeWebhook = io.flow.internal.v0.models.FlexeWebhook;
|
|
23958
24343
|
export declare type FlowAccount = io.flow.internal.v0.models.FlowAccount;
|
|
23959
24344
|
export declare type FlowBillingStatement = io.flow.internal.v0.models.FlowBillingStatement;
|
|
@@ -23999,9 +24384,6 @@ export declare type FraudSummary = io.flow.internal.v0.models.FraudSummary;
|
|
|
23999
24384
|
export declare type FtpFileDeleted = io.flow.internal.v0.models.FtpFileDeleted;
|
|
24000
24385
|
export declare type FtpFileToProcessUploaded = io.flow.internal.v0.models.FtpFileToProcessUploaded;
|
|
24001
24386
|
export declare type FtpFileUpserted = io.flow.internal.v0.models.FtpFileUpserted;
|
|
24002
|
-
export declare type FuelSurchargeServiceFeeAmountByWeightPutForm = io.flow.internal.v0.models.FuelSurchargeServiceFeeAmountByWeightPutForm;
|
|
24003
|
-
export declare type FuelSurchargeServiceFeePercentPutForm = io.flow.internal.v0.models.FuelSurchargeServiceFeePercentPutForm;
|
|
24004
|
-
export declare type FuelSurchargeServiceFeePutForm = io.flow.internal.v0.unions.FuelSurchargeServiceFeePutForm;
|
|
24005
24387
|
export declare type Fulfillment = io.flow.internal.v0.models.Fulfillment;
|
|
24006
24388
|
export declare type FulfillmentActionForm = io.flow.internal.v0.models.FulfillmentActionForm;
|
|
24007
24389
|
export declare type FulfillmentBusiness = io.flow.internal.v0.models.FulfillmentBusiness;
|
|
@@ -24163,8 +24545,6 @@ export declare type LabProjectSettingsFormAcceptance = io.flow.internal.v0.model
|
|
|
24163
24545
|
export declare type LabelAliases = io.flow.internal.v0.models.LabelAliases;
|
|
24164
24546
|
export declare type LabelAssociation = io.flow.internal.v0.models.LabelAssociation;
|
|
24165
24547
|
export declare type LabelBillingStrategy = io.flow.internal.v0.enums.LabelBillingStrategy;
|
|
24166
|
-
export declare type LabelCancellationError = io.flow.internal.v0.models.LabelCancellationError;
|
|
24167
|
-
export declare type LabelCancellationErrorCode = io.flow.internal.v0.enums.LabelCancellationErrorCode;
|
|
24168
24548
|
export declare type LabelCreationJob = io.flow.internal.v0.models.LabelCreationJob;
|
|
24169
24549
|
export declare type LabelCreationJobDeleted = io.flow.internal.v0.models.LabelCreationJobDeleted;
|
|
24170
24550
|
export declare type LabelCreationJobSummary = io.flow.internal.v0.models.LabelCreationJobSummary;
|
|
@@ -24231,6 +24611,10 @@ export declare type LoyaltyProgram = io.flow.internal.v0.models.LoyaltyProgram;
|
|
|
24231
24611
|
export declare type LoyaltyProgramMessage = io.flow.internal.v0.models.LoyaltyProgramMessage;
|
|
24232
24612
|
export declare type LoyaltyProgramReward = io.flow.internal.v0.models.LoyaltyProgramReward;
|
|
24233
24613
|
export declare type LoyaltyProgramRewards = io.flow.internal.v0.models.LoyaltyProgramRewards;
|
|
24614
|
+
export declare type MaheshItem = io.flow.internal.v0.models.MaheshItem;
|
|
24615
|
+
export declare type MaheshItemForm = io.flow.internal.v0.models.MaheshItemForm;
|
|
24616
|
+
export declare type MaheshItemType = io.flow.internal.v0.enums.MaheshItemType;
|
|
24617
|
+
export declare type MailClass = io.flow.internal.v0.enums.MailClass;
|
|
24234
24618
|
export declare type MainTransaction = io.flow.internal.v0.models.MainTransaction;
|
|
24235
24619
|
export declare type MainTransactionDeleted = io.flow.internal.v0.models.MainTransactionDeleted;
|
|
24236
24620
|
export declare type MainTransactionDeletedV2 = io.flow.internal.v0.models.MainTransactionDeletedV2;
|
|
@@ -24272,12 +24656,16 @@ export declare type MerchantOverrideUpserted = io.flow.internal.v0.models.Mercha
|
|
|
24272
24656
|
export declare type MerchantSearchResult = io.flow.internal.v0.models.MerchantSearchResult;
|
|
24273
24657
|
export declare type MerchantSubsidies = io.flow.internal.v0.models.MerchantSubsidies;
|
|
24274
24658
|
export declare type MerchantSummary = io.flow.internal.v0.models.MerchantSummary;
|
|
24659
|
+
export declare type MerchantSurcharge = io.flow.internal.v0.models.MerchantSurcharge;
|
|
24275
24660
|
export declare type MerchantTransactions = io.flow.internal.v0.models.MerchantTransactions;
|
|
24276
24661
|
export declare type MerchantUpserted = io.flow.internal.v0.models.MerchantUpserted;
|
|
24277
24662
|
export declare type MessageStamp = io.flow.internal.v0.models.MessageStamp;
|
|
24278
24663
|
export declare type MetadataProposition = io.flow.internal.v0.models.MetadataProposition;
|
|
24279
24664
|
export declare type MetadataRatecard = io.flow.internal.v0.models.MetadataRatecard;
|
|
24280
24665
|
export declare type MixedBagWeight = io.flow.internal.v0.enums.MixedBagWeight;
|
|
24666
|
+
export declare type MorCostDeleted = io.flow.internal.v0.models.MorCostDeleted;
|
|
24667
|
+
export declare type MorCostSummary = io.flow.internal.v0.models.MorCostSummary;
|
|
24668
|
+
export declare type MorCostUpserted = io.flow.internal.v0.models.MorCostUpserted;
|
|
24281
24669
|
export declare type NatureOfSale = io.flow.internal.v0.enums.NatureOfSale;
|
|
24282
24670
|
export declare type NegativeDebitMetrics = io.flow.internal.v0.models.NegativeDebitMetrics;
|
|
24283
24671
|
export declare type NextBillingStatement = io.flow.internal.v0.models.NextBillingStatement;
|
|
@@ -24531,6 +24919,8 @@ export declare type PreonboardingClassificationRequest = io.flow.internal.v0.mod
|
|
|
24531
24919
|
export declare type PreonboardingClassificationResult = io.flow.internal.v0.models.PreonboardingClassificationResult;
|
|
24532
24920
|
export declare type PreonboardingClassificationType = io.flow.internal.v0.enums.PreonboardingClassificationType;
|
|
24533
24921
|
export declare type PreonboardingMerchant = io.flow.internal.v0.models.PreonboardingMerchant;
|
|
24922
|
+
export declare type PreonboardingMerchantDeleted = io.flow.internal.v0.models.PreonboardingMerchantDeleted;
|
|
24923
|
+
export declare type PreonboardingMerchantUpserted = io.flow.internal.v0.models.PreonboardingMerchantUpserted;
|
|
24534
24924
|
export declare type PreonboardingRequestStatus = io.flow.internal.v0.enums.PreonboardingRequestStatus;
|
|
24535
24925
|
export declare type PreonboardingSellabilityResult = io.flow.internal.v0.models.PreonboardingSellabilityResult;
|
|
24536
24926
|
export declare type PreonboardingSellabilityResultDeleted = io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted;
|
|
@@ -24647,13 +25037,13 @@ export declare type RatecardServiceFeeDeleted = io.flow.internal.v0.models.Ratec
|
|
|
24647
25037
|
export declare type RatecardServiceFeeUpserted = io.flow.internal.v0.models.RatecardServiceFeeUpserted;
|
|
24648
25038
|
export declare type RatecardServiceFeesOverride = io.flow.internal.v0.models.RatecardServiceFeesOverride;
|
|
24649
25039
|
export declare type RatecardServiceFeesOverrideForm = io.flow.internal.v0.models.RatecardServiceFeesOverrideForm;
|
|
24650
|
-
export declare type RatecardStandardConfiguration = io.flow.internal.v0.models.RatecardStandardConfiguration;
|
|
24651
|
-
export declare type RatecardStandardConfigurationDeleted = io.flow.internal.v0.models.RatecardStandardConfigurationDeleted;
|
|
24652
|
-
export declare type RatecardStandardConfigurationForm = io.flow.internal.v0.models.RatecardStandardConfigurationForm;
|
|
24653
|
-
export declare type RatecardStandardConfigurationUpserted = io.flow.internal.v0.models.RatecardStandardConfigurationUpserted;
|
|
24654
|
-
export declare type RatecardStandardSettings = io.flow.internal.v0.models.RatecardStandardSettings;
|
|
24655
25040
|
export declare type RatesChanged = io.flow.internal.v0.models.RatesChanged;
|
|
24656
25041
|
export declare type RatesNamesSummary = io.flow.internal.v0.models.RatesNamesSummary;
|
|
25042
|
+
export declare type RaveenaItem = io.flow.internal.v0.models.RaveenaItem;
|
|
25043
|
+
export declare type RaveenaItemDeleted = io.flow.internal.v0.models.RaveenaItemDeleted;
|
|
25044
|
+
export declare type RaveenaItemForm = io.flow.internal.v0.models.RaveenaItemForm;
|
|
25045
|
+
export declare type RaveenaItemType = io.flow.internal.v0.enums.RaveenaItemType;
|
|
25046
|
+
export declare type RaveenaItemUpserted = io.flow.internal.v0.models.RaveenaItemUpserted;
|
|
24657
25047
|
export declare type RecordReference = io.flow.internal.v0.models.RecordReference;
|
|
24658
25048
|
export declare type Redirect = io.flow.internal.v0.models.Redirect;
|
|
24659
25049
|
export declare type RedirectActionCompleted = io.flow.internal.v0.models.RedirectActionCompleted;
|
|
@@ -24702,6 +25092,8 @@ export declare type ReportingFulfillmentIsVirtual = io.flow.internal.v0.enums.Re
|
|
|
24702
25092
|
export declare type ReportingFx = io.flow.internal.v0.models.ReportingFx;
|
|
24703
25093
|
export declare type ReportingMerchantBreakdown = io.flow.internal.v0.models.ReportingMerchantBreakdown;
|
|
24704
25094
|
export declare type ReportingMerchantFees = io.flow.internal.v0.models.ReportingMerchantFees;
|
|
25095
|
+
export declare type ReportingMerchantFreight = io.flow.internal.v0.models.ReportingMerchantFreight;
|
|
25096
|
+
export declare type ReportingMerchantFreightSurcharges = io.flow.internal.v0.models.ReportingMerchantFreightSurcharges;
|
|
24705
25097
|
export declare type ReportingMerchantSubsidies = io.flow.internal.v0.models.ReportingMerchantSubsidies;
|
|
24706
25098
|
export declare type ReportingMerchantTransactions = io.flow.internal.v0.models.ReportingMerchantTransactions;
|
|
24707
25099
|
export declare type ReportingMonetaryValue = io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
@@ -24731,6 +25123,7 @@ export declare type RestrictionAttributeResult = io.flow.internal.v0.enums.Restr
|
|
|
24731
25123
|
export declare type RestrictionAttributeRule = io.flow.internal.v0.models.RestrictionAttributeRule;
|
|
24732
25124
|
export declare type RestrictionAttributeRuleCondition = io.flow.internal.v0.unions.RestrictionAttributeRuleCondition;
|
|
24733
25125
|
export declare type RestrictionBlanketOrganizationExemption = io.flow.internal.v0.models.RestrictionBlanketOrganizationExemption;
|
|
25126
|
+
export declare type RestrictionBlanketOrganizationExemptionForm = io.flow.internal.v0.models.RestrictionBlanketOrganizationExemptionForm;
|
|
24734
25127
|
export declare type RestrictionCategory = io.flow.internal.v0.models.RestrictionCategory;
|
|
24735
25128
|
export declare type RestrictionDecision = io.flow.internal.v0.enums.RestrictionDecision;
|
|
24736
25129
|
export declare type RestrictionFilter = io.flow.internal.v0.models.RestrictionFilter;
|
|
@@ -24765,13 +25158,21 @@ export declare type RestrictionRuleEffectUpserted = io.flow.internal.v0.models.R
|
|
|
24765
25158
|
export declare type RestrictionRuleExceptionAction = io.flow.internal.v0.enums.RestrictionRuleExceptionAction;
|
|
24766
25159
|
export declare type RestrictionRuleForm = io.flow.internal.v0.models.RestrictionRuleForm;
|
|
24767
25160
|
export declare type RestrictionRuleLaneExemption = io.flow.internal.v0.models.RestrictionRuleLaneExemption;
|
|
25161
|
+
export declare type RestrictionRuleLaneExemptionForm = io.flow.internal.v0.models.RestrictionRuleLaneExemptionForm;
|
|
24768
25162
|
export declare type RestrictionRuleOrganizationExemption = io.flow.internal.v0.models.RestrictionRuleOrganizationExemption;
|
|
25163
|
+
export declare type RestrictionRuleOrganizationExemptionForm = io.flow.internal.v0.models.RestrictionRuleOrganizationExemptionForm;
|
|
24769
25164
|
export declare type RestrictionRuleOverride = io.flow.internal.v0.models.RestrictionRuleOverride;
|
|
24770
25165
|
export declare type RestrictionRuleSummary = io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
24771
25166
|
export declare type RestrictionRuleUpserted = io.flow.internal.v0.models.RestrictionRuleUpserted;
|
|
24772
25167
|
export declare type RestrictionStateReviewStatus = io.flow.internal.v0.enums.RestrictionStateReviewStatus;
|
|
24773
25168
|
export declare type RestrictionStatus = io.flow.internal.v0.enums.RestrictionStatus;
|
|
24774
25169
|
export declare type RestrictionSummaryCounts = io.flow.internal.v0.models.RestrictionSummaryCounts;
|
|
25170
|
+
export declare type RestrictionsAthenaDailyopsFs = io.flow.internal.v0.models.RestrictionsAthenaDailyopsFs;
|
|
25171
|
+
export declare type RestrictionsAthenaDailyopsFsDeleted = io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsDeleted;
|
|
25172
|
+
export declare type RestrictionsAthenaDailyopsFsUpserted = io.flow.internal.v0.models.RestrictionsAthenaDailyopsFsUpserted;
|
|
25173
|
+
export declare type RestrictionsAthenaDailyopsPcPv = io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPv;
|
|
25174
|
+
export declare type RestrictionsAthenaDailyopsPcPvDeleted = io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvDeleted;
|
|
25175
|
+
export declare type RestrictionsAthenaDailyopsPcPvUpserted = io.flow.internal.v0.models.RestrictionsAthenaDailyopsPcPvUpserted;
|
|
24775
25176
|
export declare type RestrictionsDailyops = io.flow.internal.v0.models.RestrictionsDailyops;
|
|
24776
25177
|
export declare type RestrictionsDailyopsDeleted = io.flow.internal.v0.models.RestrictionsDailyopsDeleted;
|
|
24777
25178
|
export declare type RestrictionsDailyopsUpserted = io.flow.internal.v0.models.RestrictionsDailyopsUpserted;
|
|
@@ -25067,7 +25468,6 @@ export declare type TaskProcessQueuedEvent = io.flow.internal.v0.models.TaskProc
|
|
|
25067
25468
|
export declare type TaskProcessorKey = io.flow.internal.v0.enums.TaskProcessorKey;
|
|
25068
25469
|
export declare type TaskSummarizeCode = io.flow.internal.v0.models.TaskSummarizeCode;
|
|
25069
25470
|
export declare type TaxAmount = io.flow.internal.v0.unions.TaxAmount;
|
|
25070
|
-
export declare type TaxAndDutyInclusivitySetting = io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting;
|
|
25071
25471
|
export declare type TaxCalculation = io.flow.internal.v0.models.TaxCalculation;
|
|
25072
25472
|
export declare type TaxCalculationError = io.flow.internal.v0.models.TaxCalculationError;
|
|
25073
25473
|
export declare type TaxCalculationErrorCode = io.flow.internal.v0.enums.TaxCalculationErrorCode;
|