@flowio/types 11.24.123 → 11.24.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-internal.d.ts +418 -26
- package/dist/api.d.ts +342 -1735
- package/package.json +2 -2
- package/src/api-internal.ts +559 -26
- package/src/api.ts +470 -2334
package/dist/api-internal.d.ts
CHANGED
|
@@ -4831,6 +4831,7 @@ declare namespace io.flow.shopify.markets.internal.v0.enums {
|
|
|
4831
4831
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
4832
4832
|
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog' | 'shopify_webhook';
|
|
4833
4833
|
type ProductStatus = 'active' | 'archived' | 'draft' | 'unlisted';
|
|
4834
|
+
type SellabilityStatus = 'complete' | 'incomplete';
|
|
4834
4835
|
type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
|
|
4835
4836
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
4836
4837
|
type ShopifyMarketsTradeSector = 'apparel_and_accessories' | 'beauty_and_cosmetics' | 'electronics' | 'food_or_perishables' | 'jewellery_and_watches' | 'paper_and_art' | 'sports_and_fitness' | 'toys_hobbies_gifts' | 'other';
|
|
@@ -4863,6 +4864,18 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
4863
4864
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
4864
4865
|
readonly identifier: string;
|
|
4865
4866
|
}
|
|
4867
|
+
interface ChannelOrganizationPublicationOwner {
|
|
4868
|
+
readonly owner: io.flow.channel.shopify.internal.v0.enums.CatalogPublicationOwner;
|
|
4869
|
+
}
|
|
4870
|
+
interface ChannelOrganizationPublicationOwnerPutForm {
|
|
4871
|
+
readonly owner: io.flow.channel.shopify.internal.v0.enums.CatalogPublicationOwner;
|
|
4872
|
+
}
|
|
4873
|
+
interface ChannelOrganizationSellabilityStatus {
|
|
4874
|
+
readonly status: io.flow.shopify.markets.internal.v0.enums.SellabilityStatus;
|
|
4875
|
+
}
|
|
4876
|
+
interface ChannelOrganizationSellabilityStatusPutForm {
|
|
4877
|
+
readonly status: io.flow.shopify.markets.internal.v0.enums.SellabilityStatus;
|
|
4878
|
+
}
|
|
4866
4879
|
interface FlowShopValidationError {
|
|
4867
4880
|
readonly message: string;
|
|
4868
4881
|
readonly reason: string;
|
|
@@ -4899,6 +4912,10 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
4899
4912
|
readonly action?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceErrorAction;
|
|
4900
4913
|
readonly next_action_from: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
|
|
4901
4914
|
}
|
|
4915
|
+
interface PaymentRequestAuthorization {
|
|
4916
|
+
readonly payment_request_id: string;
|
|
4917
|
+
readonly authorization_id: string;
|
|
4918
|
+
}
|
|
4902
4919
|
interface ProductRestrictionResultValidationError {
|
|
4903
4920
|
readonly message: string;
|
|
4904
4921
|
readonly reason: string;
|
|
@@ -4969,6 +4986,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
4969
4986
|
readonly api_password_masked?: string;
|
|
4970
4987
|
readonly access_token_masked?: string;
|
|
4971
4988
|
readonly shopify_plan_name?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
|
|
4989
|
+
readonly catalog_publication_owner?: io.flow.channel.shopify.internal.v0.enums.CatalogPublicationOwner;
|
|
4972
4990
|
}
|
|
4973
4991
|
interface ShopifyMarketsShopForm {
|
|
4974
4992
|
readonly shop: string;
|
|
@@ -5023,6 +5041,20 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
5023
5041
|
interface ShopifyProductBundleUnderlying {
|
|
5024
5042
|
readonly product_ids: string[];
|
|
5025
5043
|
}
|
|
5044
|
+
interface ShopifyProductTaxonomyAttribute {
|
|
5045
|
+
readonly id: string;
|
|
5046
|
+
readonly handle: string;
|
|
5047
|
+
readonly name: string;
|
|
5048
|
+
readonly friendly_id: string;
|
|
5049
|
+
readonly description?: string;
|
|
5050
|
+
}
|
|
5051
|
+
interface ShopifyProductTaxonomyAttributeValue {
|
|
5052
|
+
readonly id: string;
|
|
5053
|
+
readonly attribute_id: string;
|
|
5054
|
+
readonly handle: string;
|
|
5055
|
+
readonly name: string;
|
|
5056
|
+
readonly friendly_id: string;
|
|
5057
|
+
}
|
|
5026
5058
|
interface ShopifyProductWrapper {
|
|
5027
5059
|
readonly shopify_product: io.flow.shopify.external.v0.models.Product;
|
|
5028
5060
|
readonly deleted_at?: string;
|
|
@@ -5535,6 +5567,7 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5535
5567
|
interface GraphqlMetaobjectField {
|
|
5536
5568
|
readonly key: string;
|
|
5537
5569
|
readonly value?: string;
|
|
5570
|
+
readonly type?: string;
|
|
5538
5571
|
}
|
|
5539
5572
|
interface GraphqlOption {
|
|
5540
5573
|
readonly id: string;
|
|
@@ -7080,6 +7113,7 @@ declare namespace io.flow.channel.shopify.internal.v0.models {
|
|
|
7080
7113
|
declare namespace io.flow.order.price.v0.enums {
|
|
7081
7114
|
type OrderPriceDetailComponentKey = 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge' | 'tip';
|
|
7082
7115
|
type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
|
|
7116
|
+
type OrderPriceFeeType = 'service' | 'fx' | 'tax' | 'duties' | 'tax_and_duties' | 'product';
|
|
7083
7117
|
}
|
|
7084
7118
|
declare namespace io.flow.order.price.v0.models {
|
|
7085
7119
|
interface OrderPriceDetail {
|
|
@@ -7093,6 +7127,11 @@ declare namespace io.flow.order.price.v0.models {
|
|
|
7093
7127
|
readonly rate?: number;
|
|
7094
7128
|
readonly accuracy?: io.flow.price.v0.enums.PriceAccuracy;
|
|
7095
7129
|
readonly rate_label?: string;
|
|
7130
|
+
readonly breakdown?: io.flow.order.price.v0.models.OrderPriceDetailBreakdown;
|
|
7131
|
+
}
|
|
7132
|
+
interface OrderPriceDetailBreakdown {
|
|
7133
|
+
readonly purchase_price: io.flow.order.price.v0.models.PurchasePriceBreakdown;
|
|
7134
|
+
readonly fees: io.flow.order.price.v0.models.OrderPriceFee[];
|
|
7096
7135
|
}
|
|
7097
7136
|
interface OrderPriceDetailComponent {
|
|
7098
7137
|
readonly key: io.flow.order.price.v0.enums.OrderPriceDetailComponentKey;
|
|
@@ -7102,6 +7141,16 @@ declare namespace io.flow.order.price.v0.models {
|
|
|
7102
7141
|
readonly base: io.flow.common.v0.models.Price;
|
|
7103
7142
|
readonly name?: string;
|
|
7104
7143
|
}
|
|
7144
|
+
interface OrderPriceFee {
|
|
7145
|
+
readonly key: string;
|
|
7146
|
+
readonly value: io.flow.common.v0.models.PriceWithBase;
|
|
7147
|
+
readonly type: io.flow.order.price.v0.enums.OrderPriceFeeType;
|
|
7148
|
+
}
|
|
7149
|
+
interface PurchasePriceBreakdown {
|
|
7150
|
+
readonly total_price: io.flow.common.v0.models.PriceWithBase;
|
|
7151
|
+
readonly product_price: io.flow.common.v0.models.PriceWithBase;
|
|
7152
|
+
readonly fees: io.flow.order.price.v0.models.OrderPriceFee[];
|
|
7153
|
+
}
|
|
7105
7154
|
}
|
|
7106
7155
|
declare namespace io.flow.channel.internal.v0.enums {
|
|
7107
7156
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
@@ -7143,6 +7192,7 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
7143
7192
|
readonly channel_id: string;
|
|
7144
7193
|
readonly external_order_reference: string;
|
|
7145
7194
|
readonly payment_request_id?: string;
|
|
7195
|
+
readonly order_payment_request_ids?: string[];
|
|
7146
7196
|
readonly order_edit_payment_request_ids?: string[];
|
|
7147
7197
|
readonly status: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceStatus;
|
|
7148
7198
|
readonly reasons: io.flow.channel.internal.v0.models.ChannelOrderAcceptanceReason[];
|
|
@@ -7890,9 +7940,33 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
|
|
|
7890
7940
|
readonly organization: string;
|
|
7891
7941
|
readonly shopify_product_bundle: io.flow.shopify.markets.internal.v0.models.ShopifyProductBundle;
|
|
7892
7942
|
}
|
|
7943
|
+
interface ShopifyProductTaxonomyAttributeDeleted {
|
|
7944
|
+
readonly discriminator: 'shopify_product_taxonomy_attribute_deleted';
|
|
7945
|
+
readonly event_id: string;
|
|
7946
|
+
readonly timestamp: string;
|
|
7947
|
+
readonly id: string;
|
|
7948
|
+
}
|
|
7949
|
+
interface ShopifyProductTaxonomyAttributeUpserted {
|
|
7950
|
+
readonly discriminator: 'shopify_product_taxonomy_attribute_upserted';
|
|
7951
|
+
readonly event_id: string;
|
|
7952
|
+
readonly timestamp: string;
|
|
7953
|
+
readonly shopify_product_taxonomy_attribute: io.flow.shopify.markets.internal.v0.models.ShopifyProductTaxonomyAttribute;
|
|
7954
|
+
}
|
|
7955
|
+
interface ShopifyProductTaxonomyAttributeValueDeleted {
|
|
7956
|
+
readonly discriminator: 'shopify_product_taxonomy_attribute_value_deleted';
|
|
7957
|
+
readonly event_id: string;
|
|
7958
|
+
readonly timestamp: string;
|
|
7959
|
+
readonly id: string;
|
|
7960
|
+
}
|
|
7961
|
+
interface ShopifyProductTaxonomyAttributeValueUpserted {
|
|
7962
|
+
readonly discriminator: 'shopify_product_taxonomy_attribute_value_upserted';
|
|
7963
|
+
readonly event_id: string;
|
|
7964
|
+
readonly timestamp: string;
|
|
7965
|
+
readonly shopify_product_taxonomy_attribute_value: io.flow.shopify.markets.internal.v0.models.ShopifyProductTaxonomyAttributeValue;
|
|
7966
|
+
}
|
|
7893
7967
|
}
|
|
7894
7968
|
declare namespace io.flow.shopify.markets.internal.event.v0.unions {
|
|
7895
|
-
type ShopifyMarketsInternalEvent = io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionDeleted;
|
|
7969
|
+
type ShopifyMarketsInternalEvent = io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrderDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrderSummaryDeleted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyProductBundleDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionUpserted | io.flow.shopify.markets.internal.event.v0.models.ShopifyOrderTransactionDeleted;
|
|
7896
7970
|
}
|
|
7897
7971
|
declare namespace io.flow.experience.v0.enums {
|
|
7898
7972
|
type AddressFieldName = 'first_name' | 'last_name' | 'street_1' | 'street_2' | 'city' | 'province' | 'postal' | 'country' | 'phone' | 'company' | 'vat_registration_number';
|
|
@@ -8156,6 +8230,10 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8156
8230
|
readonly discriminator: 'subsidy';
|
|
8157
8231
|
readonly targets: io.flow.experience.v0.enums.DiscountRuleSubsidyTarget[];
|
|
8158
8232
|
}
|
|
8233
|
+
interface EditSummary {
|
|
8234
|
+
readonly id: string;
|
|
8235
|
+
readonly edited_at: string;
|
|
8236
|
+
}
|
|
8159
8237
|
interface Experience {
|
|
8160
8238
|
readonly discriminator: 'experience';
|
|
8161
8239
|
readonly id: string;
|
|
@@ -8403,6 +8481,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8403
8481
|
readonly local: io.flow.catalog.v0.models.Local;
|
|
8404
8482
|
readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
|
|
8405
8483
|
readonly price_source?: io.flow.common.v0.unions.PriceSource;
|
|
8484
|
+
readonly breakdown?: io.flow.order.price.v0.models.OrderPriceDetailBreakdown;
|
|
8406
8485
|
}
|
|
8407
8486
|
interface LocalizedLineItemDiscount {
|
|
8408
8487
|
readonly amount: number;
|
|
@@ -8445,6 +8524,8 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8445
8524
|
readonly destination_contact_details?: io.flow.experience.v0.models.DestinationContactDetail[];
|
|
8446
8525
|
readonly incoterm_summary?: io.flow.experience.v0.models.IncotermSummary;
|
|
8447
8526
|
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
8527
|
+
readonly edits?: io.flow.experience.v0.models.EditSummary[];
|
|
8528
|
+
readonly rates?: io.flow.experience.v0.models.OrderRate[];
|
|
8448
8529
|
}
|
|
8449
8530
|
interface OrderAddress {
|
|
8450
8531
|
readonly text?: string;
|
|
@@ -8618,6 +8699,11 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8618
8699
|
readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
|
|
8619
8700
|
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
8620
8701
|
}
|
|
8702
|
+
interface OrderRate {
|
|
8703
|
+
readonly from: string;
|
|
8704
|
+
readonly to: string;
|
|
8705
|
+
readonly rate: number;
|
|
8706
|
+
}
|
|
8621
8707
|
interface OrderReference {
|
|
8622
8708
|
readonly discriminator: 'order_reference';
|
|
8623
8709
|
readonly id: string;
|
|
@@ -9703,7 +9789,7 @@ declare namespace io.flow.price.v0.unions {
|
|
|
9703
9789
|
}
|
|
9704
9790
|
declare namespace io.flow.trueup.v0.enums {
|
|
9705
9791
|
type CarrierChargeReason = 'return_to_origin' | 'rejection' | 'other';
|
|
9706
|
-
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';
|
|
9792
|
+
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';
|
|
9707
9793
|
}
|
|
9708
9794
|
declare namespace io.flow.trueup.v0.models {
|
|
9709
9795
|
interface DeadWeight {
|
|
@@ -9862,6 +9948,11 @@ declare namespace io.flow.product.v0.models {
|
|
|
9862
9948
|
interface ProductTaxonomyData {
|
|
9863
9949
|
readonly key: string;
|
|
9864
9950
|
readonly value: string[];
|
|
9951
|
+
readonly value_obj?: io.flow.product.v0.models.ProductTaxonomyValue[];
|
|
9952
|
+
}
|
|
9953
|
+
interface ProductTaxonomyValue {
|
|
9954
|
+
readonly handle: string;
|
|
9955
|
+
readonly name: string;
|
|
9865
9956
|
}
|
|
9866
9957
|
}
|
|
9867
9958
|
declare namespace io.flow.tracking.v0.enums {
|
|
@@ -10336,6 +10427,7 @@ declare namespace io.flow.catalog.v0.models {
|
|
|
10336
10427
|
readonly amount: number;
|
|
10337
10428
|
readonly label: string;
|
|
10338
10429
|
readonly base: io.flow.common.v0.models.Price;
|
|
10430
|
+
readonly breakdown?: io.flow.order.price.v0.models.OrderPriceDetailBreakdown;
|
|
10339
10431
|
}
|
|
10340
10432
|
interface Options {
|
|
10341
10433
|
readonly required: boolean;
|
|
@@ -11598,6 +11690,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11598
11690
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
11599
11691
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
11600
11692
|
type AldoItemType = 'physical' | 'digital';
|
|
11693
|
+
type AnirbanItemType = 'physical' | 'digital';
|
|
11601
11694
|
type AnshItemType = 'physical' | 'digital';
|
|
11602
11695
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
11603
11696
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
@@ -11607,13 +11700,14 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11607
11700
|
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
11608
11701
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
11609
11702
|
type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
|
|
11610
|
-
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate' | 'current_attempt_merchant_count' | 'current_attempt_amount_total' | 'current_attempt_failed_merchant_count' | 'current_attempt_failed_amount_total' | 'current_attempt_success_ratio' | 'first_attempt_merchant_count' | 'first_attempt_amount_total' | 'first_attempt_failed_merchant_count' | 'first_attempt_failed_amount_total' | 'first_attempt_success_ratio' | 'second_attempt_merchant_count' | 'second_attempt_amount_total' | 'second_attempt_failed_merchant_count' | 'second_attempt_failed_amount_total' | 'second_attempt_success_ratio' | 'third_attempt_merchant_count' | 'third_attempt_amount_total' | 'third_attempt_failed_merchant_count' | 'third_attempt_failed_amount_total' | 'third_attempt_success_ratio' | 'fourth_plus_attempt_merchant_count' | 'fourth_plus_attempt_amount_total' | 'fourth_plus_attempt_failed_merchant_count' | 'fourth_plus_attempt_failed_amount_total' | 'fourth_plus_attempt_success_ratio' | 'ge_revenue_share_standard_transactions_count' | 'ge_revenue_share_standard_transactions_total' | 'ge_revenue_share_standard_transactions_percentage' | 'ge_revenue_share_shopify_plus_transactions_count' | 'ge_revenue_share_shopify_plus_transactions_total' | 'ge_revenue_share_shopify_plus_transactions_percentage' | 'non_l4l_tax_duty_fx_transactions_count' | 'non_l4l_tax_duty_fx_transactions_total' | 'non_l4l_tax_duty_fx_transactions_percentage' | 'sp_adjustment_transactions_count' | 'sp_adjustment_transactions_total' | 'sp_billable_label_transactions_count' | 'sp_billable_label_transactions_count_for_unique_orders' | 'sp_billable_label_transactions_total' | 'sp_capture_transactions_count' | 'sp_capture_transactions_total' | 'sp_carrier_charge_transactions_count' | 'sp_carrier_charge_transactions_total' | 'sp_channel_transactions_count' | 'sp_channel_transactions_total' | 'sp_duty_transactions_count' | 'sp_duty_transactions_total' | 'sp_manual_transactions_count' | 'sp_manual_transactions_total' | 'sp_refund_transactions_count' | 'sp_refund_transactions_total' | 'sp_reversal_transactions_count' | 'sp_reversal_transactions_total' | 'sp_revenue_share_label_transactions_count' | 'sp_revenue_share_label_transactions_count_for_unique_orders' | 'sp_revenue_share_label_transactions_total' | 'sp_tax_transactions_count' | 'sp_tax_transactions_total' | 'sp_transfer_transactions_count' | 'sp_transfer_transactions_total' | 'sp_trueup_transactions_count' | 'sp_trueup_transactions_total';
|
|
11703
|
+
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate' | 'current_attempt_merchant_count' | 'current_attempt_amount_total' | 'current_attempt_failed_merchant_count' | 'current_attempt_failed_amount_total' | 'current_attempt_success_ratio' | 'first_attempt_merchant_count' | 'first_attempt_amount_total' | 'first_attempt_failed_merchant_count' | 'first_attempt_failed_amount_total' | 'first_attempt_success_ratio' | 'second_attempt_merchant_count' | 'second_attempt_amount_total' | 'second_attempt_failed_merchant_count' | 'second_attempt_failed_amount_total' | 'second_attempt_success_ratio' | 'third_attempt_merchant_count' | 'third_attempt_amount_total' | 'third_attempt_failed_merchant_count' | 'third_attempt_failed_amount_total' | 'third_attempt_success_ratio' | 'fourth_plus_attempt_merchant_count' | 'fourth_plus_attempt_amount_total' | 'fourth_plus_attempt_failed_merchant_count' | 'fourth_plus_attempt_failed_amount_total' | 'fourth_plus_attempt_success_ratio' | 'ge_revenue_share_standard_transactions_count' | 'ge_revenue_share_standard_transactions_total' | 'ge_revenue_share_standard_transactions_percentage' | 'ge_revenue_share_shopify_plus_transactions_count' | 'ge_revenue_share_shopify_plus_transactions_total' | 'ge_revenue_share_shopify_plus_transactions_percentage' | 'non_l4l_tax_duty_fx_transactions_count' | 'non_l4l_tax_duty_fx_transactions_total' | 'non_l4l_tax_duty_fx_transactions_percentage' | 'sp_adjustment_transactions_count' | 'sp_adjustment_transactions_total' | 'sp_billable_label_transactions_count' | 'sp_billable_label_transactions_count_for_unique_orders' | 'sp_billable_label_transactions_total' | 'capture_transactions_standard_count' | 'capture_transactions_standard_total' | 'capture_transactions_shopify_plus_count' | 'capture_transactions_shopify_plus_total' | 'sp_capture_transactions_count' | 'sp_capture_transactions_total' | 'sp_carrier_charge_transactions_count' | 'sp_carrier_charge_transactions_total' | 'sp_channel_transactions_count' | 'sp_channel_transactions_total' | 'sp_duty_transactions_count' | 'sp_duty_transactions_total' | 'sp_manual_transactions_count' | 'sp_manual_transactions_total' | 'sp_refund_transactions_count' | 'sp_refund_transactions_total' | 'sp_reversal_transactions_count' | 'sp_reversal_transactions_total' | 'sp_revenue_share_label_transactions_count' | 'sp_revenue_share_label_transactions_count_for_unique_orders' | 'sp_revenue_share_label_transactions_total' | 'sp_tax_transactions_count' | 'sp_tax_transactions_total' | 'sp_transfer_transactions_count' | 'sp_transfer_transactions_total' | 'sp_trueup_transactions_count' | 'sp_trueup_transactions_total';
|
|
11611
11704
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
|
|
11612
11705
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
11613
11706
|
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'merchant_payout' | 'merchant_refund';
|
|
11614
11707
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
11615
11708
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
11616
11709
|
type CarrierChargeType = 'label' | 'tax' | 'other';
|
|
11710
|
+
type CarrierDocumentType = 'commercial_invoice';
|
|
11617
11711
|
type CarrierFileType = 'freight' | 'tax';
|
|
11618
11712
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
11619
11713
|
type CarrierValidationStatus = 'success' | 'error';
|
|
@@ -11627,6 +11721,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11627
11721
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
11628
11722
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
11629
11723
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
11724
|
+
type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
|
|
11630
11725
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
11631
11726
|
type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge';
|
|
11632
11727
|
type ChargebackPaymentStatus = 'captured' | 'refunded';
|
|
@@ -11670,9 +11765,11 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11670
11765
|
type DutySelectionRule = 'lookup_by_tariff_code' | 'lookup_by_hs6_code' | 'fallback_for_jurisdiction' | 'domestic_sale' | 'intra_community_sale' | 'reimport' | 'override' | 'preferential_rate';
|
|
11671
11766
|
type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
|
|
11672
11767
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty' | 'refund';
|
|
11768
|
+
type DutyVarianceStatus = 'acceptable' | 'exceeded';
|
|
11673
11769
|
type EmptyAttribute = 'irrelevant';
|
|
11674
11770
|
type ErpFileType = 'vendor';
|
|
11675
|
-
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
11771
|
+
type EvaluationCheckResult = 'pass' | 'fail';
|
|
11772
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'merchant_override_upserted' | 'merchant_override_deleted' | 'harmonization_classification_statistics_published' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_creation_job_upserted' | 'label_creation_job_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'partner_request_upserted' | 'partner_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'order_refund_transaction_upserted' | 'order_refund_transaction_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'product_restriction_state_inserted' | 'product_restriction_state_updated' | 'product_restriction_state_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'taxonomy_category_hs6_ref_upserted' | 'taxonomy_category_hs6_ref_deleted' | 'shopify_hs10_codes_upserted' | 'shopify_hs10_codes_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_product_taxonomy_attribute_upserted' | 'shopify_product_taxonomy_attribute_deleted' | 'shopify_product_taxonomy_attribute_value_upserted' | 'shopify_product_taxonomy_attribute_value_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_order_risk_assessment_upserted' | 'shopify_order_risk_assessment_deleted' | 'shopify_order_transaction_upserted' | 'shopify_order_transaction_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'shopify_merchant_plan_upserted' | 'shopify_merchant_plan_deleted' | 'shopify_dispute_upserted' | 'shopify_dispute_deleted' | 'shopify_report_file_upserted' | 'shopify_report_file_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'stripe_connect_report_record_upserted' | 'stripe_connect_report_record_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
11676
11773
|
type ExperienceImportType = 'experience_with_settings';
|
|
11677
11774
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
11678
11775
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -11681,6 +11778,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11681
11778
|
type FeatureStatus = 'draft' | 'active' | 'archived';
|
|
11682
11779
|
type FeatureType = 'boolean' | 'decimal' | 'string';
|
|
11683
11780
|
type FeesSource = 'settings' | 'authorization_bundle';
|
|
11781
|
+
type FileType = 'pdf';
|
|
11684
11782
|
type FraudProvider = 'flow' | 'forter' | 'paypal' | 'riskified' | 'rps' | 'other' | 'none';
|
|
11685
11783
|
type FraudProviderStatus = 'active' | 'archived';
|
|
11686
11784
|
type FraudReviewResponsibleParty = 'flow' | 'organization';
|
|
@@ -11694,7 +11792,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11694
11792
|
type InternalPaymentEntityType = 'authorization' | 'capture' | 'refund' | 'dispute';
|
|
11695
11793
|
type ItemClassificationAction = 'ACCEPT' | 'MANUAL' | 'REJECT';
|
|
11696
11794
|
type ItemClassificationStatus = 'unknown' | 'manual' | 'manually_accepted' | 'manually_overridden' | 'automatically_accepted' | 'pending';
|
|
11697
|
-
type ItemHarmonizationStatus = 'waiting_for_classification' | 'classified' | 'non_classifiable_not_enough_information' | 'exempt';
|
|
11795
|
+
type ItemHarmonizationStatus = 'waiting_for_classification' | 'classified' | 'non_classifiable_not_enough_information' | 'exempt' | 'manual_classification_required';
|
|
11698
11796
|
type ItemQuantityAction = 'fulfillment_ship' | 'fulfillment_cancel' | 'fulfillment_generate_label';
|
|
11699
11797
|
type ItemType = 'standard' | 'multi_product';
|
|
11700
11798
|
type JournalOperation = 'insert' | 'update' | 'delete';
|
|
@@ -11772,9 +11870,14 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11772
11870
|
type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
|
|
11773
11871
|
type ResponsibleParty = 'flow' | 'organization';
|
|
11774
11872
|
type RestrictionAction = 'prohibited' | 'restricted';
|
|
11873
|
+
type RestrictionAttributeConditionMultipleOperator = 'in' | 'not_in';
|
|
11874
|
+
type RestrictionAttributeConditionSingleOperator = 'equals' | 'not_equals';
|
|
11875
|
+
type RestrictionAttributeOperator = 'and' | 'or';
|
|
11876
|
+
type RestrictionAttributeResult = 'pending_classification' | 'pending_verification' | 'accepted' | 'restricted';
|
|
11775
11877
|
type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
|
|
11776
11878
|
type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox';
|
|
11777
11879
|
type RestrictionOrganizationSource = 'shopify' | 'enterprise';
|
|
11880
|
+
type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
|
|
11778
11881
|
type RestrictionRuleCommunityExemption = 'domestic_exemption' | 'intra_eu_exemption';
|
|
11779
11882
|
type RestrictionRuleExceptionAction = 'allow' | 'deny';
|
|
11780
11883
|
type RestrictionStateReviewStatus = 'reviewed' | 'in_review';
|
|
@@ -11784,6 +11887,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11784
11887
|
type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
|
|
11785
11888
|
type RohanItemType = 'physical' | 'digital';
|
|
11786
11889
|
type SarveshItemType = 'physical' | 'digital';
|
|
11890
|
+
type SellabilityCheckStatus = 'more_restrictive' | 'less_restrictive' | 'similar' | 'regions_differ' | 'rules_differ';
|
|
11891
|
+
type SellabilityStatus = 'complete' | 'incomplete';
|
|
11787
11892
|
type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
|
|
11788
11893
|
type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
|
|
11789
11894
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
@@ -12029,6 +12134,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12029
12134
|
readonly order: io.flow.internal.v0.models.OrderReference;
|
|
12030
12135
|
readonly fulfillment_id: string;
|
|
12031
12136
|
}
|
|
12137
|
+
interface AccountingReturnMetadata {
|
|
12138
|
+
readonly discriminator: 'accounting_return_metadata';
|
|
12139
|
+
readonly transactions_until: string;
|
|
12140
|
+
readonly refund?: io.flow.payment.v0.models.RefundReference;
|
|
12141
|
+
readonly tax_reversal?: io.flow.internal.v0.models.TransactionReference;
|
|
12142
|
+
readonly duty_reversal?: io.flow.internal.v0.models.TransactionReference;
|
|
12143
|
+
}
|
|
12032
12144
|
interface ActionQuantity {
|
|
12033
12145
|
readonly action: io.flow.internal.v0.enums.ItemQuantityAction;
|
|
12034
12146
|
readonly quantity: number;
|
|
@@ -12447,6 +12559,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12447
12559
|
readonly name: string;
|
|
12448
12560
|
readonly labels: Record<string, string[]>;
|
|
12449
12561
|
}
|
|
12562
|
+
interface AnirbanItem {
|
|
12563
|
+
readonly id: string;
|
|
12564
|
+
readonly number: string;
|
|
12565
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
12566
|
+
readonly description?: string;
|
|
12567
|
+
readonly type: io.flow.internal.v0.enums.AnirbanItemType;
|
|
12568
|
+
readonly added_on: string;
|
|
12569
|
+
}
|
|
12570
|
+
interface AnirbanItemForm {
|
|
12571
|
+
readonly number: string;
|
|
12572
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
12573
|
+
readonly description?: string;
|
|
12574
|
+
readonly type: io.flow.internal.v0.enums.AnirbanItemType;
|
|
12575
|
+
readonly added_on: string;
|
|
12576
|
+
}
|
|
12450
12577
|
interface AnshItem {
|
|
12451
12578
|
readonly id: string;
|
|
12452
12579
|
readonly number: string;
|
|
@@ -12480,6 +12607,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12480
12607
|
readonly value: string;
|
|
12481
12608
|
readonly unverified: boolean;
|
|
12482
12609
|
}
|
|
12610
|
+
interface AttributeRule {
|
|
12611
|
+
readonly restriction_attribute_rules: io.flow.internal.v0.models.RestrictionAttributeRule[];
|
|
12612
|
+
readonly default_result?: io.flow.internal.v0.enums.RestrictionAttributeResult;
|
|
12613
|
+
}
|
|
12483
12614
|
interface AuthenticationForm {
|
|
12484
12615
|
readonly password: string;
|
|
12485
12616
|
}
|
|
@@ -12655,6 +12786,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12655
12786
|
readonly timestamp: string;
|
|
12656
12787
|
readonly bank_payment: io.flow.internal.v0.models.BankPayment;
|
|
12657
12788
|
}
|
|
12789
|
+
interface Base64CarrierDocumentContent {
|
|
12790
|
+
readonly discriminator: 'base_64_carrier_document_content';
|
|
12791
|
+
readonly base64_string: string;
|
|
12792
|
+
readonly file_type: io.flow.internal.v0.enums.FileType;
|
|
12793
|
+
}
|
|
12658
12794
|
interface BillingAuthorizationReference {
|
|
12659
12795
|
readonly id: string;
|
|
12660
12796
|
}
|
|
@@ -13121,6 +13257,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13121
13257
|
readonly organization: string;
|
|
13122
13258
|
readonly carrier_charge: io.flow.internal.v0.models.CarrierCharge;
|
|
13123
13259
|
}
|
|
13260
|
+
interface CarrierDocument {
|
|
13261
|
+
readonly document_type: io.flow.internal.v0.enums.CarrierDocumentType;
|
|
13262
|
+
readonly document_content: io.flow.internal.v0.unions.CarrierDocumentContent;
|
|
13263
|
+
}
|
|
13124
13264
|
interface CarrierFile {
|
|
13125
13265
|
readonly id: string;
|
|
13126
13266
|
readonly type: io.flow.internal.v0.enums.CarrierFileType;
|
|
@@ -13419,6 +13559,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13419
13559
|
readonly channel_id: string;
|
|
13420
13560
|
readonly external_order_reference: string;
|
|
13421
13561
|
readonly payment_request_id?: string;
|
|
13562
|
+
readonly order_payment_request_ids?: string[];
|
|
13422
13563
|
readonly order_edit_payment_request_ids?: string[];
|
|
13423
13564
|
readonly status: io.flow.internal.v0.enums.ChannelOrderAcceptanceStatus;
|
|
13424
13565
|
readonly reasons: io.flow.internal.v0.models.ChannelOrderAcceptanceReason[];
|
|
@@ -13515,6 +13656,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13515
13656
|
readonly channel_id: string;
|
|
13516
13657
|
readonly channel_organization_identifier: io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
13517
13658
|
}
|
|
13659
|
+
interface ChannelOrganizationPublicationOwner {
|
|
13660
|
+
readonly owner: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
13661
|
+
}
|
|
13662
|
+
interface ChannelOrganizationPublicationOwnerPutForm {
|
|
13663
|
+
readonly owner: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
13664
|
+
}
|
|
13665
|
+
interface ChannelOrganizationSellabilityStatus {
|
|
13666
|
+
readonly status: io.flow.internal.v0.enums.SellabilityStatus;
|
|
13667
|
+
}
|
|
13668
|
+
interface ChannelOrganizationSellabilityStatusPutForm {
|
|
13669
|
+
readonly status: io.flow.internal.v0.enums.SellabilityStatus;
|
|
13670
|
+
}
|
|
13518
13671
|
interface ChannelOrganizationShopify {
|
|
13519
13672
|
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
13520
13673
|
readonly tokens: io.flow.internal.v0.models.ShopifyChannelOrganizationTokens[];
|
|
@@ -13574,6 +13727,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13574
13727
|
readonly timestamp: string;
|
|
13575
13728
|
readonly channel_transaction: io.flow.internal.v0.models.ChannelTransaction;
|
|
13576
13729
|
}
|
|
13730
|
+
interface ChapterCheckResult {
|
|
13731
|
+
readonly status: io.flow.internal.v0.enums.ChapterCheckStatus;
|
|
13732
|
+
readonly result: io.flow.internal.v0.enums.EvaluationCheckResult;
|
|
13733
|
+
readonly current_chapter: string;
|
|
13734
|
+
readonly merchant_chapter: string;
|
|
13735
|
+
}
|
|
13577
13736
|
interface ChargeInput {
|
|
13578
13737
|
readonly charge_input_code: io.flow.internal.v0.enums.ChargeInputType;
|
|
13579
13738
|
readonly price: io.flow.common.v0.models.Money;
|
|
@@ -14288,6 +14447,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14288
14447
|
readonly default?: io.flow.common.v0.enums.DeliveredDuty;
|
|
14289
14448
|
readonly display?: io.flow.experience.v0.enums.DeliveredDutyDisplayType;
|
|
14290
14449
|
}
|
|
14450
|
+
interface DestinationDutyComparison {
|
|
14451
|
+
readonly country: string;
|
|
14452
|
+
readonly current_duty?: number;
|
|
14453
|
+
readonly merchant_duty?: number;
|
|
14454
|
+
readonly current_error?: number;
|
|
14455
|
+
readonly merchant_error?: number;
|
|
14456
|
+
}
|
|
14291
14457
|
interface DestinationError {
|
|
14292
14458
|
readonly id: string;
|
|
14293
14459
|
readonly failed_at: string;
|
|
@@ -14571,6 +14737,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14571
14737
|
readonly timestamp: string;
|
|
14572
14738
|
readonly duty_transaction: io.flow.internal.v0.models.DutyTransaction;
|
|
14573
14739
|
}
|
|
14740
|
+
interface DutyVarianceResult {
|
|
14741
|
+
readonly status: io.flow.internal.v0.enums.DutyVarianceStatus;
|
|
14742
|
+
readonly result: io.flow.internal.v0.enums.EvaluationCheckResult;
|
|
14743
|
+
readonly destinations: io.flow.internal.v0.models.DestinationDutyComparison[];
|
|
14744
|
+
}
|
|
14574
14745
|
interface EmailForm {
|
|
14575
14746
|
readonly to: string[];
|
|
14576
14747
|
readonly cc?: string[];
|
|
@@ -14800,9 +14971,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14800
14971
|
readonly processed_at?: string;
|
|
14801
14972
|
}
|
|
14802
14973
|
interface EvaluationResults {
|
|
14803
|
-
readonly chapter_result:
|
|
14804
|
-
readonly sellability_result:
|
|
14805
|
-
readonly duty_variance_result:
|
|
14974
|
+
readonly chapter_result: io.flow.internal.v0.models.ChapterCheckResult;
|
|
14975
|
+
readonly sellability_result: io.flow.internal.v0.models.SellabilityCheckResult;
|
|
14976
|
+
readonly duty_variance_result: io.flow.internal.v0.models.DutyVarianceResult;
|
|
14977
|
+
readonly taxonomy_alignment_result?: io.flow.internal.v0.models.TaxonomyAlignmentCheckResult;
|
|
14806
14978
|
}
|
|
14807
14979
|
interface ExclusionRuleDeleted {
|
|
14808
14980
|
readonly discriminator: 'exclusion_rule_deleted';
|
|
@@ -14939,6 +15111,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14939
15111
|
readonly carrier_tracking_number?: string;
|
|
14940
15112
|
readonly fulfilled_via_replacement_order?: boolean;
|
|
14941
15113
|
}
|
|
15114
|
+
interface ExternalRatecardLink {
|
|
15115
|
+
readonly external_ratecard_id: string;
|
|
15116
|
+
readonly flow_ratecard_ids: string[];
|
|
15117
|
+
}
|
|
15118
|
+
interface ExternalRatecardLinkResponse {
|
|
15119
|
+
readonly external_ratecard_id: string;
|
|
15120
|
+
readonly flow_ratecard_ids: string[];
|
|
15121
|
+
}
|
|
14942
15122
|
interface FacebookPixel {
|
|
14943
15123
|
readonly discriminator: 'facebook_pixel';
|
|
14944
15124
|
readonly name?: string;
|
|
@@ -15042,6 +15222,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15042
15222
|
readonly client_secret: string;
|
|
15043
15223
|
readonly account_number: string;
|
|
15044
15224
|
}
|
|
15225
|
+
interface FedexCarrierLabelAttributes {
|
|
15226
|
+
readonly discriminator: 'fedex_carrier_label_attributes';
|
|
15227
|
+
readonly origin_location_id?: string;
|
|
15228
|
+
readonly destination_location_id?: string;
|
|
15229
|
+
}
|
|
15045
15230
|
interface FedexCrossborder {
|
|
15046
15231
|
readonly discriminator: 'fedex_crossborder';
|
|
15047
15232
|
readonly api_key: string;
|
|
@@ -16046,6 +16231,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16046
16231
|
readonly gender?: string;
|
|
16047
16232
|
readonly material?: string;
|
|
16048
16233
|
readonly url?: string;
|
|
16234
|
+
readonly preferential_rate_statement?: string;
|
|
16049
16235
|
}
|
|
16050
16236
|
interface InvoiceInfoForm {
|
|
16051
16237
|
readonly invoice_number: string;
|
|
@@ -16070,6 +16256,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16070
16256
|
readonly total_price: number;
|
|
16071
16257
|
readonly manufacturer_id?: string;
|
|
16072
16258
|
readonly export_control_classification_number: string;
|
|
16259
|
+
readonly preferential_rate_statement?: string;
|
|
16073
16260
|
}
|
|
16074
16261
|
interface InvoiceTransaction {
|
|
16075
16262
|
readonly discriminator: 'invoice_transaction';
|
|
@@ -16303,6 +16490,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16303
16490
|
interface KeyReference {
|
|
16304
16491
|
readonly id: string;
|
|
16305
16492
|
}
|
|
16493
|
+
interface KeywordCancelling {
|
|
16494
|
+
readonly positive_keyword: string;
|
|
16495
|
+
readonly negative_keywords: string[];
|
|
16496
|
+
}
|
|
16306
16497
|
interface KlarnaAuthorizationParameters {
|
|
16307
16498
|
readonly discriminator: 'klarna_authorization_parameters';
|
|
16308
16499
|
readonly client_token: string;
|
|
@@ -16514,6 +16705,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16514
16705
|
readonly saturday_stop?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
16515
16706
|
readonly residential_extended_area_pickup?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
16516
16707
|
readonly package_level_detail?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
16708
|
+
readonly pickup?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
16517
16709
|
}
|
|
16518
16710
|
interface LabelSurchargeSingleForm {
|
|
16519
16711
|
readonly amount: number;
|
|
@@ -16969,6 +17161,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16969
17161
|
readonly id: string;
|
|
16970
17162
|
readonly status: io.flow.internal.v0.enums.MerchantOverrideStatus;
|
|
16971
17163
|
}
|
|
17164
|
+
interface MerchantOverrideDeleted {
|
|
17165
|
+
readonly discriminator: 'merchant_override_deleted';
|
|
17166
|
+
readonly event_id: string;
|
|
17167
|
+
readonly timestamp: string;
|
|
17168
|
+
readonly id: string;
|
|
17169
|
+
}
|
|
17170
|
+
interface MerchantOverrideUpserted {
|
|
17171
|
+
readonly discriminator: 'merchant_override_upserted';
|
|
17172
|
+
readonly event_id: string;
|
|
17173
|
+
readonly timestamp: string;
|
|
17174
|
+
readonly merchant_override: io.flow.internal.v0.models.MerchantOverride;
|
|
17175
|
+
}
|
|
16972
17176
|
interface MerchantSearchResult {
|
|
16973
17177
|
readonly organization_id: string;
|
|
16974
17178
|
readonly shop_name?: string;
|
|
@@ -16997,6 +17201,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16997
17201
|
readonly freight: number;
|
|
16998
17202
|
readonly total: number;
|
|
16999
17203
|
readonly tax_refund?: number;
|
|
17204
|
+
readonly tax_reversal?: number;
|
|
17205
|
+
readonly duty_reversal?: number;
|
|
17206
|
+
readonly tax_reversal_for_lvg_order?: boolean;
|
|
17207
|
+
readonly duty_reversal_for_lvg_order?: boolean;
|
|
17000
17208
|
}
|
|
17001
17209
|
interface MerchantUpserted {
|
|
17002
17210
|
readonly discriminator: 'merchant_upserted';
|
|
@@ -17056,6 +17264,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17056
17264
|
readonly bank_account: io.flow.internal.v0.models.ReportBankAccount;
|
|
17057
17265
|
readonly account: io.flow.internal.v0.models.ReportAccount;
|
|
17058
17266
|
}
|
|
17267
|
+
interface NonL4LTaxDutyFxFeeMetadata {
|
|
17268
|
+
readonly discriminator: 'non_l4l_tax_duty_fx_fee_metadata';
|
|
17269
|
+
readonly tax?: io.flow.internal.v0.models.TransactionReference;
|
|
17270
|
+
readonly duty?: io.flow.internal.v0.models.TransactionReference;
|
|
17271
|
+
}
|
|
17059
17272
|
interface NonL4LTaxDutyFxTransaction {
|
|
17060
17273
|
readonly discriminator: 'non_l4l_tax_duty_fx_transaction';
|
|
17061
17274
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
@@ -17087,14 +17300,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17087
17300
|
readonly messages: io.flow.internal.v0.models.OnboardingAuditMessage[];
|
|
17088
17301
|
readonly execution_time_ms?: number;
|
|
17089
17302
|
}
|
|
17090
|
-
interface OnboardingAuditSnapshot {
|
|
17091
|
-
readonly id: string;
|
|
17092
|
-
readonly organization: io.flow.common.v0.models.Organization;
|
|
17093
|
-
readonly result: io.flow.internal.v0.enums.OnboardingAuditResult;
|
|
17094
|
-
readonly theme_reports: io.flow.internal.v0.models.OnboardingAuditThemeReport[];
|
|
17095
|
-
readonly requested_by: io.flow.common.v0.models.User;
|
|
17096
|
-
readonly requested_at: string;
|
|
17097
|
-
}
|
|
17098
17303
|
interface OnboardingAuditThemeReport {
|
|
17099
17304
|
readonly name: string;
|
|
17100
17305
|
readonly key: io.flow.internal.v0.enums.OnboardingAuditThemeKey;
|
|
@@ -17282,6 +17487,26 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17282
17487
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
17283
17488
|
readonly number: string;
|
|
17284
17489
|
}
|
|
17490
|
+
interface OrderRefundTransaction {
|
|
17491
|
+
readonly id: string;
|
|
17492
|
+
readonly organization_id: string;
|
|
17493
|
+
readonly order_number: string;
|
|
17494
|
+
readonly price: io.flow.common.v0.models.PriceWithBase;
|
|
17495
|
+
}
|
|
17496
|
+
interface OrderRefundTransactionDeleted {
|
|
17497
|
+
readonly discriminator: 'order_refund_transaction_deleted';
|
|
17498
|
+
readonly event_id: string;
|
|
17499
|
+
readonly timestamp: string;
|
|
17500
|
+
readonly organization: string;
|
|
17501
|
+
readonly id: string;
|
|
17502
|
+
}
|
|
17503
|
+
interface OrderRefundTransactionUpserted {
|
|
17504
|
+
readonly discriminator: 'order_refund_transaction_upserted';
|
|
17505
|
+
readonly event_id: string;
|
|
17506
|
+
readonly timestamp: string;
|
|
17507
|
+
readonly organization: string;
|
|
17508
|
+
readonly transaction: io.flow.internal.v0.models.OrderRefundTransaction;
|
|
17509
|
+
}
|
|
17285
17510
|
interface OrderRevenueRegionChart {
|
|
17286
17511
|
readonly total: io.flow.common.v0.models.Price;
|
|
17287
17512
|
readonly period: io.flow.common.v0.models.DatetimeRange;
|
|
@@ -17607,6 +17832,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17607
17832
|
readonly pending_classification_count?: number;
|
|
17608
17833
|
readonly oldest_pending_restriction_date?: string;
|
|
17609
17834
|
readonly oldest_pending_verification_date?: string;
|
|
17835
|
+
readonly oldest_pending_classification_date?: string;
|
|
17610
17836
|
readonly product_count: number;
|
|
17611
17837
|
readonly restricted_product_count: number;
|
|
17612
17838
|
readonly last_order_submitted_at?: string;
|
|
@@ -18075,6 +18301,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18075
18301
|
readonly id: string;
|
|
18076
18302
|
readonly merchant: io.flow.internal.v0.unions.ProcessorMerchant;
|
|
18077
18303
|
}
|
|
18304
|
+
interface PaymentRequestAuthorization {
|
|
18305
|
+
readonly payment_request_id: string;
|
|
18306
|
+
readonly authorization_id: string;
|
|
18307
|
+
}
|
|
18078
18308
|
interface PaymentShortUrl {
|
|
18079
18309
|
readonly id: string;
|
|
18080
18310
|
readonly key: string;
|
|
@@ -18607,6 +18837,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18607
18837
|
readonly pending_classification_count?: number;
|
|
18608
18838
|
readonly oldest_pending_restriction_date?: string;
|
|
18609
18839
|
readonly oldest_pending_verification_date?: string;
|
|
18840
|
+
readonly oldest_pending_classification_date?: string;
|
|
18610
18841
|
}
|
|
18611
18842
|
interface ProductRestrictionStateDeleted {
|
|
18612
18843
|
readonly discriminator: 'product_restriction_state_deleted';
|
|
@@ -18661,6 +18892,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18661
18892
|
readonly restricted_regions?: string[];
|
|
18662
18893
|
readonly restricted_regions_by_type?: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
18663
18894
|
readonly rule_ids?: string[];
|
|
18895
|
+
readonly taxonomy_category?: string;
|
|
18664
18896
|
}
|
|
18665
18897
|
interface ProductTransaction {
|
|
18666
18898
|
readonly transaction_amount: number;
|
|
@@ -19300,6 +19532,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19300
19532
|
readonly total?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19301
19533
|
readonly tax_refund?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19302
19534
|
readonly duty_refund?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19535
|
+
readonly tax_reversal?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19536
|
+
readonly duty_reversal?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19537
|
+
readonly tax_reversal_for_lvg_order?: boolean;
|
|
19538
|
+
readonly duty_reversal_for_lvg_order?: boolean;
|
|
19303
19539
|
}
|
|
19304
19540
|
interface ReportingMonetaryValue {
|
|
19305
19541
|
readonly transaction: number;
|
|
@@ -19314,6 +19550,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19314
19550
|
readonly number: string;
|
|
19315
19551
|
readonly submitted_at: string;
|
|
19316
19552
|
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
19553
|
+
readonly is_edited?: boolean;
|
|
19317
19554
|
}
|
|
19318
19555
|
interface ReportingOrganizationSummary {
|
|
19319
19556
|
readonly id: string;
|
|
@@ -19376,6 +19613,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19376
19613
|
interface RescreenRestrictionsProducts {
|
|
19377
19614
|
readonly placeholder?: boolean;
|
|
19378
19615
|
}
|
|
19616
|
+
interface RestrictionAttributeConditionMultiple {
|
|
19617
|
+
readonly discriminator: 'multiple';
|
|
19618
|
+
readonly attribute: string;
|
|
19619
|
+
readonly operator: io.flow.internal.v0.enums.RestrictionAttributeConditionMultipleOperator;
|
|
19620
|
+
readonly values: string[];
|
|
19621
|
+
}
|
|
19622
|
+
interface RestrictionAttributeConditionSingle {
|
|
19623
|
+
readonly discriminator: 'single';
|
|
19624
|
+
readonly attribute: string;
|
|
19625
|
+
readonly operator: io.flow.internal.v0.enums.RestrictionAttributeConditionSingleOperator;
|
|
19626
|
+
readonly value: string;
|
|
19627
|
+
}
|
|
19628
|
+
interface RestrictionAttributeRule {
|
|
19629
|
+
readonly conditions: io.flow.internal.v0.unions.RestrictionAttributeRuleCondition[];
|
|
19630
|
+
readonly operator?: io.flow.internal.v0.enums.RestrictionAttributeOperator;
|
|
19631
|
+
readonly result: io.flow.internal.v0.enums.RestrictionAttributeResult;
|
|
19632
|
+
}
|
|
19379
19633
|
interface RestrictionBlanketOrganizationExemption {
|
|
19380
19634
|
readonly id: string;
|
|
19381
19635
|
readonly organization_id: string;
|
|
@@ -19415,6 +19669,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19415
19669
|
readonly price: io.flow.common.v0.models.Price;
|
|
19416
19670
|
readonly hs_code?: string;
|
|
19417
19671
|
readonly hs_code_source?: io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
19672
|
+
readonly classification_scope?: io.flow.internal.v0.enums.ClassificationScope;
|
|
19418
19673
|
readonly description: string;
|
|
19419
19674
|
readonly category?: string;
|
|
19420
19675
|
readonly categories: string[];
|
|
@@ -19530,6 +19785,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19530
19785
|
readonly thumbnails: io.flow.catalog.v0.models.Image[];
|
|
19531
19786
|
readonly hs_code?: string;
|
|
19532
19787
|
readonly hs_code_source?: io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
19788
|
+
readonly classification_scope?: io.flow.internal.v0.enums.ClassificationScope;
|
|
19533
19789
|
readonly url?: string;
|
|
19534
19790
|
readonly reviews: io.flow.internal.v0.models.RestrictionItemReview[];
|
|
19535
19791
|
readonly created_at: string;
|
|
@@ -19570,6 +19826,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19570
19826
|
readonly sellability_positive_keywords?: string[];
|
|
19571
19827
|
readonly community_exemption: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
|
|
19572
19828
|
readonly reason_code: string;
|
|
19829
|
+
readonly attribute_names?: string[];
|
|
19830
|
+
readonly attribute_rule_conditions?: io.flow.internal.v0.models.AttributeRule;
|
|
19831
|
+
readonly keyword_cancelling?: io.flow.internal.v0.models.KeywordCancelling[];
|
|
19832
|
+
readonly activation_status?: io.flow.internal.v0.enums.RestrictionRuleActivationStatus;
|
|
19573
19833
|
}
|
|
19574
19834
|
interface RestrictionRuleDecisionForm {
|
|
19575
19835
|
readonly rule_id: string;
|
|
@@ -19620,6 +19880,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19620
19880
|
readonly sellability_positive_keywords?: string[];
|
|
19621
19881
|
readonly community_exemption: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
|
|
19622
19882
|
readonly reason_code: string;
|
|
19883
|
+
readonly attribute_names?: string[];
|
|
19884
|
+
readonly attribute_rule_conditions?: io.flow.internal.v0.models.AttributeRule;
|
|
19885
|
+
readonly keyword_cancelling?: io.flow.internal.v0.models.KeywordCancelling[];
|
|
19886
|
+
readonly activation_status?: io.flow.internal.v0.enums.RestrictionRuleActivationStatus;
|
|
19623
19887
|
}
|
|
19624
19888
|
interface RestrictionRuleLaneExemption {
|
|
19625
19889
|
readonly id: string;
|
|
@@ -19638,6 +19902,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19638
19902
|
readonly ignored_keywords?: string[];
|
|
19639
19903
|
readonly additional_keywords?: string[];
|
|
19640
19904
|
readonly community_exemption_override?: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
|
|
19905
|
+
readonly is_rule_active?: boolean;
|
|
19641
19906
|
}
|
|
19642
19907
|
interface RestrictionRuleOverride {
|
|
19643
19908
|
readonly id: string;
|
|
@@ -19784,6 +20049,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19784
20049
|
readonly discriminator: 'by_refund';
|
|
19785
20050
|
readonly refund: io.flow.payment.v0.models.RefundReference;
|
|
19786
20051
|
}
|
|
20052
|
+
interface ReturnTriggerReversal {
|
|
20053
|
+
readonly discriminator: 'by_reversal';
|
|
20054
|
+
readonly reversal: io.flow.internal.v0.models.TransactionReference;
|
|
20055
|
+
}
|
|
19787
20056
|
interface RevenueRecord {
|
|
19788
20057
|
readonly id: string;
|
|
19789
20058
|
readonly organization: io.flow.internal.v0.models.ReportingOrganizationSummary;
|
|
@@ -19847,6 +20116,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19847
20116
|
interface SalesPaymentRecord {
|
|
19848
20117
|
readonly id: string;
|
|
19849
20118
|
readonly organization: io.flow.internal.v0.models.ReportingOrganizationSummary;
|
|
20119
|
+
readonly vendor?: io.flow.internal.v0.models.ReportingVendor;
|
|
19850
20120
|
readonly order: io.flow.internal.v0.models.ReportingOrderSummary;
|
|
19851
20121
|
readonly order_total: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19852
20122
|
readonly shopper_breakdown: io.flow.internal.v0.models.ShopperBreakdown;
|
|
@@ -19960,6 +20230,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19960
20230
|
readonly status: io.flow.tracking.v0.enums.TrackingStatus;
|
|
19961
20231
|
readonly label: io.flow.internal.v0.models.LabelSummary;
|
|
19962
20232
|
}
|
|
20233
|
+
interface SellabilityCheckResult {
|
|
20234
|
+
readonly status: io.flow.internal.v0.enums.SellabilityCheckStatus;
|
|
20235
|
+
readonly result: io.flow.internal.v0.enums.EvaluationCheckResult;
|
|
20236
|
+
readonly current_rule_ids?: string[];
|
|
20237
|
+
readonly current_restricted_regions?: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
20238
|
+
readonly merchant_rule_ids?: string[];
|
|
20239
|
+
readonly merchant_restricted_regions?: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
20240
|
+
readonly current_error?: io.flow.sellability.v0.models.SellabilityError[];
|
|
20241
|
+
readonly merchant_error?: io.flow.sellability.v0.models.SellabilityError[];
|
|
20242
|
+
}
|
|
19963
20243
|
interface SessionOrderData {
|
|
19964
20244
|
readonly id: string;
|
|
19965
20245
|
readonly session: io.flow.common.v0.models.SessionReference;
|
|
@@ -20237,6 +20517,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20237
20517
|
readonly api_password_masked?: string;
|
|
20238
20518
|
readonly access_token_masked?: string;
|
|
20239
20519
|
readonly shopify_plan_name?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
|
|
20520
|
+
readonly catalog_publication_owner?: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
20240
20521
|
}
|
|
20241
20522
|
interface ShopifyMarketsShopDeleted {
|
|
20242
20523
|
readonly discriminator: 'shopify_markets_shop_deleted';
|
|
@@ -20370,11 +20651,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20370
20651
|
readonly organization: string;
|
|
20371
20652
|
readonly order_monitor: io.flow.internal.v0.models.ShopifyMonitoringOrderMonitor;
|
|
20372
20653
|
}
|
|
20373
|
-
interface ShopifyMonitoringOrderMonitorReview {
|
|
20374
|
-
readonly id: string;
|
|
20375
|
-
readonly order_monitor: io.flow.internal.v0.models.ShopifyMonitoringOrderMonitor;
|
|
20376
|
-
readonly status: io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus;
|
|
20377
|
-
}
|
|
20378
20654
|
interface ShopifyMonitoringTrackingNumber {
|
|
20379
20655
|
readonly number: string;
|
|
20380
20656
|
}
|
|
@@ -20514,6 +20790,44 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20514
20790
|
readonly id: string;
|
|
20515
20791
|
readonly product_delete: io.flow.shopify.external.v0.models.ProductDelete;
|
|
20516
20792
|
}
|
|
20793
|
+
interface ShopifyProductTaxonomyAttribute {
|
|
20794
|
+
readonly id: string;
|
|
20795
|
+
readonly handle: string;
|
|
20796
|
+
readonly name: string;
|
|
20797
|
+
readonly friendly_id: string;
|
|
20798
|
+
readonly description?: string;
|
|
20799
|
+
}
|
|
20800
|
+
interface ShopifyProductTaxonomyAttributeDeleted {
|
|
20801
|
+
readonly discriminator: 'shopify_product_taxonomy_attribute_deleted';
|
|
20802
|
+
readonly event_id: string;
|
|
20803
|
+
readonly timestamp: string;
|
|
20804
|
+
readonly id: string;
|
|
20805
|
+
}
|
|
20806
|
+
interface ShopifyProductTaxonomyAttributeUpserted {
|
|
20807
|
+
readonly discriminator: 'shopify_product_taxonomy_attribute_upserted';
|
|
20808
|
+
readonly event_id: string;
|
|
20809
|
+
readonly timestamp: string;
|
|
20810
|
+
readonly shopify_product_taxonomy_attribute: io.flow.internal.v0.models.ShopifyProductTaxonomyAttribute;
|
|
20811
|
+
}
|
|
20812
|
+
interface ShopifyProductTaxonomyAttributeValue {
|
|
20813
|
+
readonly id: string;
|
|
20814
|
+
readonly attribute_id: string;
|
|
20815
|
+
readonly handle: string;
|
|
20816
|
+
readonly name: string;
|
|
20817
|
+
readonly friendly_id: string;
|
|
20818
|
+
}
|
|
20819
|
+
interface ShopifyProductTaxonomyAttributeValueDeleted {
|
|
20820
|
+
readonly discriminator: 'shopify_product_taxonomy_attribute_value_deleted';
|
|
20821
|
+
readonly event_id: string;
|
|
20822
|
+
readonly timestamp: string;
|
|
20823
|
+
readonly id: string;
|
|
20824
|
+
}
|
|
20825
|
+
interface ShopifyProductTaxonomyAttributeValueUpserted {
|
|
20826
|
+
readonly discriminator: 'shopify_product_taxonomy_attribute_value_upserted';
|
|
20827
|
+
readonly event_id: string;
|
|
20828
|
+
readonly timestamp: string;
|
|
20829
|
+
readonly shopify_product_taxonomy_attribute_value: io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValue;
|
|
20830
|
+
}
|
|
20517
20831
|
interface ShopifyProductUpdateDeleted {
|
|
20518
20832
|
readonly discriminator: 'shopify_product_update_deleted';
|
|
20519
20833
|
readonly event_id: string;
|
|
@@ -20567,6 +20881,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20567
20881
|
readonly id: string;
|
|
20568
20882
|
readonly request?: any;
|
|
20569
20883
|
}
|
|
20884
|
+
interface ShopifyTaxonomyAlignmentConfig {
|
|
20885
|
+
readonly id: string;
|
|
20886
|
+
readonly taxonomy_category: string;
|
|
20887
|
+
readonly allowable_hs_prefixes: string[];
|
|
20888
|
+
readonly default_hs6_code?: string;
|
|
20889
|
+
readonly auto_correct: boolean;
|
|
20890
|
+
readonly created_at: string;
|
|
20891
|
+
readonly updated_at: string;
|
|
20892
|
+
readonly updated_by_user_id: string;
|
|
20893
|
+
}
|
|
20894
|
+
interface ShopifyTaxonomyAlignmentConfigForm {
|
|
20895
|
+
readonly taxonomy_category: string;
|
|
20896
|
+
readonly allowable_hs_prefixes: string[];
|
|
20897
|
+
readonly default_hs6_code?: string;
|
|
20898
|
+
readonly auto_correct: boolean;
|
|
20899
|
+
}
|
|
20570
20900
|
interface ShopperBreakdown {
|
|
20571
20901
|
readonly product: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20572
20902
|
readonly tax: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
@@ -21222,6 +21552,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21222
21552
|
readonly timestamp: string;
|
|
21223
21553
|
readonly tax_transaction: io.flow.internal.v0.models.TaxTransaction;
|
|
21224
21554
|
}
|
|
21555
|
+
interface TaxonomyAlignmentCheckResult {
|
|
21556
|
+
readonly status: io.flow.internal.v0.enums.TaxonomyCategoryClassificationAlignment;
|
|
21557
|
+
readonly result: io.flow.internal.v0.enums.EvaluationCheckResult;
|
|
21558
|
+
readonly merchant_taxonomy_status: io.flow.internal.v0.enums.TaxonomyCategoryClassificationAlignment;
|
|
21559
|
+
readonly current_taxonomy_status: io.flow.internal.v0.enums.TaxonomyCategoryClassificationAlignment;
|
|
21560
|
+
}
|
|
21225
21561
|
interface TaxonomyCategory {
|
|
21226
21562
|
readonly discriminator: 'category';
|
|
21227
21563
|
readonly name: string;
|
|
@@ -21785,6 +22121,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21785
22121
|
readonly provided_charges?: io.flow.internal.v0.models.ChargeInput[];
|
|
21786
22122
|
readonly direction?: io.flow.label.v0.enums.Direction;
|
|
21787
22123
|
readonly package_dimensions_source: io.flow.label.v0.enums.PackageDimensionsSource;
|
|
22124
|
+
readonly shipping_date_time?: string;
|
|
21788
22125
|
}
|
|
21789
22126
|
interface ViesResult {
|
|
21790
22127
|
readonly country: string;
|
|
@@ -21835,6 +22172,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
21835
22172
|
type CalculatorStamp = io.flow.internal.v0.models.MessageStamp | io.flow.internal.v0.models.CalculationStep;
|
|
21836
22173
|
type CarrierChargeForm = io.flow.internal.v0.models.CarrierChargeFormLabel | io.flow.internal.v0.models.CarrierChargeFormOther;
|
|
21837
22174
|
type CarrierCredentials = io.flow.internal.v0.models.SfExpress | io.flow.internal.v0.models.DhlEcommerce | io.flow.internal.v0.models.Landmark | io.flow.internal.v0.models.Dhl | io.flow.internal.v0.models.FedexCrossborder | io.flow.internal.v0.models.Ups | io.flow.internal.v0.models.Fedex | io.flow.internal.v0.models.FedexApi;
|
|
22175
|
+
type CarrierDocumentContent = io.flow.internal.v0.models.Base64CarrierDocumentContent;
|
|
22176
|
+
type CarrierLabelAttributes = io.flow.internal.v0.models.FedexCarrierLabelAttributes;
|
|
21838
22177
|
type ChannelRateMetadata = io.flow.internal.v0.models.ChannelRateMetadataIdentity | io.flow.internal.v0.models.ChannelRateMetadataRate;
|
|
21839
22178
|
type ClassificationAction = io.flow.internal.v0.models.SingleClassificationAction | io.flow.internal.v0.models.BulkClassificationAction;
|
|
21840
22179
|
type ClassificationActionForm = io.flow.internal.v0.models.ClassificationActionFormUndo;
|
|
@@ -21853,7 +22192,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
21853
22192
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
21854
22193
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
21855
22194
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
21856
|
-
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
22195
|
+
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.MerchantOverrideUpserted | io.flow.internal.v0.models.MerchantOverrideDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelCreationJobUpserted | io.flow.internal.v0.models.LabelCreationJobDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.PartnerRequestUpserted | io.flow.internal.v0.models.PartnerRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.OrderRefundTransactionUpserted | io.flow.internal.v0.models.OrderRefundTransactionDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.ProductRestrictionStateInserted | io.flow.internal.v0.models.ProductRestrictionStateUpdated | io.flow.internal.v0.models.ProductRestrictionStateDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted | io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted | io.flow.internal.v0.models.ShopifyHs10CodesUpserted | io.flow.internal.v0.models.ShopifyHs10CodesDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted | io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted | io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted | io.flow.internal.v0.models.ShopifyOrderTransactionUpserted | io.flow.internal.v0.models.ShopifyOrderTransactionDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.ShopifyMerchantPlanUpserted | io.flow.internal.v0.models.ShopifyMerchantPlanDeleted | io.flow.internal.v0.models.ShopifyDisputeUpserted | io.flow.internal.v0.models.ShopifyDisputeDeleted | io.flow.internal.v0.models.ShopifyReportFileUpserted | io.flow.internal.v0.models.ShopifyReportFileDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.StripeConnectReportRecordUpserted | io.flow.internal.v0.models.StripeConnectReportRecordDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
21857
22196
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
21858
22197
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
21859
22198
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -21887,7 +22226,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
21887
22226
|
type ProcessorMerchantModificationForm = io.flow.internal.v0.models.StripeMerchantModificationForm | io.flow.internal.v0.models.AdyenMerchantModificationForm | io.flow.internal.v0.models.FiservMerchantModificationForm | io.flow.internal.v0.models.PaypalMerchantModificationForm;
|
|
21888
22227
|
type ProcessorMerchantPutForm = io.flow.internal.v0.models.StripeMerchantPutForm | io.flow.internal.v0.models.AdyenMerchantPutForm | io.flow.internal.v0.models.FiservMerchantPutForm | io.flow.internal.v0.models.PaypalMerchantPutForm;
|
|
21889
22228
|
type ProofOfPosting = io.flow.internal.v0.models.ProofOfPostingFulfilled | io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled | io.flow.internal.v0.models.ProofOfPostingShippingNotification | io.flow.internal.v0.models.ProofOfPostingOrderCancellation | io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment | io.flow.internal.v0.models.ProofOfPostingTimeElapsed;
|
|
21890
|
-
type
|
|
22229
|
+
type RestrictionAttributeRuleCondition = io.flow.internal.v0.models.RestrictionAttributeConditionSingle | io.flow.internal.v0.models.RestrictionAttributeConditionMultiple;
|
|
22230
|
+
type ReturnTrigger = io.flow.internal.v0.models.ReturnTriggerRefund | io.flow.internal.v0.models.ReturnTriggerReversal;
|
|
21891
22231
|
type RoutingEntity = io.flow.internal.v0.models.RoutingProcessor | io.flow.internal.v0.models.RoutingAccount | io.flow.internal.v0.models.RoutingMerchant;
|
|
21892
22232
|
type ShopifyMonitoringOrderMonitorType = io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal | io.flow.internal.v0.models.ShopifyMonitoringFulfillmentMissingDetails;
|
|
21893
22233
|
type SimplifiedClassificationTaxonomy = io.flow.internal.v0.models.SimplifiedTaxonomyCategory | io.flow.internal.v0.models.SimplifiedItemLabel;
|
|
@@ -21896,7 +22236,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
21896
22236
|
type TariffEligibilityData = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData;
|
|
21897
22237
|
type TariffEligibilityForm = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm;
|
|
21898
22238
|
type TaskData = io.flow.internal.v0.models.TaskProcessQueuedEvent | io.flow.internal.v0.models.TaskSummarizeCode | io.flow.internal.v0.models.TaskItemUpserted | io.flow.internal.v0.models.TaskImport;
|
|
21899
|
-
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata;
|
|
22239
|
+
type TaskMetadata = io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata | io.flow.internal.v0.models.TaxDutyReasonCodeMetadata | io.flow.internal.v0.models.AccountingReturnMetadata | io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata;
|
|
21900
22240
|
type TaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
21901
22241
|
type Tracker = io.flow.internal.v0.models.GoogleAnalytics | io.flow.internal.v0.models.GoogleGlobalSiteTag | io.flow.internal.v0.models.GoogleTagManager | io.flow.internal.v0.models.FacebookPixel | io.flow.internal.v0.models.SnapchatPixel;
|
|
21902
22242
|
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction;
|
|
@@ -21935,6 +22275,7 @@ export declare type AccountType = io.flow.internal.v0.enums.AccountType;
|
|
|
21935
22275
|
export declare type AccountUpserted = io.flow.internal.v0.models.AccountUpserted;
|
|
21936
22276
|
export declare type AccountUpsertedV2 = io.flow.internal.v0.models.AccountUpsertedV2;
|
|
21937
22277
|
export declare type AccountingPendingOrderMetadata = io.flow.internal.v0.models.AccountingPendingOrderMetadata;
|
|
22278
|
+
export declare type AccountingReturnMetadata = io.flow.internal.v0.models.AccountingReturnMetadata;
|
|
21938
22279
|
export declare type ActionQuantity = io.flow.internal.v0.models.ActionQuantity;
|
|
21939
22280
|
export declare type AdditionalImportTax = io.flow.internal.v0.models.AdditionalImportTax;
|
|
21940
22281
|
export declare type AdjustmentAmount = io.flow.internal.v0.unions.AdjustmentAmount;
|
|
@@ -22000,6 +22341,9 @@ export declare type AllItemsExport = io.flow.internal.v0.models.AllItemsExport;
|
|
|
22000
22341
|
export declare type AllOrganizationsMembership = io.flow.internal.v0.models.AllOrganizationsMembership;
|
|
22001
22342
|
export declare type AllocationItemReference = io.flow.internal.v0.models.AllocationItemReference;
|
|
22002
22343
|
export declare type AllowedLabels = io.flow.internal.v0.models.AllowedLabels;
|
|
22344
|
+
export declare type AnirbanItem = io.flow.internal.v0.models.AnirbanItem;
|
|
22345
|
+
export declare type AnirbanItemForm = io.flow.internal.v0.models.AnirbanItemForm;
|
|
22346
|
+
export declare type AnirbanItemType = io.flow.internal.v0.enums.AnirbanItemType;
|
|
22003
22347
|
export declare type AnshItem = io.flow.internal.v0.models.AnshItem;
|
|
22004
22348
|
export declare type AnshItemForm = io.flow.internal.v0.models.AnshItemForm;
|
|
22005
22349
|
export declare type AnshItemType = io.flow.internal.v0.enums.AnshItemType;
|
|
@@ -22010,6 +22354,7 @@ export declare type ApplicablePreferentialRate = io.flow.internal.v0.enums.Appli
|
|
|
22010
22354
|
export declare type ApplyAtValueForm = io.flow.internal.v0.models.ApplyAtValueForm;
|
|
22011
22355
|
export declare type AttemptStatistics = io.flow.internal.v0.models.AttemptStatistics;
|
|
22012
22356
|
export declare type AttributeLabel = io.flow.internal.v0.models.AttributeLabel;
|
|
22357
|
+
export declare type AttributeRule = io.flow.internal.v0.models.AttributeRule;
|
|
22013
22358
|
export declare type AuthenticationForm = io.flow.internal.v0.models.AuthenticationForm;
|
|
22014
22359
|
export declare type AuthorizationBundle = io.flow.internal.v0.models.AuthorizationBundle;
|
|
22015
22360
|
export declare type AuthorizationBundleDeleted = io.flow.internal.v0.models.AuthorizationBundleDeleted;
|
|
@@ -22046,6 +22391,7 @@ export declare type BankPaymentStatusSentImportForm = io.flow.internal.v0.models
|
|
|
22046
22391
|
export declare type BankPaymentStatusSingleForm = io.flow.internal.v0.models.BankPaymentStatusSingleForm;
|
|
22047
22392
|
export declare type BankPaymentUpserted = io.flow.internal.v0.models.BankPaymentUpserted;
|
|
22048
22393
|
export declare type BankPaymentUpsertedV2 = io.flow.internal.v0.models.BankPaymentUpsertedV2;
|
|
22394
|
+
export declare type Base64CarrierDocumentContent = io.flow.internal.v0.models.Base64CarrierDocumentContent;
|
|
22049
22395
|
export declare type BillingAllocationKey = io.flow.internal.v0.enums.BillingAllocationKey;
|
|
22050
22396
|
export declare type BillingAuthorizationReference = io.flow.internal.v0.models.BillingAuthorizationReference;
|
|
22051
22397
|
export declare type BillingCsvTransactionDeleted = io.flow.internal.v0.models.BillingCsvTransactionDeleted;
|
|
@@ -22119,11 +22465,15 @@ export declare type CarrierChargeType = io.flow.internal.v0.enums.CarrierChargeT
|
|
|
22119
22465
|
export declare type CarrierChargeUnits = io.flow.internal.v0.models.CarrierChargeUnits;
|
|
22120
22466
|
export declare type CarrierChargeUpserted = io.flow.internal.v0.models.CarrierChargeUpserted;
|
|
22121
22467
|
export declare type CarrierCredentials = io.flow.internal.v0.unions.CarrierCredentials;
|
|
22468
|
+
export declare type CarrierDocument = io.flow.internal.v0.models.CarrierDocument;
|
|
22469
|
+
export declare type CarrierDocumentContent = io.flow.internal.v0.unions.CarrierDocumentContent;
|
|
22470
|
+
export declare type CarrierDocumentType = io.flow.internal.v0.enums.CarrierDocumentType;
|
|
22122
22471
|
export declare type CarrierFile = io.flow.internal.v0.models.CarrierFile;
|
|
22123
22472
|
export declare type CarrierFileForm = io.flow.internal.v0.models.CarrierFileForm;
|
|
22124
22473
|
export declare type CarrierFileResult = io.flow.internal.v0.models.CarrierFileResult;
|
|
22125
22474
|
export declare type CarrierFileType = io.flow.internal.v0.enums.CarrierFileType;
|
|
22126
22475
|
export declare type CarrierInvoice = io.flow.internal.v0.models.CarrierInvoice;
|
|
22476
|
+
export declare type CarrierLabelAttributes = io.flow.internal.v0.unions.CarrierLabelAttributes;
|
|
22127
22477
|
export declare type CarrierLabelGenerationMethod = io.flow.internal.v0.enums.CarrierLabelGenerationMethod;
|
|
22128
22478
|
export declare type CarrierTaxForm = io.flow.internal.v0.models.CarrierTaxForm;
|
|
22129
22479
|
export declare type CarrierTaxUnits = io.flow.internal.v0.models.CarrierTaxUnits;
|
|
@@ -22193,6 +22543,10 @@ export declare type ChannelOrderSummaryUpserted = io.flow.internal.v0.models.Cha
|
|
|
22193
22543
|
export declare type ChannelOrganizationIdentifier = io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
22194
22544
|
export declare type ChannelOrganizationIdentifierDeleted = io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted;
|
|
22195
22545
|
export declare type ChannelOrganizationIdentifierUpserted = io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted;
|
|
22546
|
+
export declare type ChannelOrganizationPublicationOwner = io.flow.internal.v0.models.ChannelOrganizationPublicationOwner;
|
|
22547
|
+
export declare type ChannelOrganizationPublicationOwnerPutForm = io.flow.internal.v0.models.ChannelOrganizationPublicationOwnerPutForm;
|
|
22548
|
+
export declare type ChannelOrganizationSellabilityStatus = io.flow.internal.v0.models.ChannelOrganizationSellabilityStatus;
|
|
22549
|
+
export declare type ChannelOrganizationSellabilityStatusPutForm = io.flow.internal.v0.models.ChannelOrganizationSellabilityStatusPutForm;
|
|
22196
22550
|
export declare type ChannelOrganizationShopify = io.flow.internal.v0.models.ChannelOrganizationShopify;
|
|
22197
22551
|
export declare type ChannelOrganizationShopifyForm = io.flow.internal.v0.models.ChannelOrganizationShopifyForm;
|
|
22198
22552
|
export declare type ChannelOrganizationShopifyPostForm = io.flow.internal.v0.models.ChannelOrganizationShopifyPostForm;
|
|
@@ -22204,6 +22558,8 @@ export declare type ChannelTransactionDeleted = io.flow.internal.v0.models.Chann
|
|
|
22204
22558
|
export declare type ChannelTransactionRate = io.flow.internal.v0.models.ChannelTransactionRate;
|
|
22205
22559
|
export declare type ChannelTransactionType = io.flow.internal.v0.enums.ChannelTransactionType;
|
|
22206
22560
|
export declare type ChannelTransactionUpserted = io.flow.internal.v0.models.ChannelTransactionUpserted;
|
|
22561
|
+
export declare type ChapterCheckResult = io.flow.internal.v0.models.ChapterCheckResult;
|
|
22562
|
+
export declare type ChapterCheckStatus = io.flow.internal.v0.enums.ChapterCheckStatus;
|
|
22207
22563
|
export declare type ChargeEstimateSource = io.flow.internal.v0.enums.ChargeEstimateSource;
|
|
22208
22564
|
export declare type ChargeInput = io.flow.internal.v0.models.ChargeInput;
|
|
22209
22565
|
export declare type ChargeInputType = io.flow.internal.v0.enums.ChargeInputType;
|
|
@@ -22348,6 +22704,7 @@ export declare type DeliveredDutyOptionsMessage = io.flow.internal.v0.models.Del
|
|
|
22348
22704
|
export declare type DeliveredDutyPreference = io.flow.internal.v0.models.DeliveredDutyPreference;
|
|
22349
22705
|
export declare type DeliveredDutyPreferenceForm = io.flow.internal.v0.models.DeliveredDutyPreferenceForm;
|
|
22350
22706
|
export declare type DeminimisAdjustmentType = io.flow.internal.v0.enums.DeminimisAdjustmentType;
|
|
22707
|
+
export declare type DestinationDutyComparison = io.flow.internal.v0.models.DestinationDutyComparison;
|
|
22351
22708
|
export declare type DestinationError = io.flow.internal.v0.models.DestinationError;
|
|
22352
22709
|
export declare type Dhl = io.flow.internal.v0.models.Dhl;
|
|
22353
22710
|
export declare type DhlEcommerce = io.flow.internal.v0.models.DhlEcommerce;
|
|
@@ -22413,6 +22770,8 @@ export declare type DutyTransaction = io.flow.internal.v0.models.DutyTransaction
|
|
|
22413
22770
|
export declare type DutyTransactionDeleted = io.flow.internal.v0.models.DutyTransactionDeleted;
|
|
22414
22771
|
export declare type DutyTransactionType = io.flow.internal.v0.enums.DutyTransactionType;
|
|
22415
22772
|
export declare type DutyTransactionUpserted = io.flow.internal.v0.models.DutyTransactionUpserted;
|
|
22773
|
+
export declare type DutyVarianceResult = io.flow.internal.v0.models.DutyVarianceResult;
|
|
22774
|
+
export declare type DutyVarianceStatus = io.flow.internal.v0.enums.DutyVarianceStatus;
|
|
22416
22775
|
export declare type EmailForm = io.flow.internal.v0.models.EmailForm;
|
|
22417
22776
|
export declare type EmailModificationForm = io.flow.internal.v0.models.EmailModificationForm;
|
|
22418
22777
|
export declare type EmptyAttribute = io.flow.internal.v0.enums.EmptyAttribute;
|
|
@@ -22435,6 +22794,7 @@ export declare type ErpVendorStatus = io.flow.internal.v0.models.ErpVendorStatus
|
|
|
22435
22794
|
export declare type ErpVendorStatusEntity = io.flow.internal.v0.models.ErpVendorStatusEntity;
|
|
22436
22795
|
export declare type ErpVendorStatusFlowFile = io.flow.internal.v0.models.ErpVendorStatusFlowFile;
|
|
22437
22796
|
export declare type ErpVendorStatusPriorityFile = io.flow.internal.v0.models.ErpVendorStatusPriorityFile;
|
|
22797
|
+
export declare type EvaluationCheckResult = io.flow.internal.v0.enums.EvaluationCheckResult;
|
|
22438
22798
|
export declare type EvaluationResults = io.flow.internal.v0.models.EvaluationResults;
|
|
22439
22799
|
export declare type Event = io.flow.internal.v0.unions.Event;
|
|
22440
22800
|
export declare type EventType = io.flow.internal.v0.enums.EventType;
|
|
@@ -22464,6 +22824,8 @@ export declare type ExternalFulfillmentProof = io.flow.internal.v0.models.Extern
|
|
|
22464
22824
|
export declare type ExternalFulfillmentProofForm = io.flow.internal.v0.models.ExternalFulfillmentProofForm;
|
|
22465
22825
|
export declare type ExternalFulfillmentProofTracking = io.flow.internal.v0.models.ExternalFulfillmentProofTracking;
|
|
22466
22826
|
export declare type ExternalFulfillmentProofTrackingForm = io.flow.internal.v0.models.ExternalFulfillmentProofTrackingForm;
|
|
22827
|
+
export declare type ExternalRatecardLink = io.flow.internal.v0.models.ExternalRatecardLink;
|
|
22828
|
+
export declare type ExternalRatecardLinkResponse = io.flow.internal.v0.models.ExternalRatecardLinkResponse;
|
|
22467
22829
|
export declare type FacebookPixel = io.flow.internal.v0.models.FacebookPixel;
|
|
22468
22830
|
export declare type FailedDimensionEstimateOpsInputWithReason = io.flow.internal.v0.models.FailedDimensionEstimateOpsInputWithReason;
|
|
22469
22831
|
export declare type Feature = io.flow.internal.v0.models.Feature;
|
|
@@ -22490,10 +22852,12 @@ export declare type FeatureValueForm = io.flow.internal.v0.models.FeatureValueFo
|
|
|
22490
22852
|
export declare type FeatureValueResult = io.flow.internal.v0.models.FeatureValueResult;
|
|
22491
22853
|
export declare type Fedex = io.flow.internal.v0.models.Fedex;
|
|
22492
22854
|
export declare type FedexApi = io.flow.internal.v0.models.FedexApi;
|
|
22855
|
+
export declare type FedexCarrierLabelAttributes = io.flow.internal.v0.models.FedexCarrierLabelAttributes;
|
|
22493
22856
|
export declare type FedexCrossborder = io.flow.internal.v0.models.FedexCrossborder;
|
|
22494
22857
|
export declare type Fee = io.flow.internal.v0.models.Fee;
|
|
22495
22858
|
export declare type Fees = io.flow.internal.v0.models.Fees;
|
|
22496
22859
|
export declare type FeesSource = io.flow.internal.v0.enums.FeesSource;
|
|
22860
|
+
export declare type FileType = io.flow.internal.v0.enums.FileType;
|
|
22497
22861
|
export declare type FinanceBankAccount = io.flow.internal.v0.models.FinanceBankAccount;
|
|
22498
22862
|
export declare type FinanceBankAccountOwner = io.flow.internal.v0.models.FinanceBankAccountOwner;
|
|
22499
22863
|
export declare type FinanceBankPayment = io.flow.internal.v0.models.FinanceBankPayment;
|
|
@@ -22700,6 +23064,7 @@ export declare type JournalFailure = io.flow.internal.v0.models.JournalFailure;
|
|
|
22700
23064
|
export declare type JournalOperation = io.flow.internal.v0.enums.JournalOperation;
|
|
22701
23065
|
export declare type Key = io.flow.internal.v0.models.Key;
|
|
22702
23066
|
export declare type KeyReference = io.flow.internal.v0.models.KeyReference;
|
|
23067
|
+
export declare type KeywordCancelling = io.flow.internal.v0.models.KeywordCancelling;
|
|
22703
23068
|
export declare type KeywordType = io.flow.internal.v0.enums.KeywordType;
|
|
22704
23069
|
export declare type KlarnaAuthorizationParameters = io.flow.internal.v0.models.KlarnaAuthorizationParameters;
|
|
22705
23070
|
export declare type KlarnaPaymentMethodCategory = io.flow.internal.v0.models.KlarnaPaymentMethodCategory;
|
|
@@ -22810,7 +23175,9 @@ export declare type MerchantOfRecordEntitySettings = io.flow.internal.v0.models.
|
|
|
22810
23175
|
export declare type MerchantOfRecordEntitySettingsForm = io.flow.internal.v0.models.MerchantOfRecordEntitySettingsForm;
|
|
22811
23176
|
export declare type MerchantOverride = io.flow.internal.v0.models.MerchantOverride;
|
|
22812
23177
|
export declare type MerchantOverrideDecisionForm = io.flow.internal.v0.models.MerchantOverrideDecisionForm;
|
|
23178
|
+
export declare type MerchantOverrideDeleted = io.flow.internal.v0.models.MerchantOverrideDeleted;
|
|
22813
23179
|
export declare type MerchantOverrideStatus = io.flow.internal.v0.enums.MerchantOverrideStatus;
|
|
23180
|
+
export declare type MerchantOverrideUpserted = io.flow.internal.v0.models.MerchantOverrideUpserted;
|
|
22814
23181
|
export declare type MerchantSearchResult = io.flow.internal.v0.models.MerchantSearchResult;
|
|
22815
23182
|
export declare type MerchantSubsidies = io.flow.internal.v0.models.MerchantSubsidies;
|
|
22816
23183
|
export declare type MerchantSummary = io.flow.internal.v0.models.MerchantSummary;
|
|
@@ -22830,6 +23197,7 @@ export declare type NoCalculatedTaxAmount = io.flow.internal.v0.models.NoCalcula
|
|
|
22830
23197
|
export declare type NoClassificationForm = io.flow.internal.v0.models.NoClassificationForm;
|
|
22831
23198
|
export declare type NoLiabilityReasonCode = io.flow.internal.v0.enums.NoLiabilityReasonCode;
|
|
22832
23199
|
export declare type NonChannelPaymentBankAccount = io.flow.internal.v0.models.NonChannelPaymentBankAccount;
|
|
23200
|
+
export declare type NonL4LTaxDutyFxFeeMetadata = io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata;
|
|
22833
23201
|
export declare type NonL4LTaxDutyFxTransaction = io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
|
|
22834
23202
|
export declare type NonL4LTaxDutyFxTransactionType = io.flow.internal.v0.enums.NonL4LTaxDutyFxTransactionType;
|
|
22835
23203
|
export declare type Notification = io.flow.internal.v0.models.Notification;
|
|
@@ -22838,7 +23206,6 @@ export declare type OnboardingAuditMessageLevel = io.flow.internal.v0.enums.Onbo
|
|
|
22838
23206
|
export declare type OnboardingAuditReport = io.flow.internal.v0.models.OnboardingAuditReport;
|
|
22839
23207
|
export declare type OnboardingAuditReportLine = io.flow.internal.v0.models.OnboardingAuditReportLine;
|
|
22840
23208
|
export declare type OnboardingAuditResult = io.flow.internal.v0.enums.OnboardingAuditResult;
|
|
22841
|
-
export declare type OnboardingAuditSnapshot = io.flow.internal.v0.models.OnboardingAuditSnapshot;
|
|
22842
23209
|
export declare type OnboardingAuditThemeKey = io.flow.internal.v0.enums.OnboardingAuditThemeKey;
|
|
22843
23210
|
export declare type OnboardingAuditThemeReport = io.flow.internal.v0.models.OnboardingAuditThemeReport;
|
|
22844
23211
|
export declare type OnboardingAutomationProcessState = io.flow.internal.v0.enums.OnboardingAutomationProcessState;
|
|
@@ -22881,6 +23248,9 @@ export declare type OrderPaymentSourceType = io.flow.internal.v0.enums.OrderPaym
|
|
|
22881
23248
|
export declare type OrderRatesDataV3 = io.flow.internal.v0.models.OrderRatesDataV3;
|
|
22882
23249
|
export declare type OrderRatesPublishedV3 = io.flow.internal.v0.models.OrderRatesPublishedV3;
|
|
22883
23250
|
export declare type OrderReference = io.flow.internal.v0.models.OrderReference;
|
|
23251
|
+
export declare type OrderRefundTransaction = io.flow.internal.v0.models.OrderRefundTransaction;
|
|
23252
|
+
export declare type OrderRefundTransactionDeleted = io.flow.internal.v0.models.OrderRefundTransactionDeleted;
|
|
23253
|
+
export declare type OrderRefundTransactionUpserted = io.flow.internal.v0.models.OrderRefundTransactionUpserted;
|
|
22884
23254
|
export declare type OrderRevenueRegionChart = io.flow.internal.v0.models.OrderRevenueRegionChart;
|
|
22885
23255
|
export declare type OrderRevenueRegionDataPoint = io.flow.internal.v0.models.OrderRevenueRegionDataPoint;
|
|
22886
23256
|
export declare type OrderRevenueTimelineChart = io.flow.internal.v0.models.OrderRevenueTimelineChart;
|
|
@@ -23015,6 +23385,7 @@ export declare type PaymentProcessorAccountUpserted = io.flow.internal.v0.models
|
|
|
23015
23385
|
export declare type PaymentProcessorMerchantDeleted = io.flow.internal.v0.models.PaymentProcessorMerchantDeleted;
|
|
23016
23386
|
export declare type PaymentProcessorMerchantUpserted = io.flow.internal.v0.models.PaymentProcessorMerchantUpserted;
|
|
23017
23387
|
export declare type PaymentRedirect = io.flow.internal.v0.unions.PaymentRedirect;
|
|
23388
|
+
export declare type PaymentRequestAuthorization = io.flow.internal.v0.models.PaymentRequestAuthorization;
|
|
23018
23389
|
export declare type PaymentShortUrl = io.flow.internal.v0.models.PaymentShortUrl;
|
|
23019
23390
|
export declare type PaymentShortUrlDiscriminator = io.flow.internal.v0.enums.PaymentShortUrlDiscriminator;
|
|
23020
23391
|
export declare type PaymentSummary = io.flow.internal.v0.models.PaymentSummary;
|
|
@@ -23246,6 +23617,14 @@ export declare type RequeueRequestForm = io.flow.internal.v0.models.RequeueReque
|
|
|
23246
23617
|
export declare type RescreenRestrictionsProducts = io.flow.internal.v0.models.RescreenRestrictionsProducts;
|
|
23247
23618
|
export declare type ResponsibleParty = io.flow.internal.v0.enums.ResponsibleParty;
|
|
23248
23619
|
export declare type RestrictionAction = io.flow.internal.v0.enums.RestrictionAction;
|
|
23620
|
+
export declare type RestrictionAttributeConditionMultiple = io.flow.internal.v0.models.RestrictionAttributeConditionMultiple;
|
|
23621
|
+
export declare type RestrictionAttributeConditionMultipleOperator = io.flow.internal.v0.enums.RestrictionAttributeConditionMultipleOperator;
|
|
23622
|
+
export declare type RestrictionAttributeConditionSingle = io.flow.internal.v0.models.RestrictionAttributeConditionSingle;
|
|
23623
|
+
export declare type RestrictionAttributeConditionSingleOperator = io.flow.internal.v0.enums.RestrictionAttributeConditionSingleOperator;
|
|
23624
|
+
export declare type RestrictionAttributeOperator = io.flow.internal.v0.enums.RestrictionAttributeOperator;
|
|
23625
|
+
export declare type RestrictionAttributeResult = io.flow.internal.v0.enums.RestrictionAttributeResult;
|
|
23626
|
+
export declare type RestrictionAttributeRule = io.flow.internal.v0.models.RestrictionAttributeRule;
|
|
23627
|
+
export declare type RestrictionAttributeRuleCondition = io.flow.internal.v0.unions.RestrictionAttributeRuleCondition;
|
|
23249
23628
|
export declare type RestrictionBlanketOrganizationExemption = io.flow.internal.v0.models.RestrictionBlanketOrganizationExemption;
|
|
23250
23629
|
export declare type RestrictionCategory = io.flow.internal.v0.models.RestrictionCategory;
|
|
23251
23630
|
export declare type RestrictionDecision = io.flow.internal.v0.enums.RestrictionDecision;
|
|
@@ -23270,6 +23649,7 @@ export declare type RestrictionProductDecisionForm = io.flow.internal.v0.models.
|
|
|
23270
23649
|
export declare type RestrictionProductRequestForm = io.flow.internal.v0.models.RestrictionProductRequestForm;
|
|
23271
23650
|
export declare type RestrictionProductSummary = io.flow.internal.v0.models.RestrictionProductSummary;
|
|
23272
23651
|
export declare type RestrictionRule = io.flow.internal.v0.models.RestrictionRule;
|
|
23652
|
+
export declare type RestrictionRuleActivationStatus = io.flow.internal.v0.enums.RestrictionRuleActivationStatus;
|
|
23273
23653
|
export declare type RestrictionRuleCommunityExemption = io.flow.internal.v0.enums.RestrictionRuleCommunityExemption;
|
|
23274
23654
|
export declare type RestrictionRuleDecisionForm = io.flow.internal.v0.models.RestrictionRuleDecisionForm;
|
|
23275
23655
|
export declare type RestrictionRuleDeleted = io.flow.internal.v0.models.RestrictionRuleDeleted;
|
|
@@ -23302,6 +23682,7 @@ export declare type ReturnPolicyUpserted = io.flow.internal.v0.models.ReturnPoli
|
|
|
23302
23682
|
export declare type ReturnSummary = io.flow.internal.v0.models.ReturnSummary;
|
|
23303
23683
|
export declare type ReturnTrigger = io.flow.internal.v0.unions.ReturnTrigger;
|
|
23304
23684
|
export declare type ReturnTriggerRefund = io.flow.internal.v0.models.ReturnTriggerRefund;
|
|
23685
|
+
export declare type ReturnTriggerReversal = io.flow.internal.v0.models.ReturnTriggerReversal;
|
|
23305
23686
|
export declare type RevenueRecord = io.flow.internal.v0.models.RevenueRecord;
|
|
23306
23687
|
export declare type RevenueRecordDeleted = io.flow.internal.v0.models.RevenueRecordDeleted;
|
|
23307
23688
|
export declare type RevenueRecordType = io.flow.internal.v0.enums.RevenueRecordType;
|
|
@@ -23334,6 +23715,9 @@ export declare type SearchItemSummary = io.flow.internal.v0.models.SearchItemSum
|
|
|
23334
23715
|
export declare type SearchOrderSummary = io.flow.internal.v0.models.SearchOrderSummary;
|
|
23335
23716
|
export declare type SearchProviderExport = io.flow.internal.v0.models.SearchProviderExport;
|
|
23336
23717
|
export declare type SearchTrackingSummary = io.flow.internal.v0.models.SearchTrackingSummary;
|
|
23718
|
+
export declare type SellabilityCheckResult = io.flow.internal.v0.models.SellabilityCheckResult;
|
|
23719
|
+
export declare type SellabilityCheckStatus = io.flow.internal.v0.enums.SellabilityCheckStatus;
|
|
23720
|
+
export declare type SellabilityStatus = io.flow.internal.v0.enums.SellabilityStatus;
|
|
23337
23721
|
export declare type SessionOrderData = io.flow.internal.v0.models.SessionOrderData;
|
|
23338
23722
|
export declare type SetupBlockPutForm = io.flow.internal.v0.models.SetupBlockPutForm;
|
|
23339
23723
|
export declare type SfExpress = io.flow.internal.v0.models.SfExpress;
|
|
@@ -23407,7 +23791,6 @@ export declare type ShopifyMonitoringMonitorReviewStatus = io.flow.internal.v0.e
|
|
|
23407
23791
|
export declare type ShopifyMonitoringOrderMonitor = io.flow.internal.v0.models.ShopifyMonitoringOrderMonitor;
|
|
23408
23792
|
export declare type ShopifyMonitoringOrderMonitorEventDeleted = io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted;
|
|
23409
23793
|
export declare type ShopifyMonitoringOrderMonitorEventUpserted = io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted;
|
|
23410
|
-
export declare type ShopifyMonitoringOrderMonitorReview = io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReview;
|
|
23411
23794
|
export declare type ShopifyMonitoringOrderMonitorType = io.flow.internal.v0.unions.ShopifyMonitoringOrderMonitorType;
|
|
23412
23795
|
export declare type ShopifyMonitoringTrackingField = io.flow.internal.v0.enums.ShopifyMonitoringTrackingField;
|
|
23413
23796
|
export declare type ShopifyMonitoringTrackingNumber = io.flow.internal.v0.models.ShopifyMonitoringTrackingNumber;
|
|
@@ -23437,6 +23820,12 @@ export declare type ShopifyProductCreateWebhookEvent = io.flow.internal.v0.model
|
|
|
23437
23820
|
export declare type ShopifyProductDeleteDeleted = io.flow.internal.v0.models.ShopifyProductDeleteDeleted;
|
|
23438
23821
|
export declare type ShopifyProductDeleteUpserted = io.flow.internal.v0.models.ShopifyProductDeleteUpserted;
|
|
23439
23822
|
export declare type ShopifyProductDeleteWebhookEvent = io.flow.internal.v0.models.ShopifyProductDeleteWebhookEvent;
|
|
23823
|
+
export declare type ShopifyProductTaxonomyAttribute = io.flow.internal.v0.models.ShopifyProductTaxonomyAttribute;
|
|
23824
|
+
export declare type ShopifyProductTaxonomyAttributeDeleted = io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeDeleted;
|
|
23825
|
+
export declare type ShopifyProductTaxonomyAttributeUpserted = io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeUpserted;
|
|
23826
|
+
export declare type ShopifyProductTaxonomyAttributeValue = io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValue;
|
|
23827
|
+
export declare type ShopifyProductTaxonomyAttributeValueDeleted = io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueDeleted;
|
|
23828
|
+
export declare type ShopifyProductTaxonomyAttributeValueUpserted = io.flow.internal.v0.models.ShopifyProductTaxonomyAttributeValueUpserted;
|
|
23440
23829
|
export declare type ShopifyProductUpdateDeleted = io.flow.internal.v0.models.ShopifyProductUpdateDeleted;
|
|
23441
23830
|
export declare type ShopifyProductUpdateUpserted = io.flow.internal.v0.models.ShopifyProductUpdateUpserted;
|
|
23442
23831
|
export declare type ShopifyProductUpdateWebhookEvent = io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent;
|
|
@@ -23447,6 +23836,8 @@ export declare type ShopifyService = io.flow.internal.v0.enums.ShopifyService;
|
|
|
23447
23836
|
export declare type ShopifyShopStatistics = io.flow.internal.v0.models.ShopifyShopStatistics;
|
|
23448
23837
|
export declare type ShopifyStoreDetail = io.flow.internal.v0.models.ShopifyStoreDetail;
|
|
23449
23838
|
export declare type ShopifyStripeEvent = io.flow.internal.v0.models.ShopifyStripeEvent;
|
|
23839
|
+
export declare type ShopifyTaxonomyAlignmentConfig = io.flow.internal.v0.models.ShopifyTaxonomyAlignmentConfig;
|
|
23840
|
+
export declare type ShopifyTaxonomyAlignmentConfigForm = io.flow.internal.v0.models.ShopifyTaxonomyAlignmentConfigForm;
|
|
23450
23841
|
export declare type ShopperBreakdown = io.flow.internal.v0.models.ShopperBreakdown;
|
|
23451
23842
|
export declare type ShopperFees = io.flow.internal.v0.models.ShopperFees;
|
|
23452
23843
|
export declare type ShopperFreight = io.flow.internal.v0.models.ShopperFreight;
|
|
@@ -23553,6 +23944,7 @@ export declare type TaxTransaction = io.flow.internal.v0.models.TaxTransaction;
|
|
|
23553
23944
|
export declare type TaxTransactionDeleted = io.flow.internal.v0.models.TaxTransactionDeleted;
|
|
23554
23945
|
export declare type TaxTransactionType = io.flow.internal.v0.enums.TaxTransactionType;
|
|
23555
23946
|
export declare type TaxTransactionUpserted = io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
23947
|
+
export declare type TaxonomyAlignmentCheckResult = io.flow.internal.v0.models.TaxonomyAlignmentCheckResult;
|
|
23556
23948
|
export declare type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
|
|
23557
23949
|
export declare type TaxonomyCategoryClassificationAlignment = io.flow.internal.v0.enums.TaxonomyCategoryClassificationAlignment;
|
|
23558
23950
|
export declare type TaxonomyCategoryHs6Ref = io.flow.internal.v0.models.TaxonomyCategoryHs6Ref;
|