@flowio/api-internal-prop-types 9.24.131 → 9.24.134
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/lib/api-internal.d.ts +454 -353
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +454 -353
- package/src/api-internal.js +642 -430
package/src/api-internal.d.ts
CHANGED
|
@@ -1128,6 +1128,10 @@ declare namespace io.flow.restrictions.v0.models {
|
|
|
1128
1128
|
readonly 'hs_code'?: string;
|
|
1129
1129
|
readonly 'restricted_regions_by_type'?: io.flow.sellability.v0.models.SellabilityRegionResult[];
|
|
1130
1130
|
readonly 'needs_action_attributes'?: io.flow.restrictions.v0.models.NeedsActionAttributes[];
|
|
1131
|
+
readonly 'fingerprint'?: string;
|
|
1132
|
+
readonly 'restriction_created_at'?: string;
|
|
1133
|
+
readonly 'first_reviewed_at'?: string;
|
|
1134
|
+
readonly 'seconds_to_first_review'?: number;
|
|
1131
1135
|
}
|
|
1132
1136
|
|
|
1133
1137
|
interface ReasonsPerRegion {
|
|
@@ -4410,7 +4414,7 @@ declare namespace io.flow.label.v0.enums {
|
|
|
4410
4414
|
type CommercialInvoiceMode = 'direct' | 'indirect';
|
|
4411
4415
|
type CostEstimateSource = 'flow' | 'channel';
|
|
4412
4416
|
type Direction = 'outbound' | 'return';
|
|
4413
|
-
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated';
|
|
4417
|
+
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'flow_simulation_sync' | 'autogenerated' | 'legacy_shopify_graphql_server';
|
|
4414
4418
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
4415
4419
|
type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
|
|
4416
4420
|
type PackageDimensionsSource = 'provided' | 'item_dimensions_estimated' | 'dimensions_estimated' | 'default_item_dimensions_estimated';
|
|
@@ -5859,6 +5863,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
5859
5863
|
|
|
5860
5864
|
interface ShopifyTestOrder {
|
|
5861
5865
|
readonly 'id': string;
|
|
5866
|
+
readonly 'submitted_at': string;
|
|
5862
5867
|
}
|
|
5863
5868
|
|
|
5864
5869
|
interface ThirdPartyLogisticsPartner {
|
|
@@ -5903,6 +5908,7 @@ declare namespace io.flow.consumer.invoice.v0.models {
|
|
|
5903
5908
|
readonly 'b2b_invoice_type': io.flow.consumer.invoice.v0.enums.B2BInvoiceType;
|
|
5904
5909
|
readonly 'center'?: io.flow.consumer.invoice.v0.models.ConsumerInvoiceCenterReference;
|
|
5905
5910
|
readonly 'order'?: io.flow.consumer.invoice.v0.models.ConsumerInvoiceOrderSummary;
|
|
5911
|
+
readonly 'voids_b2b_invoice'?: boolean;
|
|
5906
5912
|
}
|
|
5907
5913
|
|
|
5908
5914
|
interface B2BInvoice {
|
|
@@ -8411,7 +8417,7 @@ declare namespace io.flow.channel.shopify.internal.v0.models {
|
|
|
8411
8417
|
declare namespace io.flow.order.price.v0.enums {
|
|
8412
8418
|
type OrderPriceDetailComponentKey = 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge' | 'tip';
|
|
8413
8419
|
type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
|
|
8414
|
-
type OrderPriceFeeType = 'service' | 'fx' | 'tax' | 'duties' | 'tax_and_duties' | 'product';
|
|
8420
|
+
type OrderPriceFeeType = 'service' | 'fx' | 'tax' | 'duties' | 'tax_and_duties' | 'product' | 'mor_tax';
|
|
8415
8421
|
}
|
|
8416
8422
|
|
|
8417
8423
|
declare namespace io.flow.order.price.v0.models {
|
|
@@ -8843,7 +8849,7 @@ declare namespace io.flow.common.v0.models {
|
|
|
8843
8849
|
|
|
8844
8850
|
interface DiscountForm {
|
|
8845
8851
|
readonly 'offer': io.flow.common.v0.unions.DiscountOffer;
|
|
8846
|
-
readonly 'target'
|
|
8852
|
+
readonly 'target': io.flow.common.v0.enums.DiscountTarget;
|
|
8847
8853
|
readonly 'label'?: string;
|
|
8848
8854
|
}
|
|
8849
8855
|
|
|
@@ -8935,6 +8941,7 @@ declare namespace io.flow.common.v0.models {
|
|
|
8935
8941
|
interface LineItemForm {
|
|
8936
8942
|
readonly 'number': string;
|
|
8937
8943
|
readonly 'quantity': number;
|
|
8944
|
+
readonly 'line_item_identifier'?: string;
|
|
8938
8945
|
readonly 'shipment_estimate'?: io.flow.common.v0.models.DatetimeRange;
|
|
8939
8946
|
readonly 'price'?: io.flow.common.v0.models.Money;
|
|
8940
8947
|
readonly 'attributes'?: Record<string, string>;
|
|
@@ -9044,7 +9051,7 @@ declare namespace io.flow.common.v0.models {
|
|
|
9044
9051
|
readonly 'parent'?: io.flow.common.v0.models.OrganizationReference;
|
|
9045
9052
|
readonly 'defaults'?: io.flow.common.v0.models.OrganizationDefaults;
|
|
9046
9053
|
readonly 'created_at'?: string;
|
|
9047
|
-
readonly 'status'
|
|
9054
|
+
readonly 'status': io.flow.common.v0.enums.OrganizationStatus;
|
|
9048
9055
|
readonly 'type'?: io.flow.common.v0.enums.OrganizationType;
|
|
9049
9056
|
}
|
|
9050
9057
|
|
|
@@ -10855,6 +10862,12 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
10855
10862
|
readonly 'name': string;
|
|
10856
10863
|
}
|
|
10857
10864
|
|
|
10865
|
+
interface RatecardData {
|
|
10866
|
+
readonly 'dhlParcelDistributionCenter'?: string;
|
|
10867
|
+
readonly 'glbeRatecardMetadataLaneIdentifier'?: string;
|
|
10868
|
+
readonly 'pickupCenter'?: string;
|
|
10869
|
+
}
|
|
10870
|
+
|
|
10858
10871
|
interface RatecardEstimateForm {
|
|
10859
10872
|
readonly 'origin_address': io.flow.common.v0.models.Address;
|
|
10860
10873
|
readonly 'destination_address': io.flow.common.v0.models.Address;
|
|
@@ -10947,7 +10960,7 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
10947
10960
|
readonly 'glbe_shipping_method_id'?: string;
|
|
10948
10961
|
readonly 'glbe_proposition_name'?: string;
|
|
10949
10962
|
readonly 'channel_revenue_share_percentage'?: number;
|
|
10950
|
-
readonly 'data'?:
|
|
10963
|
+
readonly 'data'?: io.flow.ratecard.v0.models.RatecardData;
|
|
10951
10964
|
}
|
|
10952
10965
|
|
|
10953
10966
|
interface RatecardLane {
|
|
@@ -11994,7 +12007,6 @@ declare namespace io.flow.merchant.onboarding.v0.models {
|
|
|
11994
12007
|
readonly 'beneficiary_details'?: io.flow.merchant.onboarding.v0.models.MerchantOnboardingBeneficiaryDetails;
|
|
11995
12008
|
readonly 'other_trade_sector'?: string;
|
|
11996
12009
|
readonly 'center_contact'?: io.flow.merchant.onboarding.v0.models.OperationsContact;
|
|
11997
|
-
readonly 'center_address'?: io.flow.common.v0.models.Address;
|
|
11998
12010
|
readonly 'average_order_weight'?: number;
|
|
11999
12011
|
readonly 'average_order_weight_unit'?: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
12000
12012
|
readonly 'package_dimensions'?: io.flow.common.v0.models.Dimension[];
|
|
@@ -12022,7 +12034,6 @@ declare namespace io.flow.merchant.onboarding.v0.models {
|
|
|
12022
12034
|
readonly 'beneficiary_details'?: io.flow.merchant.onboarding.v0.models.MerchantOnboardingBeneficiaryDetails;
|
|
12023
12035
|
readonly 'other_trade_sector'?: string;
|
|
12024
12036
|
readonly 'center_contact'?: io.flow.merchant.onboarding.v0.models.OperationsContact;
|
|
12025
|
-
readonly 'center_address'?: io.flow.common.v0.models.Address;
|
|
12026
12037
|
readonly 'average_order_weight'?: number;
|
|
12027
12038
|
readonly 'average_order_weight_unit'?: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
12028
12039
|
readonly 'package_dimensions'?: io.flow.common.v0.models.Dimension[];
|
|
@@ -12123,6 +12134,7 @@ declare namespace io.flow.merchant.onboarding.v0.models {
|
|
|
12123
12134
|
readonly 'company'?: string;
|
|
12124
12135
|
readonly 'email'?: string;
|
|
12125
12136
|
readonly 'phone'?: string;
|
|
12137
|
+
readonly 'address'?: io.flow.common.v0.models.Address;
|
|
12126
12138
|
}
|
|
12127
12139
|
|
|
12128
12140
|
interface Shop {
|
|
@@ -12623,7 +12635,7 @@ declare namespace io.flow.inventory.v0.models {
|
|
|
12623
12635
|
|
|
12624
12636
|
interface InventoryUnlimited {
|
|
12625
12637
|
readonly 'discriminator': 'inventory_unlimited';
|
|
12626
|
-
readonly 'placeholder'
|
|
12638
|
+
readonly 'placeholder': string;
|
|
12627
12639
|
}
|
|
12628
12640
|
|
|
12629
12641
|
interface InventoryUpdate {
|
|
@@ -12861,14 +12873,14 @@ declare namespace io.flow.item.v0.models {
|
|
|
12861
12873
|
}
|
|
12862
12874
|
|
|
12863
12875
|
declare namespace io.flow.billing.v0.enums {
|
|
12864
|
-
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'tax' | 'duty' | 'tax_and_duty' | 'product' | 'tax_and_duty_fx_diff' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp';
|
|
12876
|
+
type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'tax' | 'duty' | 'tax_and_duty' | 'product' | 'tax_and_duty_fx_diff' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee' | 'sp' | 'rev_share';
|
|
12865
12877
|
type PayoutAttachmentType = 'transactions';
|
|
12866
12878
|
type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
|
|
12867
12879
|
type PendingPayoutTransactionReasonCode = 'waiting_for_full_refund' | 'waiting_for_fulfillment' | 'waiting_for_in_transit' | 'waiting_for_next_payout_date' | 'waiting_for_tracking_info' | 'waiting_for_positive_account_balance' | 'unfulfilled_amount_greater_than_negative_balance' | 'account_payment_hold';
|
|
12868
12880
|
type StatementAttachmentType = 'csv' | 'pdf';
|
|
12869
12881
|
type StatementStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
12870
|
-
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';
|
|
12871
|
-
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';
|
|
12882
|
+
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';
|
|
12883
|
+
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';
|
|
12872
12884
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups' | 'fedex';
|
|
12873
12885
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
12874
12886
|
}
|
|
@@ -13162,7 +13174,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
13162
13174
|
readonly 'label_created_at': string;
|
|
13163
13175
|
readonly 'carrier_id': string;
|
|
13164
13176
|
readonly 'carrier_tracking_number': string;
|
|
13165
|
-
readonly 'revenue_share_percentage'
|
|
13177
|
+
readonly 'revenue_share_percentage'?: number;
|
|
13166
13178
|
readonly 'outbound'?: io.flow.billing.v0.models.TransactionMetadataOutboundTransaction;
|
|
13167
13179
|
}
|
|
13168
13180
|
|
|
@@ -13202,6 +13214,19 @@ declare namespace io.flow.billing.v0.models {
|
|
|
13202
13214
|
readonly 'description': string;
|
|
13203
13215
|
readonly 'original'?: io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
|
|
13204
13216
|
readonly 'url'?: string;
|
|
13217
|
+
readonly 'recoup'?: boolean;
|
|
13218
|
+
}
|
|
13219
|
+
|
|
13220
|
+
interface TransactionMetadataMerchantFee {
|
|
13221
|
+
readonly 'discriminator': 'merchant_fee';
|
|
13222
|
+
readonly 'items': io.flow.billing.v0.models.TransactionMetadataMerchantFeeItem[];
|
|
13223
|
+
}
|
|
13224
|
+
|
|
13225
|
+
interface TransactionMetadataMerchantFeeItem {
|
|
13226
|
+
readonly 'type': string;
|
|
13227
|
+
readonly 'amount': number;
|
|
13228
|
+
readonly 'local_amount'?: number;
|
|
13229
|
+
readonly 'description'?: string;
|
|
13205
13230
|
}
|
|
13206
13231
|
|
|
13207
13232
|
interface TransactionMetadataOriginalTransaction {
|
|
@@ -13352,7 +13377,7 @@ declare namespace io.flow.billing.v0.unions {
|
|
|
13352
13377
|
type BankAccountForm = (io.flow.billing.v0.models.BankAccountFormInfo | io.flow.billing.v0.models.BankAccountFormSimple);
|
|
13353
13378
|
type PayoutStatus = (io.flow.billing.v0.models.PayoutStatusScheduled | io.flow.billing.v0.models.PayoutStatusSent | io.flow.billing.v0.models.PayoutStatusFailed);
|
|
13354
13379
|
type Settlement = (io.flow.billing.v0.models.SettlementNoPayout | io.flow.billing.v0.models.SettlementPayout);
|
|
13355
|
-
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);
|
|
13380
|
+
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);
|
|
13356
13381
|
}
|
|
13357
13382
|
|
|
13358
13383
|
declare namespace io.flow.harmonization.v0.enums {
|
|
@@ -13377,6 +13402,11 @@ declare namespace io.flow.harmonization.v0.models {
|
|
|
13377
13402
|
readonly 'company_name_match_result_reason'?: string;
|
|
13378
13403
|
}
|
|
13379
13404
|
|
|
13405
|
+
interface HarmonizationTariffCode {
|
|
13406
|
+
readonly 'tariff_code': string;
|
|
13407
|
+
readonly 'destination': string;
|
|
13408
|
+
}
|
|
13409
|
+
|
|
13380
13410
|
interface HarmonizedCategoryReference {
|
|
13381
13411
|
readonly 'id': string;
|
|
13382
13412
|
}
|
|
@@ -13472,6 +13502,13 @@ declare namespace io.flow.harmonization.v0.models {
|
|
|
13472
13502
|
readonly 'tax': io.flow.price.v0.models.Tax;
|
|
13473
13503
|
}
|
|
13474
13504
|
|
|
13505
|
+
interface TariffCodes {
|
|
13506
|
+
readonly 'item_number': string;
|
|
13507
|
+
readonly 'product_id': string;
|
|
13508
|
+
readonly 'hs6_code': string;
|
|
13509
|
+
readonly 'codes': io.flow.harmonization.v0.models.HarmonizationTariffCode[];
|
|
13510
|
+
}
|
|
13511
|
+
|
|
13475
13512
|
interface TaxRegistration {
|
|
13476
13513
|
readonly 'id': string;
|
|
13477
13514
|
readonly 'key': string;
|
|
@@ -13732,7 +13769,7 @@ declare namespace io.flow.sellability.v0.enums {
|
|
|
13732
13769
|
type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
|
|
13733
13770
|
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity' | 'external_service_unavailable';
|
|
13734
13771
|
type SellabilityRequestStatus = 'commit';
|
|
13735
|
-
type SellabilityResultErrorCode = 'insufficient_details' | 'generic_error';
|
|
13772
|
+
type SellabilityResultErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity' | 'external_service_unavailable' | 'generic_error' | 'catalog_processing_threshold';
|
|
13736
13773
|
type SellabilityResultStatus = 'in_review' | 'succeeded' | 'failed';
|
|
13737
13774
|
type SellabilityScreeningMode = 'pre_onboarding' | 'default_on' | 'active';
|
|
13738
13775
|
}
|
|
@@ -13760,6 +13797,7 @@ declare namespace io.flow.sellability.v0.models {
|
|
|
13760
13797
|
}
|
|
13761
13798
|
|
|
13762
13799
|
interface ProductSellabilityResult {
|
|
13800
|
+
readonly 'id': string;
|
|
13763
13801
|
readonly 'merchant_id'?: string;
|
|
13764
13802
|
readonly 'product_id': string;
|
|
13765
13803
|
readonly 'restricted_regions': io.flow.sellability.v0.models.SellabilityRestrictedRegion[];
|
|
@@ -13778,12 +13816,14 @@ declare namespace io.flow.sellability.v0.models {
|
|
|
13778
13816
|
interface SellabilityNeedsActionAttributes {
|
|
13779
13817
|
readonly 'reason_code': string;
|
|
13780
13818
|
readonly 'category_metafield_handles': string[];
|
|
13819
|
+
readonly 'category_metafield_ids': string[];
|
|
13781
13820
|
readonly 'require_msds'?: boolean;
|
|
13782
13821
|
}
|
|
13783
13822
|
|
|
13784
13823
|
interface SellabilityReasonWithRegions {
|
|
13785
13824
|
readonly 'reason': string;
|
|
13786
13825
|
readonly 'regions': string[];
|
|
13826
|
+
readonly 'review_status'?: string;
|
|
13787
13827
|
}
|
|
13788
13828
|
|
|
13789
13829
|
interface SellabilityRegionResult {
|
|
@@ -14048,14 +14088,10 @@ declare namespace io.flow.billing.bank.account.v0.models {
|
|
|
14048
14088
|
|
|
14049
14089
|
interface BankAccountInfoKor {
|
|
14050
14090
|
readonly 'discriminator': 'kor';
|
|
14051
|
-
readonly 'name'
|
|
14052
|
-
readonly 'address'?: io.flow.common.v0.models.Address;
|
|
14053
|
-
readonly 'phone'?: string;
|
|
14054
|
-
readonly 'email'?: string;
|
|
14091
|
+
readonly 'name': string;
|
|
14055
14092
|
readonly 'bank_account_number': string;
|
|
14056
|
-
readonly 'bank_routing_number'
|
|
14057
|
-
readonly 'bank_name'
|
|
14058
|
-
readonly 'bank_address'?: io.flow.common.v0.models.Address;
|
|
14093
|
+
readonly 'bank_routing_number': string;
|
|
14094
|
+
readonly 'bank_name': string;
|
|
14059
14095
|
}
|
|
14060
14096
|
|
|
14061
14097
|
interface BankAccountInfoUsa {
|
|
@@ -14070,19 +14106,19 @@ declare namespace io.flow.billing.bank.account.v0.unions {
|
|
|
14070
14106
|
}
|
|
14071
14107
|
|
|
14072
14108
|
declare namespace io.flow.internal.v0.enums {
|
|
14109
|
+
type AccountCurrencyFilter = 'GBP' | 'CAD' | 'USD';
|
|
14073
14110
|
type AccountPaymentHoldReason = 'fraudulent' | 'frozen' | 'invalid_bank_account';
|
|
14074
14111
|
type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
|
|
14075
14112
|
type AccountType = 'channel' | 'organization';
|
|
14076
14113
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
14077
14114
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
14078
|
-
type AldoItemType = 'physical' | 'digital';
|
|
14079
14115
|
type AmruthaItemType = 'physical' | 'digital';
|
|
14080
|
-
type AnirbanItemType = 'physical' | 'digital';
|
|
14081
|
-
type AnshItemType = 'physical' | 'digital';
|
|
14082
14116
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
14083
14117
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
14084
14118
|
type ApplicablePreferentialRate = 'baby' | 'children';
|
|
14085
14119
|
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';
|
|
14120
|
+
type B2BFeeMorTaxTriggerType = 'capture' | 'order';
|
|
14121
|
+
type B2BFeeShippingTaxTriggerType = 'label' | 'trueup';
|
|
14086
14122
|
type B2BTaxLedgerDocumentType = 'b2b_invoice' | 'b2b_credit_memo';
|
|
14087
14123
|
type B2BTaxRateType = 'basic' | 'preferential' | 'exempt';
|
|
14088
14124
|
type BankAccountStatus = 'on_hold' | 'not_on_hold';
|
|
@@ -14092,7 +14128,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14092
14128
|
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';
|
|
14093
14129
|
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';
|
|
14094
14130
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
14095
|
-
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';
|
|
14131
|
+
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';
|
|
14132
|
+
type BojanaItemType = 'physical' | 'digital';
|
|
14096
14133
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
14097
14134
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
14098
14135
|
type CarrierChargeType = 'label' | 'tax' | 'other';
|
|
@@ -14121,11 +14158,13 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14121
14158
|
type CheckoutPromptBehavior = 'always' | 'incomplete';
|
|
14122
14159
|
type CheckoutShippingMethodPromptBehavior = 'always' | 'multiple';
|
|
14123
14160
|
type CheckoutUrlType = 'continue_shopping' | 'confirmation' | 'invalid_checkout';
|
|
14161
|
+
type ChenglinItemType = 'physical' | 'digital';
|
|
14124
14162
|
type ClassificationDecision = 'Accept' | 'Reject';
|
|
14125
14163
|
type ClassificationErrorCode = 'generic_error';
|
|
14126
|
-
type ClassificationFailureReason = 'low_confidence' | 'timeout';
|
|
14164
|
+
type ClassificationFailureReason = 'low_confidence' | 'timeout' | 'missing_hs6_code' | 'invalid_price';
|
|
14127
14165
|
type ClassificationPlatform = 'GlobalE' | 'Flow' | 'FlowOnboarding' | 'Borderfree';
|
|
14128
14166
|
type ClassificationScope = 'Item' | 'Product';
|
|
14167
|
+
type ClassificationSource = 'sellability';
|
|
14129
14168
|
type ClassificationType = 'None' | 'Manual' | 'ML' | 'System';
|
|
14130
14169
|
type ClothingAgeClassification = 'None' | 'AgeKidsGeneral' | 'Age0_10' | 'Age10_13' | 'Age13_14';
|
|
14131
14170
|
type CommercialInvoiceVersion = 'v2_2_1';
|
|
@@ -14161,7 +14200,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14161
14200
|
type EmptyAttribute = 'irrelevant';
|
|
14162
14201
|
type ErpFileType = 'vendor';
|
|
14163
14202
|
type EvaluationCheckResult = 'pass' | 'fail';
|
|
14164
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'fulfillment_status_upserted' | 'fulfillment_status_deleted' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_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' | 'anirban_item_upserted' | 'anirban_item_deleted' | 'sarvesh_item_upserted' | 'sarvesh_item_deleted' | 'hosein_item_upserted' | 'hosein_item_deleted' | 'niall_item_upserted' | 'niall_item_deleted' | 'rohan_item_upserted' | 'rohan_item_deleted' | 'aldo_item_upserted' | 'aldo_item_deleted' | 'ansh_item_upserted' | 'ansh_item_deleted' | 'gabriel_item_upserted' | 'gabriel_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';
|
|
14203
|
+
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';
|
|
14165
14204
|
type ExperienceImportType = 'experience_with_settings';
|
|
14166
14205
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
14167
14206
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -14180,7 +14219,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14180
14219
|
type GoogleAnalyticsPlugin = 'ec';
|
|
14181
14220
|
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog' | 'shopify_webhook';
|
|
14182
14221
|
type HarmonizationDecisionSource = 'human' | 'system' | 'legacy_model' | 'enterprise_model' | 'merchant';
|
|
14183
|
-
type HoseinItemType = 'physical' | 'digital';
|
|
14184
14222
|
type Hs6CodeSource = 'sellability' | 'classification' | 'human';
|
|
14185
14223
|
type HttpMethod = 'get' | 'post';
|
|
14186
14224
|
type InternalPaymentEntityType = 'authorization' | 'capture' | 'refund' | 'dispute';
|
|
@@ -14197,22 +14235,21 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14197
14235
|
type LabelEventMedium = 'webhook' | 'pull' | 'post';
|
|
14198
14236
|
type LabelEventSource = 'aftership' | 'carrier' | 'flow';
|
|
14199
14237
|
type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system' | 'carrier';
|
|
14200
|
-
type LabelRequestResultOrganizationType = 'all' | '
|
|
14238
|
+
type LabelRequestResultOrganizationType = 'all' | 'cafe24_production' | 'shopify_production' | 'sandbox';
|
|
14201
14239
|
type LabelRequestResultState = 'success' | 'failure';
|
|
14202
14240
|
type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
|
|
14203
|
-
type LedgerReportType = 'periodic_mor_jurisdiction_report';
|
|
14241
|
+
type LedgerReportType = 'periodic_mor_jurisdiction_report' | 'periodic_mor_jurisdiction_sandbox_report';
|
|
14204
14242
|
type LedgerReportUrlType = 'sharepoint' | 's3';
|
|
14205
14243
|
type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
|
|
14206
14244
|
type LogisticsCapability = 'logistics_address_correction';
|
|
14207
14245
|
type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
|
|
14208
14246
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
14209
|
-
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';
|
|
14247
|
+
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';
|
|
14210
14248
|
type MerchantFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
|
|
14211
14249
|
type MerchantOfRecord = 'global_e_united_states' | 'global_e_united_kingdom' | 'global_e_canada' | 'global_e_netherlands' | 'uk_global_e_canada' | 'uk_global_e_netherlands' | 'uk_global_e_united_states' | 'ca_global_e_united_kingdom' | 'ca_global_e_netherlands' | 'ca_global_e_united_states';
|
|
14212
14250
|
type MerchantOverrideStatus = 'pending' | 'in_review' | 'accepted' | 'rejected';
|
|
14213
14251
|
type MixedBagWeight = '0' | '1' | '2';
|
|
14214
14252
|
type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
|
|
14215
|
-
type NiallItemType = 'physical' | 'digital';
|
|
14216
14253
|
type NoLiabilityReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'zero_rate_on_sale' | 'goods_above_value_threshold' | 'goods_below_value_threshold' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_by_trade_agreement';
|
|
14217
14254
|
type NonL4LTaxDutyFxTransactionType = 'adjustment' | 'reversal' | 'fee';
|
|
14218
14255
|
type OnboardingAuditMessageLevel = 'info' | 'warning' | 'error';
|
|
@@ -14233,6 +14270,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14233
14270
|
type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
|
|
14234
14271
|
type OrganizationMetricType = 'organization_restriction_status';
|
|
14235
14272
|
type OrganizationPaymentStatus = 'active' | 'archived';
|
|
14273
|
+
type OrganizationPromotionStatus = 'in_progress' | 'completed' | 'failed';
|
|
14236
14274
|
type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
|
|
14237
14275
|
type OrganizationRestrictionNoteType = 'internal' | 'rejection_reason' | 'additional_rejection_info';
|
|
14238
14276
|
type OrganizationRestrictionReviewType = 'all_pending' | 'pending_verification';
|
|
@@ -14246,7 +14284,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14246
14284
|
type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
|
|
14247
14285
|
type PaymentTerm = 'net7' | 'net15' | 'net30';
|
|
14248
14286
|
type PendingRecordType = 'verification' | 'classification' | 'restriction';
|
|
14249
|
-
type PrateekItemType = 'physical' | 'digital';
|
|
14250
14287
|
type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
|
|
14251
14288
|
type PreonboardingClassificationDecision = 'Accept' | 'Reject';
|
|
14252
14289
|
type PreonboardingClassificationPlatform = 'FlowOnboarding';
|
|
@@ -14276,7 +14313,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14276
14313
|
type RestrictionAttributeOperator = 'and' | 'or';
|
|
14277
14314
|
type RestrictionAttributeResult = 'pending_classification' | 'pending_verification' | 'accepted' | 'restricted';
|
|
14278
14315
|
type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
|
|
14279
|
-
type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox' | 'enterprise-qa';
|
|
14316
|
+
type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox' | 'enterprise-qa' | 'cafe24' | 'cafe24-sandbox';
|
|
14280
14317
|
type RestrictionOrganizationSource = 'smb' | 'enterprise';
|
|
14281
14318
|
type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
|
|
14282
14319
|
type RestrictionRuleCommunityExemption = 'domestic_exemption' | 'intra_eu_exemption';
|
|
@@ -14286,10 +14323,14 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14286
14323
|
type RevenueRecordType = 'pending' | 'sales' | 'refund';
|
|
14287
14324
|
type RiskCheck = 'three_d_secure';
|
|
14288
14325
|
type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
|
|
14289
|
-
type RohanItemType = 'physical' | 'digital';
|
|
14290
|
-
type SarveshItemType = 'physical' | 'digital';
|
|
14291
14326
|
type SellabilityCheckStatus = 'more_restrictive' | 'less_restrictive' | 'similar' | 'regions_differ' | 'rules_differ';
|
|
14327
|
+
type SellabilityInternalMatchType = 'positive_keyword' | 'auto_restricted';
|
|
14292
14328
|
type SellabilityStatus = 'complete' | 'incomplete';
|
|
14329
|
+
type ShopifyCallbackErrorCode = 'UNKNOWN' | 'SYSTEM_ERROR' | 'THIRD_PARTY_SYSTEM_ERROR' | 'TIMEOUT' | 'VERSION_MISMATCH' | 'INVALID_AUTHENTICATION' | 'RATE_LIMIT_EXCEEDED' | 'TEMPORARILY_UNAVAILABLE' | 'FAILED_VALIDATION' | 'INVALID_FORMAT' | 'MISSING_VALUE' | 'OUT_OF_RANGE' | 'OVER_LIMIT' | 'UNDER_LIMIT' | 'UNAUTHORIZED' | 'NOT_FOUND' | 'EXPIRED';
|
|
14330
|
+
type ShopifyChargeCode = 'transport_cost' | 'above_threshold' | 'additional_handling' | 'customs_additional_fees' | 'customs_clearance' | 'customs_duties' | 'customs_regulatory_fee' | 'customs_duty' | 'customs_taxes' | 'dangerous_goods' | 'delivery_area_surcharge' | 'duties_fx_surcharge' | 'discount' | 'eei_filing' | 'elevated_risk_area_surcharge' | 'emergency_situation_surcharge' | 'environmental_surcharge' | 'fuel_surcharge' | 'oversize_piece_surcharge' | 'packaging' | 'pickup_area_surcharge' | 'peak_surcharge' | 'remote_delivery_area_surcharge' | 'residential_surcharge' | 'security_surcharge' | 'shipper_intercept' | 'address_correction' | 'undeliverable' | 'unknown' | 'prohibited_item' | 'trade_restriction_surcharge' | 'processing' | 'delivery' | 'notification' | 'broker_notification' | 'delivery_confirmation' | 'signature_required' | 'tax_gst' | 'tax_hst' | 'tax_pst' | 'tax_vat' | 'discount_tax' | 'incoterm_ddp';
|
|
14331
|
+
type ShopifyDeliveryMethodType = 'SHIPPING' | 'PICKUP_POINT';
|
|
14332
|
+
type ShopifyDimensionUnit = 'cm' | 'ft' | 'in' | 'm' | 'mm';
|
|
14333
|
+
type ShopifyIncoterm = 'DAP' | 'DDP';
|
|
14293
14334
|
type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
|
|
14294
14335
|
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';
|
|
14295
14336
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
@@ -14297,8 +14338,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14297
14338
|
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';
|
|
14298
14339
|
type ShopifyMonitoringMonitorReviewStatus = 'in_review' | 'reviewed';
|
|
14299
14340
|
type ShopifyMonitoringTrackingField = 'tracking_number' | 'carrier_service' | 'tracking_url';
|
|
14341
|
+
type ShopifyPackageType = 'BOX' | 'ENVELOPE' | 'SOFT_PACK' | 'TUBE' | 'CARRIER_PACKAGING';
|
|
14300
14342
|
type ShopifyPlanType = 'standard' | 'shopify_plus';
|
|
14301
14343
|
type ShopifyService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
14344
|
+
type ShopifyShipmentOptionCode = 'adult_signature_required' | 'delivery_confirmation' | 'insurance' | 'named_person_only' | 'no_neighbour_delivery' | 'pickup' | 'package_pickup' | 'signature_required' | 'proof_of_age' | 'proof_of_age_16' | 'proof_of_age_18' | 'proof_of_age_19' | 'proof_of_age_21' | 'incoterm_ddp' | 'incoterm_dap' | 'usps_first_mile';
|
|
14345
|
+
type ShopifyUnavailableRateReasonCode = 'SERVICE_NOT_AVAILABLE' | 'TEMPORARILY_UNAVAILABLE' | 'TIMEOUT' | 'RATE_LIMIT_EXCEEDED' | 'SYSTEM_ERROR' | 'THIRD_PARTY_SYSTEM_ERROR' | 'FAILED_VALIDATION' | 'INVALID_FORMAT' | 'MISSING_VALUE' | 'OUT_OF_RANGE';
|
|
14346
|
+
type ShopifyWeightUnit = 'g' | 'kg' | 'lb' | 'oz';
|
|
14302
14347
|
type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
|
|
14303
14348
|
type SnoozeNextActionWith = 'customer_service' | 'engineering';
|
|
14304
14349
|
type SnoozeSourceType = 'task' | 'invariant';
|
|
@@ -14469,11 +14514,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14469
14514
|
readonly 'transfer_method'?: io.flow.internal.v0.enums.TransferMethod;
|
|
14470
14515
|
readonly 'b2b_tax_remittance_days'?: number;
|
|
14471
14516
|
readonly 'merchant_of_record_fee'?: number;
|
|
14517
|
+
readonly 'merchant_of_record_fee_create_on_order'?: boolean;
|
|
14472
14518
|
readonly 'duty_guarantee_fee'?: number;
|
|
14473
14519
|
readonly 'transfer_fee'?: number;
|
|
14474
14520
|
readonly 'negative_balance_fee'?: number;
|
|
14475
14521
|
readonly 'order_service_fee'?: io.flow.internal.v0.models.TieredFee;
|
|
14476
14522
|
readonly 'label_fees'?: io.flow.internal.v0.models.AccountSettingLabelFees;
|
|
14523
|
+
readonly 'revenue_share_rate'?: number;
|
|
14477
14524
|
readonly 'charge_label_cost_directly': boolean;
|
|
14478
14525
|
readonly 'transaction_posting_method': io.flow.internal.v0.enums.TransactionPostingMethod;
|
|
14479
14526
|
readonly 'statement_transfer_transaction_location': io.flow.internal.v0.enums.StatementTransferTransactionLocation;
|
|
@@ -14484,6 +14531,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14484
14531
|
readonly 'enable_fee_reversals': boolean;
|
|
14485
14532
|
readonly 'record_reason_for_transactions_pending_payout': boolean;
|
|
14486
14533
|
readonly 'enable_negative_debits': boolean;
|
|
14534
|
+
readonly 'enable_statement_pdf': boolean;
|
|
14535
|
+
readonly 'enable_shipping_label_revenue_share'?: boolean;
|
|
14536
|
+
readonly 'enable_carrier_charge_revenue_share'?: boolean;
|
|
14537
|
+
readonly 'always_charge_organization_for_trueup'?: boolean;
|
|
14487
14538
|
}
|
|
14488
14539
|
|
|
14489
14540
|
interface AccountSettingsDeleted {
|
|
@@ -15013,37 +15064,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15013
15064
|
readonly 'placeholder'?: boolean;
|
|
15014
15065
|
}
|
|
15015
15066
|
|
|
15016
|
-
interface AldoItem {
|
|
15017
|
-
readonly 'id': string;
|
|
15018
|
-
readonly 'number': string;
|
|
15019
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
15020
|
-
readonly 'description'?: string;
|
|
15021
|
-
readonly 'type': io.flow.internal.v0.enums.AldoItemType;
|
|
15022
|
-
readonly 'added_on': string;
|
|
15023
|
-
}
|
|
15024
|
-
|
|
15025
|
-
interface AldoItemDeleted {
|
|
15026
|
-
readonly 'discriminator': 'aldo_item_deleted';
|
|
15027
|
-
readonly 'event_id': string;
|
|
15028
|
-
readonly 'timestamp': string;
|
|
15029
|
-
readonly 'id': string;
|
|
15030
|
-
}
|
|
15031
|
-
|
|
15032
|
-
interface AldoItemForm {
|
|
15033
|
-
readonly 'number': string;
|
|
15034
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
15035
|
-
readonly 'description'?: string;
|
|
15036
|
-
readonly 'type': io.flow.internal.v0.enums.AldoItemType;
|
|
15037
|
-
readonly 'added_on': string;
|
|
15038
|
-
}
|
|
15039
|
-
|
|
15040
|
-
interface AldoItemUpserted {
|
|
15041
|
-
readonly 'discriminator': 'aldo_item_upserted';
|
|
15042
|
-
readonly 'event_id': string;
|
|
15043
|
-
readonly 'timestamp': string;
|
|
15044
|
-
readonly 'item': io.flow.internal.v0.models.AldoItem;
|
|
15045
|
-
}
|
|
15046
|
-
|
|
15047
15067
|
interface AllItemsExport {
|
|
15048
15068
|
readonly 'discriminator': 'all_items_export';
|
|
15049
15069
|
readonly 'event_id': string;
|
|
@@ -15083,68 +15103,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15083
15103
|
readonly 'added_on': string;
|
|
15084
15104
|
}
|
|
15085
15105
|
|
|
15086
|
-
interface AnirbanItem {
|
|
15087
|
-
readonly 'id': string;
|
|
15088
|
-
readonly 'number': string;
|
|
15089
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
15090
|
-
readonly 'description'?: string;
|
|
15091
|
-
readonly 'type': io.flow.internal.v0.enums.AnirbanItemType;
|
|
15092
|
-
readonly 'added_on': string;
|
|
15093
|
-
}
|
|
15094
|
-
|
|
15095
|
-
interface AnirbanItemDeleted {
|
|
15096
|
-
readonly 'discriminator': 'anirban_item_deleted';
|
|
15097
|
-
readonly 'event_id': string;
|
|
15098
|
-
readonly 'timestamp': string;
|
|
15099
|
-
readonly 'id': string;
|
|
15100
|
-
}
|
|
15101
|
-
|
|
15102
|
-
interface AnirbanItemForm {
|
|
15103
|
-
readonly 'number': string;
|
|
15104
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
15105
|
-
readonly 'description'?: string;
|
|
15106
|
-
readonly 'type': io.flow.internal.v0.enums.AnirbanItemType;
|
|
15107
|
-
readonly 'added_on': string;
|
|
15108
|
-
}
|
|
15109
|
-
|
|
15110
|
-
interface AnirbanItemUpserted {
|
|
15111
|
-
readonly 'discriminator': 'anirban_item_upserted';
|
|
15112
|
-
readonly 'event_id': string;
|
|
15113
|
-
readonly 'timestamp': string;
|
|
15114
|
-
readonly 'item': io.flow.internal.v0.models.AnirbanItem;
|
|
15115
|
-
}
|
|
15116
|
-
|
|
15117
|
-
interface AnshItem {
|
|
15118
|
-
readonly 'id': string;
|
|
15119
|
-
readonly 'number': string;
|
|
15120
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
15121
|
-
readonly 'description'?: string;
|
|
15122
|
-
readonly 'type': io.flow.internal.v0.enums.AnshItemType;
|
|
15123
|
-
readonly 'added_on': string;
|
|
15124
|
-
}
|
|
15125
|
-
|
|
15126
|
-
interface AnshItemDeleted {
|
|
15127
|
-
readonly 'discriminator': 'ansh_item_deleted';
|
|
15128
|
-
readonly 'event_id': string;
|
|
15129
|
-
readonly 'timestamp': string;
|
|
15130
|
-
readonly 'id': string;
|
|
15131
|
-
}
|
|
15132
|
-
|
|
15133
|
-
interface AnshItemForm {
|
|
15134
|
-
readonly 'number': string;
|
|
15135
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
15136
|
-
readonly 'description'?: string;
|
|
15137
|
-
readonly 'type': io.flow.internal.v0.enums.AnshItemType;
|
|
15138
|
-
readonly 'added_on': string;
|
|
15139
|
-
}
|
|
15140
|
-
|
|
15141
|
-
interface AnshItemUpserted {
|
|
15142
|
-
readonly 'discriminator': 'ansh_item_upserted';
|
|
15143
|
-
readonly 'event_id': string;
|
|
15144
|
-
readonly 'timestamp': string;
|
|
15145
|
-
readonly 'item': io.flow.internal.v0.models.AnshItem;
|
|
15146
|
-
}
|
|
15147
|
-
|
|
15148
15106
|
interface ApplePayAuthorizationPayload {
|
|
15149
15107
|
readonly 'discriminator': 'apple_pay_authorization_payload';
|
|
15150
15108
|
readonly 'apple_pay_token': string;
|
|
@@ -15248,6 +15206,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15248
15206
|
readonly 'action'?: io.flow.internal.v0.enums.RestrictionStatus;
|
|
15249
15207
|
}
|
|
15250
15208
|
|
|
15209
|
+
interface B2BFeeMorTaxTriggerMetadata {
|
|
15210
|
+
readonly 'discriminator': 'b2b_fee_mor_tax_trigger_metadata';
|
|
15211
|
+
readonly 'trigger_type': io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType;
|
|
15212
|
+
}
|
|
15213
|
+
|
|
15214
|
+
interface B2BFeeShippingTaxTriggerMetadata {
|
|
15215
|
+
readonly 'discriminator': 'b2b_fee_shipping_tax_trigger_metadata';
|
|
15216
|
+
readonly 'trigger_type': io.flow.internal.v0.enums.B2BFeeShippingTaxTriggerType;
|
|
15217
|
+
}
|
|
15218
|
+
|
|
15251
15219
|
interface B2BTaxLedger {
|
|
15252
15220
|
readonly 'id': string;
|
|
15253
15221
|
readonly 'total_amount': io.flow.internal.v0.models.TaxTypeTotal;
|
|
@@ -15265,6 +15233,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15265
15233
|
readonly 'document_type': io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
|
|
15266
15234
|
readonly 'document_date': string;
|
|
15267
15235
|
readonly 'ledger_report_id'?: string;
|
|
15236
|
+
readonly 'voids_invoice_number'?: string;
|
|
15237
|
+
readonly 'document_number'?: string;
|
|
15268
15238
|
}
|
|
15269
15239
|
|
|
15270
15240
|
interface B2BTaxLedgerForm {
|
|
@@ -15283,6 +15253,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15283
15253
|
readonly 'document_type': io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
|
|
15284
15254
|
readonly 'document_date': string;
|
|
15285
15255
|
readonly 'ledger_report_id'?: string;
|
|
15256
|
+
readonly 'voids_invoice_number'?: string;
|
|
15257
|
+
readonly 'document_number'?: string;
|
|
15286
15258
|
}
|
|
15287
15259
|
|
|
15288
15260
|
interface BankAccount {
|
|
@@ -15593,6 +15565,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15593
15565
|
readonly 'tax_refund': io.flow.common.v0.models.Price;
|
|
15594
15566
|
readonly 'b2b_tax': io.flow.common.v0.models.Price;
|
|
15595
15567
|
readonly 'b2b_tax_refund': io.flow.common.v0.models.Price;
|
|
15568
|
+
readonly 'merchant_fee': io.flow.common.v0.models.Price;
|
|
15569
|
+
readonly 'b2b_fee_mor_tax': io.flow.common.v0.models.Price;
|
|
15570
|
+
readonly 'b2b_fee_shipping_tax': io.flow.common.v0.models.Price;
|
|
15596
15571
|
}
|
|
15597
15572
|
|
|
15598
15573
|
interface BillingStatementUpserted {
|
|
@@ -15659,6 +15634,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15659
15634
|
readonly 'secret_key': string;
|
|
15660
15635
|
}
|
|
15661
15636
|
|
|
15637
|
+
interface BojanaItem {
|
|
15638
|
+
readonly 'id': string;
|
|
15639
|
+
readonly 'number': string;
|
|
15640
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
15641
|
+
readonly 'description'?: string;
|
|
15642
|
+
readonly 'type': io.flow.internal.v0.enums.BojanaItemType;
|
|
15643
|
+
readonly 'added_on': string;
|
|
15644
|
+
}
|
|
15645
|
+
|
|
15646
|
+
interface BojanaItemForm {
|
|
15647
|
+
readonly 'number': string;
|
|
15648
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
15649
|
+
readonly 'description'?: string;
|
|
15650
|
+
readonly 'type': io.flow.internal.v0.enums.BojanaItemType;
|
|
15651
|
+
readonly 'added_on': string;
|
|
15652
|
+
}
|
|
15653
|
+
|
|
15662
15654
|
interface BooleanFeatureDefaultValue {
|
|
15663
15655
|
readonly 'discriminator': 'boolean';
|
|
15664
15656
|
readonly 'value': boolean;
|
|
@@ -16672,6 +16664,37 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16672
16664
|
readonly 'type': io.flow.internal.v0.enums.CheckoutUrlType;
|
|
16673
16665
|
}
|
|
16674
16666
|
|
|
16667
|
+
interface ChenglinItem {
|
|
16668
|
+
readonly 'id': string;
|
|
16669
|
+
readonly 'number': string;
|
|
16670
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
16671
|
+
readonly 'description'?: string;
|
|
16672
|
+
readonly 'type': io.flow.internal.v0.enums.GabrielItemType;
|
|
16673
|
+
readonly 'added_on': string;
|
|
16674
|
+
}
|
|
16675
|
+
|
|
16676
|
+
interface ChenglinItemDeleted {
|
|
16677
|
+
readonly 'discriminator': 'chenglin_item_deleted';
|
|
16678
|
+
readonly 'event_id': string;
|
|
16679
|
+
readonly 'timestamp': string;
|
|
16680
|
+
readonly 'id': string;
|
|
16681
|
+
}
|
|
16682
|
+
|
|
16683
|
+
interface ChenglinItemForm {
|
|
16684
|
+
readonly 'number': string;
|
|
16685
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
16686
|
+
readonly 'description'?: string;
|
|
16687
|
+
readonly 'type': io.flow.internal.v0.enums.GabrielItemType;
|
|
16688
|
+
readonly 'added_on': string;
|
|
16689
|
+
}
|
|
16690
|
+
|
|
16691
|
+
interface ChenglinItemUpserted {
|
|
16692
|
+
readonly 'discriminator': 'chenglin_item_upserted';
|
|
16693
|
+
readonly 'event_id': string;
|
|
16694
|
+
readonly 'timestamp': string;
|
|
16695
|
+
readonly 'item': io.flow.internal.v0.models.ChenglinItem;
|
|
16696
|
+
}
|
|
16697
|
+
|
|
16675
16698
|
interface Cipher {
|
|
16676
16699
|
readonly 'id': string;
|
|
16677
16700
|
readonly 'attributes': Record<string, string>;
|
|
@@ -17239,7 +17262,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17239
17262
|
readonly 'debug': io.flow.internal.v0.models.DebugDetails;
|
|
17240
17263
|
readonly 'transactions': io.flow.internal.v0.models.DebugOrderTransactionDetails[];
|
|
17241
17264
|
readonly 'reporting': io.flow.internal.v0.models.ReportingDetails;
|
|
17242
|
-
readonly 'banking'
|
|
17265
|
+
readonly 'banking'?: io.flow.internal.v0.models.DebugBankingDetails;
|
|
17243
17266
|
}
|
|
17244
17267
|
|
|
17245
17268
|
interface DebugOrderTransactionDetails {
|
|
@@ -19037,6 +19060,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19037
19060
|
readonly 'num_events': number;
|
|
19038
19061
|
}
|
|
19039
19062
|
|
|
19063
|
+
interface GenerateLoadRate {
|
|
19064
|
+
readonly 'organization_ids': string[];
|
|
19065
|
+
readonly 'events_per_second': number;
|
|
19066
|
+
readonly 'duration_seconds': number;
|
|
19067
|
+
}
|
|
19068
|
+
|
|
19040
19069
|
interface GenerateLoadSingleOrg {
|
|
19041
19070
|
readonly 'discriminator': 'generate_load_single_org';
|
|
19042
19071
|
readonly 'organization_id': string;
|
|
@@ -19207,44 +19236,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19207
19236
|
readonly 'export_id': string;
|
|
19208
19237
|
}
|
|
19209
19238
|
|
|
19210
|
-
interface HoseinItem {
|
|
19211
|
-
readonly 'id': string;
|
|
19212
|
-
readonly 'number': string;
|
|
19213
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
19214
|
-
readonly 'description'?: string;
|
|
19215
|
-
readonly 'type': io.flow.internal.v0.enums.HoseinItemType;
|
|
19216
|
-
readonly 'added_on': string;
|
|
19217
|
-
}
|
|
19218
|
-
|
|
19219
|
-
interface HoseinItemDeleted {
|
|
19220
|
-
readonly 'discriminator': 'hosein_item_deleted';
|
|
19221
|
-
readonly 'event_id': string;
|
|
19222
|
-
readonly 'timestamp': string;
|
|
19223
|
-
readonly 'id': string;
|
|
19224
|
-
}
|
|
19225
|
-
|
|
19226
|
-
interface HoseinItemForm {
|
|
19227
|
-
readonly 'number': string;
|
|
19228
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
19229
|
-
readonly 'description'?: string;
|
|
19230
|
-
readonly 'type': io.flow.internal.v0.enums.HoseinItemType;
|
|
19231
|
-
readonly 'added_on': string;
|
|
19232
|
-
}
|
|
19233
|
-
|
|
19234
|
-
interface HoseinItemUpserted {
|
|
19235
|
-
readonly 'discriminator': 'hosein_item_upserted';
|
|
19236
|
-
readonly 'event_id': string;
|
|
19237
|
-
readonly 'timestamp': string;
|
|
19238
|
-
readonly 'item': io.flow.internal.v0.models.HoseinItem;
|
|
19239
|
-
}
|
|
19240
|
-
|
|
19241
19239
|
interface Hs6 {
|
|
19242
19240
|
readonly 'code': string;
|
|
19243
19241
|
readonly 'description': string;
|
|
19244
19242
|
}
|
|
19245
19243
|
|
|
19246
19244
|
interface Hs6Metadata {
|
|
19247
|
-
readonly 'description'
|
|
19245
|
+
readonly 'description'?: string;
|
|
19246
|
+
readonly 'classification_source'?: io.flow.internal.v0.enums.ClassificationSource;
|
|
19248
19247
|
}
|
|
19249
19248
|
|
|
19250
19249
|
interface ImportCompleted {
|
|
@@ -19753,11 +19752,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19753
19752
|
readonly 'values': string[];
|
|
19754
19753
|
}
|
|
19755
19754
|
|
|
19756
|
-
interface JeanDemoItem {
|
|
19757
|
-
readonly 'id': string;
|
|
19758
|
-
readonly 'name': string;
|
|
19759
|
-
}
|
|
19760
|
-
|
|
19761
19755
|
interface Journal {
|
|
19762
19756
|
readonly 'name': string;
|
|
19763
19757
|
readonly 'queued': number;
|
|
@@ -19878,34 +19872,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19878
19872
|
readonly 'postal'?: string;
|
|
19879
19873
|
}
|
|
19880
19874
|
|
|
19881
|
-
interface LabelGenerationSettings {
|
|
19882
|
-
readonly 'id': string;
|
|
19883
|
-
readonly 'auto_generate_query'?: string;
|
|
19884
|
-
readonly 'commercial_invoice_only_query'?: string;
|
|
19885
|
-
}
|
|
19886
|
-
|
|
19887
|
-
interface LabelGenerationSettingsDeleted {
|
|
19888
|
-
readonly 'discriminator': 'label_generation_settings_deleted';
|
|
19889
|
-
readonly 'event_id': string;
|
|
19890
|
-
readonly 'timestamp': string;
|
|
19891
|
-
readonly 'organization': string;
|
|
19892
|
-
readonly 'id': string;
|
|
19893
|
-
}
|
|
19894
|
-
|
|
19895
|
-
interface LabelGenerationSettingsForm {
|
|
19896
|
-
readonly 'item_identifier'?: string;
|
|
19897
|
-
readonly 'auto_generate_query'?: string;
|
|
19898
|
-
readonly 'commercial_invoice_only_query'?: string;
|
|
19899
|
-
}
|
|
19900
|
-
|
|
19901
|
-
interface LabelGenerationSettingsUpserted {
|
|
19902
|
-
readonly 'discriminator': 'label_generation_settings_upserted';
|
|
19903
|
-
readonly 'event_id': string;
|
|
19904
|
-
readonly 'timestamp': string;
|
|
19905
|
-
readonly 'organization': string;
|
|
19906
|
-
readonly 'label_generation_settings': io.flow.internal.v0.models.LabelGenerationSettings;
|
|
19907
|
-
}
|
|
19908
|
-
|
|
19909
19875
|
interface LabelInvoiceRequest {
|
|
19910
19876
|
readonly 'id': string;
|
|
19911
19877
|
readonly 'label': io.flow.internal.v0.models.TrueupLabelSummary;
|
|
@@ -19990,6 +19956,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19990
19956
|
readonly 'reference_id'?: string;
|
|
19991
19957
|
readonly 'logistics_integration_provider'?: string;
|
|
19992
19958
|
readonly 'tax_lrp_liabilities'?: io.flow.internal.v0.models.Liability[];
|
|
19959
|
+
readonly 'channel_id'?: string;
|
|
19993
19960
|
}
|
|
19994
19961
|
|
|
19995
19962
|
interface LabelSummary {
|
|
@@ -20410,6 +20377,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20410
20377
|
readonly 'original_transaction'?: io.flow.internal.v0.models.TransactionReference;
|
|
20411
20378
|
readonly 'order'?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
20412
20379
|
readonly 'attributes'?: Record<string, string>;
|
|
20380
|
+
readonly 'recoup'?: boolean;
|
|
20413
20381
|
readonly 'id': string;
|
|
20414
20382
|
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
20415
20383
|
readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -20427,6 +20395,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20427
20395
|
readonly 'category'?: io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
20428
20396
|
readonly 'order'?: io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
20429
20397
|
readonly 'original_transaction_id'?: string;
|
|
20398
|
+
readonly 'recoup'?: boolean;
|
|
20430
20399
|
readonly 'attributes'?: Record<string, string>;
|
|
20431
20400
|
}
|
|
20432
20401
|
|
|
@@ -20670,37 +20639,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20670
20639
|
readonly 'conditions'?: string;
|
|
20671
20640
|
}
|
|
20672
20641
|
|
|
20673
|
-
interface NiallItem {
|
|
20674
|
-
readonly 'id': string;
|
|
20675
|
-
readonly 'number': string;
|
|
20676
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
20677
|
-
readonly 'description'?: string;
|
|
20678
|
-
readonly 'type': io.flow.internal.v0.enums.NiallItemType;
|
|
20679
|
-
readonly 'added_on': string;
|
|
20680
|
-
}
|
|
20681
|
-
|
|
20682
|
-
interface NiallItemDeleted {
|
|
20683
|
-
readonly 'discriminator': 'niall_item_deleted';
|
|
20684
|
-
readonly 'event_id': string;
|
|
20685
|
-
readonly 'timestamp': string;
|
|
20686
|
-
readonly 'id': string;
|
|
20687
|
-
}
|
|
20688
|
-
|
|
20689
|
-
interface NiallItemForm {
|
|
20690
|
-
readonly 'number': string;
|
|
20691
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
20692
|
-
readonly 'description'?: string;
|
|
20693
|
-
readonly 'type': io.flow.internal.v0.enums.NiallItemType;
|
|
20694
|
-
readonly 'added_on': string;
|
|
20695
|
-
}
|
|
20696
|
-
|
|
20697
|
-
interface NiallItemUpserted {
|
|
20698
|
-
readonly 'discriminator': 'niall_item_upserted';
|
|
20699
|
-
readonly 'event_id': string;
|
|
20700
|
-
readonly 'timestamp': string;
|
|
20701
|
-
readonly 'item': io.flow.internal.v0.models.NiallItem;
|
|
20702
|
-
}
|
|
20703
|
-
|
|
20704
20642
|
interface NoCalculatedTaxAmount {
|
|
20705
20643
|
readonly 'discriminator': 'no_calculated_tax_amount';
|
|
20706
20644
|
readonly 'amount': number;
|
|
@@ -20783,6 +20721,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20783
20721
|
readonly 'audit_result'?: io.flow.internal.v0.enums.OnboardingAuditResult;
|
|
20784
20722
|
readonly 'blocked_since'?: string;
|
|
20785
20723
|
readonly 'onboarding_segment'?: string;
|
|
20724
|
+
readonly 'country'?: string;
|
|
20786
20725
|
}
|
|
20787
20726
|
|
|
20788
20727
|
interface OnboardingStateForm {
|
|
@@ -21423,6 +21362,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21423
21362
|
readonly 'organization_payment_setting': io.flow.internal.v0.models.OrganizationPaymentSetting;
|
|
21424
21363
|
}
|
|
21425
21364
|
|
|
21365
|
+
interface OrganizationPromotion {
|
|
21366
|
+
readonly 'status': io.flow.internal.v0.enums.OrganizationPromotionStatus;
|
|
21367
|
+
readonly 'prod_org': string;
|
|
21368
|
+
}
|
|
21369
|
+
|
|
21370
|
+
interface OrganizationPromotionWarning {
|
|
21371
|
+
readonly 'prod_org': string;
|
|
21372
|
+
readonly 'message': string;
|
|
21373
|
+
}
|
|
21374
|
+
|
|
21426
21375
|
interface OrganizationRestrictionNoteForm {
|
|
21427
21376
|
readonly 'note': string;
|
|
21428
21377
|
readonly 'note_type': io.flow.internal.v0.enums.OrganizationRestrictionNoteType;
|
|
@@ -21609,7 +21558,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21609
21558
|
readonly 'label_created_at': string;
|
|
21610
21559
|
readonly 'carrier_id': string;
|
|
21611
21560
|
readonly 'carrier_tracking_number': string;
|
|
21612
|
-
readonly 'revenue_share_percentage'
|
|
21561
|
+
readonly 'revenue_share_percentage'?: number;
|
|
21613
21562
|
readonly 'outbound_transaction_id'?: string;
|
|
21614
21563
|
}
|
|
21615
21564
|
|
|
@@ -21644,6 +21593,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21644
21593
|
readonly 'label_transaction_id': string;
|
|
21645
21594
|
readonly 'label_invoice_request_id': string;
|
|
21646
21595
|
readonly 'carrier_charge_id': string;
|
|
21596
|
+
readonly 'subtype'?: string;
|
|
21647
21597
|
}
|
|
21648
21598
|
|
|
21649
21599
|
interface OtherRecordOrderSummary {
|
|
@@ -22263,23 +22213,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22263
22213
|
readonly 'rate': number;
|
|
22264
22214
|
}
|
|
22265
22215
|
|
|
22266
|
-
interface PrateekItem {
|
|
22267
|
-
readonly 'id': string;
|
|
22268
|
-
readonly 'number': string;
|
|
22269
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
22270
|
-
readonly 'description'?: string;
|
|
22271
|
-
readonly 'type': io.flow.internal.v0.enums.PrateekItemType;
|
|
22272
|
-
readonly 'added_on': string;
|
|
22273
|
-
}
|
|
22274
|
-
|
|
22275
|
-
interface PrateekItemForm {
|
|
22276
|
-
readonly 'number': string;
|
|
22277
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
22278
|
-
readonly 'description'?: string;
|
|
22279
|
-
readonly 'type': io.flow.internal.v0.enums.PrateekItemType;
|
|
22280
|
-
readonly 'added_on': string;
|
|
22281
|
-
}
|
|
22282
|
-
|
|
22283
22216
|
interface Prediction {
|
|
22284
22217
|
readonly 'main_material': string;
|
|
22285
22218
|
readonly 'gender': string;
|
|
@@ -22341,6 +22274,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22341
22274
|
}
|
|
22342
22275
|
|
|
22343
22276
|
interface PreonboardingSellabilityResult {
|
|
22277
|
+
readonly 'id'?: string;
|
|
22344
22278
|
readonly 'merchant_id': string;
|
|
22345
22279
|
readonly 'product_id': string;
|
|
22346
22280
|
readonly 'channel': string;
|
|
@@ -22357,6 +22291,28 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22357
22291
|
readonly 'fingerprint': string;
|
|
22358
22292
|
}
|
|
22359
22293
|
|
|
22294
|
+
interface PreonboardingSellabilityResultDeleted {
|
|
22295
|
+
readonly 'discriminator': 'preonboarding_sellability_result_deleted';
|
|
22296
|
+
readonly 'event_id': string;
|
|
22297
|
+
readonly 'timestamp': string;
|
|
22298
|
+
readonly 'id': string;
|
|
22299
|
+
}
|
|
22300
|
+
|
|
22301
|
+
interface PreonboardingSellabilityResultInserted {
|
|
22302
|
+
readonly 'discriminator': 'preonboarding_sellability_result_inserted';
|
|
22303
|
+
readonly 'event_id': string;
|
|
22304
|
+
readonly 'timestamp': string;
|
|
22305
|
+
readonly 'preonboarding_sellability_result': io.flow.internal.v0.models.PreonboardingSellabilityResult;
|
|
22306
|
+
}
|
|
22307
|
+
|
|
22308
|
+
interface PreonboardingSellabilityResultUpdated {
|
|
22309
|
+
readonly 'discriminator': 'preonboarding_sellability_result_updated';
|
|
22310
|
+
readonly 'event_id': string;
|
|
22311
|
+
readonly 'timestamp': string;
|
|
22312
|
+
readonly 'previous_preonboarding_sellability_result': io.flow.internal.v0.models.PreonboardingSellabilityResult;
|
|
22313
|
+
readonly 'preonboarding_sellability_result': io.flow.internal.v0.models.PreonboardingSellabilityResult;
|
|
22314
|
+
}
|
|
22315
|
+
|
|
22360
22316
|
interface PriceInclusivity {
|
|
22361
22317
|
readonly 'tax'?: boolean;
|
|
22362
22318
|
readonly 'duty'?: boolean;
|
|
@@ -22623,10 +22579,17 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22623
22579
|
|
|
22624
22580
|
interface ProductSellabilityInternalResult {
|
|
22625
22581
|
readonly 'restricted_regions': io.flow.sellability.v0.models.SellabilityRegionResult[];
|
|
22626
|
-
readonly '
|
|
22582
|
+
readonly 'rule_matches': io.flow.internal.v0.models.ProductSellabilityInternalRuleMatch[];
|
|
22583
|
+
readonly 'matching_positive_keywords'?: string[];
|
|
22584
|
+
}
|
|
22585
|
+
|
|
22586
|
+
interface ProductSellabilityInternalRuleMatch {
|
|
22587
|
+
readonly 'rule_id': string;
|
|
22588
|
+
readonly 'match_types': io.flow.internal.v0.enums.SellabilityInternalMatchType[];
|
|
22627
22589
|
}
|
|
22628
22590
|
|
|
22629
22591
|
interface ProductSellabilityResult {
|
|
22592
|
+
readonly 'id'?: string;
|
|
22630
22593
|
readonly 'shop_id': string;
|
|
22631
22594
|
readonly 'product_number': string;
|
|
22632
22595
|
readonly 'request_id': string;
|
|
@@ -22635,6 +22598,30 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22635
22598
|
readonly 'restricted_regions_by_type'?: io.flow.sellability.v0.models.SellabilityRegionResult[];
|
|
22636
22599
|
readonly 'rule_ids'?: string[];
|
|
22637
22600
|
readonly 'taxonomy_category'?: string;
|
|
22601
|
+
readonly 'fingerprint'?: string;
|
|
22602
|
+
readonly 'processed_at'?: string;
|
|
22603
|
+
}
|
|
22604
|
+
|
|
22605
|
+
interface ProductSellabilityResultDeleted {
|
|
22606
|
+
readonly 'discriminator': 'product_sellability_result_deleted';
|
|
22607
|
+
readonly 'event_id': string;
|
|
22608
|
+
readonly 'timestamp': string;
|
|
22609
|
+
readonly 'id': string;
|
|
22610
|
+
}
|
|
22611
|
+
|
|
22612
|
+
interface ProductSellabilityResultInserted {
|
|
22613
|
+
readonly 'discriminator': 'product_sellability_result_inserted';
|
|
22614
|
+
readonly 'event_id': string;
|
|
22615
|
+
readonly 'timestamp': string;
|
|
22616
|
+
readonly 'product_sellability_result': io.flow.internal.v0.models.ProductSellabilityResult;
|
|
22617
|
+
}
|
|
22618
|
+
|
|
22619
|
+
interface ProductSellabilityResultUpdated {
|
|
22620
|
+
readonly 'discriminator': 'product_sellability_result_updated';
|
|
22621
|
+
readonly 'event_id': string;
|
|
22622
|
+
readonly 'timestamp': string;
|
|
22623
|
+
readonly 'previous_product_sellability_result': io.flow.internal.v0.models.ProductSellabilityResult;
|
|
22624
|
+
readonly 'product_sellability_result': io.flow.internal.v0.models.ProductSellabilityResult;
|
|
22638
22625
|
}
|
|
22639
22626
|
|
|
22640
22627
|
interface ProductTransaction {
|
|
@@ -23183,6 +23170,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23183
23170
|
readonly 'source_type'?: io.flow.internal.v0.enums.SourceTypeFilter;
|
|
23184
23171
|
readonly 'order_payment_source'?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
23185
23172
|
readonly 'amount_range'?: io.flow.internal.v0.models.ReportAmountRange;
|
|
23173
|
+
readonly 'account_currency'?: io.flow.internal.v0.enums.AccountCurrencyFilter;
|
|
23186
23174
|
}
|
|
23187
23175
|
|
|
23188
23176
|
interface ReportForm {
|
|
@@ -24014,37 +24002,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24014
24002
|
readonly 'revenue_record': io.flow.internal.v0.models.RevenueRecord;
|
|
24015
24003
|
}
|
|
24016
24004
|
|
|
24017
|
-
interface RohanItem {
|
|
24018
|
-
readonly 'id': string;
|
|
24019
|
-
readonly 'number': string;
|
|
24020
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
24021
|
-
readonly 'description'?: string;
|
|
24022
|
-
readonly 'type': io.flow.internal.v0.enums.RohanItemType;
|
|
24023
|
-
readonly 'added_on': string;
|
|
24024
|
-
}
|
|
24025
|
-
|
|
24026
|
-
interface RohanItemDeleted {
|
|
24027
|
-
readonly 'discriminator': 'rohan_item_deleted';
|
|
24028
|
-
readonly 'event_id': string;
|
|
24029
|
-
readonly 'timestamp': string;
|
|
24030
|
-
readonly 'id': string;
|
|
24031
|
-
}
|
|
24032
|
-
|
|
24033
|
-
interface RohanItemForm {
|
|
24034
|
-
readonly 'number': string;
|
|
24035
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
24036
|
-
readonly 'description'?: string;
|
|
24037
|
-
readonly 'type': io.flow.internal.v0.enums.RohanItemType;
|
|
24038
|
-
readonly 'added_on': string;
|
|
24039
|
-
}
|
|
24040
|
-
|
|
24041
|
-
interface RohanItemUpserted {
|
|
24042
|
-
readonly 'discriminator': 'rohan_item_upserted';
|
|
24043
|
-
readonly 'event_id': string;
|
|
24044
|
-
readonly 'timestamp': string;
|
|
24045
|
-
readonly 'item': io.flow.internal.v0.models.RohanItem;
|
|
24046
|
-
}
|
|
24047
|
-
|
|
24048
24005
|
interface RoutingAccount {
|
|
24049
24006
|
readonly 'discriminator': 'routing_account';
|
|
24050
24007
|
readonly 'processor': io.flow.internal.v0.enums.Processor;
|
|
@@ -24079,6 +24036,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24079
24036
|
readonly 'price_inclusivity'?: io.flow.internal.v0.models.PriceInclusivity;
|
|
24080
24037
|
readonly 'destination_country': string;
|
|
24081
24038
|
readonly 'fulfilled_at'?: string;
|
|
24039
|
+
readonly 'reconciliation'?: io.flow.internal.v0.models.ReportingReconciliation;
|
|
24040
|
+
readonly 'is_eu_destination'?: boolean;
|
|
24041
|
+
readonly 'debug_url'?: string;
|
|
24082
24042
|
}
|
|
24083
24043
|
|
|
24084
24044
|
interface SandboxSetup {
|
|
@@ -24089,37 +24049,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24089
24049
|
readonly 'requested_by': string;
|
|
24090
24050
|
}
|
|
24091
24051
|
|
|
24092
|
-
interface SarveshItem {
|
|
24093
|
-
readonly 'id': string;
|
|
24094
|
-
readonly 'number': string;
|
|
24095
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
24096
|
-
readonly 'description'?: string;
|
|
24097
|
-
readonly 'type': io.flow.internal.v0.enums.SarveshItemType;
|
|
24098
|
-
readonly 'added_on': string;
|
|
24099
|
-
}
|
|
24100
|
-
|
|
24101
|
-
interface SarveshItemDeleted {
|
|
24102
|
-
readonly 'discriminator': 'sarvesh_item_deleted';
|
|
24103
|
-
readonly 'event_id': string;
|
|
24104
|
-
readonly 'timestamp': string;
|
|
24105
|
-
readonly 'id': string;
|
|
24106
|
-
}
|
|
24107
|
-
|
|
24108
|
-
interface SarveshItemForm {
|
|
24109
|
-
readonly 'number': string;
|
|
24110
|
-
readonly 'amount': io.flow.common.v0.models.Price;
|
|
24111
|
-
readonly 'description'?: string;
|
|
24112
|
-
readonly 'type': io.flow.internal.v0.enums.SarveshItemType;
|
|
24113
|
-
readonly 'added_on': string;
|
|
24114
|
-
}
|
|
24115
|
-
|
|
24116
|
-
interface SarveshItemUpserted {
|
|
24117
|
-
readonly 'discriminator': 'sarvesh_item_upserted';
|
|
24118
|
-
readonly 'event_id': string;
|
|
24119
|
-
readonly 'timestamp': string;
|
|
24120
|
-
readonly 'item': io.flow.internal.v0.models.SarveshItem;
|
|
24121
|
-
}
|
|
24122
|
-
|
|
24123
24052
|
interface ScheduledPayment {
|
|
24124
24053
|
readonly 'payment': io.flow.internal.v0.models.ReportPayment;
|
|
24125
24054
|
readonly 'bank_account': io.flow.internal.v0.models.ReportBankAccountCleartext;
|
|
@@ -24259,6 +24188,34 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24259
24188
|
readonly 'cost': io.flow.common.v0.models.Money;
|
|
24260
24189
|
}
|
|
24261
24190
|
|
|
24191
|
+
interface ShippingCostDeleted {
|
|
24192
|
+
readonly 'discriminator': 'shipping_cost_deleted';
|
|
24193
|
+
readonly 'event_id': string;
|
|
24194
|
+
readonly 'timestamp': string;
|
|
24195
|
+
readonly 'organization': string;
|
|
24196
|
+
readonly 'id': string;
|
|
24197
|
+
}
|
|
24198
|
+
|
|
24199
|
+
interface ShippingCostSummary {
|
|
24200
|
+
readonly 'id': string;
|
|
24201
|
+
readonly 'source': io.flow.billing.v0.enums.TransactionSource;
|
|
24202
|
+
readonly 'organization_id': string;
|
|
24203
|
+
readonly 'order_number': string;
|
|
24204
|
+
readonly 'amount': io.flow.common.v0.models.Money;
|
|
24205
|
+
readonly 'tax': io.flow.common.v0.models.Money;
|
|
24206
|
+
readonly 'label_id'?: string;
|
|
24207
|
+
readonly 'base'?: io.flow.trueup.v0.models.LabelBase;
|
|
24208
|
+
readonly 'surcharges'?: io.flow.trueup.v0.models.LabelSurcharge[];
|
|
24209
|
+
}
|
|
24210
|
+
|
|
24211
|
+
interface ShippingCostUpserted {
|
|
24212
|
+
readonly 'discriminator': 'shipping_cost_upserted';
|
|
24213
|
+
readonly 'event_id': string;
|
|
24214
|
+
readonly 'timestamp': string;
|
|
24215
|
+
readonly 'organization': string;
|
|
24216
|
+
readonly 'shipping_cost': io.flow.internal.v0.models.ShippingCostSummary;
|
|
24217
|
+
}
|
|
24218
|
+
|
|
24262
24219
|
interface ShippingLane {
|
|
24263
24220
|
readonly 'origin': string;
|
|
24264
24221
|
readonly 'destination': string;
|
|
@@ -24318,6 +24275,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24318
24275
|
readonly 'include_unpublished'?: boolean;
|
|
24319
24276
|
}
|
|
24320
24277
|
|
|
24278
|
+
interface ShopifyAddress {
|
|
24279
|
+
readonly 'address1': string;
|
|
24280
|
+
readonly 'city': string;
|
|
24281
|
+
readonly 'country_code': string;
|
|
24282
|
+
readonly 'address2'?: string;
|
|
24283
|
+
readonly 'postal_code'?: string;
|
|
24284
|
+
readonly 'province'?: string;
|
|
24285
|
+
}
|
|
24286
|
+
|
|
24287
|
+
interface ShopifyCallbackError {
|
|
24288
|
+
readonly 'errors': io.flow.internal.v0.models.ShopifyCallbackErrorItem[];
|
|
24289
|
+
}
|
|
24290
|
+
|
|
24291
|
+
interface ShopifyCallbackErrorItem {
|
|
24292
|
+
readonly 'code': io.flow.internal.v0.enums.ShopifyCallbackErrorCode;
|
|
24293
|
+
readonly 'message': string;
|
|
24294
|
+
readonly 'field'?: string;
|
|
24295
|
+
}
|
|
24296
|
+
|
|
24321
24297
|
interface ShopifyCatalogPublication {
|
|
24322
24298
|
readonly 'owner': io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
24323
24299
|
}
|
|
@@ -24331,6 +24307,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24331
24307
|
readonly 'service': io.flow.internal.v0.enums.ShopifyService;
|
|
24332
24308
|
}
|
|
24333
24309
|
|
|
24310
|
+
interface ShopifyContactDetails {
|
|
24311
|
+
readonly 'company'?: string;
|
|
24312
|
+
readonly 'email'?: string;
|
|
24313
|
+
readonly 'name'?: string;
|
|
24314
|
+
readonly 'phone'?: string;
|
|
24315
|
+
}
|
|
24316
|
+
|
|
24334
24317
|
interface ShopifyDispute {
|
|
24335
24318
|
readonly 'id': string;
|
|
24336
24319
|
readonly 'organization_id': string;
|
|
@@ -24686,6 +24669,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24686
24669
|
readonly 'registration': io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
|
|
24687
24670
|
}
|
|
24688
24671
|
|
|
24672
|
+
interface ShopifyMeasurements {
|
|
24673
|
+
readonly 'dimension_unit': io.flow.internal.v0.enums.ShopifyDimensionUnit;
|
|
24674
|
+
readonly 'height': number;
|
|
24675
|
+
readonly 'length': number;
|
|
24676
|
+
readonly 'width': number;
|
|
24677
|
+
readonly 'weight': number;
|
|
24678
|
+
readonly 'weight_unit': io.flow.internal.v0.enums.ShopifyWeightUnit;
|
|
24679
|
+
}
|
|
24680
|
+
|
|
24689
24681
|
interface ShopifyMerchantPlan {
|
|
24690
24682
|
readonly 'id': string;
|
|
24691
24683
|
readonly 'authorization': io.flow.payment.v0.models.AuthorizationReference;
|
|
@@ -24713,6 +24705,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24713
24705
|
readonly 'token': string;
|
|
24714
24706
|
}
|
|
24715
24707
|
|
|
24708
|
+
interface ShopifyMoney {
|
|
24709
|
+
readonly 'amount': number;
|
|
24710
|
+
readonly 'currency_code': string;
|
|
24711
|
+
}
|
|
24712
|
+
|
|
24716
24713
|
interface ShopifyMonitoringCarrierService {
|
|
24717
24714
|
readonly 'service': string;
|
|
24718
24715
|
}
|
|
@@ -24994,6 +24991,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24994
24991
|
readonly 'deleted_at'?: string;
|
|
24995
24992
|
}
|
|
24996
24993
|
|
|
24994
|
+
interface ShopifyRateCustomsDetail {
|
|
24995
|
+
readonly 'incoterm': io.flow.internal.v0.enums.ShopifyIncoterm;
|
|
24996
|
+
readonly 'net_value': io.flow.internal.v0.models.ShopifyMoney;
|
|
24997
|
+
}
|
|
24998
|
+
|
|
24999
|
+
interface ShopifyRatePickupPoint {
|
|
25000
|
+
readonly 'partner_reference_id': string;
|
|
25001
|
+
}
|
|
25002
|
+
|
|
24997
25003
|
interface ShopifyReportFileDeleted {
|
|
24998
25004
|
readonly 'discriminator': 'shopify_report_file_deleted';
|
|
24999
25005
|
readonly 'event_id': string;
|
|
@@ -25008,6 +25014,85 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25008
25014
|
readonly 'shopify_report_file': io.flow.internal.v0.models.ReportFile;
|
|
25009
25015
|
}
|
|
25010
25016
|
|
|
25017
|
+
interface ShopifyShipmentRateAvailable {
|
|
25018
|
+
readonly 'carrier_service_id': string;
|
|
25019
|
+
readonly 'total_charges': io.flow.internal.v0.models.ShopifyShipmentRateTotalCharges;
|
|
25020
|
+
readonly 'charges': io.flow.internal.v0.models.ShopifyShipmentRateCharge[];
|
|
25021
|
+
readonly 'shipment_options': io.flow.internal.v0.models.ShopifyShipmentRateOption[];
|
|
25022
|
+
readonly 'expected_delivery_date'?: string;
|
|
25023
|
+
readonly 'guaranteed_delivery_date'?: string;
|
|
25024
|
+
readonly 'incoterm'?: io.flow.internal.v0.enums.ShopifyIncoterm;
|
|
25025
|
+
}
|
|
25026
|
+
|
|
25027
|
+
interface ShopifyShipmentRateCharge {
|
|
25028
|
+
readonly 'code': io.flow.internal.v0.enums.ShopifyChargeCode;
|
|
25029
|
+
readonly 'cost': io.flow.internal.v0.models.ShopifyMoney;
|
|
25030
|
+
}
|
|
25031
|
+
|
|
25032
|
+
interface ShopifyShipmentRateOption {
|
|
25033
|
+
readonly 'code': io.flow.internal.v0.enums.ShopifyShipmentOptionCode;
|
|
25034
|
+
readonly 'cost': io.flow.internal.v0.models.ShopifyMoney;
|
|
25035
|
+
readonly 'optional'?: boolean;
|
|
25036
|
+
}
|
|
25037
|
+
|
|
25038
|
+
interface ShopifyShipmentRatePackage {
|
|
25039
|
+
readonly 'type': io.flow.internal.v0.enums.ShopifyPackageType;
|
|
25040
|
+
readonly 'measurements': io.flow.internal.v0.models.ShopifyMeasurements;
|
|
25041
|
+
}
|
|
25042
|
+
|
|
25043
|
+
interface ShopifyShipmentRateReason {
|
|
25044
|
+
readonly 'code': io.flow.internal.v0.enums.ShopifyUnavailableRateReasonCode;
|
|
25045
|
+
readonly 'field'?: string;
|
|
25046
|
+
readonly 'message'?: string;
|
|
25047
|
+
}
|
|
25048
|
+
|
|
25049
|
+
interface ShopifyShipmentRateRequest {
|
|
25050
|
+
readonly 'idempotency_key': string;
|
|
25051
|
+
readonly 'webhook_id': string;
|
|
25052
|
+
readonly 'test': boolean;
|
|
25053
|
+
readonly 'shipper': io.flow.internal.v0.models.ShopifyShipmentRateShipper;
|
|
25054
|
+
readonly 'shipment': io.flow.internal.v0.models.ShopifyShipmentRateShipment;
|
|
25055
|
+
}
|
|
25056
|
+
|
|
25057
|
+
interface ShopifyShipmentRateResponse {
|
|
25058
|
+
readonly 'rates': io.flow.internal.v0.models.ShopifyShipmentRateAvailable[];
|
|
25059
|
+
readonly 'unavailable_rates': io.flow.internal.v0.models.ShopifyShipmentRateUnavailable[];
|
|
25060
|
+
}
|
|
25061
|
+
|
|
25062
|
+
interface ShopifyShipmentRateShipment {
|
|
25063
|
+
readonly 'carrier_id': string;
|
|
25064
|
+
readonly 'delivery_method_type': io.flow.internal.v0.enums.ShopifyDeliveryMethodType;
|
|
25065
|
+
readonly 'shipping_date_time': string;
|
|
25066
|
+
readonly 'return': boolean;
|
|
25067
|
+
readonly 'origin': io.flow.internal.v0.models.ShopifyShippingLocation;
|
|
25068
|
+
readonly 'destination': io.flow.internal.v0.models.ShopifyShippingLocation;
|
|
25069
|
+
readonly 'package': io.flow.internal.v0.models.ShopifyShipmentRatePackage;
|
|
25070
|
+
readonly 'pickup_point'?: io.flow.internal.v0.models.ShopifyRatePickupPoint;
|
|
25071
|
+
readonly 'customs_detail'?: io.flow.internal.v0.models.ShopifyRateCustomsDetail;
|
|
25072
|
+
}
|
|
25073
|
+
|
|
25074
|
+
interface ShopifyShipmentRateShipper {
|
|
25075
|
+
readonly 'account_id': string;
|
|
25076
|
+
readonly 'carrier_account_reference_id': string;
|
|
25077
|
+
readonly 'byoa': boolean;
|
|
25078
|
+
}
|
|
25079
|
+
|
|
25080
|
+
interface ShopifyShipmentRateTotalCharges {
|
|
25081
|
+
readonly 'subtotal': io.flow.internal.v0.models.ShopifyMoney;
|
|
25082
|
+
readonly 'tax': io.flow.internal.v0.models.ShopifyMoney;
|
|
25083
|
+
readonly 'total': io.flow.internal.v0.models.ShopifyMoney;
|
|
25084
|
+
}
|
|
25085
|
+
|
|
25086
|
+
interface ShopifyShipmentRateUnavailable {
|
|
25087
|
+
readonly 'carrier_service_id': string;
|
|
25088
|
+
readonly 'reasons': io.flow.internal.v0.models.ShopifyShipmentRateReason[];
|
|
25089
|
+
}
|
|
25090
|
+
|
|
25091
|
+
interface ShopifyShippingLocation {
|
|
25092
|
+
readonly 'address': io.flow.internal.v0.models.ShopifyAddress;
|
|
25093
|
+
readonly 'contact_details': io.flow.internal.v0.models.ShopifyContactDetails;
|
|
25094
|
+
}
|
|
25095
|
+
|
|
25011
25096
|
interface ShopifyShopStatistics {
|
|
25012
25097
|
readonly 'id': string;
|
|
25013
25098
|
readonly 'initial_catalog_synced_at'?: string;
|
|
@@ -25048,6 +25133,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25048
25133
|
|
|
25049
25134
|
interface ShopifyTestOrder {
|
|
25050
25135
|
readonly 'id': string;
|
|
25136
|
+
readonly 'submitted_at': string;
|
|
25051
25137
|
}
|
|
25052
25138
|
|
|
25053
25139
|
interface ShopifyTestOrderDeleted {
|
|
@@ -25072,6 +25158,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25072
25158
|
readonly 'tax': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25073
25159
|
readonly 'duty': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25074
25160
|
readonly 'discount': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25161
|
+
readonly 'subtotal'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25075
25162
|
readonly 'total': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25076
25163
|
}
|
|
25077
25164
|
|
|
@@ -26464,7 +26551,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26464
26551
|
readonly 'fulfillment_key'?: string;
|
|
26465
26552
|
readonly 'rex_number'?: string;
|
|
26466
26553
|
readonly 'weee_number'?: string;
|
|
26467
|
-
readonly 'generate_commercial_invoice_only': boolean;
|
|
26468
26554
|
readonly 'liability_remittance_plan'?: io.flow.internal.v0.models.LiabilityRemittancePlan;
|
|
26469
26555
|
readonly 'shipment_cost_summary'?: io.flow.internal.v0.models.ShipmentCostSummary;
|
|
26470
26556
|
readonly 'shipping_label_hop_cost_itemized_estimate'?: io.flow.label.v0.models.ShippingLabelHopCostItemizedEstimate;
|
|
@@ -26552,7 +26638,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26552
26638
|
type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
|
|
26553
26639
|
type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
|
|
26554
26640
|
type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
|
|
26555
|
-
type Event = (io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.FulfillmentStatusUpserted | io.flow.internal.v0.models.FulfillmentStatusDeleted | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.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.AnirbanItemUpserted | io.flow.internal.v0.models.AnirbanItemDeleted | io.flow.internal.v0.models.SarveshItemUpserted | io.flow.internal.v0.models.SarveshItemDeleted | io.flow.internal.v0.models.HoseinItemUpserted | io.flow.internal.v0.models.HoseinItemDeleted | io.flow.internal.v0.models.NiallItemUpserted | io.flow.internal.v0.models.NiallItemDeleted | io.flow.internal.v0.models.RohanItemUpserted | io.flow.internal.v0.models.RohanItemDeleted | io.flow.internal.v0.models.AldoItemUpserted | io.flow.internal.v0.models.AldoItemDeleted | io.flow.internal.v0.models.AnshItemUpserted | io.flow.internal.v0.models.AnshItemDeleted | io.flow.internal.v0.models.GabrielItemUpserted | io.flow.internal.v0.models.GabrielItemDeleted | 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);
|
|
26641
|
+
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);
|
|
26556
26642
|
type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
|
|
26557
26643
|
type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
|
|
26558
26644
|
type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
|
|
@@ -26596,26 +26682,26 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26596
26682
|
type TariffEligibilityData = (io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData);
|
|
26597
26683
|
type TariffEligibilityForm = (io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm);
|
|
26598
26684
|
type TaskData = (io.flow.internal.v0.models.TaskProcessQueuedEvent | io.flow.internal.v0.models.TaskSummarizeCode | io.flow.internal.v0.models.TaskItemUpserted | io.flow.internal.v0.models.TaskImport);
|
|
26599
|
-
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);
|
|
26685
|
+
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);
|
|
26600
26686
|
type TaxAmount = (io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount);
|
|
26601
26687
|
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);
|
|
26602
26688
|
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);
|
|
26603
26689
|
type TransactionSummary = (io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary);
|
|
26604
26690
|
}
|
|
26605
26691
|
|
|
26692
|
+
export const accountCurrencyFilter: PropTypes.Requireable<io.flow.internal.v0.enums.AccountCurrencyFilter>;
|
|
26606
26693
|
export const accountPaymentHoldReason: PropTypes.Requireable<io.flow.internal.v0.enums.AccountPaymentHoldReason>;
|
|
26607
26694
|
export const accountSettingLiabilitiesMethod: PropTypes.Requireable<io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod>;
|
|
26608
26695
|
export const accountType: PropTypes.Requireable<io.flow.internal.v0.enums.AccountType>;
|
|
26609
26696
|
export const adjustmentTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.AdjustmentTransactionType>;
|
|
26610
26697
|
export const adyenIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.AdyenIntegrationType>;
|
|
26611
|
-
export const aldoItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AldoItemType>;
|
|
26612
26698
|
export const amruthaItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AmruthaItemType>;
|
|
26613
|
-
export const anirbanItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AnirbanItemType>;
|
|
26614
|
-
export const anshItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AnshItemType>;
|
|
26615
26699
|
export const anyDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.AnyDangerousGoods>;
|
|
26616
26700
|
export const apiCallReferenceId: PropTypes.Requireable<io.flow.internal.v0.enums.ApiCallReferenceId>;
|
|
26617
26701
|
export const applicablePreferentialRate: PropTypes.Requireable<io.flow.internal.v0.enums.ApplicablePreferentialRate>;
|
|
26618
26702
|
export const autoRestrictRule: PropTypes.Requireable<io.flow.internal.v0.enums.AutoRestrictRule>;
|
|
26703
|
+
export const b2BFeeMorTaxTriggerType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType>;
|
|
26704
|
+
export const b2BFeeShippingTaxTriggerType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BFeeShippingTaxTriggerType>;
|
|
26619
26705
|
export const b2BTaxLedgerDocumentType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BTaxLedgerDocumentType>;
|
|
26620
26706
|
export const b2BTaxRateType: PropTypes.Requireable<io.flow.internal.v0.enums.B2BTaxRateType>;
|
|
26621
26707
|
export const bankAccountStatus: PropTypes.Requireable<io.flow.internal.v0.enums.BankAccountStatus>;
|
|
@@ -26626,6 +26712,7 @@ export const billingMetricKey: PropTypes.Requireable<io.flow.internal.v0.enums.B
|
|
|
26626
26712
|
export const billingStatementAttachmentKey: PropTypes.Requireable<io.flow.internal.v0.enums.BillingStatementAttachmentKey>;
|
|
26627
26713
|
export const billingTransactionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionStatus>;
|
|
26628
26714
|
export const billingTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.BillingTransactionType>;
|
|
26715
|
+
export const bojanaItemType: PropTypes.Requireable<io.flow.internal.v0.enums.BojanaItemType>;
|
|
26629
26716
|
export const calculatorEngine: PropTypes.Requireable<io.flow.internal.v0.enums.CalculatorEngine>;
|
|
26630
26717
|
export const carrierChargeTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeTransactionType>;
|
|
26631
26718
|
export const carrierChargeType: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierChargeType>;
|
|
@@ -26654,11 +26741,13 @@ export const checkoutAssetType: PropTypes.Requireable<io.flow.internal.v0.enums.
|
|
|
26654
26741
|
export const checkoutPromptBehavior: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutPromptBehavior>;
|
|
26655
26742
|
export const checkoutShippingMethodPromptBehavior: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior>;
|
|
26656
26743
|
export const checkoutUrlType: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutUrlType>;
|
|
26744
|
+
export const chenglinItemType: PropTypes.Requireable<io.flow.internal.v0.enums.ChenglinItemType>;
|
|
26657
26745
|
export const classificationDecision: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationDecision>;
|
|
26658
26746
|
export const classificationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationErrorCode>;
|
|
26659
26747
|
export const classificationFailureReason: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationFailureReason>;
|
|
26660
26748
|
export const classificationPlatform: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationPlatform>;
|
|
26661
26749
|
export const classificationScope: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationScope>;
|
|
26750
|
+
export const classificationSource: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationSource>;
|
|
26662
26751
|
export const classificationType: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationType>;
|
|
26663
26752
|
export const clothingAgeClassification: PropTypes.Requireable<io.flow.internal.v0.enums.ClothingAgeClassification>;
|
|
26664
26753
|
export const commercialInvoiceVersion: PropTypes.Requireable<io.flow.internal.v0.enums.CommercialInvoiceVersion>;
|
|
@@ -26713,7 +26802,6 @@ export const geRevenueShareTransactionType: PropTypes.Requireable<io.flow.intern
|
|
|
26713
26802
|
export const googleAnalyticsPlugin: PropTypes.Requireable<io.flow.internal.v0.enums.GoogleAnalyticsPlugin>;
|
|
26714
26803
|
export const graphqlServiceTypes: PropTypes.Requireable<io.flow.internal.v0.enums.GraphqlServiceTypes>;
|
|
26715
26804
|
export const harmonizationDecisionSource: PropTypes.Requireable<io.flow.internal.v0.enums.HarmonizationDecisionSource>;
|
|
26716
|
-
export const hoseinItemType: PropTypes.Requireable<io.flow.internal.v0.enums.HoseinItemType>;
|
|
26717
26805
|
export const hs6CodeSource: PropTypes.Requireable<io.flow.internal.v0.enums.Hs6CodeSource>;
|
|
26718
26806
|
export const httpMethod: PropTypes.Requireable<io.flow.internal.v0.enums.HttpMethod>;
|
|
26719
26807
|
export const internalPaymentEntityType: PropTypes.Requireable<io.flow.internal.v0.enums.InternalPaymentEntityType>;
|
|
@@ -26745,7 +26833,6 @@ export const merchantOfRecord: PropTypes.Requireable<io.flow.internal.v0.enums.M
|
|
|
26745
26833
|
export const merchantOverrideStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MerchantOverrideStatus>;
|
|
26746
26834
|
export const mixedBagWeight: PropTypes.Requireable<io.flow.internal.v0.enums.MixedBagWeight>;
|
|
26747
26835
|
export const natureOfSale: PropTypes.Requireable<io.flow.internal.v0.enums.NatureOfSale>;
|
|
26748
|
-
export const niallItemType: PropTypes.Requireable<io.flow.internal.v0.enums.NiallItemType>;
|
|
26749
26836
|
export const noLiabilityReasonCode: PropTypes.Requireable<io.flow.internal.v0.enums.NoLiabilityReasonCode>;
|
|
26750
26837
|
export const nonL4LTaxDutyFxTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.NonL4LTaxDutyFxTransactionType>;
|
|
26751
26838
|
export const onboardingAuditMessageLevel: PropTypes.Requireable<io.flow.internal.v0.enums.OnboardingAuditMessageLevel>;
|
|
@@ -26766,6 +26853,7 @@ export const orderValidationStatus: PropTypes.Requireable<io.flow.internal.v0.en
|
|
|
26766
26853
|
export const organizationCapability: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationCapability>;
|
|
26767
26854
|
export const organizationMetricType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationMetricType>;
|
|
26768
26855
|
export const organizationPaymentStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationPaymentStatus>;
|
|
26856
|
+
export const organizationPromotionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationPromotionStatus>;
|
|
26769
26857
|
export const organizationRestrictionApprovalStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus>;
|
|
26770
26858
|
export const organizationRestrictionNoteType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionNoteType>;
|
|
26771
26859
|
export const organizationRestrictionReviewType: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionReviewType>;
|
|
@@ -26779,7 +26867,6 @@ export const paymentSummaryStatus: PropTypes.Requireable<io.flow.internal.v0.enu
|
|
|
26779
26867
|
export const paymentSummaryType: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentSummaryType>;
|
|
26780
26868
|
export const paymentTerm: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentTerm>;
|
|
26781
26869
|
export const pendingRecordType: PropTypes.Requireable<io.flow.internal.v0.enums.PendingRecordType>;
|
|
26782
|
-
export const prateekItemType: PropTypes.Requireable<io.flow.internal.v0.enums.PrateekItemType>;
|
|
26783
26870
|
export const preferredBillingSchedule: PropTypes.Requireable<io.flow.internal.v0.enums.PreferredBillingSchedule>;
|
|
26784
26871
|
export const preonboardingClassificationDecision: PropTypes.Requireable<io.flow.internal.v0.enums.PreonboardingClassificationDecision>;
|
|
26785
26872
|
export const preonboardingClassificationPlatform: PropTypes.Requireable<io.flow.internal.v0.enums.PreonboardingClassificationPlatform>;
|
|
@@ -26819,10 +26906,14 @@ export const restrictionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.
|
|
|
26819
26906
|
export const revenueRecordType: PropTypes.Requireable<io.flow.internal.v0.enums.RevenueRecordType>;
|
|
26820
26907
|
export const riskCheck: PropTypes.Requireable<io.flow.internal.v0.enums.RiskCheck>;
|
|
26821
26908
|
export const riskEvaluation: PropTypes.Requireable<io.flow.internal.v0.enums.RiskEvaluation>;
|
|
26822
|
-
export const rohanItemType: PropTypes.Requireable<io.flow.internal.v0.enums.RohanItemType>;
|
|
26823
|
-
export const sarveshItemType: PropTypes.Requireable<io.flow.internal.v0.enums.SarveshItemType>;
|
|
26824
26909
|
export const sellabilityCheckStatus: PropTypes.Requireable<io.flow.internal.v0.enums.SellabilityCheckStatus>;
|
|
26910
|
+
export const sellabilityInternalMatchType: PropTypes.Requireable<io.flow.internal.v0.enums.SellabilityInternalMatchType>;
|
|
26825
26911
|
export const sellabilityStatus: PropTypes.Requireable<io.flow.internal.v0.enums.SellabilityStatus>;
|
|
26912
|
+
export const shopifyCallbackErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyCallbackErrorCode>;
|
|
26913
|
+
export const shopifyChargeCode: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyChargeCode>;
|
|
26914
|
+
export const shopifyDeliveryMethodType: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyDeliveryMethodType>;
|
|
26915
|
+
export const shopifyDimensionUnit: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyDimensionUnit>;
|
|
26916
|
+
export const shopifyIncoterm: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyIncoterm>;
|
|
26826
26917
|
export const shopifyIncotermConfiguration: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyIncotermConfiguration>;
|
|
26827
26918
|
export const shopifyMarketsDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsDangerousGoods>;
|
|
26828
26919
|
export const shopifyMarketsHtsNumberAvailable: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsHtsNumberAvailable>;
|
|
@@ -26830,8 +26921,12 @@ export const shopifyMarketsQueuedRecordType: PropTypes.Requireable<io.flow.inter
|
|
|
26830
26921
|
export const shopifyMarketsTradeSector: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMarketsTradeSector>;
|
|
26831
26922
|
export const shopifyMonitoringMonitorReviewStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus>;
|
|
26832
26923
|
export const shopifyMonitoringTrackingField: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyMonitoringTrackingField>;
|
|
26924
|
+
export const shopifyPackageType: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPackageType>;
|
|
26833
26925
|
export const shopifyPlanType: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPlanType>;
|
|
26834
26926
|
export const shopifyService: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyService>;
|
|
26927
|
+
export const shopifyShipmentOptionCode: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyShipmentOptionCode>;
|
|
26928
|
+
export const shopifyUnavailableRateReasonCode: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyUnavailableRateReasonCode>;
|
|
26929
|
+
export const shopifyWeightUnit: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyWeightUnit>;
|
|
26835
26930
|
export const simpleRoundingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.SimpleRoundingStrategy>;
|
|
26836
26931
|
export const snoozeNextActionWith: PropTypes.Requireable<io.flow.internal.v0.enums.SnoozeNextActionWith>;
|
|
26837
26932
|
export const snoozeSourceType: PropTypes.Requireable<io.flow.internal.v0.enums.SnoozeSourceType>;
|
|
@@ -26939,24 +27034,12 @@ export const afterpayRefund: PropTypes.Requireable<io.flow.internal.v0.models.Af
|
|
|
26939
27034
|
export const afterpayRefundDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AfterpayRefundDeleted>;
|
|
26940
27035
|
export const afterpayRefundUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AfterpayRefundUpserted>;
|
|
26941
27036
|
export const aftershipWebhook: PropTypes.Requireable<io.flow.internal.v0.models.AftershipWebhook>;
|
|
26942
|
-
export const aldoItem: PropTypes.Requireable<io.flow.internal.v0.models.AldoItem>;
|
|
26943
|
-
export const aldoItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemDeleted>;
|
|
26944
|
-
export const aldoItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemForm>;
|
|
26945
|
-
export const aldoItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemUpserted>;
|
|
26946
27037
|
export const allItemsExport: PropTypes.Requireable<io.flow.internal.v0.models.AllItemsExport>;
|
|
26947
27038
|
export const allOrganizationsMembership: PropTypes.Requireable<io.flow.internal.v0.models.AllOrganizationsMembership>;
|
|
26948
27039
|
export const allocationItemReference: PropTypes.Requireable<io.flow.internal.v0.models.AllocationItemReference>;
|
|
26949
27040
|
export const allowedLabels: PropTypes.Requireable<io.flow.internal.v0.models.AllowedLabels>;
|
|
26950
27041
|
export const amruthaItem: PropTypes.Requireable<io.flow.internal.v0.models.AmruthaItem>;
|
|
26951
27042
|
export const amruthaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AmruthaItemForm>;
|
|
26952
|
-
export const anirbanItem: PropTypes.Requireable<io.flow.internal.v0.models.AnirbanItem>;
|
|
26953
|
-
export const anirbanItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AnirbanItemDeleted>;
|
|
26954
|
-
export const anirbanItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AnirbanItemForm>;
|
|
26955
|
-
export const anirbanItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AnirbanItemUpserted>;
|
|
26956
|
-
export const anshItem: PropTypes.Requireable<io.flow.internal.v0.models.AnshItem>;
|
|
26957
|
-
export const anshItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AnshItemDeleted>;
|
|
26958
|
-
export const anshItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AnshItemForm>;
|
|
26959
|
-
export const anshItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AnshItemUpserted>;
|
|
26960
27043
|
export const applePayAuthorizationPayload: PropTypes.Requireable<io.flow.internal.v0.models.ApplePayAuthorizationPayload>;
|
|
26961
27044
|
export const applyAtValueForm: PropTypes.Requireable<io.flow.internal.v0.models.ApplyAtValueForm>;
|
|
26962
27045
|
export const attemptStatistics: PropTypes.Requireable<io.flow.internal.v0.models.AttemptStatistics>;
|
|
@@ -26973,6 +27056,8 @@ export const authorizedChargeStatus: PropTypes.Requireable<io.flow.internal.v0.m
|
|
|
26973
27056
|
export const authorizedLineItemCharge: PropTypes.Requireable<io.flow.internal.v0.models.AuthorizedLineItemCharge>;
|
|
26974
27057
|
export const authorizedShippingCharge: PropTypes.Requireable<io.flow.internal.v0.models.AuthorizedShippingCharge>;
|
|
26975
27058
|
export const autoReviewCriteria: PropTypes.Requireable<io.flow.internal.v0.models.AutoReviewCriteria>;
|
|
27059
|
+
export const b2BFeeMorTaxTriggerMetadata: PropTypes.Requireable<io.flow.internal.v0.models.B2BFeeMorTaxTriggerMetadata>;
|
|
27060
|
+
export const b2BFeeShippingTaxTriggerMetadata: PropTypes.Requireable<io.flow.internal.v0.models.B2BFeeShippingTaxTriggerMetadata>;
|
|
26976
27061
|
export const b2BTaxLedger: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxLedger>;
|
|
26977
27062
|
export const b2BTaxLedgerForm: PropTypes.Requireable<io.flow.internal.v0.models.B2BTaxLedgerForm>;
|
|
26978
27063
|
export const bankAccount: PropTypes.Requireable<io.flow.internal.v0.models.BankAccount>;
|
|
@@ -27024,6 +27109,8 @@ export const bitpayAccountPutForm: PropTypes.Requireable<io.flow.internal.v0.mod
|
|
|
27024
27109
|
export const bitpayAuthentication: PropTypes.Requireable<io.flow.internal.v0.models.BitpayAuthentication>;
|
|
27025
27110
|
export const bitpayAuthenticationDataReference: PropTypes.Requireable<io.flow.internal.v0.models.BitpayAuthenticationDataReference>;
|
|
27026
27111
|
export const bitpayAuthenticationForm: PropTypes.Requireable<io.flow.internal.v0.models.BitpayAuthenticationForm>;
|
|
27112
|
+
export const bojanaItem: PropTypes.Requireable<io.flow.internal.v0.models.BojanaItem>;
|
|
27113
|
+
export const bojanaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.BojanaItemForm>;
|
|
27027
27114
|
export const booleanFeatureDefaultValue: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureDefaultValue>;
|
|
27028
27115
|
export const booleanFeatureRule: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureRule>;
|
|
27029
27116
|
export const booleanFeatureRuleForm: PropTypes.Requireable<io.flow.internal.v0.models.BooleanFeatureRuleForm>;
|
|
@@ -27161,6 +27248,10 @@ export const checkoutConfigurationForm: PropTypes.Requireable<io.flow.internal.v
|
|
|
27161
27248
|
export const checkoutConfigurationReference: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutConfigurationReference>;
|
|
27162
27249
|
export const checkoutSettings: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutSettings>;
|
|
27163
27250
|
export const checkoutUrl: PropTypes.Requireable<io.flow.internal.v0.models.CheckoutUrl>;
|
|
27251
|
+
export const chenglinItem: PropTypes.Requireable<io.flow.internal.v0.models.ChenglinItem>;
|
|
27252
|
+
export const chenglinItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChenglinItemDeleted>;
|
|
27253
|
+
export const chenglinItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ChenglinItemForm>;
|
|
27254
|
+
export const chenglinItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChenglinItemUpserted>;
|
|
27164
27255
|
export const cipher: PropTypes.Requireable<io.flow.internal.v0.models.Cipher>;
|
|
27165
27256
|
export const cipherForm: PropTypes.Requireable<io.flow.internal.v0.models.CipherForm>;
|
|
27166
27257
|
export const cipherReference: PropTypes.Requireable<io.flow.internal.v0.models.CipherReference>;
|
|
@@ -27454,6 +27545,7 @@ export const gabrielItemForm: PropTypes.Requireable<io.flow.internal.v0.models.G
|
|
|
27454
27545
|
export const gabrielItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.GabrielItemUpserted>;
|
|
27455
27546
|
export const geRevenueShareTransaction: PropTypes.Requireable<io.flow.internal.v0.models.GeRevenueShareTransaction>;
|
|
27456
27547
|
export const generateLoadMultipleOrgs: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadMultipleOrgs>;
|
|
27548
|
+
export const generateLoadRate: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadRate>;
|
|
27457
27549
|
export const generateLoadSingleOrg: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadSingleOrg>;
|
|
27458
27550
|
export const genericValidationError: PropTypes.Requireable<io.flow.internal.v0.models.GenericValidationError>;
|
|
27459
27551
|
export const giftCard: PropTypes.Requireable<io.flow.internal.v0.models.GiftCard>;
|
|
@@ -27479,10 +27571,6 @@ export const harmonizationThresholdForm: PropTypes.Requireable<io.flow.internal.
|
|
|
27479
27571
|
export const harmonizationUnclassifiedStatistics: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationUnclassifiedStatistics>;
|
|
27480
27572
|
export const harmonizeFullyRequestV2: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizeFullyRequestV2>;
|
|
27481
27573
|
export const harmonizedItemsHs6Export: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizedItemsHs6Export>;
|
|
27482
|
-
export const hoseinItem: PropTypes.Requireable<io.flow.internal.v0.models.HoseinItem>;
|
|
27483
|
-
export const hoseinItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.HoseinItemDeleted>;
|
|
27484
|
-
export const hoseinItemForm: PropTypes.Requireable<io.flow.internal.v0.models.HoseinItemForm>;
|
|
27485
|
-
export const hoseinItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.HoseinItemUpserted>;
|
|
27486
27574
|
export const hs6: PropTypes.Requireable<io.flow.internal.v0.models.Hs6>;
|
|
27487
27575
|
export const hs6Metadata: PropTypes.Requireable<io.flow.internal.v0.models.Hs6Metadata>;
|
|
27488
27576
|
export const importCompleted: PropTypes.Requireable<io.flow.internal.v0.models.ImportCompleted>;
|
|
@@ -27542,7 +27630,6 @@ export const itemSalesMarginUpserted: PropTypes.Requireable<io.flow.internal.v0.
|
|
|
27542
27630
|
export const itemSalesMarginVersion: PropTypes.Requireable<io.flow.internal.v0.models.ItemSalesMarginVersion>;
|
|
27543
27631
|
export const itemSummary: PropTypes.Requireable<io.flow.internal.v0.models.ItemSummary>;
|
|
27544
27632
|
export const itemValuesForm: PropTypes.Requireable<io.flow.internal.v0.models.ItemValuesForm>;
|
|
27545
|
-
export const jeanDemoItem: PropTypes.Requireable<io.flow.internal.v0.models.JeanDemoItem>;
|
|
27546
27633
|
export const journal: PropTypes.Requireable<io.flow.internal.v0.models.Journal>;
|
|
27547
27634
|
export const journalFailure: PropTypes.Requireable<io.flow.internal.v0.models.JournalFailure>;
|
|
27548
27635
|
export const key: PropTypes.Requireable<io.flow.internal.v0.models.Key>;
|
|
@@ -27562,10 +27649,6 @@ export const labelCreationJobSummary: PropTypes.Requireable<io.flow.internal.v0.
|
|
|
27562
27649
|
export const labelCreationJobUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationJobUpserted>;
|
|
27563
27650
|
export const labelCreationRequestForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelCreationRequestForm>;
|
|
27564
27651
|
export const labelDestination: PropTypes.Requireable<io.flow.internal.v0.models.LabelDestination>;
|
|
27565
|
-
export const labelGenerationSettings: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettings>;
|
|
27566
|
-
export const labelGenerationSettingsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettingsDeleted>;
|
|
27567
|
-
export const labelGenerationSettingsForm: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettingsForm>;
|
|
27568
|
-
export const labelGenerationSettingsUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelGenerationSettingsUpserted>;
|
|
27569
27652
|
export const labelInvoiceRequest: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequest>;
|
|
27570
27653
|
export const labelInvoiceRequestDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequestDeleted>;
|
|
27571
27654
|
export const labelInvoiceRequestUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LabelInvoiceRequestUpserted>;
|
|
@@ -27657,10 +27740,6 @@ export const metadataProposition: PropTypes.Requireable<io.flow.internal.v0.mode
|
|
|
27657
27740
|
export const metadataRatecard: PropTypes.Requireable<io.flow.internal.v0.models.MetadataRatecard>;
|
|
27658
27741
|
export const negativeDebitMetrics: PropTypes.Requireable<io.flow.internal.v0.models.NegativeDebitMetrics>;
|
|
27659
27742
|
export const nextBillingStatement: PropTypes.Requireable<io.flow.internal.v0.models.NextBillingStatement>;
|
|
27660
|
-
export const niallItem: PropTypes.Requireable<io.flow.internal.v0.models.NiallItem>;
|
|
27661
|
-
export const niallItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.NiallItemDeleted>;
|
|
27662
|
-
export const niallItemForm: PropTypes.Requireable<io.flow.internal.v0.models.NiallItemForm>;
|
|
27663
|
-
export const niallItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.NiallItemUpserted>;
|
|
27664
27743
|
export const noCalculatedTaxAmount: PropTypes.Requireable<io.flow.internal.v0.models.NoCalculatedTaxAmount>;
|
|
27665
27744
|
export const noClassificationForm: PropTypes.Requireable<io.flow.internal.v0.models.NoClassificationForm>;
|
|
27666
27745
|
export const nonChannelPaymentBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.NonChannelPaymentBankAccount>;
|
|
@@ -27754,6 +27833,8 @@ export const organizationPaymentSettingDeleted: PropTypes.Requireable<io.flow.in
|
|
|
27754
27833
|
export const organizationPaymentSettingForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingForm>;
|
|
27755
27834
|
export const organizationPaymentSettingUpserted: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingUpserted>;
|
|
27756
27835
|
export const organizationPaymentSettingVersion: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPaymentSettingVersion>;
|
|
27836
|
+
export const organizationPromotion: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPromotion>;
|
|
27837
|
+
export const organizationPromotionWarning: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationPromotionWarning>;
|
|
27757
27838
|
export const organizationRestrictionNoteForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationRestrictionNoteForm>;
|
|
27758
27839
|
export const organizationRestrictionScreeningDecisionForm: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationRestrictionScreeningDecisionForm>;
|
|
27759
27840
|
export const organizationRestrictionStatus: PropTypes.Requireable<io.flow.internal.v0.models.OrganizationRestrictionStatus>;
|
|
@@ -27860,8 +27941,6 @@ export const platformFeeFlat: PropTypes.Requireable<io.flow.internal.v0.models.P
|
|
|
27860
27941
|
export const platformFeePause: PropTypes.Requireable<io.flow.internal.v0.models.PlatformFeePause>;
|
|
27861
27942
|
export const platformFeePercentage: PropTypes.Requireable<io.flow.internal.v0.models.PlatformFeePercentage>;
|
|
27862
27943
|
export const platformFeePercentageTier: PropTypes.Requireable<io.flow.internal.v0.models.PlatformFeePercentageTier>;
|
|
27863
|
-
export const prateekItem: PropTypes.Requireable<io.flow.internal.v0.models.PrateekItem>;
|
|
27864
|
-
export const prateekItemForm: PropTypes.Requireable<io.flow.internal.v0.models.PrateekItemForm>;
|
|
27865
27944
|
export const prediction: PropTypes.Requireable<io.flow.internal.v0.models.Prediction>;
|
|
27866
27945
|
export const preonboardingClassificationRabbitmqEnvelope: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingClassificationRabbitmqEnvelope>;
|
|
27867
27946
|
export const preonboardingClassificationRabbitmqMessage: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingClassificationRabbitmqMessage>;
|
|
@@ -27869,6 +27948,9 @@ export const preonboardingClassificationRequest: PropTypes.Requireable<io.flow.i
|
|
|
27869
27948
|
export const preonboardingClassificationResult: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingClassificationResult>;
|
|
27870
27949
|
export const preonboardingMerchant: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingMerchant>;
|
|
27871
27950
|
export const preonboardingSellabilityResult: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResult>;
|
|
27951
|
+
export const preonboardingSellabilityResultDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted>;
|
|
27952
|
+
export const preonboardingSellabilityResultInserted: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResultInserted>;
|
|
27953
|
+
export const preonboardingSellabilityResultUpdated: PropTypes.Requireable<io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated>;
|
|
27872
27954
|
export const priceInclusivity: PropTypes.Requireable<io.flow.internal.v0.models.PriceInclusivity>;
|
|
27873
27955
|
export const prioritizedCenterReference: PropTypes.Requireable<io.flow.internal.v0.models.PrioritizedCenterReference>;
|
|
27874
27956
|
export const processingTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransaction>;
|
|
@@ -27901,7 +27983,11 @@ export const productReviewHistory: PropTypes.Requireable<io.flow.internal.v0.mod
|
|
|
27901
27983
|
export const productSellabilityInternal: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityInternal>;
|
|
27902
27984
|
export const productSellabilityInternalForm: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityInternalForm>;
|
|
27903
27985
|
export const productSellabilityInternalResult: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityInternalResult>;
|
|
27986
|
+
export const productSellabilityInternalRuleMatch: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityInternalRuleMatch>;
|
|
27904
27987
|
export const productSellabilityResult: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityResult>;
|
|
27988
|
+
export const productSellabilityResultDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityResultDeleted>;
|
|
27989
|
+
export const productSellabilityResultInserted: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityResultInserted>;
|
|
27990
|
+
export const productSellabilityResultUpdated: PropTypes.Requireable<io.flow.internal.v0.models.ProductSellabilityResultUpdated>;
|
|
27905
27991
|
export const productTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ProductTransaction>;
|
|
27906
27992
|
export const proofOfPostingExternallyFulfilled: PropTypes.Requireable<io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled>;
|
|
27907
27993
|
export const proofOfPostingFulfilled: PropTypes.Requireable<io.flow.internal.v0.models.ProofOfPostingFulfilled>;
|
|
@@ -28079,20 +28165,12 @@ export const returnTriggerReversal: PropTypes.Requireable<io.flow.internal.v0.mo
|
|
|
28079
28165
|
export const revenueRecord: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRecord>;
|
|
28080
28166
|
export const revenueRecordDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRecordDeleted>;
|
|
28081
28167
|
export const revenueRecordUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RevenueRecordUpserted>;
|
|
28082
|
-
export const rohanItem: PropTypes.Requireable<io.flow.internal.v0.models.RohanItem>;
|
|
28083
|
-
export const rohanItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RohanItemDeleted>;
|
|
28084
|
-
export const rohanItemForm: PropTypes.Requireable<io.flow.internal.v0.models.RohanItemForm>;
|
|
28085
|
-
export const rohanItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RohanItemUpserted>;
|
|
28086
28168
|
export const routingAccount: PropTypes.Requireable<io.flow.internal.v0.models.RoutingAccount>;
|
|
28087
28169
|
export const routingMerchant: PropTypes.Requireable<io.flow.internal.v0.models.RoutingMerchant>;
|
|
28088
28170
|
export const routingProcessor: PropTypes.Requireable<io.flow.internal.v0.models.RoutingProcessor>;
|
|
28089
28171
|
export const salesPaymentRecord: PropTypes.Requireable<io.flow.internal.v0.models.SalesPaymentRecord>;
|
|
28090
28172
|
export const sandboxSetup: PropTypes.Requireable<io.flow.internal.v0.models.SandboxSetup>;
|
|
28091
28173
|
export const sandboxSetupForm: PropTypes.Requireable<io.flow.internal.v0.models.SandboxSetupForm>;
|
|
28092
|
-
export const sarveshItem: PropTypes.Requireable<io.flow.internal.v0.models.SarveshItem>;
|
|
28093
|
-
export const sarveshItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.SarveshItemDeleted>;
|
|
28094
|
-
export const sarveshItemForm: PropTypes.Requireable<io.flow.internal.v0.models.SarveshItemForm>;
|
|
28095
|
-
export const sarveshItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SarveshItemUpserted>;
|
|
28096
28174
|
export const scheduledPayment: PropTypes.Requireable<io.flow.internal.v0.models.ScheduledPayment>;
|
|
28097
28175
|
export const screen: PropTypes.Requireable<io.flow.internal.v0.models.Screen>;
|
|
28098
28176
|
export const screenForm: PropTypes.Requireable<io.flow.internal.v0.models.ScreenForm>;
|
|
@@ -28111,15 +28189,22 @@ export const sessionOrderData: PropTypes.Requireable<io.flow.internal.v0.models.
|
|
|
28111
28189
|
export const setupBlockPutForm: PropTypes.Requireable<io.flow.internal.v0.models.SetupBlockPutForm>;
|
|
28112
28190
|
export const sfExpress: PropTypes.Requireable<io.flow.internal.v0.models.SfExpress>;
|
|
28113
28191
|
export const shipmentCostSummary: PropTypes.Requireable<io.flow.internal.v0.models.ShipmentCostSummary>;
|
|
28192
|
+
export const shippingCostDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShippingCostDeleted>;
|
|
28193
|
+
export const shippingCostSummary: PropTypes.Requireable<io.flow.internal.v0.models.ShippingCostSummary>;
|
|
28194
|
+
export const shippingCostUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShippingCostUpserted>;
|
|
28114
28195
|
export const shippingLane: PropTypes.Requireable<io.flow.internal.v0.models.ShippingLane>;
|
|
28115
28196
|
export const shippingMethodReference: PropTypes.Requireable<io.flow.internal.v0.models.ShippingMethodReference>;
|
|
28116
28197
|
export const shippingPricing: PropTypes.Requireable<io.flow.internal.v0.models.ShippingPricing>;
|
|
28117
28198
|
export const shippingRateEstimateAvailableInternal: PropTypes.Requireable<io.flow.internal.v0.models.ShippingRateEstimateAvailableInternal>;
|
|
28118
28199
|
export const shippingRateEstimateInternal: PropTypes.Requireable<io.flow.internal.v0.models.ShippingRateEstimateInternal>;
|
|
28119
28200
|
export const shippingRateEstimateRequestInternal: PropTypes.Requireable<io.flow.internal.v0.models.ShippingRateEstimateRequestInternal>;
|
|
28201
|
+
export const shopifyAddress: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyAddress>;
|
|
28202
|
+
export const shopifyCallbackError: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCallbackError>;
|
|
28203
|
+
export const shopifyCallbackErrorItem: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCallbackErrorItem>;
|
|
28120
28204
|
export const shopifyCatalogPublication: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCatalogPublication>;
|
|
28121
28205
|
export const shopifyChannelOrganizationToken: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyChannelOrganizationToken>;
|
|
28122
28206
|
export const shopifyChannelOrganizationTokens: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyChannelOrganizationTokens>;
|
|
28207
|
+
export const shopifyContactDetails: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyContactDetails>;
|
|
28123
28208
|
export const shopifyDispute: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyDispute>;
|
|
28124
28209
|
export const shopifyDisputeDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyDisputeDeleted>;
|
|
28125
28210
|
export const shopifyDisputeUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyDisputeUpserted>;
|
|
@@ -28168,10 +28253,12 @@ export const shopifyMarketsSync: PropTypes.Requireable<io.flow.internal.v0.model
|
|
|
28168
28253
|
export const shopifyMarketsWebhookRegistration: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration>;
|
|
28169
28254
|
export const shopifyMarketsWebhookRegistrationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted>;
|
|
28170
28255
|
export const shopifyMarketsWebhookRegistrationUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted>;
|
|
28256
|
+
export const shopifyMeasurements: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMeasurements>;
|
|
28171
28257
|
export const shopifyMerchantPlan: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlan>;
|
|
28172
28258
|
export const shopifyMerchantPlanDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlanDeleted>;
|
|
28173
28259
|
export const shopifyMerchantPlanUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMerchantPlanUpserted>;
|
|
28174
28260
|
export const shopifyMetadata: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMetadata>;
|
|
28261
|
+
export const shopifyMoney: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMoney>;
|
|
28175
28262
|
export const shopifyMonitoringCarrierService: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMonitoringCarrierService>;
|
|
28176
28263
|
export const shopifyMonitoringFulfillmentExternal: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal>;
|
|
28177
28264
|
export const shopifyMonitoringFulfillmentMissingDetails: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMonitoringFulfillmentMissingDetails>;
|
|
@@ -28214,8 +28301,22 @@ export const shopifyProductUpdateDeleted: PropTypes.Requireable<io.flow.internal
|
|
|
28214
28301
|
export const shopifyProductUpdateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductUpdateUpserted>;
|
|
28215
28302
|
export const shopifyProductUpdateWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent>;
|
|
28216
28303
|
export const shopifyProductWrapper: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductWrapper>;
|
|
28304
|
+
export const shopifyRateCustomsDetail: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyRateCustomsDetail>;
|
|
28305
|
+
export const shopifyRatePickupPoint: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyRatePickupPoint>;
|
|
28217
28306
|
export const shopifyReportFileDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyReportFileDeleted>;
|
|
28218
28307
|
export const shopifyReportFileUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyReportFileUpserted>;
|
|
28308
|
+
export const shopifyShipmentRateAvailable: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateAvailable>;
|
|
28309
|
+
export const shopifyShipmentRateCharge: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateCharge>;
|
|
28310
|
+
export const shopifyShipmentRateOption: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateOption>;
|
|
28311
|
+
export const shopifyShipmentRatePackage: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRatePackage>;
|
|
28312
|
+
export const shopifyShipmentRateReason: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateReason>;
|
|
28313
|
+
export const shopifyShipmentRateRequest: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateRequest>;
|
|
28314
|
+
export const shopifyShipmentRateResponse: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateResponse>;
|
|
28315
|
+
export const shopifyShipmentRateShipment: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateShipment>;
|
|
28316
|
+
export const shopifyShipmentRateShipper: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateShipper>;
|
|
28317
|
+
export const shopifyShipmentRateTotalCharges: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateTotalCharges>;
|
|
28318
|
+
export const shopifyShipmentRateUnavailable: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShipmentRateUnavailable>;
|
|
28319
|
+
export const shopifyShippingLocation: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShippingLocation>;
|
|
28219
28320
|
export const shopifyShopStatistics: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShopStatistics>;
|
|
28220
28321
|
export const shopifyStoreDetail: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyStoreDetail>;
|
|
28221
28322
|
export const shopifyStripeEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyStripeEvent>;
|