@flowio/api-types 0.0.260 → 0.0.262
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/io.flow.billing.v0.billing.d.ts +29 -4
- package/generated/io.flow.channel.internal.v0.channel-internal.d.ts +5 -4
- package/generated/io.flow.channel.shopify.v0.channel-shopify.d.ts +28 -0
- package/generated/io.flow.common.v0.common.d.ts +2 -0
- package/generated/io.flow.consumer.invoice.v0.consumer-invoice.d.ts +242 -0
- package/generated/io.flow.internal.v0.api-internal.d.ts +396 -65
- package/generated/io.flow.label.v0.label.d.ts +1 -0
- package/generated/io.flow.merchant.onboarding.v0.merchant-onboarding.d.ts +89 -4
- package/generated/io.flow.organization.v0.organization.d.ts +28 -0
- package/generated/io.flow.payment.gateway.v0.payment-gateway.d.ts +1 -0
- package/generated/io.flow.ratecard.v0.ratecard.d.ts +39 -0
- package/generated/io.flow.restrictions.v0.restrictions.d.ts +40 -0
- package/generated/io.flow.sellability.v0.sellability.d.ts +59 -2
- package/generated/io.flow.shopify.markets.internal.v0.shopify-markets-internal.d.ts +8 -0
- package/generated/io.flow.shopify.markets.v0.shopify-markets.d.ts +1 -0
- package/generated/io.flow.v0.api.d.ts +344 -140
- package/index.d.ts +3 -1
- package/package.json +2 -2
- package/generated/io.flow.tech.onboarding.playground.v0.tech-onboarding-playground.d.ts +0 -157
|
@@ -27,6 +27,7 @@ declare namespace io.flow.v0.enums {
|
|
|
27
27
|
type ChangeType = 'insert' | 'update' | 'delete';
|
|
28
28
|
type ChannelCurrencyCapability = 'payment_authorizations' | 'settlement_currency';
|
|
29
29
|
type ChannelShopifyOrderStateReasonCode = 'placeholder_reason_code';
|
|
30
|
+
type CommercialInvoiceMode = 'direct' | 'indirect';
|
|
30
31
|
type ConsumerInvoiceCustomerType = 'business_eu_verified' | 'business_non_verified' | 'individual';
|
|
31
32
|
type ConsumerInvoiceDocumentType = 'pdf';
|
|
32
33
|
type ConsumerInvoiceStatus = 'pending' | 'available' | 'invalid';
|
|
@@ -54,7 +55,7 @@ declare namespace io.flow.v0.enums {
|
|
|
54
55
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
55
56
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
56
57
|
type Environment = 'sandbox' | 'production';
|
|
57
|
-
type EventType = 'test_upserted' | 'generate_load' | '
|
|
58
|
+
type EventType = 'test_upserted' | 'generate_load' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | 'item_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'channel_shopify_order_state_upserted' | 'channel_shopify_order_state_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v3' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'ge_item_inserted' | 'ge_item_updated' | 'ge_item_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'label_processing_modification_upserted' | 'label_processing_modification_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'tax_registration_upserted' | 'tax_registration_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'authorization_retry_upserted' | 'authorization_retry_deleted' | 'transfer_upserted' | 'transfer_deleted' | 'payment_request_upserted' | 'payment_request_deleted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'product_inserted' | 'product_updated' | 'product_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'product_sellability_result_upserted' | 'product_sellability_result_deleted' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted' | 'tracking_label_event_upserted_v2';
|
|
58
59
|
type ExceptionType = 'open' | 'closed';
|
|
59
60
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
60
61
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -165,6 +166,7 @@ declare namespace io.flow.v0.enums {
|
|
|
165
166
|
type RefundStatus = 'pending' | 'succeeded' | 'failed' | 'canceled';
|
|
166
167
|
type RegionType = 'state' | 'province' | 'jurisdiction';
|
|
167
168
|
type RestrictedReviewStatus = 'in_review' | 'reviewed';
|
|
169
|
+
type RestrictionEnvironment = 'sandbox' | 'production' | 'qa';
|
|
168
170
|
type ReturnItemStatus = 'returnable' | 'non-returnable';
|
|
169
171
|
type ReturnPolicyState = 'current' | 'deleting' | 'updating';
|
|
170
172
|
type ReturnStatus = 'open' | 'refunded';
|
|
@@ -179,6 +181,9 @@ declare namespace io.flow.v0.enums {
|
|
|
179
181
|
type ScheduleExceptionStatus = 'Open' | 'Closed';
|
|
180
182
|
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity' | 'external_service_unavailable';
|
|
181
183
|
type SellabilityRequestStatus = 'commit';
|
|
184
|
+
type SellabilityResultErrorCode = 'insufficient_details' | 'generic_error';
|
|
185
|
+
type SellabilityResultStatus = 'in_review' | 'succeeded' | 'failed';
|
|
186
|
+
type SellabilityScreeningMode = 'pre_onboarding' | 'default_on' | 'active';
|
|
182
187
|
type ShipmentIntegrationType = 'direct' | 'information' | 'preadvice';
|
|
183
188
|
type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
|
|
184
189
|
type ShippingConfigurationType = 'default' | 'variant';
|
|
@@ -187,7 +192,8 @@ declare namespace io.flow.v0.enums {
|
|
|
187
192
|
type ShopifyLocalizationMethod = 'api' | 'ssr';
|
|
188
193
|
type ShopifySyncCheck = 'localized_variants' | 'flow_variant_metafields';
|
|
189
194
|
type SortDirection = 'ascending' | 'descending';
|
|
190
|
-
type StatementAttachmentType = 'csv';
|
|
195
|
+
type StatementAttachmentType = 'csv' | 'pdf';
|
|
196
|
+
type StatementStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
191
197
|
type StoredMethodUsageStep = 'initial' | 'subsequent';
|
|
192
198
|
type Strategy = 'range' | 'from' | 'to';
|
|
193
199
|
type SubcatalogItemStatus = 'excluded' | 'included' | 'restricted';
|
|
@@ -195,8 +201,10 @@ declare namespace io.flow.v0.enums {
|
|
|
195
201
|
type SurchargeResponsibleParty = 'organization' | 'customer';
|
|
196
202
|
type TaxApplicability = 'none' | 'all';
|
|
197
203
|
type TaxDutyCalculatorValidationErrorCode = 'generic_error' | 'destination_country_not_defined' | 'destination_address_iso3166_unrecognized' | 'line_item_shipfrom_shipto_country_invalid' | 'line_item_ship_from_invalid' | 'line_item_currency_iso4217_unrecognized' | 'line_quantity_invalid' | 'line_item_quantity_invalid' | 'line_item_unit_price_precision_invalid' | 'line_item_unit_price_negative' | 'line_item_discount_amount_precision_invalid' | 'line_item_discount_amount_positive' | 'line_item_country_of_origin_iso3166_unrecognized' | 'line_item_hs_code_invalid' | 'line_item_duty_provider_invalid' | 'shipping_unit_price_precision_invalid' | 'shipping_unit_price_negative' | 'shipping_discount_amount_precision_invalid' | 'shipping_discount_amount_invalid' | 'merchant_of_record_invalid' | 'wrong_unit_specified';
|
|
198
|
-
type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min';
|
|
204
|
+
type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'us_inbound_tax_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min';
|
|
205
|
+
type TaxJurisdictionType = 'country' | 'province';
|
|
199
206
|
type TaxReportType = 'consumer' | 'b2b';
|
|
207
|
+
type TaxType = 'vat' | 'gst' | 'hst' | 'pst' | 'qst' | 'sales_tax';
|
|
200
208
|
type TaxVerificationResult = 'valid' | 'invalid' | 'unable_to_validate';
|
|
201
209
|
type TaxabilityType = 'tax_rule';
|
|
202
210
|
type TaxabilityValue = 'exempt';
|
|
@@ -210,10 +218,10 @@ declare namespace io.flow.v0.enums {
|
|
|
210
218
|
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
|
|
211
219
|
type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
|
|
212
220
|
type TradeAgreementStatus = 'supported' | 'not_supported';
|
|
213
|
-
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee';
|
|
221
|
+
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund';
|
|
214
222
|
type TransferStatus = 'succeeded' | 'canceled';
|
|
215
223
|
type TransferType = 'payout_to_merchant' | 'disputed_amount_to_merchant' | 'duties_and_taxes_adjustment_to_merchant' | 'disputed_amount_from_merchant' | 'duties_and_taxes_adjustment_from_merchant' | 'refund_from_merchant';
|
|
216
|
-
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
224
|
+
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups' | 'fedex';
|
|
217
225
|
type TrueupSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction' | 'security' | 'eei_filing' | 'fixed_ddp' | 'fixed_currency_conversion' | 'prohibited_item' | 'undeliverable_shipment' | 'signature_required' | 'direct_delivery' | 'saturday_stop' | 'residential_extended_area_pickup' | 'package_level_detail' | 'pickup';
|
|
218
226
|
type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
|
|
219
227
|
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
@@ -542,20 +550,6 @@ declare namespace io.flow.v0.models {
|
|
|
542
550
|
readonly 'fingerprint_token': string;
|
|
543
551
|
}
|
|
544
552
|
|
|
545
|
-
interface AldoItemDeleted {
|
|
546
|
-
readonly 'discriminator': 'aldo_item_deleted';
|
|
547
|
-
readonly 'event_id': string;
|
|
548
|
-
readonly 'timestamp': string;
|
|
549
|
-
readonly 'id': string;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
interface AldoItemUpserted {
|
|
553
|
-
readonly 'discriminator': 'aldo_item_upserted';
|
|
554
|
-
readonly 'event_id': string;
|
|
555
|
-
readonly 'timestamp': string;
|
|
556
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.AldoItem;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
553
|
interface Allocation {
|
|
560
554
|
readonly 'order': io.flow.v0.models.AllocationOrderSummary;
|
|
561
555
|
readonly 'details': io.flow.v0.unions.AllocationDetail[];
|
|
@@ -680,34 +674,6 @@ declare namespace io.flow.v0.models {
|
|
|
680
674
|
readonly 'interval'?: io.flow.v0.enums.UnitOfTime;
|
|
681
675
|
}
|
|
682
676
|
|
|
683
|
-
interface AnirbanItemDeleted {
|
|
684
|
-
readonly 'discriminator': 'anirban_item_deleted';
|
|
685
|
-
readonly 'event_id': string;
|
|
686
|
-
readonly 'timestamp': string;
|
|
687
|
-
readonly 'id': string;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
interface AnirbanItemUpserted {
|
|
691
|
-
readonly 'discriminator': 'anirban_item_upserted';
|
|
692
|
-
readonly 'event_id': string;
|
|
693
|
-
readonly 'timestamp': string;
|
|
694
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.AnirbanItem;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
interface AnshItemDeleted {
|
|
698
|
-
readonly 'discriminator': 'ansh_item_deleted';
|
|
699
|
-
readonly 'event_id': string;
|
|
700
|
-
readonly 'timestamp': string;
|
|
701
|
-
readonly 'id': string;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
interface AnshItemUpserted {
|
|
705
|
-
readonly 'discriminator': 'ansh_item_upserted';
|
|
706
|
-
readonly 'event_id': string;
|
|
707
|
-
readonly 'timestamp': string;
|
|
708
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.AnshItem;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
677
|
interface ApplePayMerchantValidationPayload {
|
|
712
678
|
readonly 'discriminator': 'apple_pay_merchant_validation_payload';
|
|
713
679
|
readonly 'validation_url': string;
|
|
@@ -995,9 +961,13 @@ declare namespace io.flow.v0.models {
|
|
|
995
961
|
readonly 'key': string;
|
|
996
962
|
readonly 'invoice': io.flow.v0.models.B2BInvoiceReference;
|
|
997
963
|
readonly 'lines': io.flow.v0.unions.ConsumerInvoiceLine[];
|
|
964
|
+
readonly 'tax_lines'?: io.flow.v0.models.InvoiceTaxLine[];
|
|
965
|
+
readonly 'tax'?: io.flow.v0.models.Money;
|
|
998
966
|
readonly 'documents': io.flow.v0.models.ConsumerInvoiceDocument[];
|
|
999
967
|
readonly 'attributes': Record<string, string>;
|
|
1000
968
|
readonly 'b2b_invoice_type': io.flow.v0.enums.B2BInvoiceType;
|
|
969
|
+
readonly 'center'?: io.flow.v0.models.ConsumerInvoiceCenterReference;
|
|
970
|
+
readonly 'order'?: io.flow.v0.models.ConsumerInvoiceOrderSummary;
|
|
1001
971
|
}
|
|
1002
972
|
|
|
1003
973
|
interface B2BCreditMemoDeleted {
|
|
@@ -1029,6 +999,7 @@ declare namespace io.flow.v0.models {
|
|
|
1029
999
|
readonly 'center'?: io.flow.v0.models.ConsumerInvoiceCenterReference;
|
|
1030
1000
|
readonly 'destination'?: io.flow.v0.models.OrderAddress;
|
|
1031
1001
|
readonly 'tax': io.flow.v0.models.Money;
|
|
1002
|
+
readonly 'tax_lines'?: io.flow.v0.models.InvoiceTaxLine[];
|
|
1032
1003
|
readonly 'lines': io.flow.v0.unions.ConsumerInvoiceLine[];
|
|
1033
1004
|
readonly 'documents': io.flow.v0.models.ConsumerInvoiceDocument[];
|
|
1034
1005
|
readonly 'attributes': Record<string, string>;
|
|
@@ -1823,6 +1794,7 @@ declare namespace io.flow.v0.models {
|
|
|
1823
1794
|
readonly 'shopify_order_summary': io.flow.v0.models.ChannelShopifyOrderSummary;
|
|
1824
1795
|
readonly 'status': io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceStatus;
|
|
1825
1796
|
readonly 'reasons'?: io.flow.v0.models.ChannelShopifyOrderStateReason[];
|
|
1797
|
+
readonly 'external_order_summary'?: io.flow.v0.models.ExternalOrderSummary;
|
|
1826
1798
|
}
|
|
1827
1799
|
|
|
1828
1800
|
interface ChannelShopifyOrderStateDeleted {
|
|
@@ -2052,6 +2024,77 @@ declare namespace io.flow.v0.models {
|
|
|
2052
2024
|
readonly 'amount': io.flow.v0.models.Money;
|
|
2053
2025
|
}
|
|
2054
2026
|
|
|
2027
|
+
interface CommonMerchantApplication {
|
|
2028
|
+
readonly 'discriminator': 'common_merchant_application';
|
|
2029
|
+
readonly 'id': string;
|
|
2030
|
+
readonly 'organization_id': string;
|
|
2031
|
+
readonly 'organization_reference': io.flow.v0.models.OnboardingOrganizationReference;
|
|
2032
|
+
readonly 'status': io.flow.v0.enums.OnboardingApplicationStatus;
|
|
2033
|
+
readonly 'company'?: io.flow.v0.models.MerchantInfo;
|
|
2034
|
+
readonly 'indirect_tax'?: io.flow.v0.models.IndirectTax;
|
|
2035
|
+
readonly 'ultimate_beneficiary_owner'?: io.flow.v0.models.UltimateBeneficiaryOwner;
|
|
2036
|
+
readonly 'business_url'?: string;
|
|
2037
|
+
readonly 'business_description'?: string;
|
|
2038
|
+
readonly 'business_address'?: io.flow.v0.models.Address;
|
|
2039
|
+
readonly 'refund_percentage'?: number;
|
|
2040
|
+
readonly 'chargeback_percentage'?: number;
|
|
2041
|
+
readonly 'beneficiary_details'?: io.flow.v0.models.MerchantOnboardingBeneficiaryDetails;
|
|
2042
|
+
readonly 'other_trade_sector'?: string;
|
|
2043
|
+
readonly 'center_contact'?: io.flow.v0.models.OperationsContact;
|
|
2044
|
+
readonly 'center_address'?: io.flow.v0.models.Address;
|
|
2045
|
+
readonly 'average_order_weight'?: number;
|
|
2046
|
+
readonly 'average_order_weight_unit'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
2047
|
+
readonly 'package_dimensions'?: io.flow.v0.models.Dimension[];
|
|
2048
|
+
readonly 'monthly_average'?: io.flow.v0.models.MonthlyAverage;
|
|
2049
|
+
readonly 'default_country_of_origin'?: string;
|
|
2050
|
+
readonly 'rate_card': string;
|
|
2051
|
+
readonly 'shop'?: io.flow.v0.models.Shop;
|
|
2052
|
+
readonly 'created_at': string;
|
|
2053
|
+
readonly 'last_year_xborder_gmv'?: io.flow.v0.models.Money;
|
|
2054
|
+
readonly 'last_month_xborder_gmv'?: io.flow.v0.models.Money;
|
|
2055
|
+
readonly 'average_order_value'?: io.flow.v0.models.Money;
|
|
2056
|
+
readonly 'mcc_codes'?: number[];
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
interface CommonMerchantApplicationForm {
|
|
2060
|
+
readonly 'discriminator': 'common_merchant_application_form';
|
|
2061
|
+
readonly 'company'?: io.flow.v0.models.MerchantInfo;
|
|
2062
|
+
readonly 'indirect_tax'?: io.flow.v0.models.IndirectTax;
|
|
2063
|
+
readonly 'ultimate_beneficiary_owner'?: io.flow.v0.models.UltimateBeneficiaryOwner;
|
|
2064
|
+
readonly 'business_url'?: string;
|
|
2065
|
+
readonly 'business_description'?: string;
|
|
2066
|
+
readonly 'business_address'?: io.flow.v0.models.Address;
|
|
2067
|
+
readonly 'refund_percentage'?: number;
|
|
2068
|
+
readonly 'chargeback_percentage'?: number;
|
|
2069
|
+
readonly 'beneficiary_details'?: io.flow.v0.models.MerchantOnboardingBeneficiaryDetails;
|
|
2070
|
+
readonly 'other_trade_sector'?: string;
|
|
2071
|
+
readonly 'center_contact'?: io.flow.v0.models.OperationsContact;
|
|
2072
|
+
readonly 'center_address'?: io.flow.v0.models.Address;
|
|
2073
|
+
readonly 'average_order_weight'?: number;
|
|
2074
|
+
readonly 'average_order_weight_unit'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
2075
|
+
readonly 'package_dimensions'?: io.flow.v0.models.Dimension[];
|
|
2076
|
+
readonly 'monthly_average_volume_amount'?: number;
|
|
2077
|
+
readonly 'monthly_average_volume_currency'?: string;
|
|
2078
|
+
readonly 'monthly_average_number_transactions'?: number;
|
|
2079
|
+
readonly 'default_country_of_origin'?: string;
|
|
2080
|
+
readonly 'shop'?: io.flow.v0.models.Shop;
|
|
2081
|
+
readonly 'rate_card'?: string;
|
|
2082
|
+
readonly 'last_year_xborder_gmv'?: io.flow.v0.models.Money;
|
|
2083
|
+
readonly 'last_month_xborder_gmv'?: io.flow.v0.models.Money;
|
|
2084
|
+
readonly 'average_order_value'?: io.flow.v0.models.Money;
|
|
2085
|
+
readonly 'mcc_codes'?: number[];
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
interface CommonMerchantApplicationPutForm {
|
|
2089
|
+
readonly 'discriminator': 'common_merchant_application_put_form';
|
|
2090
|
+
readonly 'status'?: io.flow.v0.enums.OnboardingApplicationStatus;
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
interface CommonMerchantApplicationsSummary {
|
|
2094
|
+
readonly 'discriminator': 'common_merchant_applications_summary';
|
|
2095
|
+
readonly 'total': number;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2055
2098
|
interface Company {
|
|
2056
2099
|
readonly 'discriminator': 'company';
|
|
2057
2100
|
readonly 'legal_name': string;
|
|
@@ -2122,6 +2165,7 @@ declare namespace io.flow.v0.models {
|
|
|
2122
2165
|
|
|
2123
2166
|
interface ConsumerInvoiceLineDiscount {
|
|
2124
2167
|
readonly 'discriminator': 'discount';
|
|
2168
|
+
readonly 'line_id'?: string;
|
|
2125
2169
|
readonly 'price': io.flow.v0.models.Price;
|
|
2126
2170
|
}
|
|
2127
2171
|
|
|
@@ -2132,6 +2176,7 @@ declare namespace io.flow.v0.models {
|
|
|
2132
2176
|
|
|
2133
2177
|
interface ConsumerInvoiceLineItem {
|
|
2134
2178
|
readonly 'discriminator': 'item';
|
|
2179
|
+
readonly 'line_id'?: string;
|
|
2135
2180
|
readonly 'item': io.flow.v0.models.ItemReference;
|
|
2136
2181
|
readonly 'description': string;
|
|
2137
2182
|
readonly 'quantity': number;
|
|
@@ -2153,6 +2198,7 @@ declare namespace io.flow.v0.models {
|
|
|
2153
2198
|
|
|
2154
2199
|
interface ConsumerInvoiceLineShipping {
|
|
2155
2200
|
readonly 'discriminator': 'shipping';
|
|
2201
|
+
readonly 'line_id'?: string;
|
|
2156
2202
|
readonly 'price': io.flow.v0.models.Price;
|
|
2157
2203
|
readonly 'discount'?: io.flow.v0.models.Price;
|
|
2158
2204
|
readonly 'tax'?: io.flow.v0.models.ConsumerInvoiceLevy;
|
|
@@ -2169,6 +2215,7 @@ declare namespace io.flow.v0.models {
|
|
|
2169
2215
|
|
|
2170
2216
|
interface ConsumerInvoiceLineTip {
|
|
2171
2217
|
readonly 'discriminator': 'tip';
|
|
2218
|
+
readonly 'line_id'?: string;
|
|
2172
2219
|
readonly 'price': io.flow.v0.models.Price;
|
|
2173
2220
|
readonly 'tax'?: io.flow.v0.models.ConsumerInvoiceLevy;
|
|
2174
2221
|
}
|
|
@@ -2281,6 +2328,8 @@ declare namespace io.flow.v0.models {
|
|
|
2281
2328
|
readonly 'documents': io.flow.v0.models.ConsumerInvoiceDocument[];
|
|
2282
2329
|
readonly 'attributes': Record<string, string>;
|
|
2283
2330
|
readonly 'tax_registration'?: io.flow.v0.models.TaxRegistration;
|
|
2331
|
+
readonly 'center'?: io.flow.v0.models.ConsumerInvoiceCenterReference;
|
|
2332
|
+
readonly 'order'?: io.flow.v0.models.ConsumerInvoiceOrderSummary;
|
|
2284
2333
|
}
|
|
2285
2334
|
|
|
2286
2335
|
interface CreditMemoDeleted {
|
|
@@ -3067,6 +3116,7 @@ declare namespace io.flow.v0.models {
|
|
|
3067
3116
|
readonly 'amount': io.flow.v0.models.Money;
|
|
3068
3117
|
readonly 'origin_region'?: io.flow.v0.models.RatecardRegionReference;
|
|
3069
3118
|
readonly 'destination_region'?: io.flow.v0.models.RatecardRegionReference;
|
|
3119
|
+
readonly 'destination_regions'?: io.flow.v0.models.RatecardRegionReference[];
|
|
3070
3120
|
readonly 'interval_unit'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
3071
3121
|
}
|
|
3072
3122
|
|
|
@@ -3405,6 +3455,11 @@ declare namespace io.flow.v0.models {
|
|
|
3405
3455
|
readonly 'type'?: io.flow.v0.enums.CardType;
|
|
3406
3456
|
}
|
|
3407
3457
|
|
|
3458
|
+
interface ExternalOrderSummary {
|
|
3459
|
+
readonly 'id': string;
|
|
3460
|
+
readonly 'edit_ids': string[];
|
|
3461
|
+
}
|
|
3462
|
+
|
|
3408
3463
|
interface FeeDeduction {
|
|
3409
3464
|
readonly 'type': io.flow.v0.enums.FeeDeductionType;
|
|
3410
3465
|
readonly 'amount': number;
|
|
@@ -3707,7 +3762,7 @@ declare namespace io.flow.v0.models {
|
|
|
3707
3762
|
readonly 'discriminator': 'ge_catalog_item_ingestion_result';
|
|
3708
3763
|
readonly 'event_id': string;
|
|
3709
3764
|
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
3710
|
-
readonly 'environment': io.flow.v0.enums.
|
|
3765
|
+
readonly 'environment': io.flow.v0.enums.RestrictionEnvironment;
|
|
3711
3766
|
readonly 'timestamp': string;
|
|
3712
3767
|
readonly 'source': string;
|
|
3713
3768
|
readonly 'response': io.flow.v0.enums.GeCatalogItemIngestionResponse;
|
|
@@ -3774,7 +3829,7 @@ declare namespace io.flow.v0.models {
|
|
|
3774
3829
|
readonly 'organization': string;
|
|
3775
3830
|
readonly 'event_id': string;
|
|
3776
3831
|
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
3777
|
-
readonly 'environment': io.flow.v0.enums.
|
|
3832
|
+
readonly 'environment': io.flow.v0.enums.RestrictionEnvironment;
|
|
3778
3833
|
readonly 'timestamp': string;
|
|
3779
3834
|
readonly 'id': string;
|
|
3780
3835
|
readonly 'operation': io.flow.v0.enums.ChangeType;
|
|
@@ -3785,7 +3840,7 @@ declare namespace io.flow.v0.models {
|
|
|
3785
3840
|
readonly 'organization': string;
|
|
3786
3841
|
readonly 'event_id': string;
|
|
3787
3842
|
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
3788
|
-
readonly 'environment': io.flow.v0.enums.
|
|
3843
|
+
readonly 'environment': io.flow.v0.enums.RestrictionEnvironment;
|
|
3789
3844
|
readonly 'timestamp': string;
|
|
3790
3845
|
readonly 'operation': io.flow.v0.enums.ChangeType;
|
|
3791
3846
|
readonly 'ge_product_restriction_result': io.flow.v0.models.ProductRestrictionResult;
|
|
@@ -3983,20 +4038,6 @@ declare namespace io.flow.v0.models {
|
|
|
3983
4038
|
readonly 'hop_estimate': io.flow.v0.models.HopEstimateV2;
|
|
3984
4039
|
}
|
|
3985
4040
|
|
|
3986
|
-
interface HoseinItemDeleted {
|
|
3987
|
-
readonly 'discriminator': 'hosein_item_deleted';
|
|
3988
|
-
readonly 'event_id': string;
|
|
3989
|
-
readonly 'timestamp': string;
|
|
3990
|
-
readonly 'id': string;
|
|
3991
|
-
}
|
|
3992
|
-
|
|
3993
|
-
interface HoseinItemUpserted {
|
|
3994
|
-
readonly 'discriminator': 'hosein_item_upserted';
|
|
3995
|
-
readonly 'event_id': string;
|
|
3996
|
-
readonly 'timestamp': string;
|
|
3997
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.HoseinItem;
|
|
3998
|
-
}
|
|
3999
|
-
|
|
4000
4041
|
interface Hs10 {
|
|
4001
4042
|
readonly 'id': string;
|
|
4002
4043
|
readonly 'item': io.flow.v0.models.HarmonizedItemReference;
|
|
@@ -4241,6 +4282,11 @@ declare namespace io.flow.v0.models {
|
|
|
4241
4282
|
readonly 'date_to'?: string;
|
|
4242
4283
|
}
|
|
4243
4284
|
|
|
4285
|
+
interface InvoiceTaxLine {
|
|
4286
|
+
readonly 'line_id': string;
|
|
4287
|
+
readonly 'tax_breakdown': io.flow.v0.models.TaxBreakdown[];
|
|
4288
|
+
}
|
|
4289
|
+
|
|
4244
4290
|
interface IssuerReference {
|
|
4245
4291
|
readonly 'id': string;
|
|
4246
4292
|
}
|
|
@@ -4610,32 +4656,6 @@ declare namespace io.flow.v0.models {
|
|
|
4610
4656
|
readonly 'length': io.flow.v0.enums.UnitOfLength;
|
|
4611
4657
|
}
|
|
4612
4658
|
|
|
4613
|
-
interface LabelUpserted {
|
|
4614
|
-
readonly 'discriminator': 'label_upserted';
|
|
4615
|
-
readonly 'event_id': string;
|
|
4616
|
-
readonly 'timestamp': string;
|
|
4617
|
-
readonly 'organization': string;
|
|
4618
|
-
readonly 'label_id': string;
|
|
4619
|
-
readonly 'carrier_tracking_number': string;
|
|
4620
|
-
readonly 'commercial_invoice': string;
|
|
4621
|
-
readonly 'flow_tracking_number': string;
|
|
4622
|
-
readonly 'destination': io.flow.v0.models.ShippingAddress;
|
|
4623
|
-
readonly 'origin': io.flow.v0.models.ShippingAddress;
|
|
4624
|
-
readonly 'carrier': string;
|
|
4625
|
-
readonly 'service': string;
|
|
4626
|
-
readonly 'zpl'?: string;
|
|
4627
|
-
readonly 'pdf'?: string;
|
|
4628
|
-
readonly 'png'?: string;
|
|
4629
|
-
readonly 'order'?: string;
|
|
4630
|
-
readonly 'carrier_tracking_number_url'?: string;
|
|
4631
|
-
readonly 'flow_tracking_number_url'?: string;
|
|
4632
|
-
readonly 'center_key'?: string;
|
|
4633
|
-
readonly 'recipient'?: io.flow.v0.enums.ShipmentRecipient;
|
|
4634
|
-
readonly 'package'?: io.flow.v0.models.ShippingLabelPackage;
|
|
4635
|
-
readonly 'order_identifier'?: string;
|
|
4636
|
-
readonly 'fulfillment_key'?: string;
|
|
4637
|
-
}
|
|
4638
|
-
|
|
4639
4659
|
interface LabelUpsertedV2 {
|
|
4640
4660
|
readonly 'discriminator': 'label_upserted_v2';
|
|
4641
4661
|
readonly 'event_id': string;
|
|
@@ -5059,6 +5079,7 @@ declare namespace io.flow.v0.models {
|
|
|
5059
5079
|
readonly 'region'?: io.flow.v0.enums.RegionType;
|
|
5060
5080
|
readonly 'region_value'?: string;
|
|
5061
5081
|
readonly 'category_code'?: string;
|
|
5082
|
+
readonly 'description'?: string;
|
|
5062
5083
|
}
|
|
5063
5084
|
|
|
5064
5085
|
interface MerchantOfRecordAuthorizationForm {
|
|
@@ -5094,6 +5115,8 @@ declare namespace io.flow.v0.models {
|
|
|
5094
5115
|
interface MerchantOfRecordEntityRegistration {
|
|
5095
5116
|
readonly 'number': string;
|
|
5096
5117
|
readonly 'country': string;
|
|
5118
|
+
readonly 'province_number'?: string;
|
|
5119
|
+
readonly 'province'?: string;
|
|
5097
5120
|
}
|
|
5098
5121
|
|
|
5099
5122
|
interface MerchantOfRecordPaymentForm {
|
|
@@ -5113,6 +5136,17 @@ declare namespace io.flow.v0.models {
|
|
|
5113
5136
|
readonly 'country'?: string;
|
|
5114
5137
|
}
|
|
5115
5138
|
|
|
5139
|
+
interface MerchantOnboardingBeneficiaryDetails {
|
|
5140
|
+
readonly 'name'?: string;
|
|
5141
|
+
readonly 'address'?: io.flow.v0.models.Address;
|
|
5142
|
+
readonly 'phone'?: string;
|
|
5143
|
+
readonly 'email'?: string;
|
|
5144
|
+
readonly 'bank_account_number'?: string;
|
|
5145
|
+
readonly 'bank_routing_number'?: string;
|
|
5146
|
+
readonly 'bank_name'?: string;
|
|
5147
|
+
readonly 'bank_address'?: io.flow.v0.models.Address;
|
|
5148
|
+
}
|
|
5149
|
+
|
|
5116
5150
|
interface MerchantRejected {
|
|
5117
5151
|
readonly 'discriminator': 'merchant_rejected';
|
|
5118
5152
|
readonly 'reason': io.flow.v0.enums.MerchantRejectedReason;
|
|
@@ -5160,20 +5194,7 @@ declare namespace io.flow.v0.models {
|
|
|
5160
5194
|
interface NeedsActionAttributes {
|
|
5161
5195
|
readonly 'reason_code': string;
|
|
5162
5196
|
readonly 'category_metafield_handles': string[];
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
interface NiallItemDeleted {
|
|
5166
|
-
readonly 'discriminator': 'niall_item_deleted';
|
|
5167
|
-
readonly 'event_id': string;
|
|
5168
|
-
readonly 'timestamp': string;
|
|
5169
|
-
readonly 'id': string;
|
|
5170
|
-
}
|
|
5171
|
-
|
|
5172
|
-
interface NiallItemUpserted {
|
|
5173
|
-
readonly 'discriminator': 'niall_item_upserted';
|
|
5174
|
-
readonly 'event_id': string;
|
|
5175
|
-
readonly 'timestamp': string;
|
|
5176
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.NiallItem;
|
|
5197
|
+
readonly 'require_msds'?: boolean;
|
|
5177
5198
|
}
|
|
5178
5199
|
|
|
5179
5200
|
interface NotificationDeletedV2 {
|
|
@@ -6038,6 +6059,22 @@ declare namespace io.flow.v0.models {
|
|
|
6038
6059
|
readonly 'environment': io.flow.v0.enums.Environment;
|
|
6039
6060
|
}
|
|
6040
6061
|
|
|
6062
|
+
interface OrganizationTaxRegistration {
|
|
6063
|
+
readonly 'id': string;
|
|
6064
|
+
readonly 'organization': io.flow.v0.models.OrganizationSummary;
|
|
6065
|
+
readonly 'address': io.flow.v0.models.BillingAddress;
|
|
6066
|
+
readonly 'registration': io.flow.v0.models.TaxRegistrationDetail;
|
|
6067
|
+
readonly 'self_billing_agreement': io.flow.v0.models.SelfBillingAgreement;
|
|
6068
|
+
}
|
|
6069
|
+
|
|
6070
|
+
interface OrganizationTaxRegistrationForm {
|
|
6071
|
+
readonly 'tax_number': string;
|
|
6072
|
+
readonly 'country': string;
|
|
6073
|
+
readonly 'province'?: string;
|
|
6074
|
+
readonly 'self_billing_agreement_effective_at': string;
|
|
6075
|
+
readonly 'self_billing_agreement_expires_at'?: string;
|
|
6076
|
+
}
|
|
6077
|
+
|
|
6041
6078
|
interface OrganizationToken {
|
|
6042
6079
|
readonly 'discriminator': 'organization_token';
|
|
6043
6080
|
readonly 'id': string;
|
|
@@ -6835,6 +6872,7 @@ declare namespace io.flow.v0.models {
|
|
|
6835
6872
|
readonly 'supported_actions': io.flow.v0.enums.PaymentActionType[];
|
|
6836
6873
|
readonly 'payment_capture_option'?: io.flow.v0.unions.PaymentCaptureOption;
|
|
6837
6874
|
readonly 'review'?: io.flow.v0.models.PaymentRequestReview;
|
|
6875
|
+
readonly 'client_secret'?: string;
|
|
6838
6876
|
}
|
|
6839
6877
|
|
|
6840
6878
|
interface PaymentRequestBilling {
|
|
@@ -7363,7 +7401,7 @@ declare namespace io.flow.v0.models {
|
|
|
7363
7401
|
readonly 'updated_by'?: string;
|
|
7364
7402
|
readonly 'product_restriction_id'?: string;
|
|
7365
7403
|
readonly 'hs_code'?: string;
|
|
7366
|
-
readonly 'restricted_regions_by_type'?: io.flow.v0.models.
|
|
7404
|
+
readonly 'restricted_regions_by_type'?: io.flow.v0.models.SellabilityRegionResult[];
|
|
7367
7405
|
readonly 'needs_action_attributes'?: io.flow.v0.models.NeedsActionAttributes[];
|
|
7368
7406
|
}
|
|
7369
7407
|
|
|
@@ -7389,10 +7427,11 @@ declare namespace io.flow.v0.models {
|
|
|
7389
7427
|
readonly 'product_id'?: string;
|
|
7390
7428
|
readonly 'request_id': string;
|
|
7391
7429
|
readonly 'hs6_code': string;
|
|
7392
|
-
readonly 'restricted_regions': io.flow.v0.models.
|
|
7430
|
+
readonly 'restricted_regions': io.flow.v0.models.SellabilityRegionResult[];
|
|
7393
7431
|
}
|
|
7394
7432
|
|
|
7395
7433
|
interface ProductSellabilityForm {
|
|
7434
|
+
readonly 'discriminator': 'product_sellability_form';
|
|
7396
7435
|
readonly 'shop_id': string;
|
|
7397
7436
|
readonly 'product_id'?: string;
|
|
7398
7437
|
readonly 'name': string;
|
|
@@ -7403,6 +7442,31 @@ declare namespace io.flow.v0.models {
|
|
|
7403
7442
|
readonly 'dry_run'?: boolean;
|
|
7404
7443
|
}
|
|
7405
7444
|
|
|
7445
|
+
interface ProductSellabilityResult {
|
|
7446
|
+
readonly 'merchant_id'?: string;
|
|
7447
|
+
readonly 'product_id': string;
|
|
7448
|
+
readonly 'restricted_regions': io.flow.v0.models.SellabilityRestrictedRegion[];
|
|
7449
|
+
readonly 'needs_action_attributes'?: io.flow.v0.models.SellabilityNeedsActionAttributes[];
|
|
7450
|
+
readonly 'request_id'?: string;
|
|
7451
|
+
readonly 'hs6_code'?: string;
|
|
7452
|
+
}
|
|
7453
|
+
|
|
7454
|
+
interface ProductSellabilityResultDeleted {
|
|
7455
|
+
readonly 'discriminator': 'product_sellability_result_deleted';
|
|
7456
|
+
readonly 'event_id': string;
|
|
7457
|
+
readonly 'timestamp': string;
|
|
7458
|
+
readonly 'organization': string;
|
|
7459
|
+
readonly 'id': string;
|
|
7460
|
+
}
|
|
7461
|
+
|
|
7462
|
+
interface ProductSellabilityResultUpserted {
|
|
7463
|
+
readonly 'discriminator': 'product_sellability_result_upserted';
|
|
7464
|
+
readonly 'event_id': string;
|
|
7465
|
+
readonly 'timestamp': string;
|
|
7466
|
+
readonly 'organization': string;
|
|
7467
|
+
readonly 'product_sellability_result': io.flow.v0.models.ProductSellabilityResult;
|
|
7468
|
+
}
|
|
7469
|
+
|
|
7406
7470
|
interface ProductTaxonomyCategory {
|
|
7407
7471
|
readonly 'name': string;
|
|
7408
7472
|
readonly 'full_name': string;
|
|
@@ -7652,6 +7716,7 @@ declare namespace io.flow.v0.models {
|
|
|
7652
7716
|
readonly 'center_id'?: string;
|
|
7653
7717
|
readonly 'taxes_owed'?: io.flow.v0.models.Money;
|
|
7654
7718
|
readonly 'duties_owed'?: io.flow.v0.models.Money;
|
|
7719
|
+
readonly 'commercial_invoice_mode'?: io.flow.v0.enums.CommercialInvoiceMode;
|
|
7655
7720
|
}
|
|
7656
7721
|
|
|
7657
7722
|
interface RatecardEstimateSummaryForm {
|
|
@@ -8276,20 +8341,6 @@ declare namespace io.flow.v0.models {
|
|
|
8276
8341
|
readonly 'reversal': io.flow.v0.models.Reversal;
|
|
8277
8342
|
}
|
|
8278
8343
|
|
|
8279
|
-
interface RohanItemDeleted {
|
|
8280
|
-
readonly 'discriminator': 'rohan_item_deleted';
|
|
8281
|
-
readonly 'event_id': string;
|
|
8282
|
-
readonly 'timestamp': string;
|
|
8283
|
-
readonly 'id': string;
|
|
8284
|
-
}
|
|
8285
|
-
|
|
8286
|
-
interface RohanItemUpserted {
|
|
8287
|
-
readonly 'discriminator': 'rohan_item_upserted';
|
|
8288
|
-
readonly 'event_id': string;
|
|
8289
|
-
readonly 'timestamp': string;
|
|
8290
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.RohanItem;
|
|
8291
|
-
}
|
|
8292
|
-
|
|
8293
8344
|
interface Romanization {
|
|
8294
8345
|
readonly 'address'?: io.flow.v0.models.Address;
|
|
8295
8346
|
readonly 'contact'?: io.flow.v0.models.Contact;
|
|
@@ -8313,20 +8364,6 @@ declare namespace io.flow.v0.models {
|
|
|
8313
8364
|
readonly 'roles': io.flow.v0.enums.FlowRole[];
|
|
8314
8365
|
}
|
|
8315
8366
|
|
|
8316
|
-
interface SarveshItemDeleted {
|
|
8317
|
-
readonly 'discriminator': 'sarvesh_item_deleted';
|
|
8318
|
-
readonly 'event_id': string;
|
|
8319
|
-
readonly 'timestamp': string;
|
|
8320
|
-
readonly 'id': string;
|
|
8321
|
-
}
|
|
8322
|
-
|
|
8323
|
-
interface SarveshItemUpserted {
|
|
8324
|
-
readonly 'discriminator': 'sarvesh_item_upserted';
|
|
8325
|
-
readonly 'event_id': string;
|
|
8326
|
-
readonly 'timestamp': string;
|
|
8327
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.SarveshItem;
|
|
8328
|
-
}
|
|
8329
|
-
|
|
8330
8367
|
interface Schedule {
|
|
8331
8368
|
readonly 'calendar'?: io.flow.v0.enums.Calendar;
|
|
8332
8369
|
readonly 'holiday': io.flow.v0.enums.HolidayCalendar;
|
|
@@ -8378,12 +8415,61 @@ declare namespace io.flow.v0.models {
|
|
|
8378
8415
|
readonly 'issuer_options': io.flow.v0.models.IssuerReference[];
|
|
8379
8416
|
}
|
|
8380
8417
|
|
|
8418
|
+
interface SelfBillingAgreement {
|
|
8419
|
+
readonly 'effective_at': string;
|
|
8420
|
+
readonly 'expires_at': string;
|
|
8421
|
+
}
|
|
8422
|
+
|
|
8381
8423
|
interface SellabilityError {
|
|
8382
8424
|
readonly 'discriminator': 'sellability_error';
|
|
8383
8425
|
readonly 'code': io.flow.v0.enums.SellabilityErrorCode;
|
|
8384
8426
|
readonly 'messages': string[];
|
|
8385
8427
|
}
|
|
8386
8428
|
|
|
8429
|
+
interface SellabilityNeedsActionAttributes {
|
|
8430
|
+
readonly 'reason_code': string;
|
|
8431
|
+
readonly 'category_metafield_handles': string[];
|
|
8432
|
+
readonly 'require_msds'?: boolean;
|
|
8433
|
+
}
|
|
8434
|
+
|
|
8435
|
+
interface SellabilityRegionResult {
|
|
8436
|
+
readonly 'type': io.flow.v0.enums.RuleEffectType;
|
|
8437
|
+
readonly 'regions': string[];
|
|
8438
|
+
}
|
|
8439
|
+
|
|
8440
|
+
interface SellabilityRegionWithReasons {
|
|
8441
|
+
readonly 'region': string;
|
|
8442
|
+
readonly 'reasons': string[];
|
|
8443
|
+
}
|
|
8444
|
+
|
|
8445
|
+
interface SellabilityRestrictedRegion {
|
|
8446
|
+
readonly 'type': io.flow.v0.enums.RuleEffectType;
|
|
8447
|
+
readonly 'regions_with_reasons': io.flow.v0.models.SellabilityRegionWithReasons[];
|
|
8448
|
+
}
|
|
8449
|
+
|
|
8450
|
+
interface SellabilityScreening {
|
|
8451
|
+
readonly 'discriminator': 'sellability_screening';
|
|
8452
|
+
readonly 'sellability_result'?: io.flow.v0.models.ProductSellabilityResult;
|
|
8453
|
+
readonly 'request_id': string;
|
|
8454
|
+
readonly 'status': io.flow.v0.enums.SellabilityResultStatus;
|
|
8455
|
+
readonly 'error_code'?: io.flow.v0.enums.SellabilityResultErrorCode;
|
|
8456
|
+
readonly 'error_message'?: string;
|
|
8457
|
+
}
|
|
8458
|
+
|
|
8459
|
+
interface SellabilityScreeningForm {
|
|
8460
|
+
readonly 'discriminator': 'sellability_screening_form';
|
|
8461
|
+
readonly 'merchant_id': string;
|
|
8462
|
+
readonly 'product_id': string;
|
|
8463
|
+
readonly 'name': string;
|
|
8464
|
+
readonly 'price': io.flow.v0.models.Money;
|
|
8465
|
+
readonly 'description': string;
|
|
8466
|
+
readonly 'taxonomy_category': io.flow.v0.models.ProductTaxonomyCategory;
|
|
8467
|
+
readonly 'mode': io.flow.v0.enums.SellabilityScreeningMode;
|
|
8468
|
+
readonly 'catalog_size'?: number;
|
|
8469
|
+
readonly 'relative_ranking'?: number;
|
|
8470
|
+
readonly 'dry_run'?: boolean;
|
|
8471
|
+
}
|
|
8472
|
+
|
|
8387
8473
|
interface SellablilityRegionResult {
|
|
8388
8474
|
readonly 'type': io.flow.v0.enums.RuleEffectType;
|
|
8389
8475
|
readonly 'regions': string[];
|
|
@@ -8794,6 +8880,43 @@ declare namespace io.flow.v0.models {
|
|
|
8794
8880
|
readonly 'shipping_notification': io.flow.v0.models.ShippingNotification;
|
|
8795
8881
|
}
|
|
8796
8882
|
|
|
8883
|
+
interface ShippingRateEstimate {
|
|
8884
|
+
readonly 'origin_address': io.flow.v0.models.Address;
|
|
8885
|
+
readonly 'destination_address': io.flow.v0.models.Address;
|
|
8886
|
+
readonly 'shipping_date_time': string;
|
|
8887
|
+
readonly 'services': string[];
|
|
8888
|
+
readonly 'available': io.flow.v0.models.ShippingRateEstimateAvailable[];
|
|
8889
|
+
readonly 'unavailable'?: io.flow.v0.models.ShippingRateEstimateUnavailable[];
|
|
8890
|
+
}
|
|
8891
|
+
|
|
8892
|
+
interface ShippingRateEstimateAvailable {
|
|
8893
|
+
readonly 'service': io.flow.v0.models.RatecardServiceSummary;
|
|
8894
|
+
readonly 'delivered_duty': io.flow.v0.enums.DeliveredDuty;
|
|
8895
|
+
readonly 'shipment_window': io.flow.v0.models.ShipmentWindow;
|
|
8896
|
+
readonly 'total_amount': io.flow.v0.models.Money;
|
|
8897
|
+
readonly 'base_amount': io.flow.v0.models.Money;
|
|
8898
|
+
readonly 'fees': io.flow.v0.unions.RatecardFee[];
|
|
8899
|
+
readonly 'dimensional_weight'?: io.flow.v0.models.Measurement;
|
|
8900
|
+
readonly 'gravitational_weight'?: io.flow.v0.models.Measurement;
|
|
8901
|
+
readonly 'weight_break'?: number;
|
|
8902
|
+
}
|
|
8903
|
+
|
|
8904
|
+
interface ShippingRateEstimateRequest {
|
|
8905
|
+
readonly 'origin_address': io.flow.v0.models.Address;
|
|
8906
|
+
readonly 'destination_address': io.flow.v0.models.Address;
|
|
8907
|
+
readonly 'package_dimensions': io.flow.v0.models.Dimension;
|
|
8908
|
+
readonly 'shipping_date_time': string;
|
|
8909
|
+
readonly 'delivered_duty'?: io.flow.v0.enums.DeliveredDuty;
|
|
8910
|
+
readonly 'duties_owed'?: io.flow.v0.models.Money;
|
|
8911
|
+
readonly 'taxes_owed'?: io.flow.v0.models.Money;
|
|
8912
|
+
readonly 'line_items'?: io.flow.v0.models.LineItemForm[];
|
|
8913
|
+
}
|
|
8914
|
+
|
|
8915
|
+
interface ShippingRateEstimateUnavailable {
|
|
8916
|
+
readonly 'service': string;
|
|
8917
|
+
readonly 'reason': string;
|
|
8918
|
+
}
|
|
8919
|
+
|
|
8797
8920
|
interface Shop {
|
|
8798
8921
|
readonly 'name': string;
|
|
8799
8922
|
readonly 'id': string;
|
|
@@ -9006,6 +9129,7 @@ declare namespace io.flow.v0.models {
|
|
|
9006
9129
|
readonly 'third_party_logistics_partners'?: io.flow.v0.models.ThirdPartyLogisticsPartner[];
|
|
9007
9130
|
readonly 'center_contact'?: io.flow.v0.models.OperationsContact;
|
|
9008
9131
|
readonly 'average_order_weight'?: number;
|
|
9132
|
+
readonly 'average_order_weight_unit'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
9009
9133
|
readonly 'package_dimensions'?: io.flow.v0.models.Dimension[];
|
|
9010
9134
|
readonly 'monthly_average'?: io.flow.v0.models.MonthlyAverage;
|
|
9011
9135
|
readonly 'default_country_of_origin'?: string;
|
|
@@ -9039,6 +9163,7 @@ declare namespace io.flow.v0.models {
|
|
|
9039
9163
|
readonly 'third_party_logistics_partners'?: io.flow.v0.models.ThirdPartyLogisticsPartner[];
|
|
9040
9164
|
readonly 'center_contact'?: io.flow.v0.models.OperationsContact;
|
|
9041
9165
|
readonly 'average_order_weight'?: number;
|
|
9166
|
+
readonly 'average_order_weight_unit'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
9042
9167
|
readonly 'package_dimensions'?: io.flow.v0.models.Dimension[];
|
|
9043
9168
|
readonly 'monthly_average_volume_amount'?: number;
|
|
9044
9169
|
readonly 'monthly_average_volume_currency'?: string;
|
|
@@ -9182,6 +9307,11 @@ declare namespace io.flow.v0.models {
|
|
|
9182
9307
|
readonly 'statement': io.flow.v0.models.Statement;
|
|
9183
9308
|
}
|
|
9184
9309
|
|
|
9310
|
+
interface StatementStatusForm {
|
|
9311
|
+
readonly 'code': io.flow.v0.enums.StatementStatusCode;
|
|
9312
|
+
readonly 'failure_reason'?: io.flow.v0.enums.PayoutStatusFailureCode;
|
|
9313
|
+
}
|
|
9314
|
+
|
|
9185
9315
|
interface StatementUpserted {
|
|
9186
9316
|
readonly 'discriminator': 'statement_upserted';
|
|
9187
9317
|
readonly 'event_id': string;
|
|
@@ -9352,6 +9482,14 @@ declare namespace io.flow.v0.models {
|
|
|
9352
9482
|
readonly 'deminimis'?: io.flow.v0.unions.Deminimis;
|
|
9353
9483
|
}
|
|
9354
9484
|
|
|
9485
|
+
interface TaxBreakdown {
|
|
9486
|
+
readonly 'label': string;
|
|
9487
|
+
readonly 'calculated_tax': io.flow.v0.models.Money;
|
|
9488
|
+
readonly 'rate': number;
|
|
9489
|
+
readonly 'line_total': io.flow.v0.models.Money;
|
|
9490
|
+
readonly 'jurisdiction_type': io.flow.v0.enums.TaxJurisdictionType;
|
|
9491
|
+
}
|
|
9492
|
+
|
|
9355
9493
|
interface TaxDutyCalculatorValidationError {
|
|
9356
9494
|
readonly 'code': io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode;
|
|
9357
9495
|
readonly 'messages': string[];
|
|
@@ -9451,11 +9589,34 @@ declare namespace io.flow.v0.models {
|
|
|
9451
9589
|
readonly 'company_name'?: string;
|
|
9452
9590
|
}
|
|
9453
9591
|
|
|
9592
|
+
interface TaxRegistrationDeleted {
|
|
9593
|
+
readonly 'discriminator': 'tax_registration_deleted';
|
|
9594
|
+
readonly 'event_id': string;
|
|
9595
|
+
readonly 'timestamp': string;
|
|
9596
|
+
readonly 'organization': string;
|
|
9597
|
+
readonly 'id': string;
|
|
9598
|
+
}
|
|
9599
|
+
|
|
9600
|
+
interface TaxRegistrationDetail {
|
|
9601
|
+
readonly 'tax_number': string;
|
|
9602
|
+
readonly 'country': string;
|
|
9603
|
+
readonly 'tax_code': string;
|
|
9604
|
+
readonly 'province'?: string;
|
|
9605
|
+
}
|
|
9606
|
+
|
|
9454
9607
|
interface TaxRegistrationForm {
|
|
9455
9608
|
readonly 'number': string;
|
|
9456
9609
|
readonly 'company_name'?: string;
|
|
9457
9610
|
}
|
|
9458
9611
|
|
|
9612
|
+
interface TaxRegistrationUpserted {
|
|
9613
|
+
readonly 'discriminator': 'tax_registration_upserted';
|
|
9614
|
+
readonly 'event_id': string;
|
|
9615
|
+
readonly 'timestamp': string;
|
|
9616
|
+
readonly 'organization': string;
|
|
9617
|
+
readonly 'tax_registration': io.flow.v0.models.OrganizationTaxRegistration;
|
|
9618
|
+
}
|
|
9619
|
+
|
|
9459
9620
|
interface TaxReport {
|
|
9460
9621
|
readonly 'schedule': io.flow.v0.unions.RepeatSchedule;
|
|
9461
9622
|
readonly 'timezone': string;
|
|
@@ -9734,6 +9895,29 @@ declare namespace io.flow.v0.models {
|
|
|
9734
9895
|
readonly 'order_number'?: string;
|
|
9735
9896
|
}
|
|
9736
9897
|
|
|
9898
|
+
interface TrackingLabelEventUpsertedV2 {
|
|
9899
|
+
readonly 'discriminator': 'tracking_label_event_upserted_v2';
|
|
9900
|
+
readonly 'event_id': string;
|
|
9901
|
+
readonly 'timestamp': string;
|
|
9902
|
+
readonly 'organization': string;
|
|
9903
|
+
readonly 'tracking_label_event': io.flow.v0.models.TrackingLabelEventV2;
|
|
9904
|
+
}
|
|
9905
|
+
|
|
9906
|
+
interface TrackingLabelEventV2 {
|
|
9907
|
+
readonly 'id': string;
|
|
9908
|
+
readonly 'carrier_id': string;
|
|
9909
|
+
readonly 'carrier_tracking_number': string;
|
|
9910
|
+
readonly 'carrier_tracking_url'?: string;
|
|
9911
|
+
readonly 'label_id': string;
|
|
9912
|
+
readonly 'order_number'?: string;
|
|
9913
|
+
readonly 'status': io.flow.v0.enums.TrackingStatus;
|
|
9914
|
+
readonly 'substatus'?: io.flow.v0.enums.SubstatusCode;
|
|
9915
|
+
readonly 'carrier_timestamp': string;
|
|
9916
|
+
readonly 'description'?: string;
|
|
9917
|
+
readonly 'delivery_estimate'?: string;
|
|
9918
|
+
readonly 'address'?: io.flow.v0.models.Address;
|
|
9919
|
+
}
|
|
9920
|
+
|
|
9737
9921
|
interface TrackingLabelForm {
|
|
9738
9922
|
readonly 'tracking_id': string;
|
|
9739
9923
|
readonly 'status': io.flow.v0.enums.TrackingStatus;
|
|
@@ -9904,6 +10088,25 @@ declare namespace io.flow.v0.models {
|
|
|
9904
10088
|
interface TransactionMetadataTaxDuty {
|
|
9905
10089
|
readonly 'discriminator': 'transaction_tax_duty';
|
|
9906
10090
|
readonly 'reason_code': io.flow.v0.enums.TaxDutyTransactionReasonCode;
|
|
10091
|
+
readonly 'local_currency'?: string;
|
|
10092
|
+
readonly 'actual'?: io.flow.v0.models.TransactionMetadataTaxDutyActual;
|
|
10093
|
+
readonly 'estimate'?: io.flow.v0.models.TransactionMetadataTaxDutyEstimate;
|
|
10094
|
+
readonly 'delta'?: io.flow.v0.models.TransactionMetadataTaxDutyDelta;
|
|
10095
|
+
}
|
|
10096
|
+
|
|
10097
|
+
interface TransactionMetadataTaxDutyActual {
|
|
10098
|
+
readonly 'base'?: number;
|
|
10099
|
+
readonly 'local'?: number;
|
|
10100
|
+
}
|
|
10101
|
+
|
|
10102
|
+
interface TransactionMetadataTaxDutyDelta {
|
|
10103
|
+
readonly 'base'?: number;
|
|
10104
|
+
readonly 'local'?: number;
|
|
10105
|
+
}
|
|
10106
|
+
|
|
10107
|
+
interface TransactionMetadataTaxDutyEstimate {
|
|
10108
|
+
readonly 'base'?: number;
|
|
10109
|
+
readonly 'local'?: number;
|
|
9907
10110
|
}
|
|
9908
10111
|
|
|
9909
10112
|
interface TransactionMetadataTrueup {
|
|
@@ -10292,7 +10495,7 @@ declare namespace io.flow.v0.unions {
|
|
|
10292
10495
|
type Document = (io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument);
|
|
10293
10496
|
type EmailNotificationData = (io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder);
|
|
10294
10497
|
type Entity = (io.flow.v0.models.Company | io.flow.v0.models.Individual);
|
|
10295
|
-
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.
|
|
10498
|
+
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ItemInserted | io.flow.v0.models.ItemUpdated | io.flow.v0.models.ItemDeleted | io.flow.v0.models.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.ChannelShopifyOrderStateUpserted | io.flow.v0.models.ChannelShopifyOrderStateDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.GeItemInserted | io.flow.v0.models.GeItemUpdated | io.flow.v0.models.GeItemDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LabelProcessingModificationUpserted | io.flow.v0.models.LabelProcessingModificationDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.TaxRegistrationUpserted | io.flow.v0.models.TaxRegistrationDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.AuthorizationRetryUpserted | io.flow.v0.models.AuthorizationRetryDeleted | io.flow.v0.models.TransferUpserted | io.flow.v0.models.TransferDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PaymentRequestDeleted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.ProductInserted | io.flow.v0.models.ProductUpdated | io.flow.v0.models.ProductDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ProductSellabilityResultUpserted | io.flow.v0.models.ProductSellabilityResultDeleted | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted | io.flow.v0.models.TrackingLabelEventUpsertedV2);
|
|
10296
10499
|
type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary | io.flow.v0.models.ExternalCard);
|
|
10297
10500
|
type ExpandableCenter = (io.flow.v0.models.Center | io.flow.v0.models.CenterReference);
|
|
10298
10501
|
type ExpandableExperience = (io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference);
|
|
@@ -10316,10 +10519,10 @@ declare namespace io.flow.v0.unions {
|
|
|
10316
10519
|
type LabelSurchargeDetail = (io.flow.v0.models.LabelSurchargeDetailFlat | io.flow.v0.models.LabelSurchargeDetailPercentage | io.flow.v0.models.LabelSurchargeDetailPerWeightUnit);
|
|
10317
10520
|
type LocalizedPrice = (io.flow.v0.models.LocalizedItemPrice | io.flow.v0.models.LocalizedItemVat | io.flow.v0.models.LocalizedItemDuty | io.flow.v0.models.LocalizedTotal);
|
|
10318
10521
|
type LogoImage = (io.flow.v0.models.LogoImageSvg | io.flow.v0.models.LogoImageSetStatic);
|
|
10319
|
-
type MerchantApplication = (io.flow.v0.models.ShopifyMerchantApplication);
|
|
10320
|
-
type MerchantApplicationForm = (io.flow.v0.models.ShopifyMerchantApplicationForm);
|
|
10321
|
-
type MerchantApplicationPutForm = (io.flow.v0.models.ShopifyMerchantApplicationPutForm);
|
|
10322
|
-
type MerchantApplicationsSummary = (io.flow.v0.models.ShopifyMerchantApplicationsSummary);
|
|
10522
|
+
type MerchantApplication = (io.flow.v0.models.ShopifyMerchantApplication | io.flow.v0.models.CommonMerchantApplication);
|
|
10523
|
+
type MerchantApplicationForm = (io.flow.v0.models.ShopifyMerchantApplicationForm | io.flow.v0.models.CommonMerchantApplicationForm);
|
|
10524
|
+
type MerchantApplicationPutForm = (io.flow.v0.models.ShopifyMerchantApplicationPutForm | io.flow.v0.models.CommonMerchantApplicationPutForm);
|
|
10525
|
+
type MerchantApplicationsSummary = (io.flow.v0.models.ShopifyMerchantApplicationsSummary | io.flow.v0.models.CommonMerchantApplicationsSummary);
|
|
10323
10526
|
type OnboardingState = (io.flow.v0.models.InComplianceReview | io.flow.v0.models.SetupInProgress | io.flow.v0.models.MerchantRejected | io.flow.v0.models.SetupBlocked | io.flow.v0.models.SetupCompleted | io.flow.v0.models.MerchantActivated | io.flow.v0.models.MerchantDeactivated | io.flow.v0.models.MerchantDisabled);
|
|
10324
10527
|
type OnlineAuthorizationDetails = (io.flow.v0.models.CryptopayAuthorizationDetails | io.flow.v0.models.PaypalAuthorizationDetails | io.flow.v0.models.RedirectAuthorizationDetails | io.flow.v0.models.InlineAuthorizationDetails);
|
|
10325
10528
|
type OrderInformation = (io.flow.v0.models.OrderInformationFlow | io.flow.v0.models.OrderInformationDetails);
|
|
@@ -10363,7 +10566,8 @@ declare namespace io.flow.v0.unions {
|
|
|
10363
10566
|
type RepeatSchedule = (io.flow.v0.models.RepeatHourly | io.flow.v0.models.RepeatDaily | io.flow.v0.models.RepeatWeekly | io.flow.v0.models.RepeatMonthly);
|
|
10364
10567
|
type ReturnSource = (io.flow.v0.models.ReturnSourceFlow | io.flow.v0.models.ReturnSourceExternalVendor);
|
|
10365
10568
|
type SdkAdyenV3AuthenticationToken = (io.flow.v0.models.AdyenV3FingerprintToken | io.flow.v0.models.AdyenV3ChallengeToken);
|
|
10366
|
-
type
|
|
10569
|
+
type SellabilityRequest = (io.flow.v0.models.ProductSellabilityForm | io.flow.v0.models.SellabilityScreeningForm);
|
|
10570
|
+
type SellabilityResponse = (io.flow.v0.models.ProductSellability | io.flow.v0.models.SellabilityError | io.flow.v0.models.SellabilityScreening);
|
|
10367
10571
|
type ServiceDescription = (io.flow.v0.models.ServiceSummary | io.flow.v0.models.ServiceUnknown);
|
|
10368
10572
|
type ServiceFee = (io.flow.v0.models.FuelSurchargeServiceFee | io.flow.v0.models.FuelSurchargeAmountByWeightServiceFee | io.flow.v0.models.RemoteAreaServiceFee | io.flow.v0.models.EmergencySituationSurchargeServiceFee | io.flow.v0.models.PeakSurchargeServiceFee | io.flow.v0.models.PeakSurchargeByWeightServiceFee | io.flow.v0.models.DutiesTaxesPaidSurchargeServiceFee | io.flow.v0.models.OversizePieceSurchargeServiceFee | io.flow.v0.models.OverweightPieceSurchargeServiceFee | io.flow.v0.models.RemoteAreaByWeightServiceFee | io.flow.v0.models.AdditionalHandlingServiceFee | io.flow.v0.models.LargePackageServiceFee | io.flow.v0.models.SecurityServiceFee | io.flow.v0.models.FixedDdpServiceFee | io.flow.v0.models.FixedCurrencyConversionServiceFee | io.flow.v0.models.EeiFilingServiceFee);
|
|
10369
10573
|
type Session = (io.flow.v0.models.OrganizationSession);
|