@flowio/types 11.24.132 → 11.24.136

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.
@@ -1285,6 +1285,10 @@ declare namespace io.flow.restrictions.v0.models {
1285
1285
  readonly hs_code?: string;
1286
1286
  readonly restricted_regions_by_type?: io.flow.sellability.v0.models.SellabilityRegionResult[];
1287
1287
  readonly needs_action_attributes?: io.flow.restrictions.v0.models.NeedsActionAttributes[];
1288
+ readonly fingerprint?: string;
1289
+ readonly restriction_created_at?: string;
1290
+ readonly first_reviewed_at?: string;
1291
+ readonly seconds_to_first_review?: number;
1288
1292
  }
1289
1293
 
1290
1294
  interface ReasonsPerRegion {
@@ -5315,7 +5319,8 @@ declare namespace io.flow.label.v0.enums {
5315
5319
  | 'partner_api_sync'
5316
5320
  | 'notification_requiring_crossdock'
5317
5321
  | 'flow_simulation_sync'
5318
- | 'autogenerated';
5322
+ | 'autogenerated'
5323
+ | 'legacy_shopify_graphql_server';
5319
5324
  type LabelTriggerMethod = 'autogenerated' | 'on_demand';
5320
5325
  type OriginLocationSource =
5321
5326
  | 'public_hub_code'
@@ -6925,11 +6930,6 @@ declare namespace io.flow.shopify.markets.internal.v0.enums {
6925
6930
  | 'sports_and_fitness'
6926
6931
  | 'toys_hobbies_gifts'
6927
6932
  | 'other';
6928
- type TaxAndDutyInclusivitySetting =
6929
- | 'duty_exclusive_tax_exclusive'
6930
- | 'duty_inclusive_tax_exclusive'
6931
- | 'duty_exclusive_tax_inclusive'
6932
- | 'duty_inclusive_tax_inclusive';
6933
6933
  }
6934
6934
 
6935
6935
  declare namespace io.flow.shopify.markets.internal.v0.models {
@@ -7013,7 +7013,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
7013
7013
  readonly organization_id: string;
7014
7014
  readonly shopify_order_id: string;
7015
7015
  readonly order_number: string;
7016
- readonly tax_and_duty_inclusivity_setting: io.flow.shopify.markets.internal.v0.enums.TaxAndDutyInclusivitySetting;
7016
+ readonly tax_and_duty_inclusivity_setting: io.flow.experience.v0.enums.TaxAndDutyInclusivitySetting;
7017
7017
  }
7018
7018
 
7019
7019
  interface OrderValidationError {
@@ -7118,6 +7118,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
7118
7118
  readonly access_token_masked?: string;
7119
7119
  readonly shopify_plan_name?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
7120
7120
  readonly catalog_publication_owner?: io.flow.channel.shopify.internal.v0.enums.CatalogPublicationOwner;
7121
+ readonly fast_sellability_completed_at?: string;
7121
7122
  }
7122
7123
 
7123
7124
  interface ShopifyMarketsShopForm {
@@ -7218,6 +7219,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
7218
7219
 
7219
7220
  interface ShopifyTestOrder {
7220
7221
  readonly id: string;
7222
+ readonly submitted_at: string;
7221
7223
  }
7222
7224
 
7223
7225
  interface ThirdPartyLogisticsPartner {
@@ -7243,6 +7245,11 @@ declare namespace io.flow.consumer.invoice.v0.enums {
7243
7245
  | 'individual';
7244
7246
  type ConsumerInvoiceDocumentType = 'pdf';
7245
7247
  type ConsumerInvoiceStatus = 'pending' | 'available' | 'invalid';
7248
+ type FeeInvoiceType =
7249
+ | 'mor_invoice'
7250
+ | 'label_invoice'
7251
+ | 'mor_credit_memo'
7252
+ | 'label_credit_memo';
7246
7253
  type TaxJurisdictionType = 'country' | 'province';
7247
7254
  type TaxType = 'vat' | 'gst' | 'hst' | 'pst' | 'qst' | 'sales_tax';
7248
7255
  }
@@ -7265,6 +7272,7 @@ declare namespace io.flow.consumer.invoice.v0.models {
7265
7272
  readonly b2b_invoice_type: io.flow.consumer.invoice.v0.enums.B2BInvoiceType;
7266
7273
  readonly center?: io.flow.consumer.invoice.v0.models.ConsumerInvoiceCenterReference;
7267
7274
  readonly order?: io.flow.consumer.invoice.v0.models.ConsumerInvoiceOrderSummary;
7275
+ readonly voids_b2b_invoice?: boolean;
7268
7276
  }
7269
7277
 
7270
7278
  interface B2BInvoice {
@@ -7453,6 +7461,21 @@ declare namespace io.flow.consumer.invoice.v0.models {
7453
7461
  readonly attributes?: Record<string, string>;
7454
7462
  }
7455
7463
 
7464
+ interface FeeInvoice {
7465
+ readonly id: string;
7466
+ readonly number: string;
7467
+ readonly invoice_type: io.flow.consumer.invoice.v0.enums.FeeInvoiceType;
7468
+ readonly buyer: io.flow.common.v0.models.MerchantOfRecordEntity;
7469
+ readonly seller: io.flow.common.v0.models.MerchantOfRecordEntity;
7470
+ readonly date: string;
7471
+ readonly b2b_tax_transaction_id: string;
7472
+ readonly order_number: string;
7473
+ readonly tax: io.flow.common.v0.models.Money;
7474
+ readonly tax_lines?: io.flow.consumer.invoice.v0.models.InvoiceTaxLine[];
7475
+ readonly lines: io.flow.consumer.invoice.v0.unions.ConsumerInvoiceLine[];
7476
+ readonly documents: io.flow.consumer.invoice.v0.models.ConsumerInvoiceDocument[];
7477
+ }
7478
+
7456
7479
  interface InvoiceExport {
7457
7480
  readonly id: string;
7458
7481
  }
@@ -10268,7 +10291,8 @@ declare namespace io.flow.order.price.v0.enums {
10268
10291
  | 'tax'
10269
10292
  | 'duties'
10270
10293
  | 'tax_and_duties'
10271
- | 'product';
10294
+ | 'product'
10295
+ | 'mor_tax';
10272
10296
  }
10273
10297
 
10274
10298
  declare namespace io.flow.order.price.v0.models {
@@ -10345,7 +10369,8 @@ declare namespace io.flow.channel.internal.v0.enums {
10345
10369
  | 'non_matching_currencies'
10346
10370
  | 'unsupported_order_edit'
10347
10371
  | 'order_allocation_duties_mismatch'
10348
- | 'order_missing';
10372
+ | 'order_missing'
10373
+ | 'organization_deactivated';
10349
10374
  type ChannelOrderAcceptanceStatus =
10350
10375
  | 'accepted'
10351
10376
  | 'rejected'
@@ -10880,6 +10905,7 @@ declare namespace io.flow.common.v0.models {
10880
10905
  interface LineItemForm {
10881
10906
  readonly number: string;
10882
10907
  readonly quantity: number;
10908
+ readonly line_item_identifier?: string;
10883
10909
  readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
10884
10910
  readonly price?: io.flow.common.v0.models.Money;
10885
10911
  readonly attributes?: Record<string, string>;
@@ -11518,6 +11544,11 @@ declare namespace io.flow.experience.v0.enums {
11518
11544
  type PriceFacetBoundary = 'min' | 'max';
11519
11545
  type PricingType = 'inclusive_pricing';
11520
11546
  type PromotionTriggerType = 'automatic' | 'order_subtotal';
11547
+ type TaxAndDutyInclusivitySetting =
11548
+ | 'duty_exclusive_tax_exclusive'
11549
+ | 'duty_inclusive_tax_exclusive'
11550
+ | 'duty_exclusive_tax_inclusive'
11551
+ | 'duty_inclusive_tax_inclusive';
11521
11552
  }
11522
11553
 
11523
11554
  declare namespace io.flow.experience.v0.models {
@@ -12910,6 +12941,12 @@ declare namespace io.flow.ratecard.v0.models {
12910
12941
  readonly name: string;
12911
12942
  }
12912
12943
 
12944
+ interface RatecardData {
12945
+ readonly dhlParcelDistributionCenter?: string;
12946
+ readonly glbeRatecardMetadataLaneIdentifier?: string;
12947
+ readonly pickupCenter?: string;
12948
+ }
12949
+
12913
12950
  interface RatecardEstimateForm {
12914
12951
  readonly origin_address: io.flow.common.v0.models.Address;
12915
12952
  readonly destination_address: io.flow.common.v0.models.Address;
@@ -12928,13 +12965,6 @@ declare namespace io.flow.ratecard.v0.models {
12928
12965
  readonly commercial_invoice_mode?: io.flow.label.v0.enums.CommercialInvoiceMode;
12929
12966
  }
12930
12967
 
12931
- interface RatecardEstimateSummaryForm {
12932
- readonly origin?: string;
12933
- readonly destination?: string;
12934
- readonly service?: string;
12935
- readonly center_key?: string;
12936
- }
12937
-
12938
12968
  interface RatecardEstimateV1 {
12939
12969
  readonly discriminator: 'ratecard_estimate_v1';
12940
12970
  readonly service: io.flow.ratecard.v0.models.RatecardServiceSummary;
@@ -13002,7 +13032,7 @@ declare namespace io.flow.ratecard.v0.models {
13002
13032
  readonly glbe_shipping_method_id?: string;
13003
13033
  readonly glbe_proposition_name?: string;
13004
13034
  readonly channel_revenue_share_percentage?: number;
13005
- readonly data?: Record<string, string>;
13035
+ readonly data?: io.flow.ratecard.v0.models.RatecardData;
13006
13036
  }
13007
13037
 
13008
13038
  interface RatecardLane {
@@ -13168,6 +13198,7 @@ declare namespace io.flow.ratecard.v0.models {
13168
13198
  }
13169
13199
 
13170
13200
  interface ShippingRateEstimateRequest {
13201
+ readonly carrier_id: string;
13171
13202
  readonly origin_address: io.flow.common.v0.models.Address;
13172
13203
  readonly destination_address: io.flow.common.v0.models.Address;
13173
13204
  readonly package_dimensions: io.flow.common.v0.models.Dimension;
@@ -14266,7 +14297,6 @@ declare namespace io.flow.merchant.onboarding.v0.models {
14266
14297
  readonly beneficiary_details?: io.flow.merchant.onboarding.v0.models.MerchantOnboardingBeneficiaryDetails;
14267
14298
  readonly other_trade_sector?: string;
14268
14299
  readonly center_contact?: io.flow.merchant.onboarding.v0.models.OperationsContact;
14269
- readonly center_address?: io.flow.common.v0.models.Address;
14270
14300
  readonly average_order_weight?: number;
14271
14301
  readonly average_order_weight_unit?: io.flow.common.v0.enums.UnitOfMeasurement;
14272
14302
  readonly package_dimensions?: io.flow.common.v0.models.Dimension[];
@@ -14294,7 +14324,6 @@ declare namespace io.flow.merchant.onboarding.v0.models {
14294
14324
  readonly beneficiary_details?: io.flow.merchant.onboarding.v0.models.MerchantOnboardingBeneficiaryDetails;
14295
14325
  readonly other_trade_sector?: string;
14296
14326
  readonly center_contact?: io.flow.merchant.onboarding.v0.models.OperationsContact;
14297
- readonly center_address?: io.flow.common.v0.models.Address;
14298
14327
  readonly average_order_weight?: number;
14299
14328
  readonly average_order_weight_unit?: io.flow.common.v0.enums.UnitOfMeasurement;
14300
14329
  readonly package_dimensions?: io.flow.common.v0.models.Dimension[];
@@ -14395,6 +14424,7 @@ declare namespace io.flow.merchant.onboarding.v0.models {
14395
14424
  readonly company?: string;
14396
14425
  readonly email?: string;
14397
14426
  readonly phone?: string;
14427
+ readonly address?: io.flow.common.v0.models.Address;
14398
14428
  }
14399
14429
 
14400
14430
  interface Shop {
@@ -14934,7 +14964,7 @@ declare namespace io.flow.inventory.v0.models {
14934
14964
 
14935
14965
  interface InventoryUnlimited {
14936
14966
  readonly discriminator: 'inventory_unlimited';
14937
- readonly placeholder?: string;
14967
+ readonly placeholder: string;
14938
14968
  }
14939
14969
 
14940
14970
  interface InventoryUpdate {
@@ -15229,7 +15259,8 @@ declare namespace io.flow.billing.v0.enums {
15229
15259
  | 'rate_lock'
15230
15260
  | 'transfer'
15231
15261
  | 'negative_balance_guarantee'
15232
- | 'sp';
15262
+ | 'sp'
15263
+ | 'rev_share';
15233
15264
  type PayoutAttachmentType = 'transactions';
15234
15265
  type PayoutStatusFailureCode =
15235
15266
  | 'invalid_account_number'
@@ -15257,7 +15288,8 @@ declare namespace io.flow.billing.v0.enums {
15257
15288
  | 'order_cancellation_above_de_min'
15258
15289
  | 'wyol_shipment_above_de_min'
15259
15290
  | 'full_refund_without_shipment'
15260
- | 'unfulfilled_order_above_de_min';
15291
+ | 'unfulfilled_order_above_de_min'
15292
+ | 'order_cancellation_without_capture';
15261
15293
  type TransactionSource =
15262
15294
  | 'capture'
15263
15295
  | 'refund'
@@ -15292,7 +15324,10 @@ declare namespace io.flow.billing.v0.enums {
15292
15324
  | 'ge_revenue_share'
15293
15325
  | 'merchant_fee'
15294
15326
  | 'b2b_tax'
15295
- | 'b2b_tax_refund';
15327
+ | 'b2b_tax_refund'
15328
+ | 'b2b_fee_mor_tax'
15329
+ | 'b2b_fee_shipping_tax'
15330
+ | 'flat_rate_label';
15296
15331
  type TrueupSource =
15297
15332
  | 'flow'
15298
15333
  | 'channel'
@@ -15592,7 +15627,7 @@ declare namespace io.flow.billing.v0.models {
15592
15627
  readonly label_created_at: string;
15593
15628
  readonly carrier_id: string;
15594
15629
  readonly carrier_tracking_number: string;
15595
- readonly revenue_share_percentage: number;
15630
+ readonly revenue_share_percentage?: number;
15596
15631
  readonly outbound?: io.flow.billing.v0.models.TransactionMetadataOutboundTransaction;
15597
15632
  }
15598
15633
 
@@ -15627,11 +15662,30 @@ declare namespace io.flow.billing.v0.models {
15627
15662
  readonly id: string;
15628
15663
  }
15629
15664
 
15665
+ interface TransactionMetadataFlatRateLabel {
15666
+ readonly discriminator: 'flat_rate_label';
15667
+ readonly flat_rate?: number;
15668
+ readonly coefficient?: number;
15669
+ }
15670
+
15630
15671
  interface TransactionMetadataManual {
15631
15672
  readonly discriminator: 'manual';
15632
15673
  readonly description: string;
15633
15674
  readonly original?: io.flow.billing.v0.models.TransactionMetadataOriginalTransaction;
15634
15675
  readonly url?: string;
15676
+ readonly recoup?: boolean;
15677
+ }
15678
+
15679
+ interface TransactionMetadataMerchantFee {
15680
+ readonly discriminator: 'merchant_fee';
15681
+ readonly items: io.flow.billing.v0.models.TransactionMetadataMerchantFeeItem[];
15682
+ }
15683
+
15684
+ interface TransactionMetadataMerchantFeeItem {
15685
+ readonly type: string;
15686
+ readonly amount: number;
15687
+ readonly local_amount?: number;
15688
+ readonly description?: string;
15635
15689
  }
15636
15690
 
15637
15691
  interface TransactionMetadataOriginalTransaction {
@@ -15799,7 +15853,9 @@ declare namespace io.flow.billing.v0.unions {
15799
15853
  | io.flow.billing.v0.models.TransactionMetadataManual
15800
15854
  | io.flow.billing.v0.models.TransactionMetadataFailedPayout
15801
15855
  | io.flow.billing.v0.models.TransactionMetadataPaymentTransaction
15802
- | io.flow.billing.v0.models.TransactionMetadataTaxDuty;
15856
+ | io.flow.billing.v0.models.TransactionMetadataTaxDuty
15857
+ | io.flow.billing.v0.models.TransactionMetadataMerchantFee
15858
+ | io.flow.billing.v0.models.TransactionMetadataFlatRateLabel;
15803
15859
  }
15804
15860
 
15805
15861
  declare namespace io.flow.harmonization.v0.enums {
@@ -15824,6 +15880,11 @@ declare namespace io.flow.harmonization.v0.models {
15824
15880
  readonly company_name_match_result_reason?: string;
15825
15881
  }
15826
15882
 
15883
+ interface HarmonizationTariffCode {
15884
+ readonly tariff_code: string;
15885
+ readonly destination: string;
15886
+ }
15887
+
15827
15888
  interface HarmonizedCategoryReference {
15828
15889
  readonly id: string;
15829
15890
  }
@@ -15919,6 +15980,13 @@ declare namespace io.flow.harmonization.v0.models {
15919
15980
  readonly tax: io.flow.price.v0.models.Tax;
15920
15981
  }
15921
15982
 
15983
+ interface TariffCodes {
15984
+ readonly item_number: string;
15985
+ readonly product_id: string;
15986
+ readonly hs6_code: string;
15987
+ readonly codes: io.flow.harmonization.v0.models.HarmonizationTariffCode[];
15988
+ }
15989
+
15922
15990
  interface TaxRegistration {
15923
15991
  readonly id: string;
15924
15992
  readonly key: string;
@@ -16073,6 +16141,7 @@ declare namespace io.flow.merchant.of.record.v0.enums {
16073
16141
  | 'flow-can'
16074
16142
  | 'ge-usa'
16075
16143
  | 'ge-can'
16144
+ | 'ge-can-ship'
16076
16145
  | 'ge-gbr'
16077
16146
  | 'ge-irl';
16078
16147
  }
@@ -16230,7 +16299,13 @@ declare namespace io.flow.sellability.v0.enums {
16230
16299
  | 'wait_for_high_fidelity'
16231
16300
  | 'external_service_unavailable';
16232
16301
  type SellabilityRequestStatus = 'commit';
16233
- type SellabilityResultErrorCode = 'insufficient_details' | 'generic_error';
16302
+ type SellabilityResultErrorCode =
16303
+ | 'insufficient_details'
16304
+ | 'ineligible_category'
16305
+ | 'wait_for_high_fidelity'
16306
+ | 'external_service_unavailable'
16307
+ | 'generic_error'
16308
+ | 'catalog_processing_threshold';
16234
16309
  type SellabilityResultStatus = 'in_review' | 'succeeded' | 'failed';
16235
16310
  type SellabilityScreeningMode = 'pre_onboarding' | 'default_on' | 'active';
16236
16311
  }
@@ -16258,6 +16333,7 @@ declare namespace io.flow.sellability.v0.models {
16258
16333
  }
16259
16334
 
16260
16335
  interface ProductSellabilityResult {
16336
+ readonly id: string;
16261
16337
  readonly merchant_id?: string;
16262
16338
  readonly product_id: string;
16263
16339
  readonly restricted_regions: io.flow.sellability.v0.models.SellabilityRestrictedRegion[];
@@ -16276,12 +16352,14 @@ declare namespace io.flow.sellability.v0.models {
16276
16352
  interface SellabilityNeedsActionAttributes {
16277
16353
  readonly reason_code: string;
16278
16354
  readonly category_metafield_handles: string[];
16355
+ readonly category_metafield_ids: string[];
16279
16356
  readonly require_msds?: boolean;
16280
16357
  }
16281
16358
 
16282
16359
  interface SellabilityReasonWithRegions {
16283
16360
  readonly reason: string;
16284
16361
  readonly regions: string[];
16362
+ readonly review_status?: string;
16285
16363
  }
16286
16364
 
16287
16365
  interface SellabilityRegionResult {
@@ -16560,14 +16638,10 @@ declare namespace io.flow.billing.bank.account.v0.models {
16560
16638
 
16561
16639
  interface BankAccountInfoKor {
16562
16640
  readonly discriminator: 'kor';
16563
- readonly name?: string;
16564
- readonly address?: io.flow.common.v0.models.Address;
16565
- readonly phone?: string;
16566
- readonly email?: string;
16641
+ readonly name: string;
16567
16642
  readonly bank_account_number: string;
16568
- readonly bank_routing_number?: string;
16569
- readonly bank_name?: string;
16570
- readonly bank_address?: io.flow.common.v0.models.Address;
16643
+ readonly bank_routing_number: string;
16644
+ readonly bank_name: string;
16571
16645
  }
16572
16646
 
16573
16647
  interface BankAccountInfoUsa {
@@ -16588,6 +16662,7 @@ declare namespace io.flow.billing.bank.account.v0.unions {
16588
16662
  }
16589
16663
 
16590
16664
  declare namespace io.flow.internal.v0.enums {
16665
+ type AccountCurrencyFilter = 'GBP' | 'CAD' | 'USD';
16591
16666
  type AccountPaymentHoldReason =
16592
16667
  | 'fraudulent'
16593
16668
  | 'frozen'
@@ -16599,10 +16674,7 @@ declare namespace io.flow.internal.v0.enums {
16599
16674
  | 'hosted_payment_page'
16600
16675
  | 'checkout_payments_api'
16601
16676
  | 'classic_authorise_api';
16602
- type AldoItemType = 'physical' | 'digital';
16603
16677
  type AmruthaItemType = 'physical' | 'digital';
16604
- type AnirbanItemType = 'physical' | 'digital';
16605
- type AnshItemType = 'physical' | 'digital';
16606
16678
  type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
16607
16679
  type ApiCallReferenceId =
16608
16680
  | 'duty_rates_data_event'
@@ -16624,7 +16696,15 @@ declare namespace io.flow.internal.v0.enums {
16624
16696
  | 'prr-76544617791b4ce8af96b3a7879474c6'
16625
16697
  | 'prr-566cc67167944bc4bd08167aa9c0beba'
16626
16698
  | 'prr-74e1320efb7741cf9ace400b69800f9b';
16627
- type B2BTaxLedgerDocumentType = 'b2b_invoice' | 'b2b_credit_memo';
16699
+ type B2BFeeMorTaxTriggerType = 'capture' | 'order';
16700
+ type B2BFeeShippingTaxTriggerType = 'label' | 'trueup';
16701
+ type B2BTaxLedgerDocumentType =
16702
+ | 'b2b_invoice'
16703
+ | 'b2b_credit_memo'
16704
+ | 'mor_invoice'
16705
+ | 'mor_credit_memo'
16706
+ | 'label_invoice'
16707
+ | 'label_credit_memo';
16628
16708
  type B2BTaxRateType = 'basic' | 'preferential' | 'exempt';
16629
16709
  type BankAccountStatus = 'on_hold' | 'not_on_hold';
16630
16710
  type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
@@ -16898,7 +16978,11 @@ declare namespace io.flow.internal.v0.enums {
16898
16978
  | 'merchant_payout'
16899
16979
  | 'merchant_refund'
16900
16980
  | 'b2b_tax'
16901
- | 'b2b_tax_refund';
16981
+ | 'b2b_tax_refund'
16982
+ | 'b2b_fee_mor_tax'
16983
+ | 'b2b_fee_shipping_tax'
16984
+ | 'flat_rate_label';
16985
+ type BojanaItemType = 'physical' | 'digital';
16902
16986
  type CalculatorEngine =
16903
16987
  | 'dtce_with_deminimis'
16904
16988
  | 'dtce_with_inclusive_pricing'
@@ -16955,7 +17039,8 @@ declare namespace io.flow.internal.v0.enums {
16955
17039
  | 'non_matching_currencies'
16956
17040
  | 'unsupported_order_edit'
16957
17041
  | 'order_allocation_duties_mismatch'
16958
- | 'order_missing';
17042
+ | 'order_missing'
17043
+ | 'organization_deactivated';
16959
17044
  type ChannelOrderAcceptanceStatus =
16960
17045
  | 'accepted'
16961
17046
  | 'rejected'
@@ -17010,15 +17095,21 @@ declare namespace io.flow.internal.v0.enums {
17010
17095
  | 'continue_shopping'
17011
17096
  | 'confirmation'
17012
17097
  | 'invalid_checkout';
17098
+ type ChenglinItemType = 'physical' | 'digital';
17013
17099
  type ClassificationDecision = 'Accept' | 'Reject';
17014
17100
  type ClassificationErrorCode = 'generic_error';
17015
- type ClassificationFailureReason = 'low_confidence' | 'timeout';
17101
+ type ClassificationFailureReason =
17102
+ | 'low_confidence'
17103
+ | 'timeout'
17104
+ | 'missing_hs6_code'
17105
+ | 'invalid_price';
17016
17106
  type ClassificationPlatform =
17017
17107
  | 'GlobalE'
17018
17108
  | 'Flow'
17019
17109
  | 'FlowOnboarding'
17020
17110
  | 'Borderfree';
17021
17111
  type ClassificationScope = 'Item' | 'Product';
17112
+ type ClassificationSource = 'sellability';
17022
17113
  type ClassificationType = 'None' | 'Manual' | 'ML' | 'System';
17023
17114
  type ClothingAgeClassification =
17024
17115
  | 'None'
@@ -17088,6 +17179,8 @@ declare namespace io.flow.internal.v0.enums {
17088
17179
  type ErpFileType = 'vendor';
17089
17180
  type EvaluationCheckResult = 'pass' | 'fail';
17090
17181
  type EventType =
17182
+ | 'adaptive_shipping_rate_upserted'
17183
+ | 'adaptive_shipping_rate_deleted'
17091
17184
  | 'adyen_authorization_deleted'
17092
17185
  | 'adyen_authorization_upserted'
17093
17186
  | 'adyen_cancel_deleted'
@@ -17156,8 +17249,6 @@ declare namespace io.flow.internal.v0.enums {
17156
17249
  | 'calculator_organization_settings_deleted'
17157
17250
  | 'carrier_account_upserted_v2'
17158
17251
  | 'carrier_account_deleted'
17159
- | 'label_generation_settings_upserted'
17160
- | 'label_generation_settings_deleted'
17161
17252
  | 'catalog_import_request'
17162
17253
  | 'exclusion_rule_upserted'
17163
17254
  | 'exclusion_rule_deleted'
@@ -17227,6 +17318,10 @@ declare namespace io.flow.internal.v0.enums {
17227
17318
  | 'carrier_charge_deleted'
17228
17319
  | 'bank_payment_order_upserted'
17229
17320
  | 'bank_payment_order_deleted'
17321
+ | 'shipping_cost_upserted'
17322
+ | 'shipping_cost_deleted'
17323
+ | 'mor_cost_upserted'
17324
+ | 'mor_cost_deleted'
17230
17325
  | 'fraud_review_upserted'
17231
17326
  | 'fraud_review_deleted'
17232
17327
  | 'fraud_pending_review_upserted'
@@ -17340,17 +17435,21 @@ declare namespace io.flow.internal.v0.enums {
17340
17435
  | 'paypal_refund_upserted'
17341
17436
  | 'paypal_dispute_upserted'
17342
17437
  | 'paypal_dispute_deleted'
17438
+ | 'preonboarding_sellability_result_inserted'
17439
+ | 'preonboarding_sellability_result_updated'
17440
+ | 'preonboarding_sellability_result_deleted'
17343
17441
  | 'product_restriction_rule_decision_upserted'
17344
17442
  | 'product_restriction_rule_decision_deleted'
17345
17443
  | 'product_restriction_state_inserted'
17346
17444
  | 'product_restriction_state_updated'
17347
17445
  | 'product_restriction_state_deleted'
17446
+ | 'product_sellability_result_inserted'
17447
+ | 'product_sellability_result_updated'
17448
+ | 'product_sellability_result_deleted'
17348
17449
  | 'order_rates_published_v3'
17349
17450
  | 'ratecard_dimension_estimate_upserted'
17350
17451
  | 'ratecard_dimension_estimate_deleted'
17351
17452
  | 'ratecard_lanes_import_request'
17352
- | 'ratecard_standard_configuration_upserted'
17353
- | 'ratecard_standard_configuration_deleted'
17354
17453
  | 'ratecard_service_fee_upserted'
17355
17454
  | 'ratecard_service_fee_deleted'
17356
17455
  | 'ratecard_rate_level_upserted'
@@ -17442,22 +17541,14 @@ declare namespace io.flow.internal.v0.enums {
17442
17541
  | 'stripe_connect_report_record_deleted'
17443
17542
  | 'liability_remittance_plan_upserted'
17444
17543
  | 'liability_remittance_plan_deleted'
17445
- | 'anirban_item_upserted'
17446
- | 'anirban_item_deleted'
17447
- | 'sarvesh_item_upserted'
17448
- | 'sarvesh_item_deleted'
17449
- | 'hosein_item_upserted'
17450
- | 'hosein_item_deleted'
17451
- | 'niall_item_upserted'
17452
- | 'niall_item_deleted'
17453
- | 'rohan_item_upserted'
17454
- | 'rohan_item_deleted'
17455
- | 'aldo_item_upserted'
17456
- | 'aldo_item_deleted'
17457
- | 'ansh_item_upserted'
17458
- | 'ansh_item_deleted'
17544
+ | 'b2b_tax_transaction_upserted'
17545
+ | 'b2b_tax_transaction_deleted'
17459
17546
  | 'gabriel_item_upserted'
17460
17547
  | 'gabriel_item_deleted'
17548
+ | 'chenglin_item_upserted'
17549
+ | 'chenglin_item_deleted'
17550
+ | 'bojana_item_upserted'
17551
+ | 'bojana_item_deleted'
17461
17552
  | 'tracking_processing_error_upserted'
17462
17553
  | 'tracking_processing_error_deleted'
17463
17554
  | 'tracking_label_event_upserted_v2'
@@ -17487,6 +17578,7 @@ declare namespace io.flow.internal.v0.enums {
17487
17578
  type FeatureType = 'boolean' | 'decimal' | 'string';
17488
17579
  type FeesSource = 'settings' | 'authorization_bundle';
17489
17580
  type FileType = 'pdf';
17581
+ type FlatRateLabelTransactionType = 'adjustment' | 'reversal' | 'fee';
17490
17582
  type FraudProvider =
17491
17583
  | 'flow'
17492
17584
  | 'forter'
@@ -17521,7 +17613,6 @@ declare namespace io.flow.internal.v0.enums {
17521
17613
  | 'legacy_model'
17522
17614
  | 'enterprise_model'
17523
17615
  | 'merchant';
17524
- type HoseinItemType = 'physical' | 'digital';
17525
17616
  type Hs6CodeSource = 'sellability' | 'classification' | 'human';
17526
17617
  type HttpMethod = 'get' | 'post';
17527
17618
  type InternalPaymentEntityType =
@@ -17566,8 +17657,8 @@ declare namespace io.flow.internal.v0.enums {
17566
17657
  | 'carrier';
17567
17658
  type LabelRequestResultOrganizationType =
17568
17659
  | 'all'
17569
- | 'legacy_production'
17570
- | 'managed_markets_production'
17660
+ | 'cafe24_production'
17661
+ | 'shopify_production'
17571
17662
  | 'sandbox';
17572
17663
  type LabelRequestResultState = 'success' | 'failure';
17573
17664
  type LabelTransactionType =
@@ -17576,7 +17667,9 @@ declare namespace io.flow.internal.v0.enums {
17576
17667
  | 'billable_label'
17577
17668
  | 'fee'
17578
17669
  | 'revenue_share';
17579
- type LedgerReportType = 'periodic_mor_jurisdiction_report';
17670
+ type LedgerReportType =
17671
+ | 'periodic_mor_jurisdiction_report'
17672
+ | 'periodic_mor_jurisdiction_sandbox_report';
17580
17673
  type LedgerReportUrlType = 'sharepoint' | 's3';
17581
17674
  type LiabilityType =
17582
17675
  | 'full_value_tax'
@@ -17588,6 +17681,7 @@ declare namespace io.flow.internal.v0.enums {
17588
17681
  | 'order_combined_shipment'
17589
17682
  | 'intransit_label_event'
17590
17683
  | 'shipping_notification';
17684
+ type MailClass = 'standard' | 'express';
17591
17685
  type ManualReviewRuleStatus = 'active' | 'archived';
17592
17686
  type ManualTransactionCategory =
17593
17687
  | 'cancelled_order_refund'
@@ -17599,7 +17693,8 @@ declare namespace io.flow.internal.v0.enums {
17599
17693
  | 'carrier_credit'
17600
17694
  | 'negative_balance_guarantee'
17601
17695
  | 'bank_payment_failure'
17602
- | 'non_fraud_chargeback';
17696
+ | 'non_fraud_chargeback'
17697
+ | 'v1_migration_neg_balance_settlement';
17603
17698
  type MerchantFeeTransactionType = 'adjustment' | 'reversal' | 'fee';
17604
17699
  type MerchantOfRecord =
17605
17700
  | 'global_e_united_states'
@@ -17623,7 +17718,6 @@ declare namespace io.flow.internal.v0.enums {
17623
17718
  | 'to_non_registered_business'
17624
17719
  | 'to_registered_business'
17625
17720
  | 'flash_title';
17626
- type NiallItemType = 'physical' | 'digital';
17627
17721
  type NoLiabilityReasonCode =
17628
17722
  | 'zero_basis'
17629
17723
  | 'zero_rate_on_goods'
@@ -17705,6 +17799,7 @@ declare namespace io.flow.internal.v0.enums {
17705
17799
  type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
17706
17800
  type OrganizationMetricType = 'organization_restriction_status';
17707
17801
  type OrganizationPaymentStatus = 'active' | 'archived';
17802
+ type OrganizationPromotionStatus = 'in_progress' | 'completed' | 'failed';
17708
17803
  type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
17709
17804
  type OrganizationRestrictionNoteType =
17710
17805
  | 'internal'
@@ -17742,7 +17837,6 @@ declare namespace io.flow.internal.v0.enums {
17742
17837
  | 'credit';
17743
17838
  type PaymentTerm = 'net7' | 'net15' | 'net30';
17744
17839
  type PendingRecordType = 'verification' | 'classification' | 'restriction';
17745
- type PrateekItemType = 'physical' | 'digital';
17746
17840
  type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
17747
17841
  type PreonboardingClassificationDecision = 'Accept' | 'Reject';
17748
17842
  type PreonboardingClassificationPlatform = 'FlowOnboarding';
@@ -17777,6 +17871,7 @@ declare namespace io.flow.internal.v0.enums {
17777
17871
  | 'shopify_enterprise_usa'
17778
17872
  | 'shopify_small_sdc_usa';
17779
17873
  type RateSource = 'calculated' | 'market';
17874
+ type RaveenaItemType = 'physical' | 'digital';
17780
17875
  type RedirectReason = 'three_d_secure';
17781
17876
  type RejectionReason =
17782
17877
  | 'merchant_policy'
@@ -17832,7 +17927,9 @@ declare namespace io.flow.internal.v0.enums {
17832
17927
  | 'enterprise'
17833
17928
  | 'shopify-sandbox'
17834
17929
  | 'enterprise-sandbox'
17835
- | 'enterprise-qa';
17930
+ | 'enterprise-qa'
17931
+ | 'cafe24'
17932
+ | 'cafe24-sandbox';
17836
17933
  type RestrictionOrganizationSource = 'smb' | 'enterprise';
17837
17934
  type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
17838
17935
  type RestrictionRuleCommunityExemption =
@@ -17854,15 +17951,79 @@ declare namespace io.flow.internal.v0.enums {
17854
17951
  | 'Low-Risk'
17855
17952
  | 'Restricted-Party'
17856
17953
  | 'none';
17857
- type RohanItemType = 'physical' | 'digital';
17858
- type SarveshItemType = 'physical' | 'digital';
17859
17954
  type SellabilityCheckStatus =
17860
17955
  | 'more_restrictive'
17861
17956
  | 'less_restrictive'
17862
17957
  | 'similar'
17863
17958
  | 'regions_differ'
17864
17959
  | 'rules_differ';
17960
+ type SellabilityInternalMatchType = 'positive_keyword' | 'auto_restricted';
17865
17961
  type SellabilityStatus = 'complete' | 'incomplete';
17962
+ type ShopifyCallbackErrorCode =
17963
+ | 'UNKNOWN'
17964
+ | 'SYSTEM_ERROR'
17965
+ | 'THIRD_PARTY_SYSTEM_ERROR'
17966
+ | 'TIMEOUT'
17967
+ | 'VERSION_MISMATCH'
17968
+ | 'INVALID_AUTHENTICATION'
17969
+ | 'RATE_LIMIT_EXCEEDED'
17970
+ | 'TEMPORARILY_UNAVAILABLE'
17971
+ | 'FAILED_VALIDATION'
17972
+ | 'INVALID_FORMAT'
17973
+ | 'MISSING_VALUE'
17974
+ | 'OUT_OF_RANGE'
17975
+ | 'OVER_LIMIT'
17976
+ | 'UNDER_LIMIT'
17977
+ | 'UNAUTHORIZED'
17978
+ | 'NOT_FOUND'
17979
+ | 'EXPIRED';
17980
+ type ShopifyChargeCode =
17981
+ | 'transport_cost'
17982
+ | 'above_threshold'
17983
+ | 'additional_handling'
17984
+ | 'customs_additional_fees'
17985
+ | 'customs_clearance'
17986
+ | 'customs_duties'
17987
+ | 'customs_regulatory_fee'
17988
+ | 'customs_duty'
17989
+ | 'customs_taxes'
17990
+ | 'dangerous_goods'
17991
+ | 'delivery_area_surcharge'
17992
+ | 'duties_fx_surcharge'
17993
+ | 'discount'
17994
+ | 'eei_filing'
17995
+ | 'elevated_risk_area_surcharge'
17996
+ | 'emergency_situation_surcharge'
17997
+ | 'environmental_surcharge'
17998
+ | 'fuel_surcharge'
17999
+ | 'oversize_piece_surcharge'
18000
+ | 'packaging'
18001
+ | 'pickup_area_surcharge'
18002
+ | 'peak_surcharge'
18003
+ | 'remote_delivery_area_surcharge'
18004
+ | 'residential_surcharge'
18005
+ | 'security_surcharge'
18006
+ | 'shipper_intercept'
18007
+ | 'address_correction'
18008
+ | 'undeliverable'
18009
+ | 'unknown'
18010
+ | 'prohibited_item'
18011
+ | 'trade_restriction_surcharge'
18012
+ | 'processing'
18013
+ | 'delivery'
18014
+ | 'notification'
18015
+ | 'broker_notification'
18016
+ | 'delivery_confirmation'
18017
+ | 'signature_required'
18018
+ | 'tax_gst'
18019
+ | 'tax_hst'
18020
+ | 'tax_pst'
18021
+ | 'tax_vat'
18022
+ | 'discount_tax'
18023
+ | 'incoterm_ddp';
18024
+ type ShopifyDeliveryMethodType = 'SHIPPING' | 'PICKUP_POINT';
18025
+ type ShopifyDimensionUnit = 'cm' | 'ft' | 'in' | 'm' | 'mm';
18026
+ type ShopifyIncoterm = 'DAP' | 'DDP';
17866
18027
  type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
17867
18028
  type ShopifyMarketsDangerousGoods =
17868
18029
  | 'aerosols'
@@ -17917,8 +18078,43 @@ declare namespace io.flow.internal.v0.enums {
17917
18078
  | 'tracking_number'
17918
18079
  | 'carrier_service'
17919
18080
  | 'tracking_url';
18081
+ type ShopifyPackageType =
18082
+ | 'BOX'
18083
+ | 'ENVELOPE'
18084
+ | 'SOFT_PACK'
18085
+ | 'TUBE'
18086
+ | 'CARRIER_PACKAGING';
17920
18087
  type ShopifyPlanType = 'standard' | 'shopify_plus';
17921
18088
  type ShopifyService = 'payment' | 'duty_tax_calculator' | 'sellability';
18089
+ type ShopifyShipmentOptionCode =
18090
+ | 'adult_signature_required'
18091
+ | 'delivery_confirmation'
18092
+ | 'insurance'
18093
+ | 'named_person_only'
18094
+ | 'no_neighbour_delivery'
18095
+ | 'pickup'
18096
+ | 'package_pickup'
18097
+ | 'signature_required'
18098
+ | 'proof_of_age'
18099
+ | 'proof_of_age_16'
18100
+ | 'proof_of_age_18'
18101
+ | 'proof_of_age_19'
18102
+ | 'proof_of_age_21'
18103
+ | 'incoterm_ddp'
18104
+ | 'incoterm_dap'
18105
+ | 'usps_first_mile';
18106
+ type ShopifyUnavailableRateReasonCode =
18107
+ | 'SERVICE_NOT_AVAILABLE'
18108
+ | 'TEMPORARILY_UNAVAILABLE'
18109
+ | 'TIMEOUT'
18110
+ | 'RATE_LIMIT_EXCEEDED'
18111
+ | 'SYSTEM_ERROR'
18112
+ | 'THIRD_PARTY_SYSTEM_ERROR'
18113
+ | 'FAILED_VALIDATION'
18114
+ | 'INVALID_FORMAT'
18115
+ | 'MISSING_VALUE'
18116
+ | 'OUT_OF_RANGE';
18117
+ type ShopifyWeightUnit = 'g' | 'kg' | 'lb' | 'oz';
17922
18118
  type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
17923
18119
  type SnoozeNextActionWith = 'customer_service' | 'engineering';
17924
18120
  type SnoozeSourceType = 'task' | 'invariant';
@@ -17941,11 +18137,6 @@ declare namespace io.flow.internal.v0.enums {
17941
18137
  | 'rate_levels'
17942
18138
  | 'center_defaults'
17943
18139
  | 'item_dimensions';
17944
- type TaxAndDutyInclusivitySetting =
17945
- | 'duty_exclusive_tax_exclusive'
17946
- | 'duty_inclusive_tax_exclusive'
17947
- | 'duty_exclusive_tax_inclusive'
17948
- | 'duty_inclusive_tax_inclusive';
17949
18140
  type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
17950
18141
  type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
17951
18142
  type TaxTransactionType = 'adjustment' | 'reversal' | 'tax' | 'refund';
@@ -18122,11 +18313,13 @@ declare namespace io.flow.internal.v0.models {
18122
18313
  readonly transfer_method?: io.flow.internal.v0.enums.TransferMethod;
18123
18314
  readonly b2b_tax_remittance_days?: number;
18124
18315
  readonly merchant_of_record_fee?: number;
18316
+ readonly merchant_of_record_fee_create_on_order?: boolean;
18125
18317
  readonly duty_guarantee_fee?: number;
18126
18318
  readonly transfer_fee?: number;
18127
18319
  readonly negative_balance_fee?: number;
18128
18320
  readonly order_service_fee?: io.flow.internal.v0.models.TieredFee;
18129
18321
  readonly label_fees?: io.flow.internal.v0.models.AccountSettingLabelFees;
18322
+ readonly revenue_share_rate?: number;
18130
18323
  readonly charge_label_cost_directly: boolean;
18131
18324
  readonly transaction_posting_method: io.flow.internal.v0.enums.TransactionPostingMethod;
18132
18325
  readonly statement_transfer_transaction_location: io.flow.internal.v0.enums.StatementTransferTransactionLocation;
@@ -18137,6 +18330,10 @@ declare namespace io.flow.internal.v0.models {
18137
18330
  readonly enable_fee_reversals: boolean;
18138
18331
  readonly record_reason_for_transactions_pending_payout: boolean;
18139
18332
  readonly enable_negative_debits: boolean;
18333
+ readonly enable_statement_pdf: boolean;
18334
+ readonly enable_shipping_label_revenue_share?: boolean;
18335
+ readonly enable_carrier_charge_revenue_share?: boolean;
18336
+ readonly always_charge_organization_for_trueup?: boolean;
18140
18337
  }
18141
18338
 
18142
18339
  interface AccountSettingsDeleted {
@@ -18232,6 +18429,33 @@ declare namespace io.flow.internal.v0.models {
18232
18429
  readonly quantity: number;
18233
18430
  }
18234
18431
 
18432
+ interface AdaptiveShippingRate {
18433
+ readonly id: string;
18434
+ readonly organization_id: string;
18435
+ readonly destination_country: string;
18436
+ readonly coefficient: number;
18437
+ readonly flat_rates: io.flow.internal.v0.models.FlatRate[];
18438
+ readonly version_id?: string;
18439
+ readonly effective_at: string;
18440
+ readonly effective_until?: string;
18441
+ }
18442
+
18443
+ interface AdaptiveShippingRateDeleted {
18444
+ readonly discriminator: 'adaptive_shipping_rate_deleted';
18445
+ readonly event_id: string;
18446
+ readonly timestamp: string;
18447
+ readonly organization: string;
18448
+ readonly id: string;
18449
+ }
18450
+
18451
+ interface AdaptiveShippingRateUpserted {
18452
+ readonly discriminator: 'adaptive_shipping_rate_upserted';
18453
+ readonly event_id: string;
18454
+ readonly timestamp: string;
18455
+ readonly organization: string;
18456
+ readonly adaptive_shipping_rate: io.flow.internal.v0.models.AdaptiveShippingRate;
18457
+ }
18458
+
18235
18459
  interface AdditionalImportTax {
18236
18460
  readonly name?: string;
18237
18461
  readonly additional_import_tax_value?: io.flow.common.v0.models.Money;
@@ -18666,37 +18890,6 @@ declare namespace io.flow.internal.v0.models {
18666
18890
  readonly placeholder?: boolean;
18667
18891
  }
18668
18892
 
18669
- interface AldoItem {
18670
- readonly id: string;
18671
- readonly number: string;
18672
- readonly amount: io.flow.common.v0.models.Price;
18673
- readonly description?: string;
18674
- readonly type: io.flow.internal.v0.enums.AldoItemType;
18675
- readonly added_on: string;
18676
- }
18677
-
18678
- interface AldoItemDeleted {
18679
- readonly discriminator: 'aldo_item_deleted';
18680
- readonly event_id: string;
18681
- readonly timestamp: string;
18682
- readonly id: string;
18683
- }
18684
-
18685
- interface AldoItemForm {
18686
- readonly number: string;
18687
- readonly amount: io.flow.common.v0.models.Price;
18688
- readonly description?: string;
18689
- readonly type: io.flow.internal.v0.enums.AldoItemType;
18690
- readonly added_on: string;
18691
- }
18692
-
18693
- interface AldoItemUpserted {
18694
- readonly discriminator: 'aldo_item_upserted';
18695
- readonly event_id: string;
18696
- readonly timestamp: string;
18697
- readonly item: io.flow.internal.v0.models.AldoItem;
18698
- }
18699
-
18700
18893
  interface AllItemsExport {
18701
18894
  readonly discriminator: 'all_items_export';
18702
18895
  readonly event_id: string;
@@ -18705,11 +18898,6 @@ declare namespace io.flow.internal.v0.models {
18705
18898
  readonly export_id: string;
18706
18899
  }
18707
18900
 
18708
- interface AllOrganizationsMembership {
18709
- readonly user_id: string;
18710
- readonly role: io.flow.common.v0.enums.Role;
18711
- }
18712
-
18713
18901
  interface AllocationItemReference {
18714
18902
  readonly number: string;
18715
18903
  }
@@ -18736,68 +18924,6 @@ declare namespace io.flow.internal.v0.models {
18736
18924
  readonly added_on: string;
18737
18925
  }
18738
18926
 
18739
- interface AnirbanItem {
18740
- readonly id: string;
18741
- readonly number: string;
18742
- readonly amount: io.flow.common.v0.models.Price;
18743
- readonly description?: string;
18744
- readonly type: io.flow.internal.v0.enums.AnirbanItemType;
18745
- readonly added_on: string;
18746
- }
18747
-
18748
- interface AnirbanItemDeleted {
18749
- readonly discriminator: 'anirban_item_deleted';
18750
- readonly event_id: string;
18751
- readonly timestamp: string;
18752
- readonly id: string;
18753
- }
18754
-
18755
- interface AnirbanItemForm {
18756
- readonly number: string;
18757
- readonly amount: io.flow.common.v0.models.Price;
18758
- readonly description?: string;
18759
- readonly type: io.flow.internal.v0.enums.AnirbanItemType;
18760
- readonly added_on: string;
18761
- }
18762
-
18763
- interface AnirbanItemUpserted {
18764
- readonly discriminator: 'anirban_item_upserted';
18765
- readonly event_id: string;
18766
- readonly timestamp: string;
18767
- readonly item: io.flow.internal.v0.models.AnirbanItem;
18768
- }
18769
-
18770
- interface AnshItem {
18771
- readonly id: string;
18772
- readonly number: string;
18773
- readonly amount: io.flow.common.v0.models.Price;
18774
- readonly description?: string;
18775
- readonly type: io.flow.internal.v0.enums.AnshItemType;
18776
- readonly added_on: string;
18777
- }
18778
-
18779
- interface AnshItemDeleted {
18780
- readonly discriminator: 'ansh_item_deleted';
18781
- readonly event_id: string;
18782
- readonly timestamp: string;
18783
- readonly id: string;
18784
- }
18785
-
18786
- interface AnshItemForm {
18787
- readonly number: string;
18788
- readonly amount: io.flow.common.v0.models.Price;
18789
- readonly description?: string;
18790
- readonly type: io.flow.internal.v0.enums.AnshItemType;
18791
- readonly added_on: string;
18792
- }
18793
-
18794
- interface AnshItemUpserted {
18795
- readonly discriminator: 'ansh_item_upserted';
18796
- readonly event_id: string;
18797
- readonly timestamp: string;
18798
- readonly item: io.flow.internal.v0.models.AnshItem;
18799
- }
18800
-
18801
18927
  interface ApplePayAuthorizationPayload {
18802
18928
  readonly discriminator: 'apple_pay_authorization_payload';
18803
18929
  readonly apple_pay_token: string;
@@ -18901,6 +19027,16 @@ declare namespace io.flow.internal.v0.models {
18901
19027
  readonly action?: io.flow.internal.v0.enums.RestrictionStatus;
18902
19028
  }
18903
19029
 
19030
+ interface B2BFeeMorTaxTriggerMetadata {
19031
+ readonly discriminator: 'b2b_fee_mor_tax_trigger_metadata';
19032
+ readonly trigger_type: io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType;
19033
+ }
19034
+
19035
+ interface B2BFeeShippingTaxTriggerMetadata {
19036
+ readonly discriminator: 'b2b_fee_shipping_tax_trigger_metadata';
19037
+ readonly trigger_type: io.flow.internal.v0.enums.B2BFeeShippingTaxTriggerType;
19038
+ }
19039
+
18904
19040
  interface B2BTaxLedger {
18905
19041
  readonly id: string;
18906
19042
  readonly total_amount: io.flow.internal.v0.models.TaxTypeTotal;
@@ -18918,6 +19054,8 @@ declare namespace io.flow.internal.v0.models {
18918
19054
  readonly document_type: io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
18919
19055
  readonly document_date: string;
18920
19056
  readonly ledger_report_id?: string;
19057
+ readonly voids_invoice_number?: string;
19058
+ readonly document_number?: string;
18921
19059
  }
18922
19060
 
18923
19061
  interface B2BTaxLedgerForm {
@@ -18936,6 +19074,56 @@ declare namespace io.flow.internal.v0.models {
18936
19074
  readonly document_type: io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
18937
19075
  readonly document_date: string;
18938
19076
  readonly ledger_report_id?: string;
19077
+ readonly voids_invoice_number?: string;
19078
+ readonly document_number?: string;
19079
+ }
19080
+
19081
+ interface B2BTaxTransaction {
19082
+ readonly id: string;
19083
+ readonly organization_id: string;
19084
+ readonly order_number: string;
19085
+ readonly transaction_source_id: string;
19086
+ readonly transaction_type: io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
19087
+ readonly transaction_date: string;
19088
+ readonly currency: string;
19089
+ readonly buyer: io.flow.common.v0.models.MerchantOfRecordEntity;
19090
+ readonly seller: io.flow.common.v0.models.MerchantOfRecordEntity;
19091
+ readonly taxable_items: io.flow.internal.v0.models.B2BTransactionTaxableItem[];
19092
+ readonly taxable_amount_total: io.flow.common.v0.models.Money;
19093
+ readonly tax_total: io.flow.common.v0.models.Money;
19094
+ readonly total: io.flow.common.v0.models.Money;
19095
+ readonly document_number?: string;
19096
+ }
19097
+
19098
+ interface B2BTaxTransactionDeleted {
19099
+ readonly discriminator: 'b2b_tax_transaction_deleted';
19100
+ readonly event_id: string;
19101
+ readonly timestamp: string;
19102
+ readonly organization: string;
19103
+ readonly id: string;
19104
+ }
19105
+
19106
+ interface B2BTaxTransactionUpserted {
19107
+ readonly discriminator: 'b2b_tax_transaction_upserted';
19108
+ readonly event_id: string;
19109
+ readonly timestamp: string;
19110
+ readonly organization: string;
19111
+ readonly b2b_tax_transaction: io.flow.internal.v0.models.B2BTaxTransaction;
19112
+ }
19113
+
19114
+ interface B2BTransactionTaxLine {
19115
+ readonly tax_type: io.flow.consumer.invoice.v0.enums.TaxType;
19116
+ readonly tax_rate: number;
19117
+ readonly tax_amount: io.flow.common.v0.models.Money;
19118
+ readonly tax_rate_type: io.flow.internal.v0.enums.B2BTaxRateType;
19119
+ }
19120
+
19121
+ interface B2BTransactionTaxableItem {
19122
+ readonly line_item_reference: string;
19123
+ readonly label: string;
19124
+ readonly taxable_amount: io.flow.common.v0.models.Money;
19125
+ readonly total: io.flow.common.v0.models.Money;
19126
+ readonly taxes: io.flow.internal.v0.models.B2BTransactionTaxLine[];
18939
19127
  }
18940
19128
 
18941
19129
  interface BankAccount {
@@ -19246,6 +19434,10 @@ declare namespace io.flow.internal.v0.models {
19246
19434
  readonly tax_refund: io.flow.common.v0.models.Price;
19247
19435
  readonly b2b_tax: io.flow.common.v0.models.Price;
19248
19436
  readonly b2b_tax_refund: io.flow.common.v0.models.Price;
19437
+ readonly merchant_fee: io.flow.common.v0.models.Price;
19438
+ readonly b2b_fee_mor_tax: io.flow.common.v0.models.Price;
19439
+ readonly b2b_fee_shipping_tax: io.flow.common.v0.models.Price;
19440
+ readonly flat_rate_label: io.flow.common.v0.models.Price;
19249
19441
  }
19250
19442
 
19251
19443
  interface BillingStatementUpserted {
@@ -19312,6 +19504,37 @@ declare namespace io.flow.internal.v0.models {
19312
19504
  readonly secret_key: string;
19313
19505
  }
19314
19506
 
19507
+ interface BojanaItem {
19508
+ readonly id: string;
19509
+ readonly number: string;
19510
+ readonly amount: io.flow.common.v0.models.Price;
19511
+ readonly description?: string;
19512
+ readonly type: io.flow.internal.v0.enums.BojanaItemType;
19513
+ readonly added_on: string;
19514
+ }
19515
+
19516
+ interface BojanaItemDeleted {
19517
+ readonly discriminator: 'bojana_item_deleted';
19518
+ readonly event_id: string;
19519
+ readonly timestamp: string;
19520
+ readonly id: string;
19521
+ }
19522
+
19523
+ interface BojanaItemForm {
19524
+ readonly number: string;
19525
+ readonly amount: io.flow.common.v0.models.Price;
19526
+ readonly description?: string;
19527
+ readonly type: io.flow.internal.v0.enums.BojanaItemType;
19528
+ readonly added_on: string;
19529
+ }
19530
+
19531
+ interface BojanaItemUpserted {
19532
+ readonly discriminator: 'bojana_item_upserted';
19533
+ readonly event_id: string;
19534
+ readonly timestamp: string;
19535
+ readonly item: io.flow.internal.v0.models.BojanaItem;
19536
+ }
19537
+
19315
19538
  interface BooleanFeatureDefaultValue {
19316
19539
  readonly discriminator: 'boolean';
19317
19540
  readonly value: boolean;
@@ -20325,18 +20548,49 @@ declare namespace io.flow.internal.v0.models {
20325
20548
  readonly type: io.flow.internal.v0.enums.CheckoutUrlType;
20326
20549
  }
20327
20550
 
20328
- interface Cipher {
20551
+ interface ChenglinItem {
20329
20552
  readonly id: string;
20330
- readonly attributes: Record<string, string>;
20553
+ readonly number: string;
20554
+ readonly amount: io.flow.common.v0.models.Price;
20555
+ readonly description?: string;
20556
+ readonly type: io.flow.internal.v0.enums.GabrielItemType;
20557
+ readonly added_on: string;
20331
20558
  }
20332
20559
 
20333
- interface CipherForm {
20334
- readonly text: string;
20335
- readonly attributes?: Record<string, string>;
20336
- readonly password?: string;
20560
+ interface ChenglinItemDeleted {
20561
+ readonly discriminator: 'chenglin_item_deleted';
20562
+ readonly event_id: string;
20563
+ readonly timestamp: string;
20564
+ readonly id: string;
20337
20565
  }
20338
20566
 
20339
- interface CipherReference {
20567
+ interface ChenglinItemForm {
20568
+ readonly number: string;
20569
+ readonly amount: io.flow.common.v0.models.Price;
20570
+ readonly description?: string;
20571
+ readonly type: io.flow.internal.v0.enums.GabrielItemType;
20572
+ readonly added_on: string;
20573
+ }
20574
+
20575
+ interface ChenglinItemUpserted {
20576
+ readonly discriminator: 'chenglin_item_upserted';
20577
+ readonly event_id: string;
20578
+ readonly timestamp: string;
20579
+ readonly item: io.flow.internal.v0.models.ChenglinItem;
20580
+ }
20581
+
20582
+ interface Cipher {
20583
+ readonly id: string;
20584
+ readonly attributes: Record<string, string>;
20585
+ }
20586
+
20587
+ interface CipherForm {
20588
+ readonly text: string;
20589
+ readonly attributes?: Record<string, string>;
20590
+ readonly password?: string;
20591
+ }
20592
+
20593
+ interface CipherReference {
20340
20594
  readonly id: string;
20341
20595
  }
20342
20596
 
@@ -20898,7 +21152,7 @@ declare namespace io.flow.internal.v0.models {
20898
21152
  readonly debug: io.flow.internal.v0.models.DebugDetails;
20899
21153
  readonly transactions: io.flow.internal.v0.models.DebugOrderTransactionDetails[];
20900
21154
  readonly reporting: io.flow.internal.v0.models.ReportingDetails;
20901
- readonly banking: io.flow.internal.v0.models.DebugBankingDetails;
21155
+ readonly banking?: io.flow.internal.v0.models.DebugBankingDetails;
20902
21156
  }
20903
21157
 
20904
21158
  interface DebugOrderTransactionDetails {
@@ -22064,6 +22318,29 @@ declare namespace io.flow.internal.v0.models {
22064
22318
  readonly organization_capability?: io.flow.internal.v0.enums.OrganizationCapability;
22065
22319
  }
22066
22320
 
22321
+ interface FlatRate {
22322
+ readonly mail_class: io.flow.internal.v0.enums.MailClass;
22323
+ readonly carrier_id: string;
22324
+ readonly service_id: string;
22325
+ readonly price: io.flow.common.v0.models.Money;
22326
+ readonly free_shipping_threshold?: io.flow.common.v0.models.Money;
22327
+ readonly min_delivery_days?: number;
22328
+ readonly max_delivery_days?: number;
22329
+ }
22330
+
22331
+ interface FlatRateLabelTransaction {
22332
+ readonly discriminator: 'flat_rate_label_transaction';
22333
+ readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
22334
+ readonly id: string;
22335
+ readonly type: io.flow.internal.v0.enums.BillingTransactionType;
22336
+ readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
22337
+ readonly posted_at?: string;
22338
+ readonly value: io.flow.common.v0.models.Price;
22339
+ readonly description: string;
22340
+ readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
22341
+ readonly created_at: string;
22342
+ }
22343
+
22067
22344
  interface FlexeWebhook {
22068
22345
  readonly placeholder?: boolean;
22069
22346
  }
@@ -22400,17 +22677,6 @@ declare namespace io.flow.internal.v0.models {
22400
22677
  readonly ftp_file: io.flow.ftp.v0.models.FtpFile;
22401
22678
  }
22402
22679
 
22403
- interface FuelSurchargeServiceFeeAmountByWeightPutForm {
22404
- readonly discriminator: 'fuel_surcharge_service_fee_amount_by_weight_put_form';
22405
- readonly amount: io.flow.common.v0.models.Money;
22406
- readonly weight: io.flow.ratecard.v0.models.FeeWeight;
22407
- }
22408
-
22409
- interface FuelSurchargeServiceFeePercentPutForm {
22410
- readonly discriminator: 'fuel_surcharge_service_fee_percent_put_form';
22411
- readonly percent: number;
22412
- }
22413
-
22414
22680
  interface Fulfillment {
22415
22681
  readonly id: string;
22416
22682
  readonly order: io.flow.internal.v0.models.OrderSummary;
@@ -22696,6 +22962,12 @@ declare namespace io.flow.internal.v0.models {
22696
22962
  readonly num_events: number;
22697
22963
  }
22698
22964
 
22965
+ interface GenerateLoadRate {
22966
+ readonly organization_ids: string[];
22967
+ readonly events_per_second: number;
22968
+ readonly duration_seconds: number;
22969
+ }
22970
+
22699
22971
  interface GenerateLoadSingleOrg {
22700
22972
  readonly discriminator: 'generate_load_single_org';
22701
22973
  readonly organization_id: string;
@@ -22866,44 +23138,14 @@ declare namespace io.flow.internal.v0.models {
22866
23138
  readonly export_id: string;
22867
23139
  }
22868
23140
 
22869
- interface HoseinItem {
22870
- readonly id: string;
22871
- readonly number: string;
22872
- readonly amount: io.flow.common.v0.models.Price;
22873
- readonly description?: string;
22874
- readonly type: io.flow.internal.v0.enums.HoseinItemType;
22875
- readonly added_on: string;
22876
- }
22877
-
22878
- interface HoseinItemDeleted {
22879
- readonly discriminator: 'hosein_item_deleted';
22880
- readonly event_id: string;
22881
- readonly timestamp: string;
22882
- readonly id: string;
22883
- }
22884
-
22885
- interface HoseinItemForm {
22886
- readonly number: string;
22887
- readonly amount: io.flow.common.v0.models.Price;
22888
- readonly description?: string;
22889
- readonly type: io.flow.internal.v0.enums.HoseinItemType;
22890
- readonly added_on: string;
22891
- }
22892
-
22893
- interface HoseinItemUpserted {
22894
- readonly discriminator: 'hosein_item_upserted';
22895
- readonly event_id: string;
22896
- readonly timestamp: string;
22897
- readonly item: io.flow.internal.v0.models.HoseinItem;
22898
- }
22899
-
22900
23141
  interface Hs6 {
22901
23142
  readonly code: string;
22902
23143
  readonly description: string;
22903
23144
  }
22904
23145
 
22905
23146
  interface Hs6Metadata {
22906
- readonly description: string;
23147
+ readonly description?: string;
23148
+ readonly classification_source?: io.flow.internal.v0.enums.ClassificationSource;
22907
23149
  }
22908
23150
 
22909
23151
  interface ImportCompleted {
@@ -23415,11 +23657,6 @@ declare namespace io.flow.internal.v0.models {
23415
23657
  readonly values: string[];
23416
23658
  }
23417
23659
 
23418
- interface JeanDemoItem {
23419
- readonly id: string;
23420
- readonly name: string;
23421
- }
23422
-
23423
23660
  interface Journal {
23424
23661
  readonly name: string;
23425
23662
  readonly queued: number;
@@ -23540,34 +23777,6 @@ declare namespace io.flow.internal.v0.models {
23540
23777
  readonly postal?: string;
23541
23778
  }
23542
23779
 
23543
- interface LabelGenerationSettings {
23544
- readonly id: string;
23545
- readonly auto_generate_query?: string;
23546
- readonly commercial_invoice_only_query?: string;
23547
- }
23548
-
23549
- interface LabelGenerationSettingsDeleted {
23550
- readonly discriminator: 'label_generation_settings_deleted';
23551
- readonly event_id: string;
23552
- readonly timestamp: string;
23553
- readonly organization: string;
23554
- readonly id: string;
23555
- }
23556
-
23557
- interface LabelGenerationSettingsForm {
23558
- readonly item_identifier?: string;
23559
- readonly auto_generate_query?: string;
23560
- readonly commercial_invoice_only_query?: string;
23561
- }
23562
-
23563
- interface LabelGenerationSettingsUpserted {
23564
- readonly discriminator: 'label_generation_settings_upserted';
23565
- readonly event_id: string;
23566
- readonly timestamp: string;
23567
- readonly organization: string;
23568
- readonly label_generation_settings: io.flow.internal.v0.models.LabelGenerationSettings;
23569
- }
23570
-
23571
23780
  interface LabelInvoiceRequest {
23572
23781
  readonly id: string;
23573
23782
  readonly label: io.flow.internal.v0.models.TrueupLabelSummary;
@@ -23652,6 +23861,7 @@ declare namespace io.flow.internal.v0.models {
23652
23861
  readonly reference_id?: string;
23653
23862
  readonly logistics_integration_provider?: string;
23654
23863
  readonly tax_lrp_liabilities?: io.flow.internal.v0.models.Liability[];
23864
+ readonly channel_id?: string;
23655
23865
  }
23656
23866
 
23657
23867
  interface LabelSummary {
@@ -24072,6 +24282,7 @@ declare namespace io.flow.internal.v0.models {
24072
24282
  readonly original_transaction?: io.flow.internal.v0.models.TransactionReference;
24073
24283
  readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
24074
24284
  readonly attributes?: Record<string, string>;
24285
+ readonly recoup?: boolean;
24075
24286
  readonly id: string;
24076
24287
  readonly type: io.flow.internal.v0.enums.BillingTransactionType;
24077
24288
  readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
@@ -24089,6 +24300,7 @@ declare namespace io.flow.internal.v0.models {
24089
24300
  readonly category?: io.flow.internal.v0.enums.ManualTransactionCategory;
24090
24301
  readonly order?: io.flow.internal.v0.models.ManualTransactionFormOrder;
24091
24302
  readonly original_transaction_id?: string;
24303
+ readonly recoup?: boolean;
24092
24304
  readonly attributes?: Record<string, string>;
24093
24305
  }
24094
24306
 
@@ -24282,12 +24494,19 @@ declare namespace io.flow.internal.v0.models {
24282
24494
  readonly total: number;
24283
24495
  }
24284
24496
 
24497
+ interface MerchantSurcharge {
24498
+ readonly type: io.flow.trueup.v0.enums.TrueupSurchargeType;
24499
+ readonly amount: number;
24500
+ }
24501
+
24285
24502
  interface MerchantTransactions {
24286
24503
  readonly adjustment: number;
24287
24504
  readonly reversal: number;
24288
24505
  readonly tax: number;
24289
24506
  readonly duty: number;
24290
24507
  readonly freight: number;
24508
+ readonly base_amount?: number;
24509
+ readonly surcharges?: io.flow.internal.v0.models.MerchantSurcharge[];
24291
24510
  readonly total: number;
24292
24511
  readonly tax_refund?: number;
24293
24512
  readonly tax_reversal?: number;
@@ -24318,6 +24537,30 @@ declare namespace io.flow.internal.v0.models {
24318
24537
  readonly proposition: io.flow.internal.v0.models.MetadataProposition;
24319
24538
  }
24320
24539
 
24540
+ interface MorCostDeleted {
24541
+ readonly discriminator: 'mor_cost_deleted';
24542
+ readonly event_id: string;
24543
+ readonly timestamp: string;
24544
+ readonly organization: string;
24545
+ readonly id: string;
24546
+ }
24547
+
24548
+ interface MorCostSummary {
24549
+ readonly id: string;
24550
+ readonly organization_id: string;
24551
+ readonly order_number: string;
24552
+ readonly amount: io.flow.common.v0.models.Money;
24553
+ readonly tax: io.flow.common.v0.models.Money;
24554
+ }
24555
+
24556
+ interface MorCostUpserted {
24557
+ readonly discriminator: 'mor_cost_upserted';
24558
+ readonly event_id: string;
24559
+ readonly timestamp: string;
24560
+ readonly organization: string;
24561
+ readonly mor_cost: io.flow.internal.v0.models.MorCostSummary;
24562
+ }
24563
+
24321
24564
  interface NegativeDebitMetrics {
24322
24565
  readonly current_attempt: io.flow.internal.v0.models.AttemptStatistics;
24323
24566
  readonly first_attempt: io.flow.internal.v0.models.AttemptStatistics;
@@ -24332,37 +24575,6 @@ declare namespace io.flow.internal.v0.models {
24332
24575
  readonly conditions?: string;
24333
24576
  }
24334
24577
 
24335
- interface NiallItem {
24336
- readonly id: string;
24337
- readonly number: string;
24338
- readonly amount: io.flow.common.v0.models.Price;
24339
- readonly description?: string;
24340
- readonly type: io.flow.internal.v0.enums.NiallItemType;
24341
- readonly added_on: string;
24342
- }
24343
-
24344
- interface NiallItemDeleted {
24345
- readonly discriminator: 'niall_item_deleted';
24346
- readonly event_id: string;
24347
- readonly timestamp: string;
24348
- readonly id: string;
24349
- }
24350
-
24351
- interface NiallItemForm {
24352
- readonly number: string;
24353
- readonly amount: io.flow.common.v0.models.Price;
24354
- readonly description?: string;
24355
- readonly type: io.flow.internal.v0.enums.NiallItemType;
24356
- readonly added_on: string;
24357
- }
24358
-
24359
- interface NiallItemUpserted {
24360
- readonly discriminator: 'niall_item_upserted';
24361
- readonly event_id: string;
24362
- readonly timestamp: string;
24363
- readonly item: io.flow.internal.v0.models.NiallItem;
24364
- }
24365
-
24366
24578
  interface NoCalculatedTaxAmount {
24367
24579
  readonly discriminator: 'no_calculated_tax_amount';
24368
24580
  readonly amount: number;
@@ -24445,6 +24657,7 @@ declare namespace io.flow.internal.v0.models {
24445
24657
  readonly audit_result?: io.flow.internal.v0.enums.OnboardingAuditResult;
24446
24658
  readonly blocked_since?: string;
24447
24659
  readonly onboarding_segment?: string;
24660
+ readonly country?: string;
24448
24661
  }
24449
24662
 
24450
24663
  interface OnboardingStateForm {
@@ -24707,7 +24920,7 @@ declare namespace io.flow.internal.v0.models {
24707
24920
  readonly organization_id: string;
24708
24921
  readonly shopify_order_id: string;
24709
24922
  readonly order_number: string;
24710
- readonly tax_and_duty_inclusivity_setting: io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting;
24923
+ readonly tax_and_duty_inclusivity_setting: io.flow.experience.v0.enums.TaxAndDutyInclusivitySetting;
24711
24924
  }
24712
24925
 
24713
24926
  interface OrderTaxAndDutyInclusivitySettingDeleted {
@@ -25085,6 +25298,16 @@ declare namespace io.flow.internal.v0.models {
25085
25298
  readonly organization_payment_setting: io.flow.internal.v0.models.OrganizationPaymentSetting;
25086
25299
  }
25087
25300
 
25301
+ interface OrganizationPromotion {
25302
+ readonly status: io.flow.internal.v0.enums.OrganizationPromotionStatus;
25303
+ readonly prod_org: string;
25304
+ }
25305
+
25306
+ interface OrganizationPromotionWarning {
25307
+ readonly prod_org: string;
25308
+ readonly message: string;
25309
+ }
25310
+
25088
25311
  interface OrganizationRestrictionNoteForm {
25089
25312
  readonly note: string;
25090
25313
  readonly note_type: io.flow.internal.v0.enums.OrganizationRestrictionNoteType;
@@ -25271,7 +25494,7 @@ declare namespace io.flow.internal.v0.models {
25271
25494
  readonly label_created_at: string;
25272
25495
  readonly carrier_id: string;
25273
25496
  readonly carrier_tracking_number: string;
25274
- readonly revenue_share_percentage: number;
25497
+ readonly revenue_share_percentage?: number;
25275
25498
  readonly outbound_transaction_id?: string;
25276
25499
  }
25277
25500
 
@@ -25306,6 +25529,7 @@ declare namespace io.flow.internal.v0.models {
25306
25529
  readonly label_transaction_id: string;
25307
25530
  readonly label_invoice_request_id: string;
25308
25531
  readonly carrier_charge_id: string;
25532
+ readonly subtype?: string;
25309
25533
  }
25310
25534
 
25311
25535
  interface OtherRecordOrderSummary {
@@ -25925,23 +26149,6 @@ declare namespace io.flow.internal.v0.models {
25925
26149
  readonly rate: number;
25926
26150
  }
25927
26151
 
25928
- interface PrateekItem {
25929
- readonly id: string;
25930
- readonly number: string;
25931
- readonly amount: io.flow.common.v0.models.Price;
25932
- readonly description?: string;
25933
- readonly type: io.flow.internal.v0.enums.PrateekItemType;
25934
- readonly added_on: string;
25935
- }
25936
-
25937
- interface PrateekItemForm {
25938
- readonly number: string;
25939
- readonly amount: io.flow.common.v0.models.Price;
25940
- readonly description?: string;
25941
- readonly type: io.flow.internal.v0.enums.PrateekItemType;
25942
- readonly added_on: string;
25943
- }
25944
-
25945
26152
  interface Prediction {
25946
26153
  readonly main_material: string;
25947
26154
  readonly gender: string;
@@ -26003,6 +26210,7 @@ declare namespace io.flow.internal.v0.models {
26003
26210
  }
26004
26211
 
26005
26212
  interface PreonboardingSellabilityResult {
26213
+ readonly id?: string;
26006
26214
  readonly merchant_id: string;
26007
26215
  readonly product_id: string;
26008
26216
  readonly channel: string;
@@ -26014,11 +26222,34 @@ declare namespace io.flow.internal.v0.models {
26014
26222
  readonly restricted_regions_by_type?: io.flow.sellability.v0.models.SellabilityRestrictedRegion[];
26015
26223
  readonly rule_ids?: string[];
26016
26224
  readonly matching_positive_keywords?: string[];
26225
+ readonly matching_sellability_positive_keywords?: string[];
26017
26226
  readonly classification_failure_reason?: io.flow.internal.v0.enums.ClassificationFailureReason;
26018
26227
  readonly taxonomy_category?: io.flow.product.v0.models.ProductTaxonomyCategory;
26019
26228
  readonly fingerprint: string;
26020
26229
  }
26021
26230
 
26231
+ interface PreonboardingSellabilityResultDeleted {
26232
+ readonly discriminator: 'preonboarding_sellability_result_deleted';
26233
+ readonly event_id: string;
26234
+ readonly timestamp: string;
26235
+ readonly id: string;
26236
+ }
26237
+
26238
+ interface PreonboardingSellabilityResultInserted {
26239
+ readonly discriminator: 'preonboarding_sellability_result_inserted';
26240
+ readonly event_id: string;
26241
+ readonly timestamp: string;
26242
+ readonly preonboarding_sellability_result: io.flow.internal.v0.models.PreonboardingSellabilityResult;
26243
+ }
26244
+
26245
+ interface PreonboardingSellabilityResultUpdated {
26246
+ readonly discriminator: 'preonboarding_sellability_result_updated';
26247
+ readonly event_id: string;
26248
+ readonly timestamp: string;
26249
+ readonly previous_preonboarding_sellability_result: io.flow.internal.v0.models.PreonboardingSellabilityResult;
26250
+ readonly preonboarding_sellability_result: io.flow.internal.v0.models.PreonboardingSellabilityResult;
26251
+ }
26252
+
26022
26253
  interface PriceInclusivity {
26023
26254
  readonly tax?: boolean;
26024
26255
  readonly duty?: boolean;
@@ -26285,10 +26516,18 @@ declare namespace io.flow.internal.v0.models {
26285
26516
 
26286
26517
  interface ProductSellabilityInternalResult {
26287
26518
  readonly restricted_regions: io.flow.sellability.v0.models.SellabilityRegionResult[];
26288
- readonly rule_ids: string[];
26519
+ readonly rule_matches: io.flow.internal.v0.models.ProductSellabilityInternalRuleMatch[];
26520
+ readonly matching_positive_keywords?: string[];
26521
+ readonly matching_sellability_positive_keywords?: string[];
26522
+ }
26523
+
26524
+ interface ProductSellabilityInternalRuleMatch {
26525
+ readonly rule_id: string;
26526
+ readonly match_types: io.flow.internal.v0.enums.SellabilityInternalMatchType[];
26289
26527
  }
26290
26528
 
26291
26529
  interface ProductSellabilityResult {
26530
+ readonly id?: string;
26292
26531
  readonly shop_id: string;
26293
26532
  readonly product_number: string;
26294
26533
  readonly request_id: string;
@@ -26297,6 +26536,30 @@ declare namespace io.flow.internal.v0.models {
26297
26536
  readonly restricted_regions_by_type?: io.flow.sellability.v0.models.SellabilityRegionResult[];
26298
26537
  readonly rule_ids?: string[];
26299
26538
  readonly taxonomy_category?: string;
26539
+ readonly fingerprint?: string;
26540
+ readonly processed_at?: string;
26541
+ }
26542
+
26543
+ interface ProductSellabilityResultDeleted {
26544
+ readonly discriminator: 'product_sellability_result_deleted';
26545
+ readonly event_id: string;
26546
+ readonly timestamp: string;
26547
+ readonly id: string;
26548
+ }
26549
+
26550
+ interface ProductSellabilityResultInserted {
26551
+ readonly discriminator: 'product_sellability_result_inserted';
26552
+ readonly event_id: string;
26553
+ readonly timestamp: string;
26554
+ readonly product_sellability_result: io.flow.internal.v0.models.ProductSellabilityResult;
26555
+ }
26556
+
26557
+ interface ProductSellabilityResultUpdated {
26558
+ readonly discriminator: 'product_sellability_result_updated';
26559
+ readonly event_id: string;
26560
+ readonly timestamp: string;
26561
+ readonly previous_product_sellability_result: io.flow.internal.v0.models.ProductSellabilityResult;
26562
+ readonly product_sellability_result: io.flow.internal.v0.models.ProductSellabilityResult;
26300
26563
  }
26301
26564
 
26302
26565
  interface ProductTransaction {
@@ -26716,39 +26979,6 @@ declare namespace io.flow.internal.v0.models {
26716
26979
  readonly service_fees: io.flow.ratecard.v0.unions.ServiceFee[];
26717
26980
  }
26718
26981
 
26719
- interface RatecardStandardConfiguration {
26720
- readonly id: string;
26721
- readonly key: string;
26722
- readonly source_ratecard: io.flow.internal.v0.models.RatecardInternalSummary;
26723
- readonly settings: io.flow.internal.v0.models.RatecardStandardSettings;
26724
- }
26725
-
26726
- interface RatecardStandardConfigurationDeleted {
26727
- readonly discriminator: 'ratecard_standard_configuration_deleted';
26728
- readonly event_id: string;
26729
- readonly timestamp: string;
26730
- readonly organization: string;
26731
- readonly id: string;
26732
- }
26733
-
26734
- interface RatecardStandardConfigurationForm {
26735
- readonly source_ratecard_organization: string;
26736
- readonly source_ratecard_number: string;
26737
- readonly margin: number;
26738
- }
26739
-
26740
- interface RatecardStandardConfigurationUpserted {
26741
- readonly discriminator: 'ratecard_standard_configuration_upserted';
26742
- readonly event_id: string;
26743
- readonly timestamp: string;
26744
- readonly organization: string;
26745
- readonly configuration: io.flow.internal.v0.models.RatecardStandardConfiguration;
26746
- }
26747
-
26748
- interface RatecardStandardSettings {
26749
- readonly margin: number;
26750
- }
26751
-
26752
26982
  interface RatesChanged {
26753
26983
  readonly event_id: string;
26754
26984
  readonly timestamp: string;
@@ -26763,6 +26993,23 @@ declare namespace io.flow.internal.v0.models {
26763
26993
  readonly summaries: io.flow.internal.v0.models.RateNameSummary[];
26764
26994
  }
26765
26995
 
26996
+ interface RaveenaItem {
26997
+ readonly id: string;
26998
+ readonly number: string;
26999
+ readonly amount: io.flow.common.v0.models.Price;
27000
+ readonly description?: string;
27001
+ readonly type: io.flow.internal.v0.enums.RaveenaItemType;
27002
+ readonly added_on: string;
27003
+ }
27004
+
27005
+ interface RaveenaItemForm {
27006
+ readonly number: string;
27007
+ readonly amount: io.flow.common.v0.models.Price;
27008
+ readonly description?: string;
27009
+ readonly type: io.flow.internal.v0.enums.RaveenaItemType;
27010
+ readonly added_on: string;
27011
+ }
27012
+
26766
27013
  interface RecordReference {
26767
27014
  readonly id: string;
26768
27015
  }
@@ -26845,6 +27092,8 @@ declare namespace io.flow.internal.v0.models {
26845
27092
  readonly source_type?: io.flow.internal.v0.enums.SourceTypeFilter;
26846
27093
  readonly order_payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
26847
27094
  readonly amount_range?: io.flow.internal.v0.models.ReportAmountRange;
27095
+ readonly account_currency?: io.flow.internal.v0.enums.AccountCurrencyFilter;
27096
+ readonly channel_id?: string;
26848
27097
  }
26849
27098
 
26850
27099
  interface ReportForm {
@@ -27047,6 +27296,17 @@ declare namespace io.flow.internal.v0.models {
27047
27296
  readonly total?: io.flow.internal.v0.models.ReportingMonetaryValue;
27048
27297
  }
27049
27298
 
27299
+ interface ReportingMerchantFreight {
27300
+ readonly base_amount?: io.flow.internal.v0.models.ReportingMonetaryValue;
27301
+ readonly surcharges?: io.flow.internal.v0.models.ReportingMerchantFreightSurcharges;
27302
+ }
27303
+
27304
+ interface ReportingMerchantFreightSurcharges {
27305
+ readonly duties_paid?: io.flow.internal.v0.models.ReportingMonetaryValue;
27306
+ readonly fixed_ddp?: io.flow.internal.v0.models.ReportingMonetaryValue;
27307
+ readonly fixed_currency_conversion?: io.flow.internal.v0.models.ReportingMonetaryValue;
27308
+ }
27309
+
27050
27310
  interface ReportingMerchantSubsidies {
27051
27311
  readonly shipping: io.flow.internal.v0.models.ReportingMonetaryValue;
27052
27312
  readonly tax: io.flow.internal.v0.models.ReportingMonetaryValue;
@@ -27061,6 +27321,7 @@ declare namespace io.flow.internal.v0.models {
27061
27321
  readonly tax: io.flow.internal.v0.models.ReportingMonetaryValue;
27062
27322
  readonly duty: io.flow.internal.v0.models.ReportingMonetaryValue;
27063
27323
  readonly freight: io.flow.internal.v0.models.ReportingMonetaryValue;
27324
+ readonly freight_breakdown?: io.flow.internal.v0.models.ReportingMerchantFreight;
27064
27325
  readonly discount?: io.flow.internal.v0.models.ReportingMonetaryValue;
27065
27326
  readonly total?: io.flow.internal.v0.models.ReportingMonetaryValue;
27066
27327
  readonly tax_refund?: io.flow.internal.v0.models.ReportingMonetaryValue;
@@ -27191,6 +27452,14 @@ declare namespace io.flow.internal.v0.models {
27191
27452
  readonly excluded_rules?: string[];
27192
27453
  }
27193
27454
 
27455
+ interface RestrictionBlanketOrganizationExemptionForm {
27456
+ readonly organization_id: string;
27457
+ readonly description: string;
27458
+ readonly is_all_rules_exempt: boolean;
27459
+ readonly exempt_regions?: string[];
27460
+ readonly excluded_rules?: string[];
27461
+ }
27462
+
27194
27463
  interface RestrictionCategory {
27195
27464
  readonly category: string;
27196
27465
  }
@@ -27470,8 +27739,15 @@ declare namespace io.flow.internal.v0.models {
27470
27739
  readonly id: string;
27471
27740
  readonly rule_id: string;
27472
27741
  readonly description: string;
27473
- readonly origin_countries: string[];
27474
- readonly destination_countries: string[];
27742
+ readonly origin_regions: string[];
27743
+ readonly destination_regions: string[];
27744
+ }
27745
+
27746
+ interface RestrictionRuleLaneExemptionForm {
27747
+ readonly rule_id: string;
27748
+ readonly description: string;
27749
+ readonly origin_regions: string[];
27750
+ readonly destination_regions: string[];
27475
27751
  }
27476
27752
 
27477
27753
  interface RestrictionRuleOrganizationExemption {
@@ -27486,6 +27762,17 @@ declare namespace io.flow.internal.v0.models {
27486
27762
  readonly is_rule_active?: boolean;
27487
27763
  }
27488
27764
 
27765
+ interface RestrictionRuleOrganizationExemptionForm {
27766
+ readonly organization_id: string;
27767
+ readonly rule_id: string;
27768
+ readonly description: string;
27769
+ readonly exempt_regions?: string[];
27770
+ readonly ignored_keywords?: string[];
27771
+ readonly additional_keywords?: string[];
27772
+ readonly community_exemption_override?: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
27773
+ readonly is_rule_active?: boolean;
27774
+ }
27775
+
27489
27776
  interface RestrictionRuleOverride {
27490
27777
  readonly id: string;
27491
27778
  readonly organization_id: string;
@@ -27676,37 +27963,6 @@ declare namespace io.flow.internal.v0.models {
27676
27963
  readonly revenue_record: io.flow.internal.v0.models.RevenueRecord;
27677
27964
  }
27678
27965
 
27679
- interface RohanItem {
27680
- readonly id: string;
27681
- readonly number: string;
27682
- readonly amount: io.flow.common.v0.models.Price;
27683
- readonly description?: string;
27684
- readonly type: io.flow.internal.v0.enums.RohanItemType;
27685
- readonly added_on: string;
27686
- }
27687
-
27688
- interface RohanItemDeleted {
27689
- readonly discriminator: 'rohan_item_deleted';
27690
- readonly event_id: string;
27691
- readonly timestamp: string;
27692
- readonly id: string;
27693
- }
27694
-
27695
- interface RohanItemForm {
27696
- readonly number: string;
27697
- readonly amount: io.flow.common.v0.models.Price;
27698
- readonly description?: string;
27699
- readonly type: io.flow.internal.v0.enums.RohanItemType;
27700
- readonly added_on: string;
27701
- }
27702
-
27703
- interface RohanItemUpserted {
27704
- readonly discriminator: 'rohan_item_upserted';
27705
- readonly event_id: string;
27706
- readonly timestamp: string;
27707
- readonly item: io.flow.internal.v0.models.RohanItem;
27708
- }
27709
-
27710
27966
  interface RoutingAccount {
27711
27967
  readonly discriminator: 'routing_account';
27712
27968
  readonly processor: io.flow.internal.v0.enums.Processor;
@@ -27741,6 +27997,9 @@ declare namespace io.flow.internal.v0.models {
27741
27997
  readonly price_inclusivity?: io.flow.internal.v0.models.PriceInclusivity;
27742
27998
  readonly destination_country: string;
27743
27999
  readonly fulfilled_at?: string;
28000
+ readonly reconciliation?: io.flow.internal.v0.models.ReportingReconciliation;
28001
+ readonly is_eu_destination?: boolean;
28002
+ readonly debug_url?: string;
27744
28003
  }
27745
28004
 
27746
28005
  interface SandboxSetup {
@@ -27751,37 +28010,6 @@ declare namespace io.flow.internal.v0.models {
27751
28010
  readonly requested_by: string;
27752
28011
  }
27753
28012
 
27754
- interface SarveshItem {
27755
- readonly id: string;
27756
- readonly number: string;
27757
- readonly amount: io.flow.common.v0.models.Price;
27758
- readonly description?: string;
27759
- readonly type: io.flow.internal.v0.enums.SarveshItemType;
27760
- readonly added_on: string;
27761
- }
27762
-
27763
- interface SarveshItemDeleted {
27764
- readonly discriminator: 'sarvesh_item_deleted';
27765
- readonly event_id: string;
27766
- readonly timestamp: string;
27767
- readonly id: string;
27768
- }
27769
-
27770
- interface SarveshItemForm {
27771
- readonly number: string;
27772
- readonly amount: io.flow.common.v0.models.Price;
27773
- readonly description?: string;
27774
- readonly type: io.flow.internal.v0.enums.SarveshItemType;
27775
- readonly added_on: string;
27776
- }
27777
-
27778
- interface SarveshItemUpserted {
27779
- readonly discriminator: 'sarvesh_item_upserted';
27780
- readonly event_id: string;
27781
- readonly timestamp: string;
27782
- readonly item: io.flow.internal.v0.models.SarveshItem;
27783
- }
27784
-
27785
28013
  interface ScheduledPayment {
27786
28014
  readonly payment: io.flow.internal.v0.models.ReportPayment;
27787
28015
  readonly bank_account: io.flow.internal.v0.models.ReportBankAccountCleartext;
@@ -27921,6 +28149,34 @@ declare namespace io.flow.internal.v0.models {
27921
28149
  readonly cost: io.flow.common.v0.models.Money;
27922
28150
  }
27923
28151
 
28152
+ interface ShippingCostDeleted {
28153
+ readonly discriminator: 'shipping_cost_deleted';
28154
+ readonly event_id: string;
28155
+ readonly timestamp: string;
28156
+ readonly organization: string;
28157
+ readonly id: string;
28158
+ }
28159
+
28160
+ interface ShippingCostSummary {
28161
+ readonly id: string;
28162
+ readonly source: io.flow.billing.v0.enums.TransactionSource;
28163
+ readonly organization_id: string;
28164
+ readonly order_number: string;
28165
+ readonly amount: io.flow.common.v0.models.Money;
28166
+ readonly tax: io.flow.common.v0.models.Money;
28167
+ readonly label_id?: string;
28168
+ readonly base?: io.flow.trueup.v0.models.LabelBase;
28169
+ readonly surcharges?: io.flow.trueup.v0.models.LabelSurcharge[];
28170
+ }
28171
+
28172
+ interface ShippingCostUpserted {
28173
+ readonly discriminator: 'shipping_cost_upserted';
28174
+ readonly event_id: string;
28175
+ readonly timestamp: string;
28176
+ readonly organization: string;
28177
+ readonly shipping_cost: io.flow.internal.v0.models.ShippingCostSummary;
28178
+ }
28179
+
27924
28180
  interface ShippingLane {
27925
28181
  readonly origin: string;
27926
28182
  readonly destination: string;
@@ -27980,6 +28236,25 @@ declare namespace io.flow.internal.v0.models {
27980
28236
  readonly include_unpublished?: boolean;
27981
28237
  }
27982
28238
 
28239
+ interface ShopifyAddress {
28240
+ readonly address1: string;
28241
+ readonly city: string;
28242
+ readonly country_code: string;
28243
+ readonly address2?: string;
28244
+ readonly postal_code?: string;
28245
+ readonly province?: string;
28246
+ }
28247
+
28248
+ interface ShopifyCallbackError {
28249
+ readonly errors: io.flow.internal.v0.models.ShopifyCallbackErrorItem[];
28250
+ }
28251
+
28252
+ interface ShopifyCallbackErrorItem {
28253
+ readonly code: io.flow.internal.v0.enums.ShopifyCallbackErrorCode;
28254
+ readonly message: string;
28255
+ readonly field?: string;
28256
+ }
28257
+
27983
28258
  interface ShopifyCatalogPublication {
27984
28259
  readonly owner: io.flow.internal.v0.enums.CatalogPublicationOwner;
27985
28260
  }
@@ -27993,6 +28268,13 @@ declare namespace io.flow.internal.v0.models {
27993
28268
  readonly service: io.flow.internal.v0.enums.ShopifyService;
27994
28269
  }
27995
28270
 
28271
+ interface ShopifyContactDetails {
28272
+ readonly company?: string;
28273
+ readonly email?: string;
28274
+ readonly name?: string;
28275
+ readonly phone?: string;
28276
+ }
28277
+
27996
28278
  interface ShopifyDispute {
27997
28279
  readonly id: string;
27998
28280
  readonly organization_id: string;
@@ -28263,6 +28545,7 @@ declare namespace io.flow.internal.v0.models {
28263
28545
  readonly access_token_masked?: string;
28264
28546
  readonly shopify_plan_name?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
28265
28547
  readonly catalog_publication_owner?: io.flow.internal.v0.enums.CatalogPublicationOwner;
28548
+ readonly fast_sellability_completed_at?: string;
28266
28549
  }
28267
28550
 
28268
28551
  interface ShopifyMarketsShopDeleted {
@@ -28348,6 +28631,15 @@ declare namespace io.flow.internal.v0.models {
28348
28631
  readonly registration: io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
28349
28632
  }
28350
28633
 
28634
+ interface ShopifyMeasurements {
28635
+ readonly dimension_unit: io.flow.internal.v0.enums.ShopifyDimensionUnit;
28636
+ readonly height: number;
28637
+ readonly length: number;
28638
+ readonly width: number;
28639
+ readonly weight: number;
28640
+ readonly weight_unit: io.flow.internal.v0.enums.ShopifyWeightUnit;
28641
+ }
28642
+
28351
28643
  interface ShopifyMerchantPlan {
28352
28644
  readonly id: string;
28353
28645
  readonly authorization: io.flow.payment.v0.models.AuthorizationReference;
@@ -28375,6 +28667,11 @@ declare namespace io.flow.internal.v0.models {
28375
28667
  readonly token: string;
28376
28668
  }
28377
28669
 
28670
+ interface ShopifyMoney {
28671
+ readonly amount: number;
28672
+ readonly currency_code: string;
28673
+ }
28674
+
28378
28675
  interface ShopifyMonitoringCarrierService {
28379
28676
  readonly service: string;
28380
28677
  }
@@ -28656,6 +28953,15 @@ declare namespace io.flow.internal.v0.models {
28656
28953
  readonly deleted_at?: string;
28657
28954
  }
28658
28955
 
28956
+ interface ShopifyRateCustomsDetail {
28957
+ readonly incoterm: io.flow.internal.v0.enums.ShopifyIncoterm;
28958
+ readonly net_value: io.flow.internal.v0.models.ShopifyMoney;
28959
+ }
28960
+
28961
+ interface ShopifyRatePickupPoint {
28962
+ readonly partner_reference_id: string;
28963
+ }
28964
+
28659
28965
  interface ShopifyReportFileDeleted {
28660
28966
  readonly discriminator: 'shopify_report_file_deleted';
28661
28967
  readonly event_id: string;
@@ -28670,6 +28976,85 @@ declare namespace io.flow.internal.v0.models {
28670
28976
  readonly shopify_report_file: io.flow.internal.v0.models.ReportFile;
28671
28977
  }
28672
28978
 
28979
+ interface ShopifyShipmentRateAvailable {
28980
+ readonly carrier_service_id: string;
28981
+ readonly total_charges: io.flow.internal.v0.models.ShopifyShipmentRateTotalCharges;
28982
+ readonly charges: io.flow.internal.v0.models.ShopifyShipmentRateCharge[];
28983
+ readonly shipment_options: io.flow.internal.v0.models.ShopifyShipmentRateOption[];
28984
+ readonly expected_delivery_date?: string;
28985
+ readonly guaranteed_delivery_date?: string;
28986
+ readonly incoterm?: io.flow.internal.v0.enums.ShopifyIncoterm;
28987
+ }
28988
+
28989
+ interface ShopifyShipmentRateCharge {
28990
+ readonly code: io.flow.internal.v0.enums.ShopifyChargeCode;
28991
+ readonly cost: io.flow.internal.v0.models.ShopifyMoney;
28992
+ }
28993
+
28994
+ interface ShopifyShipmentRateOption {
28995
+ readonly code: io.flow.internal.v0.enums.ShopifyShipmentOptionCode;
28996
+ readonly cost: io.flow.internal.v0.models.ShopifyMoney;
28997
+ readonly optional?: boolean;
28998
+ }
28999
+
29000
+ interface ShopifyShipmentRatePackage {
29001
+ readonly type: io.flow.internal.v0.enums.ShopifyPackageType;
29002
+ readonly measurements: io.flow.internal.v0.models.ShopifyMeasurements;
29003
+ }
29004
+
29005
+ interface ShopifyShipmentRateReason {
29006
+ readonly code: io.flow.internal.v0.enums.ShopifyUnavailableRateReasonCode;
29007
+ readonly field?: string;
29008
+ readonly message?: string;
29009
+ }
29010
+
29011
+ interface ShopifyShipmentRateRequest {
29012
+ readonly idempotency_key: string;
29013
+ readonly webhook_id: string;
29014
+ readonly test: boolean;
29015
+ readonly shipper: io.flow.internal.v0.models.ShopifyShipmentRateShipper;
29016
+ readonly shipment: io.flow.internal.v0.models.ShopifyShipmentRateShipment;
29017
+ }
29018
+
29019
+ interface ShopifyShipmentRateResponse {
29020
+ readonly rates: io.flow.internal.v0.models.ShopifyShipmentRateAvailable[];
29021
+ readonly unavailable_rates: io.flow.internal.v0.models.ShopifyShipmentRateUnavailable[];
29022
+ }
29023
+
29024
+ interface ShopifyShipmentRateShipment {
29025
+ readonly carrier_id: string;
29026
+ readonly delivery_method_type: io.flow.internal.v0.enums.ShopifyDeliveryMethodType;
29027
+ readonly shipping_date_time: string;
29028
+ readonly return: boolean;
29029
+ readonly origin: io.flow.internal.v0.models.ShopifyShippingLocation;
29030
+ readonly destination: io.flow.internal.v0.models.ShopifyShippingLocation;
29031
+ readonly package: io.flow.internal.v0.models.ShopifyShipmentRatePackage;
29032
+ readonly pickup_point?: io.flow.internal.v0.models.ShopifyRatePickupPoint;
29033
+ readonly customs_detail?: io.flow.internal.v0.models.ShopifyRateCustomsDetail;
29034
+ }
29035
+
29036
+ interface ShopifyShipmentRateShipper {
29037
+ readonly account_id: string;
29038
+ readonly carrier_account_reference_id: string;
29039
+ readonly byoa: boolean;
29040
+ }
29041
+
29042
+ interface ShopifyShipmentRateTotalCharges {
29043
+ readonly subtotal: io.flow.internal.v0.models.ShopifyMoney;
29044
+ readonly tax: io.flow.internal.v0.models.ShopifyMoney;
29045
+ readonly total: io.flow.internal.v0.models.ShopifyMoney;
29046
+ }
29047
+
29048
+ interface ShopifyShipmentRateUnavailable {
29049
+ readonly carrier_service_id: string;
29050
+ readonly reasons: io.flow.internal.v0.models.ShopifyShipmentRateReason[];
29051
+ }
29052
+
29053
+ interface ShopifyShippingLocation {
29054
+ readonly address: io.flow.internal.v0.models.ShopifyAddress;
29055
+ readonly contact_details: io.flow.internal.v0.models.ShopifyContactDetails;
29056
+ }
29057
+
28673
29058
  interface ShopifyShopStatistics {
28674
29059
  readonly id: string;
28675
29060
  readonly initial_catalog_synced_at?: string;
@@ -28710,6 +29095,7 @@ declare namespace io.flow.internal.v0.models {
28710
29095
 
28711
29096
  interface ShopifyTestOrder {
28712
29097
  readonly id: string;
29098
+ readonly submitted_at: string;
28713
29099
  }
28714
29100
 
28715
29101
  interface ShopifyTestOrderDeleted {
@@ -28734,6 +29120,7 @@ declare namespace io.flow.internal.v0.models {
28734
29120
  readonly tax: io.flow.internal.v0.models.ReportingMonetaryValue;
28735
29121
  readonly duty: io.flow.internal.v0.models.ReportingMonetaryValue;
28736
29122
  readonly discount: io.flow.internal.v0.models.ReportingMonetaryValue;
29123
+ readonly subtotal?: io.flow.internal.v0.models.ReportingMonetaryValue;
28737
29124
  readonly total: io.flow.internal.v0.models.ReportingMonetaryValue;
28738
29125
  }
28739
29126
 
@@ -30126,7 +30513,6 @@ declare namespace io.flow.internal.v0.models {
30126
30513
  readonly fulfillment_key?: string;
30127
30514
  readonly rex_number?: string;
30128
30515
  readonly weee_number?: string;
30129
- readonly generate_commercial_invoice_only: boolean;
30130
30516
  readonly liability_remittance_plan?: io.flow.internal.v0.models.LiabilityRemittancePlan;
30131
30517
  readonly shipment_cost_summary?: io.flow.internal.v0.models.ShipmentCostSummary;
30132
30518
  readonly shipping_label_hop_cost_itemized_estimate?: io.flow.label.v0.models.ShippingLabelHopCostItemizedEstimate;
@@ -30264,6 +30650,8 @@ declare namespace io.flow.internal.v0.unions {
30264
30650
  | io.flow.internal.v0.models.DutyCompoundExpression
30265
30651
  | io.flow.internal.v0.models.DutySimpleExpression;
30266
30652
  type Event =
30653
+ | io.flow.internal.v0.models.AdaptiveShippingRateUpserted
30654
+ | io.flow.internal.v0.models.AdaptiveShippingRateDeleted
30267
30655
  | io.flow.internal.v0.models.AdyenAuthorizationDeleted
30268
30656
  | io.flow.internal.v0.models.AdyenAuthorizationUpserted
30269
30657
  | io.flow.internal.v0.models.AdyenCancelDeleted
@@ -30332,8 +30720,6 @@ declare namespace io.flow.internal.v0.unions {
30332
30720
  | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted
30333
30721
  | io.flow.internal.v0.models.CarrierAccountUpsertedV2
30334
30722
  | io.flow.internal.v0.models.CarrierAccountDeleted
30335
- | io.flow.internal.v0.models.LabelGenerationSettingsUpserted
30336
- | io.flow.internal.v0.models.LabelGenerationSettingsDeleted
30337
30723
  | io.flow.internal.v0.models.CatalogImportRequest
30338
30724
  | io.flow.internal.v0.models.ExclusionRuleUpserted
30339
30725
  | io.flow.internal.v0.models.ExclusionRuleDeleted
@@ -30403,6 +30789,10 @@ declare namespace io.flow.internal.v0.unions {
30403
30789
  | io.flow.internal.v0.models.CarrierChargeDeleted
30404
30790
  | io.flow.internal.v0.models.BankPaymentOrderUpserted
30405
30791
  | io.flow.internal.v0.models.BankPaymentOrderDeleted
30792
+ | io.flow.internal.v0.models.ShippingCostUpserted
30793
+ | io.flow.internal.v0.models.ShippingCostDeleted
30794
+ | io.flow.internal.v0.models.MorCostUpserted
30795
+ | io.flow.internal.v0.models.MorCostDeleted
30406
30796
  | io.flow.internal.v0.models.FraudReviewUpserted
30407
30797
  | io.flow.internal.v0.models.FraudReviewDeleted
30408
30798
  | io.flow.internal.v0.models.FraudPendingReviewUpserted
@@ -30516,17 +30906,21 @@ declare namespace io.flow.internal.v0.unions {
30516
30906
  | io.flow.internal.v0.models.PaypalRefundUpserted
30517
30907
  | io.flow.internal.v0.models.PaypalDisputeUpserted
30518
30908
  | io.flow.internal.v0.models.PaypalDisputeDeleted
30909
+ | io.flow.internal.v0.models.PreonboardingSellabilityResultInserted
30910
+ | io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated
30911
+ | io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted
30519
30912
  | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted
30520
30913
  | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted
30521
30914
  | io.flow.internal.v0.models.ProductRestrictionStateInserted
30522
30915
  | io.flow.internal.v0.models.ProductRestrictionStateUpdated
30523
30916
  | io.flow.internal.v0.models.ProductRestrictionStateDeleted
30917
+ | io.flow.internal.v0.models.ProductSellabilityResultInserted
30918
+ | io.flow.internal.v0.models.ProductSellabilityResultUpdated
30919
+ | io.flow.internal.v0.models.ProductSellabilityResultDeleted
30524
30920
  | io.flow.internal.v0.models.OrderRatesPublishedV3
30525
30921
  | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted
30526
30922
  | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted
30527
30923
  | io.flow.internal.v0.models.RatecardLanesImportRequest
30528
- | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted
30529
- | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted
30530
30924
  | io.flow.internal.v0.models.RatecardServiceFeeUpserted
30531
30925
  | io.flow.internal.v0.models.RatecardServiceFeeDeleted
30532
30926
  | io.flow.internal.v0.models.RatecardRateLevelUpserted
@@ -30618,22 +31012,14 @@ declare namespace io.flow.internal.v0.unions {
30618
31012
  | io.flow.internal.v0.models.StripeConnectReportRecordDeleted
30619
31013
  | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted
30620
31014
  | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted
30621
- | io.flow.internal.v0.models.AnirbanItemUpserted
30622
- | io.flow.internal.v0.models.AnirbanItemDeleted
30623
- | io.flow.internal.v0.models.SarveshItemUpserted
30624
- | io.flow.internal.v0.models.SarveshItemDeleted
30625
- | io.flow.internal.v0.models.HoseinItemUpserted
30626
- | io.flow.internal.v0.models.HoseinItemDeleted
30627
- | io.flow.internal.v0.models.NiallItemUpserted
30628
- | io.flow.internal.v0.models.NiallItemDeleted
30629
- | io.flow.internal.v0.models.RohanItemUpserted
30630
- | io.flow.internal.v0.models.RohanItemDeleted
30631
- | io.flow.internal.v0.models.AldoItemUpserted
30632
- | io.flow.internal.v0.models.AldoItemDeleted
30633
- | io.flow.internal.v0.models.AnshItemUpserted
30634
- | io.flow.internal.v0.models.AnshItemDeleted
31015
+ | io.flow.internal.v0.models.B2BTaxTransactionUpserted
31016
+ | io.flow.internal.v0.models.B2BTaxTransactionDeleted
30635
31017
  | io.flow.internal.v0.models.GabrielItemUpserted
30636
31018
  | io.flow.internal.v0.models.GabrielItemDeleted
31019
+ | io.flow.internal.v0.models.ChenglinItemUpserted
31020
+ | io.flow.internal.v0.models.ChenglinItemDeleted
31021
+ | io.flow.internal.v0.models.BojanaItemUpserted
31022
+ | io.flow.internal.v0.models.BojanaItemDeleted
30637
31023
  | io.flow.internal.v0.models.TrackingProcessingErrorUpserted
30638
31024
  | io.flow.internal.v0.models.TrackingProcessingErrorDeleted
30639
31025
  | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2
@@ -30679,9 +31065,6 @@ declare namespace io.flow.internal.v0.unions {
30679
31065
  io.flow.internal.v0.models.FraudProviderConfigurationRiskified;
30680
31066
  type FraudProviderConfigurationForm =
30681
31067
  io.flow.internal.v0.models.FraudProviderConfigurationFormRiskified;
30682
- type FuelSurchargeServiceFeePutForm =
30683
- | io.flow.internal.v0.models.FuelSurchargeServiceFeePercentPutForm
30684
- | io.flow.internal.v0.models.FuelSurchargeServiceFeeAmountByWeightPutForm;
30685
31068
  type FulfillmentProof =
30686
31069
  | io.flow.internal.v0.models.FulfillmentProofLabelTrackingReference
30687
31070
  | io.flow.internal.v0.models.FulfillmentProofShippingNotificationReference
@@ -30822,7 +31205,9 @@ declare namespace io.flow.internal.v0.unions {
30822
31205
  | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata
30823
31206
  | io.flow.internal.v0.models.AccountingReturnMetadata
30824
31207
  | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata
30825
- | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata;
31208
+ | io.flow.internal.v0.models.ChannelTransactionTriggerMetadata
31209
+ | io.flow.internal.v0.models.B2BFeeMorTaxTriggerMetadata
31210
+ | io.flow.internal.v0.models.B2BFeeShippingTaxTriggerMetadata;
30826
31211
  type TaxAmount =
30827
31212
  | io.flow.internal.v0.models.CalculatedTaxAmount
30828
31213
  | io.flow.internal.v0.models.NoCalculatedTaxAmount;
@@ -30851,7 +31236,8 @@ declare namespace io.flow.internal.v0.unions {
30851
31236
  | io.flow.internal.v0.models.CarrierChargeTransaction
30852
31237
  | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction
30853
31238
  | io.flow.internal.v0.models.GeRevenueShareTransaction
30854
- | io.flow.internal.v0.models.MerchantFeeTransaction;
31239
+ | io.flow.internal.v0.models.MerchantFeeTransaction
31240
+ | io.flow.internal.v0.models.FlatRateLabelTransaction;
30855
31241
  type TransactionSummary =
30856
31242
  | io.flow.internal.v0.models.PaymentSummaryV2
30857
31243
  | io.flow.internal.v0.models.FraudSummary;
@@ -30864,6 +31250,8 @@ export type AccountContactDeleted =
30864
31250
  export type AccountContactForm = io.flow.internal.v0.models.AccountContactForm;
30865
31251
  export type AccountContactUpserted =
30866
31252
  io.flow.internal.v0.models.AccountContactUpserted;
31253
+ export type AccountCurrencyFilter =
31254
+ io.flow.internal.v0.enums.AccountCurrencyFilter;
30867
31255
  export type AccountDeletedV2 = io.flow.internal.v0.models.AccountDeletedV2;
30868
31256
  export type AccountDepositRule = io.flow.internal.v0.models.AccountDepositRule;
30869
31257
  export type AccountDepositRuleForm =
@@ -30911,6 +31299,12 @@ export type AccountingPendingOrderMetadata =
30911
31299
  export type AccountingReturnMetadata =
30912
31300
  io.flow.internal.v0.models.AccountingReturnMetadata;
30913
31301
  export type ActionQuantity = io.flow.internal.v0.models.ActionQuantity;
31302
+ export type AdaptiveShippingRate =
31303
+ io.flow.internal.v0.models.AdaptiveShippingRate;
31304
+ export type AdaptiveShippingRateDeleted =
31305
+ io.flow.internal.v0.models.AdaptiveShippingRateDeleted;
31306
+ export type AdaptiveShippingRateUpserted =
31307
+ io.flow.internal.v0.models.AdaptiveShippingRateUpserted;
30914
31308
  export type AdditionalImportTax =
30915
31309
  io.flow.internal.v0.models.AdditionalImportTax;
30916
31310
  export type AdjustmentAmount = io.flow.internal.v0.unions.AdjustmentAmount;
@@ -31014,31 +31408,13 @@ export type AfterpayRefundDeleted =
31014
31408
  export type AfterpayRefundUpserted =
31015
31409
  io.flow.internal.v0.models.AfterpayRefundUpserted;
31016
31410
  export type AftershipWebhook = io.flow.internal.v0.models.AftershipWebhook;
31017
- export type AldoItem = io.flow.internal.v0.models.AldoItem;
31018
- export type AldoItemDeleted = io.flow.internal.v0.models.AldoItemDeleted;
31019
- export type AldoItemForm = io.flow.internal.v0.models.AldoItemForm;
31020
- export type AldoItemType = io.flow.internal.v0.enums.AldoItemType;
31021
- export type AldoItemUpserted = io.flow.internal.v0.models.AldoItemUpserted;
31022
31411
  export type AllItemsExport = io.flow.internal.v0.models.AllItemsExport;
31023
- export type AllOrganizationsMembership =
31024
- io.flow.internal.v0.models.AllOrganizationsMembership;
31025
31412
  export type AllocationItemReference =
31026
31413
  io.flow.internal.v0.models.AllocationItemReference;
31027
31414
  export type AllowedLabels = io.flow.internal.v0.models.AllowedLabels;
31028
31415
  export type AmruthaItem = io.flow.internal.v0.models.AmruthaItem;
31029
31416
  export type AmruthaItemForm = io.flow.internal.v0.models.AmruthaItemForm;
31030
31417
  export type AmruthaItemType = io.flow.internal.v0.enums.AmruthaItemType;
31031
- export type AnirbanItem = io.flow.internal.v0.models.AnirbanItem;
31032
- export type AnirbanItemDeleted = io.flow.internal.v0.models.AnirbanItemDeleted;
31033
- export type AnirbanItemForm = io.flow.internal.v0.models.AnirbanItemForm;
31034
- export type AnirbanItemType = io.flow.internal.v0.enums.AnirbanItemType;
31035
- export type AnirbanItemUpserted =
31036
- io.flow.internal.v0.models.AnirbanItemUpserted;
31037
- export type AnshItem = io.flow.internal.v0.models.AnshItem;
31038
- export type AnshItemDeleted = io.flow.internal.v0.models.AnshItemDeleted;
31039
- export type AnshItemForm = io.flow.internal.v0.models.AnshItemForm;
31040
- export type AnshItemType = io.flow.internal.v0.enums.AnshItemType;
31041
- export type AnshItemUpserted = io.flow.internal.v0.models.AnshItemUpserted;
31042
31418
  export type AnyDangerousGoods = io.flow.internal.v0.enums.AnyDangerousGoods;
31043
31419
  export type ApiCallReferenceId = io.flow.internal.v0.enums.ApiCallReferenceId;
31044
31420
  export type ApplePayAuthorizationPayload =
@@ -31074,11 +31450,28 @@ export type AuthorizedShippingCharge =
31074
31450
  io.flow.internal.v0.models.AuthorizedShippingCharge;
31075
31451
  export type AutoRestrictRule = io.flow.internal.v0.enums.AutoRestrictRule;
31076
31452
  export type AutoReviewCriteria = io.flow.internal.v0.models.AutoReviewCriteria;
31453
+ export type B2BFeeMorTaxTriggerMetadata =
31454
+ io.flow.internal.v0.models.B2BFeeMorTaxTriggerMetadata;
31455
+ export type B2BFeeMorTaxTriggerType =
31456
+ io.flow.internal.v0.enums.B2BFeeMorTaxTriggerType;
31457
+ export type B2BFeeShippingTaxTriggerMetadata =
31458
+ io.flow.internal.v0.models.B2BFeeShippingTaxTriggerMetadata;
31459
+ export type B2BFeeShippingTaxTriggerType =
31460
+ io.flow.internal.v0.enums.B2BFeeShippingTaxTriggerType;
31077
31461
  export type B2BTaxLedger = io.flow.internal.v0.models.B2BTaxLedger;
31078
31462
  export type B2BTaxLedgerDocumentType =
31079
31463
  io.flow.internal.v0.enums.B2BTaxLedgerDocumentType;
31080
31464
  export type B2BTaxLedgerForm = io.flow.internal.v0.models.B2BTaxLedgerForm;
31081
31465
  export type B2BTaxRateType = io.flow.internal.v0.enums.B2BTaxRateType;
31466
+ export type B2BTaxTransaction = io.flow.internal.v0.models.B2BTaxTransaction;
31467
+ export type B2BTaxTransactionDeleted =
31468
+ io.flow.internal.v0.models.B2BTaxTransactionDeleted;
31469
+ export type B2BTaxTransactionUpserted =
31470
+ io.flow.internal.v0.models.B2BTaxTransactionUpserted;
31471
+ export type B2BTransactionTaxLine =
31472
+ io.flow.internal.v0.models.B2BTransactionTaxLine;
31473
+ export type B2BTransactionTaxableItem =
31474
+ io.flow.internal.v0.models.B2BTransactionTaxableItem;
31082
31475
  export type BankAccount = io.flow.internal.v0.models.BankAccount;
31083
31476
  export type BankAccountReference =
31084
31477
  io.flow.internal.v0.models.BankAccountReference;
@@ -31184,6 +31577,11 @@ export type BitpayAuthenticationDataReference =
31184
31577
  io.flow.internal.v0.models.BitpayAuthenticationDataReference;
31185
31578
  export type BitpayAuthenticationForm =
31186
31579
  io.flow.internal.v0.models.BitpayAuthenticationForm;
31580
+ export type BojanaItem = io.flow.internal.v0.models.BojanaItem;
31581
+ export type BojanaItemDeleted = io.flow.internal.v0.models.BojanaItemDeleted;
31582
+ export type BojanaItemForm = io.flow.internal.v0.models.BojanaItemForm;
31583
+ export type BojanaItemType = io.flow.internal.v0.enums.BojanaItemType;
31584
+ export type BojanaItemUpserted = io.flow.internal.v0.models.BojanaItemUpserted;
31187
31585
  export type BooleanFeatureDefaultValue =
31188
31586
  io.flow.internal.v0.models.BooleanFeatureDefaultValue;
31189
31587
  export type BooleanFeatureRule = io.flow.internal.v0.models.BooleanFeatureRule;
@@ -31474,6 +31872,13 @@ export type CheckoutShippingMethodPromptBehavior =
31474
31872
  io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior;
31475
31873
  export type CheckoutUrl = io.flow.internal.v0.models.CheckoutUrl;
31476
31874
  export type CheckoutUrlType = io.flow.internal.v0.enums.CheckoutUrlType;
31875
+ export type ChenglinItem = io.flow.internal.v0.models.ChenglinItem;
31876
+ export type ChenglinItemDeleted =
31877
+ io.flow.internal.v0.models.ChenglinItemDeleted;
31878
+ export type ChenglinItemForm = io.flow.internal.v0.models.ChenglinItemForm;
31879
+ export type ChenglinItemType = io.flow.internal.v0.enums.ChenglinItemType;
31880
+ export type ChenglinItemUpserted =
31881
+ io.flow.internal.v0.models.ChenglinItemUpserted;
31477
31882
  export type Cipher = io.flow.internal.v0.models.Cipher;
31478
31883
  export type CipherForm = io.flow.internal.v0.models.CipherForm;
31479
31884
  export type CipherReference = io.flow.internal.v0.models.CipherReference;
@@ -31533,6 +31938,8 @@ export type ClassificationRequeueRequest =
31533
31938
  export type ClassificationResponse =
31534
31939
  io.flow.internal.v0.unions.ClassificationResponse;
31535
31940
  export type ClassificationScope = io.flow.internal.v0.enums.ClassificationScope;
31941
+ export type ClassificationSource =
31942
+ io.flow.internal.v0.enums.ClassificationSource;
31536
31943
  export type ClassificationStatistics =
31537
31944
  io.flow.internal.v0.models.ClassificationStatistics;
31538
31945
  export type ClassificationSummaryReportPayload =
@@ -31920,6 +32327,11 @@ export type FiservMerchantModificationForm =
31920
32327
  io.flow.internal.v0.models.FiservMerchantModificationForm;
31921
32328
  export type FiservMerchantPutForm =
31922
32329
  io.flow.internal.v0.models.FiservMerchantPutForm;
32330
+ export type FlatRate = io.flow.internal.v0.models.FlatRate;
32331
+ export type FlatRateLabelTransaction =
32332
+ io.flow.internal.v0.models.FlatRateLabelTransaction;
32333
+ export type FlatRateLabelTransactionType =
32334
+ io.flow.internal.v0.enums.FlatRateLabelTransactionType;
31923
32335
  export type FlexeWebhook = io.flow.internal.v0.models.FlexeWebhook;
31924
32336
  export type FlowAccount = io.flow.internal.v0.models.FlowAccount;
31925
32337
  export type FlowBillingStatement =
@@ -31997,12 +32409,6 @@ export type FtpFileDeleted = io.flow.internal.v0.models.FtpFileDeleted;
31997
32409
  export type FtpFileToProcessUploaded =
31998
32410
  io.flow.internal.v0.models.FtpFileToProcessUploaded;
31999
32411
  export type FtpFileUpserted = io.flow.internal.v0.models.FtpFileUpserted;
32000
- export type FuelSurchargeServiceFeeAmountByWeightPutForm =
32001
- io.flow.internal.v0.models.FuelSurchargeServiceFeeAmountByWeightPutForm;
32002
- export type FuelSurchargeServiceFeePercentPutForm =
32003
- io.flow.internal.v0.models.FuelSurchargeServiceFeePercentPutForm;
32004
- export type FuelSurchargeServiceFeePutForm =
32005
- io.flow.internal.v0.unions.FuelSurchargeServiceFeePutForm;
32006
32412
  export type Fulfillment = io.flow.internal.v0.models.Fulfillment;
32007
32413
  export type FulfillmentActionForm =
32008
32414
  io.flow.internal.v0.models.FulfillmentActionForm;
@@ -32077,6 +32483,7 @@ export type GeRevenueShareTransactionType =
32077
32483
  export type GenerateLoad = io.flow.internal.v0.unions.GenerateLoad;
32078
32484
  export type GenerateLoadMultipleOrgs =
32079
32485
  io.flow.internal.v0.models.GenerateLoadMultipleOrgs;
32486
+ export type GenerateLoadRate = io.flow.internal.v0.models.GenerateLoadRate;
32080
32487
  export type GenerateLoadSingleOrg =
32081
32488
  io.flow.internal.v0.models.GenerateLoadSingleOrg;
32082
32489
  export type GenericValidationError =
@@ -32127,11 +32534,6 @@ export type HarmonizeFullyRequestV2 =
32127
32534
  io.flow.internal.v0.models.HarmonizeFullyRequestV2;
32128
32535
  export type HarmonizedItemsHs6Export =
32129
32536
  io.flow.internal.v0.models.HarmonizedItemsHs6Export;
32130
- export type HoseinItem = io.flow.internal.v0.models.HoseinItem;
32131
- export type HoseinItemDeleted = io.flow.internal.v0.models.HoseinItemDeleted;
32132
- export type HoseinItemForm = io.flow.internal.v0.models.HoseinItemForm;
32133
- export type HoseinItemType = io.flow.internal.v0.enums.HoseinItemType;
32134
- export type HoseinItemUpserted = io.flow.internal.v0.models.HoseinItemUpserted;
32135
32537
  export type Hs6 = io.flow.internal.v0.models.Hs6;
32136
32538
  export type Hs6CodeSource = io.flow.internal.v0.enums.Hs6CodeSource;
32137
32539
  export type Hs6Metadata = io.flow.internal.v0.models.Hs6Metadata;
@@ -32249,7 +32651,6 @@ export type ItemSalesMarginVersion =
32249
32651
  export type ItemSummary = io.flow.internal.v0.models.ItemSummary;
32250
32652
  export type ItemType = io.flow.internal.v0.enums.ItemType;
32251
32653
  export type ItemValuesForm = io.flow.internal.v0.models.ItemValuesForm;
32252
- export type JeanDemoItem = io.flow.internal.v0.models.JeanDemoItem;
32253
32654
  export type Journal = io.flow.internal.v0.models.Journal;
32254
32655
  export type JournalFailure = io.flow.internal.v0.models.JournalFailure;
32255
32656
  export type JournalOperation = io.flow.internal.v0.enums.JournalOperation;
@@ -32287,14 +32688,6 @@ export type LabelCreationStatus = io.flow.internal.v0.enums.LabelCreationStatus;
32287
32688
  export type LabelDestination = io.flow.internal.v0.models.LabelDestination;
32288
32689
  export type LabelEventMedium = io.flow.internal.v0.enums.LabelEventMedium;
32289
32690
  export type LabelEventSource = io.flow.internal.v0.enums.LabelEventSource;
32290
- export type LabelGenerationSettings =
32291
- io.flow.internal.v0.models.LabelGenerationSettings;
32292
- export type LabelGenerationSettingsDeleted =
32293
- io.flow.internal.v0.models.LabelGenerationSettingsDeleted;
32294
- export type LabelGenerationSettingsForm =
32295
- io.flow.internal.v0.models.LabelGenerationSettingsForm;
32296
- export type LabelGenerationSettingsUpserted =
32297
- io.flow.internal.v0.models.LabelGenerationSettingsUpserted;
32298
32691
  export type LabelInvoiceRequest =
32299
32692
  io.flow.internal.v0.models.LabelInvoiceRequest;
32300
32693
  export type LabelInvoiceRequestDeleted =
@@ -32385,6 +32778,7 @@ export type LoyaltyProgramReward =
32385
32778
  io.flow.internal.v0.models.LoyaltyProgramReward;
32386
32779
  export type LoyaltyProgramRewards =
32387
32780
  io.flow.internal.v0.models.LoyaltyProgramRewards;
32781
+ export type MailClass = io.flow.internal.v0.enums.MailClass;
32388
32782
  export type MainTransaction = io.flow.internal.v0.models.MainTransaction;
32389
32783
  export type MainTransactionDeleted =
32390
32784
  io.flow.internal.v0.models.MainTransactionDeleted;
@@ -32454,6 +32848,7 @@ export type MerchantSearchResult =
32454
32848
  io.flow.internal.v0.models.MerchantSearchResult;
32455
32849
  export type MerchantSubsidies = io.flow.internal.v0.models.MerchantSubsidies;
32456
32850
  export type MerchantSummary = io.flow.internal.v0.models.MerchantSummary;
32851
+ export type MerchantSurcharge = io.flow.internal.v0.models.MerchantSurcharge;
32457
32852
  export type MerchantTransactions =
32458
32853
  io.flow.internal.v0.models.MerchantTransactions;
32459
32854
  export type MerchantUpserted = io.flow.internal.v0.models.MerchantUpserted;
@@ -32462,16 +32857,14 @@ export type MetadataProposition =
32462
32857
  io.flow.internal.v0.models.MetadataProposition;
32463
32858
  export type MetadataRatecard = io.flow.internal.v0.models.MetadataRatecard;
32464
32859
  export type MixedBagWeight = io.flow.internal.v0.enums.MixedBagWeight;
32860
+ export type MorCostDeleted = io.flow.internal.v0.models.MorCostDeleted;
32861
+ export type MorCostSummary = io.flow.internal.v0.models.MorCostSummary;
32862
+ export type MorCostUpserted = io.flow.internal.v0.models.MorCostUpserted;
32465
32863
  export type NatureOfSale = io.flow.internal.v0.enums.NatureOfSale;
32466
32864
  export type NegativeDebitMetrics =
32467
32865
  io.flow.internal.v0.models.NegativeDebitMetrics;
32468
32866
  export type NextBillingStatement =
32469
32867
  io.flow.internal.v0.models.NextBillingStatement;
32470
- export type NiallItem = io.flow.internal.v0.models.NiallItem;
32471
- export type NiallItemDeleted = io.flow.internal.v0.models.NiallItemDeleted;
32472
- export type NiallItemForm = io.flow.internal.v0.models.NiallItemForm;
32473
- export type NiallItemType = io.flow.internal.v0.enums.NiallItemType;
32474
- export type NiallItemUpserted = io.flow.internal.v0.models.NiallItemUpserted;
32475
32868
  export type NoCalculatedTaxAmount =
32476
32869
  io.flow.internal.v0.models.NoCalculatedTaxAmount;
32477
32870
  export type NoClassificationForm =
@@ -32685,6 +33078,12 @@ export type OrganizationPaymentSettingVersion =
32685
33078
  io.flow.internal.v0.models.OrganizationPaymentSettingVersion;
32686
33079
  export type OrganizationPaymentStatus =
32687
33080
  io.flow.internal.v0.enums.OrganizationPaymentStatus;
33081
+ export type OrganizationPromotion =
33082
+ io.flow.internal.v0.models.OrganizationPromotion;
33083
+ export type OrganizationPromotionStatus =
33084
+ io.flow.internal.v0.enums.OrganizationPromotionStatus;
33085
+ export type OrganizationPromotionWarning =
33086
+ io.flow.internal.v0.models.OrganizationPromotionWarning;
32688
33087
  export type OrganizationRestrictionApprovalStatus =
32689
33088
  io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
32690
33089
  export type OrganizationRestrictionNoteForm =
@@ -32896,9 +33295,6 @@ export type PlatformFeePercentage =
32896
33295
  io.flow.internal.v0.models.PlatformFeePercentage;
32897
33296
  export type PlatformFeePercentageTier =
32898
33297
  io.flow.internal.v0.models.PlatformFeePercentageTier;
32899
- export type PrateekItem = io.flow.internal.v0.models.PrateekItem;
32900
- export type PrateekItemForm = io.flow.internal.v0.models.PrateekItemForm;
32901
- export type PrateekItemType = io.flow.internal.v0.enums.PrateekItemType;
32902
33298
  export type Prediction = io.flow.internal.v0.models.Prediction;
32903
33299
  export type PreferredBillingSchedule =
32904
33300
  io.flow.internal.v0.enums.PreferredBillingSchedule;
@@ -32922,6 +33318,12 @@ export type PreonboardingRequestStatus =
32922
33318
  io.flow.internal.v0.enums.PreonboardingRequestStatus;
32923
33319
  export type PreonboardingSellabilityResult =
32924
33320
  io.flow.internal.v0.models.PreonboardingSellabilityResult;
33321
+ export type PreonboardingSellabilityResultDeleted =
33322
+ io.flow.internal.v0.models.PreonboardingSellabilityResultDeleted;
33323
+ export type PreonboardingSellabilityResultInserted =
33324
+ io.flow.internal.v0.models.PreonboardingSellabilityResultInserted;
33325
+ export type PreonboardingSellabilityResultUpdated =
33326
+ io.flow.internal.v0.models.PreonboardingSellabilityResultUpdated;
32925
33327
  export type PriceInclusivity = io.flow.internal.v0.models.PriceInclusivity;
32926
33328
  export type PriceSelector = io.flow.internal.v0.enums.PriceSelector;
32927
33329
  export type PrioritizedCenterReference =
@@ -33000,8 +33402,16 @@ export type ProductSellabilityInternalForm =
33000
33402
  io.flow.internal.v0.models.ProductSellabilityInternalForm;
33001
33403
  export type ProductSellabilityInternalResult =
33002
33404
  io.flow.internal.v0.models.ProductSellabilityInternalResult;
33405
+ export type ProductSellabilityInternalRuleMatch =
33406
+ io.flow.internal.v0.models.ProductSellabilityInternalRuleMatch;
33003
33407
  export type ProductSellabilityResult =
33004
33408
  io.flow.internal.v0.models.ProductSellabilityResult;
33409
+ export type ProductSellabilityResultDeleted =
33410
+ io.flow.internal.v0.models.ProductSellabilityResultDeleted;
33411
+ export type ProductSellabilityResultInserted =
33412
+ io.flow.internal.v0.models.ProductSellabilityResultInserted;
33413
+ export type ProductSellabilityResultUpdated =
33414
+ io.flow.internal.v0.models.ProductSellabilityResultUpdated;
33005
33415
  export type ProductStatus = io.flow.internal.v0.enums.ProductStatus;
33006
33416
  export type ProductTransaction = io.flow.internal.v0.models.ProductTransaction;
33007
33417
  export type ProofOfPosting = io.flow.internal.v0.unions.ProofOfPosting;
@@ -33103,18 +33513,11 @@ export type RatecardServiceFeesOverride =
33103
33513
  io.flow.internal.v0.models.RatecardServiceFeesOverride;
33104
33514
  export type RatecardServiceFeesOverrideForm =
33105
33515
  io.flow.internal.v0.models.RatecardServiceFeesOverrideForm;
33106
- export type RatecardStandardConfiguration =
33107
- io.flow.internal.v0.models.RatecardStandardConfiguration;
33108
- export type RatecardStandardConfigurationDeleted =
33109
- io.flow.internal.v0.models.RatecardStandardConfigurationDeleted;
33110
- export type RatecardStandardConfigurationForm =
33111
- io.flow.internal.v0.models.RatecardStandardConfigurationForm;
33112
- export type RatecardStandardConfigurationUpserted =
33113
- io.flow.internal.v0.models.RatecardStandardConfigurationUpserted;
33114
- export type RatecardStandardSettings =
33115
- io.flow.internal.v0.models.RatecardStandardSettings;
33116
33516
  export type RatesChanged = io.flow.internal.v0.models.RatesChanged;
33117
33517
  export type RatesNamesSummary = io.flow.internal.v0.models.RatesNamesSummary;
33518
+ export type RaveenaItem = io.flow.internal.v0.models.RaveenaItem;
33519
+ export type RaveenaItemForm = io.flow.internal.v0.models.RaveenaItemForm;
33520
+ export type RaveenaItemType = io.flow.internal.v0.enums.RaveenaItemType;
33118
33521
  export type RecordReference = io.flow.internal.v0.models.RecordReference;
33119
33522
  export type Redirect = io.flow.internal.v0.models.Redirect;
33120
33523
  export type RedirectActionCompleted =
@@ -33182,6 +33585,10 @@ export type ReportingMerchantBreakdown =
33182
33585
  io.flow.internal.v0.models.ReportingMerchantBreakdown;
33183
33586
  export type ReportingMerchantFees =
33184
33587
  io.flow.internal.v0.models.ReportingMerchantFees;
33588
+ export type ReportingMerchantFreight =
33589
+ io.flow.internal.v0.models.ReportingMerchantFreight;
33590
+ export type ReportingMerchantFreightSurcharges =
33591
+ io.flow.internal.v0.models.ReportingMerchantFreightSurcharges;
33185
33592
  export type ReportingMerchantSubsidies =
33186
33593
  io.flow.internal.v0.models.ReportingMerchantSubsidies;
33187
33594
  export type ReportingMerchantTransactions =
@@ -33231,6 +33638,8 @@ export type RestrictionAttributeRuleCondition =
33231
33638
  io.flow.internal.v0.unions.RestrictionAttributeRuleCondition;
33232
33639
  export type RestrictionBlanketOrganizationExemption =
33233
33640
  io.flow.internal.v0.models.RestrictionBlanketOrganizationExemption;
33641
+ export type RestrictionBlanketOrganizationExemptionForm =
33642
+ io.flow.internal.v0.models.RestrictionBlanketOrganizationExemptionForm;
33234
33643
  export type RestrictionCategory =
33235
33644
  io.flow.internal.v0.models.RestrictionCategory;
33236
33645
  export type RestrictionDecision = io.flow.internal.v0.enums.RestrictionDecision;
@@ -33294,8 +33703,12 @@ export type RestrictionRuleForm =
33294
33703
  io.flow.internal.v0.models.RestrictionRuleForm;
33295
33704
  export type RestrictionRuleLaneExemption =
33296
33705
  io.flow.internal.v0.models.RestrictionRuleLaneExemption;
33706
+ export type RestrictionRuleLaneExemptionForm =
33707
+ io.flow.internal.v0.models.RestrictionRuleLaneExemptionForm;
33297
33708
  export type RestrictionRuleOrganizationExemption =
33298
33709
  io.flow.internal.v0.models.RestrictionRuleOrganizationExemption;
33710
+ export type RestrictionRuleOrganizationExemptionForm =
33711
+ io.flow.internal.v0.models.RestrictionRuleOrganizationExemptionForm;
33299
33712
  export type RestrictionRuleOverride =
33300
33713
  io.flow.internal.v0.models.RestrictionRuleOverride;
33301
33714
  export type RestrictionRuleSummary =
@@ -33343,11 +33756,6 @@ export type RevenueRecordUpserted =
33343
33756
  io.flow.internal.v0.models.RevenueRecordUpserted;
33344
33757
  export type RiskCheck = io.flow.internal.v0.enums.RiskCheck;
33345
33758
  export type RiskEvaluation = io.flow.internal.v0.enums.RiskEvaluation;
33346
- export type RohanItem = io.flow.internal.v0.models.RohanItem;
33347
- export type RohanItemDeleted = io.flow.internal.v0.models.RohanItemDeleted;
33348
- export type RohanItemForm = io.flow.internal.v0.models.RohanItemForm;
33349
- export type RohanItemType = io.flow.internal.v0.enums.RohanItemType;
33350
- export type RohanItemUpserted = io.flow.internal.v0.models.RohanItemUpserted;
33351
33759
  export type RoutingAccount = io.flow.internal.v0.models.RoutingAccount;
33352
33760
  export type RoutingEntity = io.flow.internal.v0.unions.RoutingEntity;
33353
33761
  export type RoutingMerchant = io.flow.internal.v0.models.RoutingMerchant;
@@ -33355,12 +33763,6 @@ export type RoutingProcessor = io.flow.internal.v0.models.RoutingProcessor;
33355
33763
  export type SalesPaymentRecord = io.flow.internal.v0.models.SalesPaymentRecord;
33356
33764
  export type SandboxSetup = io.flow.internal.v0.models.SandboxSetup;
33357
33765
  export type SandboxSetupForm = io.flow.internal.v0.models.SandboxSetupForm;
33358
- export type SarveshItem = io.flow.internal.v0.models.SarveshItem;
33359
- export type SarveshItemDeleted = io.flow.internal.v0.models.SarveshItemDeleted;
33360
- export type SarveshItemForm = io.flow.internal.v0.models.SarveshItemForm;
33361
- export type SarveshItemType = io.flow.internal.v0.enums.SarveshItemType;
33362
- export type SarveshItemUpserted =
33363
- io.flow.internal.v0.models.SarveshItemUpserted;
33364
33766
  export type ScheduledPayment = io.flow.internal.v0.models.ScheduledPayment;
33365
33767
  export type Screen = io.flow.internal.v0.models.Screen;
33366
33768
  export type ScreenForm = io.flow.internal.v0.models.ScreenForm;
@@ -33386,12 +33788,20 @@ export type SellabilityCheckResult =
33386
33788
  io.flow.internal.v0.models.SellabilityCheckResult;
33387
33789
  export type SellabilityCheckStatus =
33388
33790
  io.flow.internal.v0.enums.SellabilityCheckStatus;
33791
+ export type SellabilityInternalMatchType =
33792
+ io.flow.internal.v0.enums.SellabilityInternalMatchType;
33389
33793
  export type SellabilityStatus = io.flow.internal.v0.enums.SellabilityStatus;
33390
33794
  export type SessionOrderData = io.flow.internal.v0.models.SessionOrderData;
33391
33795
  export type SetupBlockPutForm = io.flow.internal.v0.models.SetupBlockPutForm;
33392
33796
  export type SfExpress = io.flow.internal.v0.models.SfExpress;
33393
33797
  export type ShipmentCostSummary =
33394
33798
  io.flow.internal.v0.models.ShipmentCostSummary;
33799
+ export type ShippingCostDeleted =
33800
+ io.flow.internal.v0.models.ShippingCostDeleted;
33801
+ export type ShippingCostSummary =
33802
+ io.flow.internal.v0.models.ShippingCostSummary;
33803
+ export type ShippingCostUpserted =
33804
+ io.flow.internal.v0.models.ShippingCostUpserted;
33395
33805
  export type ShippingLane = io.flow.internal.v0.models.ShippingLane;
33396
33806
  export type ShippingMethodReference =
33397
33807
  io.flow.internal.v0.models.ShippingMethodReference;
@@ -33402,12 +33812,26 @@ export type ShippingRateEstimateInternal =
33402
33812
  io.flow.internal.v0.models.ShippingRateEstimateInternal;
33403
33813
  export type ShippingRateEstimateRequestInternal =
33404
33814
  io.flow.internal.v0.models.ShippingRateEstimateRequestInternal;
33815
+ export type ShopifyAddress = io.flow.internal.v0.models.ShopifyAddress;
33816
+ export type ShopifyCallbackError =
33817
+ io.flow.internal.v0.models.ShopifyCallbackError;
33818
+ export type ShopifyCallbackErrorCode =
33819
+ io.flow.internal.v0.enums.ShopifyCallbackErrorCode;
33820
+ export type ShopifyCallbackErrorItem =
33821
+ io.flow.internal.v0.models.ShopifyCallbackErrorItem;
33405
33822
  export type ShopifyCatalogPublication =
33406
33823
  io.flow.internal.v0.models.ShopifyCatalogPublication;
33407
33824
  export type ShopifyChannelOrganizationToken =
33408
33825
  io.flow.internal.v0.models.ShopifyChannelOrganizationToken;
33409
33826
  export type ShopifyChannelOrganizationTokens =
33410
33827
  io.flow.internal.v0.models.ShopifyChannelOrganizationTokens;
33828
+ export type ShopifyChargeCode = io.flow.internal.v0.enums.ShopifyChargeCode;
33829
+ export type ShopifyContactDetails =
33830
+ io.flow.internal.v0.models.ShopifyContactDetails;
33831
+ export type ShopifyDeliveryMethodType =
33832
+ io.flow.internal.v0.enums.ShopifyDeliveryMethodType;
33833
+ export type ShopifyDimensionUnit =
33834
+ io.flow.internal.v0.enums.ShopifyDimensionUnit;
33411
33835
  export type ShopifyDispute = io.flow.internal.v0.models.ShopifyDispute;
33412
33836
  export type ShopifyDisputeDeleted =
33413
33837
  io.flow.internal.v0.models.ShopifyDisputeDeleted;
@@ -33419,6 +33843,7 @@ export type ShopifyHs10CodesDeleted =
33419
33843
  io.flow.internal.v0.models.ShopifyHs10CodesDeleted;
33420
33844
  export type ShopifyHs10CodesUpserted =
33421
33845
  io.flow.internal.v0.models.ShopifyHs10CodesUpserted;
33846
+ export type ShopifyIncoterm = io.flow.internal.v0.enums.ShopifyIncoterm;
33422
33847
  export type ShopifyIncotermConfiguration =
33423
33848
  io.flow.internal.v0.enums.ShopifyIncotermConfiguration;
33424
33849
  export type ShopifyIncotermIncludes =
@@ -33509,6 +33934,8 @@ export type ShopifyMarketsWebhookRegistrationDeleted =
33509
33934
  io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted;
33510
33935
  export type ShopifyMarketsWebhookRegistrationUpserted =
33511
33936
  io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted;
33937
+ export type ShopifyMeasurements =
33938
+ io.flow.internal.v0.models.ShopifyMeasurements;
33512
33939
  export type ShopifyMerchantPlan =
33513
33940
  io.flow.internal.v0.models.ShopifyMerchantPlan;
33514
33941
  export type ShopifyMerchantPlanDeleted =
@@ -33516,6 +33943,7 @@ export type ShopifyMerchantPlanDeleted =
33516
33943
  export type ShopifyMerchantPlanUpserted =
33517
33944
  io.flow.internal.v0.models.ShopifyMerchantPlanUpserted;
33518
33945
  export type ShopifyMetadata = io.flow.internal.v0.models.ShopifyMetadata;
33946
+ export type ShopifyMoney = io.flow.internal.v0.models.ShopifyMoney;
33519
33947
  export type ShopifyMonitoringCarrierService =
33520
33948
  io.flow.internal.v0.models.ShopifyMonitoringCarrierService;
33521
33949
  export type ShopifyMonitoringFulfillmentExternal =
@@ -33562,6 +33990,7 @@ export type ShopifyOrderTransactionDeleted =
33562
33990
  io.flow.internal.v0.models.ShopifyOrderTransactionDeleted;
33563
33991
  export type ShopifyOrderTransactionUpserted =
33564
33992
  io.flow.internal.v0.models.ShopifyOrderTransactionUpserted;
33993
+ export type ShopifyPackageType = io.flow.internal.v0.enums.ShopifyPackageType;
33565
33994
  export type ShopifyPartnerWebhook =
33566
33995
  io.flow.internal.v0.models.ShopifyPartnerWebhook;
33567
33996
  export type ShopifyPartnerWebhookRaw =
@@ -33607,11 +34036,41 @@ export type ShopifyProductUpdateWebhookEvent =
33607
34036
  io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent;
33608
34037
  export type ShopifyProductWrapper =
33609
34038
  io.flow.internal.v0.models.ShopifyProductWrapper;
34039
+ export type ShopifyRateCustomsDetail =
34040
+ io.flow.internal.v0.models.ShopifyRateCustomsDetail;
34041
+ export type ShopifyRatePickupPoint =
34042
+ io.flow.internal.v0.models.ShopifyRatePickupPoint;
33610
34043
  export type ShopifyReportFileDeleted =
33611
34044
  io.flow.internal.v0.models.ShopifyReportFileDeleted;
33612
34045
  export type ShopifyReportFileUpserted =
33613
34046
  io.flow.internal.v0.models.ShopifyReportFileUpserted;
33614
34047
  export type ShopifyService = io.flow.internal.v0.enums.ShopifyService;
34048
+ export type ShopifyShipmentOptionCode =
34049
+ io.flow.internal.v0.enums.ShopifyShipmentOptionCode;
34050
+ export type ShopifyShipmentRateAvailable =
34051
+ io.flow.internal.v0.models.ShopifyShipmentRateAvailable;
34052
+ export type ShopifyShipmentRateCharge =
34053
+ io.flow.internal.v0.models.ShopifyShipmentRateCharge;
34054
+ export type ShopifyShipmentRateOption =
34055
+ io.flow.internal.v0.models.ShopifyShipmentRateOption;
34056
+ export type ShopifyShipmentRatePackage =
34057
+ io.flow.internal.v0.models.ShopifyShipmentRatePackage;
34058
+ export type ShopifyShipmentRateReason =
34059
+ io.flow.internal.v0.models.ShopifyShipmentRateReason;
34060
+ export type ShopifyShipmentRateRequest =
34061
+ io.flow.internal.v0.models.ShopifyShipmentRateRequest;
34062
+ export type ShopifyShipmentRateResponse =
34063
+ io.flow.internal.v0.models.ShopifyShipmentRateResponse;
34064
+ export type ShopifyShipmentRateShipment =
34065
+ io.flow.internal.v0.models.ShopifyShipmentRateShipment;
34066
+ export type ShopifyShipmentRateShipper =
34067
+ io.flow.internal.v0.models.ShopifyShipmentRateShipper;
34068
+ export type ShopifyShipmentRateTotalCharges =
34069
+ io.flow.internal.v0.models.ShopifyShipmentRateTotalCharges;
34070
+ export type ShopifyShipmentRateUnavailable =
34071
+ io.flow.internal.v0.models.ShopifyShipmentRateUnavailable;
34072
+ export type ShopifyShippingLocation =
34073
+ io.flow.internal.v0.models.ShopifyShippingLocation;
33615
34074
  export type ShopifyShopStatistics =
33616
34075
  io.flow.internal.v0.models.ShopifyShopStatistics;
33617
34076
  export type ShopifyStoreDetail = io.flow.internal.v0.models.ShopifyStoreDetail;
@@ -33625,6 +34084,9 @@ export type ShopifyTestOrderDeleted =
33625
34084
  io.flow.internal.v0.models.ShopifyTestOrderDeleted;
33626
34085
  export type ShopifyTestOrderUpserted =
33627
34086
  io.flow.internal.v0.models.ShopifyTestOrderUpserted;
34087
+ export type ShopifyUnavailableRateReasonCode =
34088
+ io.flow.internal.v0.enums.ShopifyUnavailableRateReasonCode;
34089
+ export type ShopifyWeightUnit = io.flow.internal.v0.enums.ShopifyWeightUnit;
33628
34090
  export type ShopperBreakdown = io.flow.internal.v0.models.ShopperBreakdown;
33629
34091
  export type ShopperFees = io.flow.internal.v0.models.ShopperFees;
33630
34092
  export type ShopperFreight = io.flow.internal.v0.models.ShopperFreight;
@@ -33768,8 +34230,6 @@ export type TaskProcessQueuedEvent =
33768
34230
  export type TaskProcessorKey = io.flow.internal.v0.enums.TaskProcessorKey;
33769
34231
  export type TaskSummarizeCode = io.flow.internal.v0.models.TaskSummarizeCode;
33770
34232
  export type TaxAmount = io.flow.internal.v0.unions.TaxAmount;
33771
- export type TaxAndDutyInclusivitySetting =
33772
- io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting;
33773
34233
  export type TaxCalculation = io.flow.internal.v0.models.TaxCalculation;
33774
34234
  export type TaxCalculationError =
33775
34235
  io.flow.internal.v0.models.TaxCalculationError;