@flowio/types 11.24.122 → 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 +427 -64
- package/dist/api.d.ts +342 -1735
- package/package.json +2 -2
- package/src/api-internal.ts +569 -75
- package/src/api.ts +470 -2334
package/dist/api-internal.d.ts
CHANGED
|
@@ -3863,6 +3863,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
3863
3863
|
readonly package_dimensions_source?: io.flow.label.v0.enums.PackageDimensionsSource;
|
|
3864
3864
|
readonly origin_location_source?: io.flow.label.v0.enums.OriginLocationSource;
|
|
3865
3865
|
readonly reference_id?: string;
|
|
3866
|
+
readonly shipping_date_time?: string;
|
|
3866
3867
|
}
|
|
3867
3868
|
interface DetailedShippingNotificationForm {
|
|
3868
3869
|
readonly discriminator: 'detailed_shipping_notification_form';
|
|
@@ -4830,6 +4831,7 @@ declare namespace io.flow.shopify.markets.internal.v0.enums {
|
|
|
4830
4831
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
4831
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';
|
|
4832
4833
|
type ProductStatus = 'active' | 'archived' | 'draft' | 'unlisted';
|
|
4834
|
+
type SellabilityStatus = 'complete' | 'incomplete';
|
|
4833
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';
|
|
4834
4836
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
4835
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';
|
|
@@ -4862,6 +4864,18 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
4862
4864
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
4863
4865
|
readonly identifier: string;
|
|
4864
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
|
+
}
|
|
4865
4879
|
interface FlowShopValidationError {
|
|
4866
4880
|
readonly message: string;
|
|
4867
4881
|
readonly reason: string;
|
|
@@ -4898,6 +4912,10 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
4898
4912
|
readonly action?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceErrorAction;
|
|
4899
4913
|
readonly next_action_from: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
|
|
4900
4914
|
}
|
|
4915
|
+
interface PaymentRequestAuthorization {
|
|
4916
|
+
readonly payment_request_id: string;
|
|
4917
|
+
readonly authorization_id: string;
|
|
4918
|
+
}
|
|
4901
4919
|
interface ProductRestrictionResultValidationError {
|
|
4902
4920
|
readonly message: string;
|
|
4903
4921
|
readonly reason: string;
|
|
@@ -4968,6 +4986,7 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
4968
4986
|
readonly api_password_masked?: string;
|
|
4969
4987
|
readonly access_token_masked?: string;
|
|
4970
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;
|
|
4971
4990
|
}
|
|
4972
4991
|
interface ShopifyMarketsShopForm {
|
|
4973
4992
|
readonly shop: string;
|
|
@@ -5022,6 +5041,20 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
5022
5041
|
interface ShopifyProductBundleUnderlying {
|
|
5023
5042
|
readonly product_ids: string[];
|
|
5024
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
|
+
}
|
|
5025
5058
|
interface ShopifyProductWrapper {
|
|
5026
5059
|
readonly shopify_product: io.flow.shopify.external.v0.models.Product;
|
|
5027
5060
|
readonly deleted_at?: string;
|
|
@@ -5534,6 +5567,7 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5534
5567
|
interface GraphqlMetaobjectField {
|
|
5535
5568
|
readonly key: string;
|
|
5536
5569
|
readonly value?: string;
|
|
5570
|
+
readonly type?: string;
|
|
5537
5571
|
}
|
|
5538
5572
|
interface GraphqlOption {
|
|
5539
5573
|
readonly id: string;
|
|
@@ -7079,6 +7113,7 @@ declare namespace io.flow.channel.shopify.internal.v0.models {
|
|
|
7079
7113
|
declare namespace io.flow.order.price.v0.enums {
|
|
7080
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';
|
|
7081
7115
|
type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
|
|
7116
|
+
type OrderPriceFeeType = 'service' | 'fx' | 'tax' | 'duties' | 'tax_and_duties' | 'product';
|
|
7082
7117
|
}
|
|
7083
7118
|
declare namespace io.flow.order.price.v0.models {
|
|
7084
7119
|
interface OrderPriceDetail {
|
|
@@ -7092,6 +7127,11 @@ declare namespace io.flow.order.price.v0.models {
|
|
|
7092
7127
|
readonly rate?: number;
|
|
7093
7128
|
readonly accuracy?: io.flow.price.v0.enums.PriceAccuracy;
|
|
7094
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[];
|
|
7095
7135
|
}
|
|
7096
7136
|
interface OrderPriceDetailComponent {
|
|
7097
7137
|
readonly key: io.flow.order.price.v0.enums.OrderPriceDetailComponentKey;
|
|
@@ -7101,6 +7141,16 @@ declare namespace io.flow.order.price.v0.models {
|
|
|
7101
7141
|
readonly base: io.flow.common.v0.models.Price;
|
|
7102
7142
|
readonly name?: string;
|
|
7103
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
|
+
}
|
|
7104
7154
|
}
|
|
7105
7155
|
declare namespace io.flow.channel.internal.v0.enums {
|
|
7106
7156
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
@@ -7142,6 +7192,7 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
7142
7192
|
readonly channel_id: string;
|
|
7143
7193
|
readonly external_order_reference: string;
|
|
7144
7194
|
readonly payment_request_id?: string;
|
|
7195
|
+
readonly order_payment_request_ids?: string[];
|
|
7145
7196
|
readonly order_edit_payment_request_ids?: string[];
|
|
7146
7197
|
readonly status: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceStatus;
|
|
7147
7198
|
readonly reasons: io.flow.channel.internal.v0.models.ChannelOrderAcceptanceReason[];
|
|
@@ -7889,9 +7940,33 @@ declare namespace io.flow.shopify.markets.internal.event.v0.models {
|
|
|
7889
7940
|
readonly organization: string;
|
|
7890
7941
|
readonly shopify_product_bundle: io.flow.shopify.markets.internal.v0.models.ShopifyProductBundle;
|
|
7891
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
|
+
}
|
|
7892
7967
|
}
|
|
7893
7968
|
declare namespace io.flow.shopify.markets.internal.event.v0.unions {
|
|
7894
|
-
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;
|
|
7895
7970
|
}
|
|
7896
7971
|
declare namespace io.flow.experience.v0.enums {
|
|
7897
7972
|
type AddressFieldName = 'first_name' | 'last_name' | 'street_1' | 'street_2' | 'city' | 'province' | 'postal' | 'country' | 'phone' | 'company' | 'vat_registration_number';
|
|
@@ -8155,6 +8230,10 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8155
8230
|
readonly discriminator: 'subsidy';
|
|
8156
8231
|
readonly targets: io.flow.experience.v0.enums.DiscountRuleSubsidyTarget[];
|
|
8157
8232
|
}
|
|
8233
|
+
interface EditSummary {
|
|
8234
|
+
readonly id: string;
|
|
8235
|
+
readonly edited_at: string;
|
|
8236
|
+
}
|
|
8158
8237
|
interface Experience {
|
|
8159
8238
|
readonly discriminator: 'experience';
|
|
8160
8239
|
readonly id: string;
|
|
@@ -8402,6 +8481,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8402
8481
|
readonly local: io.flow.catalog.v0.models.Local;
|
|
8403
8482
|
readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
|
|
8404
8483
|
readonly price_source?: io.flow.common.v0.unions.PriceSource;
|
|
8484
|
+
readonly breakdown?: io.flow.order.price.v0.models.OrderPriceDetailBreakdown;
|
|
8405
8485
|
}
|
|
8406
8486
|
interface LocalizedLineItemDiscount {
|
|
8407
8487
|
readonly amount: number;
|
|
@@ -8444,6 +8524,8 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8444
8524
|
readonly destination_contact_details?: io.flow.experience.v0.models.DestinationContactDetail[];
|
|
8445
8525
|
readonly incoterm_summary?: io.flow.experience.v0.models.IncotermSummary;
|
|
8446
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[];
|
|
8447
8529
|
}
|
|
8448
8530
|
interface OrderAddress {
|
|
8449
8531
|
readonly text?: string;
|
|
@@ -8617,6 +8699,11 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8617
8699
|
readonly device_details?: io.flow.payment.v0.unions.DeviceDetails;
|
|
8618
8700
|
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
8619
8701
|
}
|
|
8702
|
+
interface OrderRate {
|
|
8703
|
+
readonly from: string;
|
|
8704
|
+
readonly to: string;
|
|
8705
|
+
readonly rate: number;
|
|
8706
|
+
}
|
|
8620
8707
|
interface OrderReference {
|
|
8621
8708
|
readonly discriminator: 'order_reference';
|
|
8622
8709
|
readonly id: string;
|
|
@@ -9702,7 +9789,7 @@ declare namespace io.flow.price.v0.unions {
|
|
|
9702
9789
|
}
|
|
9703
9790
|
declare namespace io.flow.trueup.v0.enums {
|
|
9704
9791
|
type CarrierChargeReason = 'return_to_origin' | 'rejection' | 'other';
|
|
9705
|
-
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';
|
|
9706
9793
|
}
|
|
9707
9794
|
declare namespace io.flow.trueup.v0.models {
|
|
9708
9795
|
interface DeadWeight {
|
|
@@ -9861,6 +9948,11 @@ declare namespace io.flow.product.v0.models {
|
|
|
9861
9948
|
interface ProductTaxonomyData {
|
|
9862
9949
|
readonly key: string;
|
|
9863
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;
|
|
9864
9956
|
}
|
|
9865
9957
|
}
|
|
9866
9958
|
declare namespace io.flow.tracking.v0.enums {
|
|
@@ -10335,6 +10427,7 @@ declare namespace io.flow.catalog.v0.models {
|
|
|
10335
10427
|
readonly amount: number;
|
|
10336
10428
|
readonly label: string;
|
|
10337
10429
|
readonly base: io.flow.common.v0.models.Price;
|
|
10430
|
+
readonly breakdown?: io.flow.order.price.v0.models.OrderPriceDetailBreakdown;
|
|
10338
10431
|
}
|
|
10339
10432
|
interface Options {
|
|
10340
10433
|
readonly required: boolean;
|
|
@@ -11597,6 +11690,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11597
11690
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
11598
11691
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
11599
11692
|
type AldoItemType = 'physical' | 'digital';
|
|
11693
|
+
type AnirbanItemType = 'physical' | 'digital';
|
|
11600
11694
|
type AnshItemType = 'physical' | 'digital';
|
|
11601
11695
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
11602
11696
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
@@ -11606,13 +11700,14 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11606
11700
|
type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
|
|
11607
11701
|
type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
11608
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';
|
|
11609
|
-
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';
|
|
11610
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';
|
|
11611
11705
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
11612
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';
|
|
11613
11707
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
11614
11708
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
11615
11709
|
type CarrierChargeType = 'label' | 'tax' | 'other';
|
|
11710
|
+
type CarrierDocumentType = 'commercial_invoice';
|
|
11616
11711
|
type CarrierFileType = 'freight' | 'tax';
|
|
11617
11712
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
11618
11713
|
type CarrierValidationStatus = 'success' | 'error';
|
|
@@ -11626,6 +11721,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11626
11721
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
11627
11722
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
11628
11723
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
11724
|
+
type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
|
|
11629
11725
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
11630
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';
|
|
11631
11727
|
type ChargebackPaymentStatus = 'captured' | 'refunded';
|
|
@@ -11669,9 +11765,11 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11669
11765
|
type DutySelectionRule = 'lookup_by_tariff_code' | 'lookup_by_hs6_code' | 'fallback_for_jurisdiction' | 'domestic_sale' | 'intra_community_sale' | 'reimport' | 'override' | 'preferential_rate';
|
|
11670
11766
|
type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
|
|
11671
11767
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty' | 'refund';
|
|
11768
|
+
type DutyVarianceStatus = 'acceptable' | 'exceeded';
|
|
11672
11769
|
type EmptyAttribute = 'irrelevant';
|
|
11673
11770
|
type ErpFileType = 'vendor';
|
|
11674
|
-
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';
|
|
11675
11773
|
type ExperienceImportType = 'experience_with_settings';
|
|
11676
11774
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
11677
11775
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -11680,6 +11778,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11680
11778
|
type FeatureStatus = 'draft' | 'active' | 'archived';
|
|
11681
11779
|
type FeatureType = 'boolean' | 'decimal' | 'string';
|
|
11682
11780
|
type FeesSource = 'settings' | 'authorization_bundle';
|
|
11781
|
+
type FileType = 'pdf';
|
|
11683
11782
|
type FraudProvider = 'flow' | 'forter' | 'paypal' | 'riskified' | 'rps' | 'other' | 'none';
|
|
11684
11783
|
type FraudProviderStatus = 'active' | 'archived';
|
|
11685
11784
|
type FraudReviewResponsibleParty = 'flow' | 'organization';
|
|
@@ -11693,7 +11792,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11693
11792
|
type InternalPaymentEntityType = 'authorization' | 'capture' | 'refund' | 'dispute';
|
|
11694
11793
|
type ItemClassificationAction = 'ACCEPT' | 'MANUAL' | 'REJECT';
|
|
11695
11794
|
type ItemClassificationStatus = 'unknown' | 'manual' | 'manually_accepted' | 'manually_overridden' | 'automatically_accepted' | 'pending';
|
|
11696
|
-
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';
|
|
11697
11796
|
type ItemQuantityAction = 'fulfillment_ship' | 'fulfillment_cancel' | 'fulfillment_generate_label';
|
|
11698
11797
|
type ItemType = 'standard' | 'multi_product';
|
|
11699
11798
|
type JournalOperation = 'insert' | 'update' | 'delete';
|
|
@@ -11771,9 +11870,14 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11771
11870
|
type ReportingScheme = 'immediate_reporting_to_tax_authority' | 'periodic_reporting_to_tax_authority' | 'paid_at_border' | 'paid_on_delivery';
|
|
11772
11871
|
type ResponsibleParty = 'flow' | 'organization';
|
|
11773
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';
|
|
11774
11877
|
type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
|
|
11775
11878
|
type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox';
|
|
11776
11879
|
type RestrictionOrganizationSource = 'shopify' | 'enterprise';
|
|
11880
|
+
type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
|
|
11777
11881
|
type RestrictionRuleCommunityExemption = 'domestic_exemption' | 'intra_eu_exemption';
|
|
11778
11882
|
type RestrictionRuleExceptionAction = 'allow' | 'deny';
|
|
11779
11883
|
type RestrictionStateReviewStatus = 'reviewed' | 'in_review';
|
|
@@ -11783,6 +11887,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
11783
11887
|
type RiskEvaluation = 'Pending' | 'High-Risk' | 'Low-Risk' | 'Restricted-Party' | 'none';
|
|
11784
11888
|
type RohanItemType = 'physical' | 'digital';
|
|
11785
11889
|
type SarveshItemType = 'physical' | 'digital';
|
|
11890
|
+
type SellabilityCheckStatus = 'more_restrictive' | 'less_restrictive' | 'similar' | 'regions_differ' | 'rules_differ';
|
|
11891
|
+
type SellabilityStatus = 'complete' | 'incomplete';
|
|
11786
11892
|
type ShopifyIncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
|
|
11787
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';
|
|
11788
11894
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
@@ -12028,6 +12134,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12028
12134
|
readonly order: io.flow.internal.v0.models.OrderReference;
|
|
12029
12135
|
readonly fulfillment_id: string;
|
|
12030
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
|
+
}
|
|
12031
12144
|
interface ActionQuantity {
|
|
12032
12145
|
readonly action: io.flow.internal.v0.enums.ItemQuantityAction;
|
|
12033
12146
|
readonly quantity: number;
|
|
@@ -12428,29 +12541,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12428
12541
|
readonly type: io.flow.internal.v0.enums.AldoItemType;
|
|
12429
12542
|
readonly added_on: string;
|
|
12430
12543
|
}
|
|
12431
|
-
interface AlertErrorSummary {
|
|
12432
|
-
readonly event_id: number;
|
|
12433
|
-
readonly error: string;
|
|
12434
|
-
}
|
|
12435
|
-
interface AlertFailureSummary {
|
|
12436
|
-
readonly database: string;
|
|
12437
|
-
readonly summaries: io.flow.internal.v0.models.AlertFailureSummaryDetail[];
|
|
12438
|
-
}
|
|
12439
|
-
interface AlertFailureSummaryDetail {
|
|
12440
|
-
readonly queue: string;
|
|
12441
|
-
readonly count: number;
|
|
12442
|
-
readonly errors: io.flow.internal.v0.models.AlertErrorSummary[];
|
|
12443
|
-
}
|
|
12444
|
-
interface AlertImportSummary {
|
|
12445
|
-
readonly organization_id: string;
|
|
12446
|
-
readonly filename: string;
|
|
12447
|
-
readonly type: string;
|
|
12448
|
-
readonly started_at?: string;
|
|
12449
|
-
}
|
|
12450
|
-
interface AlertRequeueSummary {
|
|
12451
|
-
readonly queue: string;
|
|
12452
|
-
readonly count: number;
|
|
12453
|
-
}
|
|
12454
12544
|
interface AllItemsExport {
|
|
12455
12545
|
readonly discriminator: 'all_items_export';
|
|
12456
12546
|
readonly event_id: string;
|
|
@@ -12469,6 +12559,21 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12469
12559
|
readonly name: string;
|
|
12470
12560
|
readonly labels: Record<string, string[]>;
|
|
12471
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
|
+
}
|
|
12472
12577
|
interface AnshItem {
|
|
12473
12578
|
readonly id: string;
|
|
12474
12579
|
readonly number: string;
|
|
@@ -12502,6 +12607,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12502
12607
|
readonly value: string;
|
|
12503
12608
|
readonly unverified: boolean;
|
|
12504
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
|
+
}
|
|
12505
12614
|
interface AuthenticationForm {
|
|
12506
12615
|
readonly password: string;
|
|
12507
12616
|
}
|
|
@@ -12677,6 +12786,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12677
12786
|
readonly timestamp: string;
|
|
12678
12787
|
readonly bank_payment: io.flow.internal.v0.models.BankPayment;
|
|
12679
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
|
+
}
|
|
12680
12794
|
interface BillingAuthorizationReference {
|
|
12681
12795
|
readonly id: string;
|
|
12682
12796
|
}
|
|
@@ -13143,6 +13257,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13143
13257
|
readonly organization: string;
|
|
13144
13258
|
readonly carrier_charge: io.flow.internal.v0.models.CarrierCharge;
|
|
13145
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
|
+
}
|
|
13146
13264
|
interface CarrierFile {
|
|
13147
13265
|
readonly id: string;
|
|
13148
13266
|
readonly type: io.flow.internal.v0.enums.CarrierFileType;
|
|
@@ -13441,6 +13559,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13441
13559
|
readonly channel_id: string;
|
|
13442
13560
|
readonly external_order_reference: string;
|
|
13443
13561
|
readonly payment_request_id?: string;
|
|
13562
|
+
readonly order_payment_request_ids?: string[];
|
|
13444
13563
|
readonly order_edit_payment_request_ids?: string[];
|
|
13445
13564
|
readonly status: io.flow.internal.v0.enums.ChannelOrderAcceptanceStatus;
|
|
13446
13565
|
readonly reasons: io.flow.internal.v0.models.ChannelOrderAcceptanceReason[];
|
|
@@ -13537,6 +13656,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13537
13656
|
readonly channel_id: string;
|
|
13538
13657
|
readonly channel_organization_identifier: io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
13539
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
|
+
}
|
|
13540
13671
|
interface ChannelOrganizationShopify {
|
|
13541
13672
|
readonly organization: io.flow.channel.v0.models.ChannelOrganization;
|
|
13542
13673
|
readonly tokens: io.flow.internal.v0.models.ShopifyChannelOrganizationTokens[];
|
|
@@ -13596,6 +13727,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13596
13727
|
readonly timestamp: string;
|
|
13597
13728
|
readonly channel_transaction: io.flow.internal.v0.models.ChannelTransaction;
|
|
13598
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
|
+
}
|
|
13599
13736
|
interface ChargeInput {
|
|
13600
13737
|
readonly charge_input_code: io.flow.internal.v0.enums.ChargeInputType;
|
|
13601
13738
|
readonly price: io.flow.common.v0.models.Money;
|
|
@@ -14310,6 +14447,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14310
14447
|
readonly default?: io.flow.common.v0.enums.DeliveredDuty;
|
|
14311
14448
|
readonly display?: io.flow.experience.v0.enums.DeliveredDutyDisplayType;
|
|
14312
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
|
+
}
|
|
14313
14457
|
interface DestinationError {
|
|
14314
14458
|
readonly id: string;
|
|
14315
14459
|
readonly failed_at: string;
|
|
@@ -14593,6 +14737,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14593
14737
|
readonly timestamp: string;
|
|
14594
14738
|
readonly duty_transaction: io.flow.internal.v0.models.DutyTransaction;
|
|
14595
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
|
+
}
|
|
14596
14745
|
interface EmailForm {
|
|
14597
14746
|
readonly to: string[];
|
|
14598
14747
|
readonly cc?: string[];
|
|
@@ -14822,9 +14971,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14822
14971
|
readonly processed_at?: string;
|
|
14823
14972
|
}
|
|
14824
14973
|
interface EvaluationResults {
|
|
14825
|
-
readonly chapter_result:
|
|
14826
|
-
readonly sellability_result:
|
|
14827
|
-
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;
|
|
14828
14978
|
}
|
|
14829
14979
|
interface ExclusionRuleDeleted {
|
|
14830
14980
|
readonly discriminator: 'exclusion_rule_deleted';
|
|
@@ -14961,6 +15111,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14961
15111
|
readonly carrier_tracking_number?: string;
|
|
14962
15112
|
readonly fulfilled_via_replacement_order?: boolean;
|
|
14963
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
|
+
}
|
|
14964
15122
|
interface FacebookPixel {
|
|
14965
15123
|
readonly discriminator: 'facebook_pixel';
|
|
14966
15124
|
readonly name?: string;
|
|
@@ -15064,6 +15222,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15064
15222
|
readonly client_secret: string;
|
|
15065
15223
|
readonly account_number: string;
|
|
15066
15224
|
}
|
|
15225
|
+
interface FedexCarrierLabelAttributes {
|
|
15226
|
+
readonly discriminator: 'fedex_carrier_label_attributes';
|
|
15227
|
+
readonly origin_location_id?: string;
|
|
15228
|
+
readonly destination_location_id?: string;
|
|
15229
|
+
}
|
|
15067
15230
|
interface FedexCrossborder {
|
|
15068
15231
|
readonly discriminator: 'fedex_crossborder';
|
|
15069
15232
|
readonly api_key: string;
|
|
@@ -16068,6 +16231,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16068
16231
|
readonly gender?: string;
|
|
16069
16232
|
readonly material?: string;
|
|
16070
16233
|
readonly url?: string;
|
|
16234
|
+
readonly preferential_rate_statement?: string;
|
|
16071
16235
|
}
|
|
16072
16236
|
interface InvoiceInfoForm {
|
|
16073
16237
|
readonly invoice_number: string;
|
|
@@ -16092,6 +16256,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16092
16256
|
readonly total_price: number;
|
|
16093
16257
|
readonly manufacturer_id?: string;
|
|
16094
16258
|
readonly export_control_classification_number: string;
|
|
16259
|
+
readonly preferential_rate_statement?: string;
|
|
16095
16260
|
}
|
|
16096
16261
|
interface InvoiceTransaction {
|
|
16097
16262
|
readonly discriminator: 'invoice_transaction';
|
|
@@ -16325,6 +16490,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16325
16490
|
interface KeyReference {
|
|
16326
16491
|
readonly id: string;
|
|
16327
16492
|
}
|
|
16493
|
+
interface KeywordCancelling {
|
|
16494
|
+
readonly positive_keyword: string;
|
|
16495
|
+
readonly negative_keywords: string[];
|
|
16496
|
+
}
|
|
16328
16497
|
interface KlarnaAuthorizationParameters {
|
|
16329
16498
|
readonly discriminator: 'klarna_authorization_parameters';
|
|
16330
16499
|
readonly client_token: string;
|
|
@@ -16536,6 +16705,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16536
16705
|
readonly saturday_stop?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
16537
16706
|
readonly residential_extended_area_pickup?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
16538
16707
|
readonly package_level_detail?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
16708
|
+
readonly pickup?: io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
16539
16709
|
}
|
|
16540
16710
|
interface LabelSurchargeSingleForm {
|
|
16541
16711
|
readonly amount: number;
|
|
@@ -16991,6 +17161,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16991
17161
|
readonly id: string;
|
|
16992
17162
|
readonly status: io.flow.internal.v0.enums.MerchantOverrideStatus;
|
|
16993
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
|
+
}
|
|
16994
17176
|
interface MerchantSearchResult {
|
|
16995
17177
|
readonly organization_id: string;
|
|
16996
17178
|
readonly shop_name?: string;
|
|
@@ -17019,6 +17201,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17019
17201
|
readonly freight: number;
|
|
17020
17202
|
readonly total: number;
|
|
17021
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;
|
|
17022
17208
|
}
|
|
17023
17209
|
interface MerchantUpserted {
|
|
17024
17210
|
readonly discriminator: 'merchant_upserted';
|
|
@@ -17078,6 +17264,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17078
17264
|
readonly bank_account: io.flow.internal.v0.models.ReportBankAccount;
|
|
17079
17265
|
readonly account: io.flow.internal.v0.models.ReportAccount;
|
|
17080
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
|
+
}
|
|
17081
17272
|
interface NonL4LTaxDutyFxTransaction {
|
|
17082
17273
|
readonly discriminator: 'non_l4l_tax_duty_fx_transaction';
|
|
17083
17274
|
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
@@ -17109,14 +17300,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17109
17300
|
readonly messages: io.flow.internal.v0.models.OnboardingAuditMessage[];
|
|
17110
17301
|
readonly execution_time_ms?: number;
|
|
17111
17302
|
}
|
|
17112
|
-
interface OnboardingAuditSnapshot {
|
|
17113
|
-
readonly id: string;
|
|
17114
|
-
readonly organization: io.flow.common.v0.models.Organization;
|
|
17115
|
-
readonly result: io.flow.internal.v0.enums.OnboardingAuditResult;
|
|
17116
|
-
readonly theme_reports: io.flow.internal.v0.models.OnboardingAuditThemeReport[];
|
|
17117
|
-
readonly requested_by: io.flow.common.v0.models.User;
|
|
17118
|
-
readonly requested_at: string;
|
|
17119
|
-
}
|
|
17120
17303
|
interface OnboardingAuditThemeReport {
|
|
17121
17304
|
readonly name: string;
|
|
17122
17305
|
readonly key: io.flow.internal.v0.enums.OnboardingAuditThemeKey;
|
|
@@ -17304,6 +17487,26 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17304
17487
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
17305
17488
|
readonly number: string;
|
|
17306
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
|
+
}
|
|
17307
17510
|
interface OrderRevenueRegionChart {
|
|
17308
17511
|
readonly total: io.flow.common.v0.models.Price;
|
|
17309
17512
|
readonly period: io.flow.common.v0.models.DatetimeRange;
|
|
@@ -17629,6 +17832,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17629
17832
|
readonly pending_classification_count?: number;
|
|
17630
17833
|
readonly oldest_pending_restriction_date?: string;
|
|
17631
17834
|
readonly oldest_pending_verification_date?: string;
|
|
17835
|
+
readonly oldest_pending_classification_date?: string;
|
|
17632
17836
|
readonly product_count: number;
|
|
17633
17837
|
readonly restricted_product_count: number;
|
|
17634
17838
|
readonly last_order_submitted_at?: string;
|
|
@@ -18097,6 +18301,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18097
18301
|
readonly id: string;
|
|
18098
18302
|
readonly merchant: io.flow.internal.v0.unions.ProcessorMerchant;
|
|
18099
18303
|
}
|
|
18304
|
+
interface PaymentRequestAuthorization {
|
|
18305
|
+
readonly payment_request_id: string;
|
|
18306
|
+
readonly authorization_id: string;
|
|
18307
|
+
}
|
|
18100
18308
|
interface PaymentShortUrl {
|
|
18101
18309
|
readonly id: string;
|
|
18102
18310
|
readonly key: string;
|
|
@@ -18629,6 +18837,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18629
18837
|
readonly pending_classification_count?: number;
|
|
18630
18838
|
readonly oldest_pending_restriction_date?: string;
|
|
18631
18839
|
readonly oldest_pending_verification_date?: string;
|
|
18840
|
+
readonly oldest_pending_classification_date?: string;
|
|
18632
18841
|
}
|
|
18633
18842
|
interface ProductRestrictionStateDeleted {
|
|
18634
18843
|
readonly discriminator: 'product_restriction_state_deleted';
|
|
@@ -18683,6 +18892,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18683
18892
|
readonly restricted_regions?: string[];
|
|
18684
18893
|
readonly restricted_regions_by_type?: io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
18685
18894
|
readonly rule_ids?: string[];
|
|
18895
|
+
readonly taxonomy_category?: string;
|
|
18686
18896
|
}
|
|
18687
18897
|
interface ProductTransaction {
|
|
18688
18898
|
readonly transaction_amount: number;
|
|
@@ -19240,6 +19450,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19240
19450
|
readonly sales_records?: any[];
|
|
19241
19451
|
readonly refund_records?: any[];
|
|
19242
19452
|
}
|
|
19453
|
+
interface ReportingFees {
|
|
19454
|
+
readonly mor: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19455
|
+
readonly fx: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19456
|
+
readonly sp: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19457
|
+
}
|
|
19243
19458
|
interface ReportingFulfillment {
|
|
19244
19459
|
readonly id: string;
|
|
19245
19460
|
readonly sequence_number: number;
|
|
@@ -19317,6 +19532,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19317
19532
|
readonly total?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19318
19533
|
readonly tax_refund?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19319
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;
|
|
19320
19539
|
}
|
|
19321
19540
|
interface ReportingMonetaryValue {
|
|
19322
19541
|
readonly transaction: number;
|
|
@@ -19331,6 +19550,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19331
19550
|
readonly number: string;
|
|
19332
19551
|
readonly submitted_at: string;
|
|
19333
19552
|
readonly payment_source?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
19553
|
+
readonly is_edited?: boolean;
|
|
19334
19554
|
}
|
|
19335
19555
|
interface ReportingOrganizationSummary {
|
|
19336
19556
|
readonly id: string;
|
|
@@ -19393,6 +19613,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19393
19613
|
interface RescreenRestrictionsProducts {
|
|
19394
19614
|
readonly placeholder?: boolean;
|
|
19395
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
|
+
}
|
|
19396
19633
|
interface RestrictionBlanketOrganizationExemption {
|
|
19397
19634
|
readonly id: string;
|
|
19398
19635
|
readonly organization_id: string;
|
|
@@ -19432,6 +19669,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19432
19669
|
readonly price: io.flow.common.v0.models.Price;
|
|
19433
19670
|
readonly hs_code?: string;
|
|
19434
19671
|
readonly hs_code_source?: io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
19672
|
+
readonly classification_scope?: io.flow.internal.v0.enums.ClassificationScope;
|
|
19435
19673
|
readonly description: string;
|
|
19436
19674
|
readonly category?: string;
|
|
19437
19675
|
readonly categories: string[];
|
|
@@ -19447,6 +19685,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19447
19685
|
readonly statuses?: io.flow.internal.v0.enums.RestrictionStatus[];
|
|
19448
19686
|
readonly rule_ids?: string[];
|
|
19449
19687
|
readonly user_ids?: string[];
|
|
19688
|
+
readonly exclude_items_with_pc?: boolean;
|
|
19450
19689
|
readonly category?: string;
|
|
19451
19690
|
readonly product_name_query?: string;
|
|
19452
19691
|
readonly hs6?: string;
|
|
@@ -19546,6 +19785,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19546
19785
|
readonly thumbnails: io.flow.catalog.v0.models.Image[];
|
|
19547
19786
|
readonly hs_code?: string;
|
|
19548
19787
|
readonly hs_code_source?: io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
19788
|
+
readonly classification_scope?: io.flow.internal.v0.enums.ClassificationScope;
|
|
19549
19789
|
readonly url?: string;
|
|
19550
19790
|
readonly reviews: io.flow.internal.v0.models.RestrictionItemReview[];
|
|
19551
19791
|
readonly created_at: string;
|
|
@@ -19586,6 +19826,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19586
19826
|
readonly sellability_positive_keywords?: string[];
|
|
19587
19827
|
readonly community_exemption: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
|
|
19588
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;
|
|
19589
19833
|
}
|
|
19590
19834
|
interface RestrictionRuleDecisionForm {
|
|
19591
19835
|
readonly rule_id: string;
|
|
@@ -19636,6 +19880,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19636
19880
|
readonly sellability_positive_keywords?: string[];
|
|
19637
19881
|
readonly community_exemption: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
|
|
19638
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;
|
|
19639
19887
|
}
|
|
19640
19888
|
interface RestrictionRuleLaneExemption {
|
|
19641
19889
|
readonly id: string;
|
|
@@ -19654,6 +19902,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19654
19902
|
readonly ignored_keywords?: string[];
|
|
19655
19903
|
readonly additional_keywords?: string[];
|
|
19656
19904
|
readonly community_exemption_override?: io.flow.internal.v0.enums.RestrictionRuleCommunityExemption[];
|
|
19905
|
+
readonly is_rule_active?: boolean;
|
|
19657
19906
|
}
|
|
19658
19907
|
interface RestrictionRuleOverride {
|
|
19659
19908
|
readonly id: string;
|
|
@@ -19800,6 +20049,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19800
20049
|
readonly discriminator: 'by_refund';
|
|
19801
20050
|
readonly refund: io.flow.payment.v0.models.RefundReference;
|
|
19802
20051
|
}
|
|
20052
|
+
interface ReturnTriggerReversal {
|
|
20053
|
+
readonly discriminator: 'by_reversal';
|
|
20054
|
+
readonly reversal: io.flow.internal.v0.models.TransactionReference;
|
|
20055
|
+
}
|
|
19803
20056
|
interface RevenueRecord {
|
|
19804
20057
|
readonly id: string;
|
|
19805
20058
|
readonly organization: io.flow.internal.v0.models.ReportingOrganizationSummary;
|
|
@@ -19863,10 +20116,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19863
20116
|
interface SalesPaymentRecord {
|
|
19864
20117
|
readonly id: string;
|
|
19865
20118
|
readonly organization: io.flow.internal.v0.models.ReportingOrganizationSummary;
|
|
20119
|
+
readonly vendor?: io.flow.internal.v0.models.ReportingVendor;
|
|
19866
20120
|
readonly order: io.flow.internal.v0.models.ReportingOrderSummary;
|
|
19867
20121
|
readonly order_total: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19868
20122
|
readonly shopper_breakdown: io.flow.internal.v0.models.ShopperBreakdown;
|
|
19869
20123
|
readonly payment: io.flow.internal.v0.models.ReportingPayment;
|
|
20124
|
+
readonly fees: io.flow.internal.v0.models.ReportingFees;
|
|
19870
20125
|
readonly conversion_rate: io.flow.internal.v0.models.ReportingConversionRates;
|
|
19871
20126
|
readonly payment_is: io.flow.internal.v0.models.PaymentIs;
|
|
19872
20127
|
readonly destination_country: string;
|
|
@@ -19975,6 +20230,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19975
20230
|
readonly status: io.flow.tracking.v0.enums.TrackingStatus;
|
|
19976
20231
|
readonly label: io.flow.internal.v0.models.LabelSummary;
|
|
19977
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
|
+
}
|
|
19978
20243
|
interface SessionOrderData {
|
|
19979
20244
|
readonly id: string;
|
|
19980
20245
|
readonly session: io.flow.common.v0.models.SessionReference;
|
|
@@ -20252,6 +20517,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20252
20517
|
readonly api_password_masked?: string;
|
|
20253
20518
|
readonly access_token_masked?: string;
|
|
20254
20519
|
readonly shopify_plan_name?: io.flow.shopify.external.v0.enums.ShopifyPlanName;
|
|
20520
|
+
readonly catalog_publication_owner?: io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
20255
20521
|
}
|
|
20256
20522
|
interface ShopifyMarketsShopDeleted {
|
|
20257
20523
|
readonly discriminator: 'shopify_markets_shop_deleted';
|
|
@@ -20385,11 +20651,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20385
20651
|
readonly organization: string;
|
|
20386
20652
|
readonly order_monitor: io.flow.internal.v0.models.ShopifyMonitoringOrderMonitor;
|
|
20387
20653
|
}
|
|
20388
|
-
interface ShopifyMonitoringOrderMonitorReview {
|
|
20389
|
-
readonly id: string;
|
|
20390
|
-
readonly order_monitor: io.flow.internal.v0.models.ShopifyMonitoringOrderMonitor;
|
|
20391
|
-
readonly status: io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus;
|
|
20392
|
-
}
|
|
20393
20654
|
interface ShopifyMonitoringTrackingNumber {
|
|
20394
20655
|
readonly number: string;
|
|
20395
20656
|
}
|
|
@@ -20529,6 +20790,44 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20529
20790
|
readonly id: string;
|
|
20530
20791
|
readonly product_delete: io.flow.shopify.external.v0.models.ProductDelete;
|
|
20531
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
|
+
}
|
|
20532
20831
|
interface ShopifyProductUpdateDeleted {
|
|
20533
20832
|
readonly discriminator: 'shopify_product_update_deleted';
|
|
20534
20833
|
readonly event_id: string;
|
|
@@ -20582,6 +20881,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20582
20881
|
readonly id: string;
|
|
20583
20882
|
readonly request?: any;
|
|
20584
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
|
+
}
|
|
20585
20900
|
interface ShopperBreakdown {
|
|
20586
20901
|
readonly product: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
20587
20902
|
readonly tax: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
@@ -21064,10 +21379,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21064
21379
|
readonly timestamp: string;
|
|
21065
21380
|
readonly reversal: io.flow.internal.v0.models.StripeInternalReversal;
|
|
21066
21381
|
}
|
|
21067
|
-
interface SubcatalogItemCount {
|
|
21068
|
-
readonly key: string;
|
|
21069
|
-
readonly count: number;
|
|
21070
|
-
}
|
|
21071
21382
|
interface SubmittedOrderUpserted {
|
|
21072
21383
|
readonly discriminator: 'submitted_order_upserted';
|
|
21073
21384
|
readonly event_id: string;
|
|
@@ -21121,10 +21432,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21121
21432
|
readonly stacktrace?: string;
|
|
21122
21433
|
readonly snooze_id?: string;
|
|
21123
21434
|
}
|
|
21124
|
-
interface TaskCount {
|
|
21125
|
-
readonly discriminator: string;
|
|
21126
|
-
readonly count: number;
|
|
21127
|
-
}
|
|
21128
21435
|
interface TaskImport {
|
|
21129
21436
|
readonly discriminator: 'task_import';
|
|
21130
21437
|
readonly import_id: string;
|
|
@@ -21245,6 +21552,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21245
21552
|
readonly timestamp: string;
|
|
21246
21553
|
readonly tax_transaction: io.flow.internal.v0.models.TaxTransaction;
|
|
21247
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
|
+
}
|
|
21248
21561
|
interface TaxonomyCategory {
|
|
21249
21562
|
readonly discriminator: 'category';
|
|
21250
21563
|
readonly name: string;
|
|
@@ -21808,6 +22121,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21808
22121
|
readonly provided_charges?: io.flow.internal.v0.models.ChargeInput[];
|
|
21809
22122
|
readonly direction?: io.flow.label.v0.enums.Direction;
|
|
21810
22123
|
readonly package_dimensions_source: io.flow.label.v0.enums.PackageDimensionsSource;
|
|
22124
|
+
readonly shipping_date_time?: string;
|
|
21811
22125
|
}
|
|
21812
22126
|
interface ViesResult {
|
|
21813
22127
|
readonly country: string;
|
|
@@ -21858,6 +22172,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
21858
22172
|
type CalculatorStamp = io.flow.internal.v0.models.MessageStamp | io.flow.internal.v0.models.CalculationStep;
|
|
21859
22173
|
type CarrierChargeForm = io.flow.internal.v0.models.CarrierChargeFormLabel | io.flow.internal.v0.models.CarrierChargeFormOther;
|
|
21860
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;
|
|
21861
22177
|
type ChannelRateMetadata = io.flow.internal.v0.models.ChannelRateMetadataIdentity | io.flow.internal.v0.models.ChannelRateMetadataRate;
|
|
21862
22178
|
type ClassificationAction = io.flow.internal.v0.models.SingleClassificationAction | io.flow.internal.v0.models.BulkClassificationAction;
|
|
21863
22179
|
type ClassificationActionForm = io.flow.internal.v0.models.ClassificationActionFormUndo;
|
|
@@ -21876,7 +22192,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
21876
22192
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
21877
22193
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
21878
22194
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
21879
|
-
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;
|
|
21880
22196
|
type ExplicitStatementForm = io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
21881
22197
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
21882
22198
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -21910,7 +22226,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
21910
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;
|
|
21911
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;
|
|
21912
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;
|
|
21913
|
-
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;
|
|
21914
22231
|
type RoutingEntity = io.flow.internal.v0.models.RoutingProcessor | io.flow.internal.v0.models.RoutingAccount | io.flow.internal.v0.models.RoutingMerchant;
|
|
21915
22232
|
type ShopifyMonitoringOrderMonitorType = io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal | io.flow.internal.v0.models.ShopifyMonitoringFulfillmentMissingDetails;
|
|
21916
22233
|
type SimplifiedClassificationTaxonomy = io.flow.internal.v0.models.SimplifiedTaxonomyCategory | io.flow.internal.v0.models.SimplifiedItemLabel;
|
|
@@ -21919,7 +22236,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
21919
22236
|
type TariffEligibilityData = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData;
|
|
21920
22237
|
type TariffEligibilityForm = io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm;
|
|
21921
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;
|
|
21922
|
-
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;
|
|
21923
22240
|
type TaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
21924
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;
|
|
21925
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;
|
|
@@ -21958,6 +22275,7 @@ export declare type AccountType = io.flow.internal.v0.enums.AccountType;
|
|
|
21958
22275
|
export declare type AccountUpserted = io.flow.internal.v0.models.AccountUpserted;
|
|
21959
22276
|
export declare type AccountUpsertedV2 = io.flow.internal.v0.models.AccountUpsertedV2;
|
|
21960
22277
|
export declare type AccountingPendingOrderMetadata = io.flow.internal.v0.models.AccountingPendingOrderMetadata;
|
|
22278
|
+
export declare type AccountingReturnMetadata = io.flow.internal.v0.models.AccountingReturnMetadata;
|
|
21961
22279
|
export declare type ActionQuantity = io.flow.internal.v0.models.ActionQuantity;
|
|
21962
22280
|
export declare type AdditionalImportTax = io.flow.internal.v0.models.AdditionalImportTax;
|
|
21963
22281
|
export declare type AdjustmentAmount = io.flow.internal.v0.unions.AdjustmentAmount;
|
|
@@ -22019,15 +22337,13 @@ export declare type AftershipWebhook = io.flow.internal.v0.models.AftershipWebho
|
|
|
22019
22337
|
export declare type AldoItem = io.flow.internal.v0.models.AldoItem;
|
|
22020
22338
|
export declare type AldoItemForm = io.flow.internal.v0.models.AldoItemForm;
|
|
22021
22339
|
export declare type AldoItemType = io.flow.internal.v0.enums.AldoItemType;
|
|
22022
|
-
export declare type AlertErrorSummary = io.flow.internal.v0.models.AlertErrorSummary;
|
|
22023
|
-
export declare type AlertFailureSummary = io.flow.internal.v0.models.AlertFailureSummary;
|
|
22024
|
-
export declare type AlertFailureSummaryDetail = io.flow.internal.v0.models.AlertFailureSummaryDetail;
|
|
22025
|
-
export declare type AlertImportSummary = io.flow.internal.v0.models.AlertImportSummary;
|
|
22026
|
-
export declare type AlertRequeueSummary = io.flow.internal.v0.models.AlertRequeueSummary;
|
|
22027
22340
|
export declare type AllItemsExport = io.flow.internal.v0.models.AllItemsExport;
|
|
22028
22341
|
export declare type AllOrganizationsMembership = io.flow.internal.v0.models.AllOrganizationsMembership;
|
|
22029
22342
|
export declare type AllocationItemReference = io.flow.internal.v0.models.AllocationItemReference;
|
|
22030
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;
|
|
22031
22347
|
export declare type AnshItem = io.flow.internal.v0.models.AnshItem;
|
|
22032
22348
|
export declare type AnshItemForm = io.flow.internal.v0.models.AnshItemForm;
|
|
22033
22349
|
export declare type AnshItemType = io.flow.internal.v0.enums.AnshItemType;
|
|
@@ -22038,6 +22354,7 @@ export declare type ApplicablePreferentialRate = io.flow.internal.v0.enums.Appli
|
|
|
22038
22354
|
export declare type ApplyAtValueForm = io.flow.internal.v0.models.ApplyAtValueForm;
|
|
22039
22355
|
export declare type AttemptStatistics = io.flow.internal.v0.models.AttemptStatistics;
|
|
22040
22356
|
export declare type AttributeLabel = io.flow.internal.v0.models.AttributeLabel;
|
|
22357
|
+
export declare type AttributeRule = io.flow.internal.v0.models.AttributeRule;
|
|
22041
22358
|
export declare type AuthenticationForm = io.flow.internal.v0.models.AuthenticationForm;
|
|
22042
22359
|
export declare type AuthorizationBundle = io.flow.internal.v0.models.AuthorizationBundle;
|
|
22043
22360
|
export declare type AuthorizationBundleDeleted = io.flow.internal.v0.models.AuthorizationBundleDeleted;
|
|
@@ -22074,6 +22391,7 @@ export declare type BankPaymentStatusSentImportForm = io.flow.internal.v0.models
|
|
|
22074
22391
|
export declare type BankPaymentStatusSingleForm = io.flow.internal.v0.models.BankPaymentStatusSingleForm;
|
|
22075
22392
|
export declare type BankPaymentUpserted = io.flow.internal.v0.models.BankPaymentUpserted;
|
|
22076
22393
|
export declare type BankPaymentUpsertedV2 = io.flow.internal.v0.models.BankPaymentUpsertedV2;
|
|
22394
|
+
export declare type Base64CarrierDocumentContent = io.flow.internal.v0.models.Base64CarrierDocumentContent;
|
|
22077
22395
|
export declare type BillingAllocationKey = io.flow.internal.v0.enums.BillingAllocationKey;
|
|
22078
22396
|
export declare type BillingAuthorizationReference = io.flow.internal.v0.models.BillingAuthorizationReference;
|
|
22079
22397
|
export declare type BillingCsvTransactionDeleted = io.flow.internal.v0.models.BillingCsvTransactionDeleted;
|
|
@@ -22147,11 +22465,15 @@ export declare type CarrierChargeType = io.flow.internal.v0.enums.CarrierChargeT
|
|
|
22147
22465
|
export declare type CarrierChargeUnits = io.flow.internal.v0.models.CarrierChargeUnits;
|
|
22148
22466
|
export declare type CarrierChargeUpserted = io.flow.internal.v0.models.CarrierChargeUpserted;
|
|
22149
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;
|
|
22150
22471
|
export declare type CarrierFile = io.flow.internal.v0.models.CarrierFile;
|
|
22151
22472
|
export declare type CarrierFileForm = io.flow.internal.v0.models.CarrierFileForm;
|
|
22152
22473
|
export declare type CarrierFileResult = io.flow.internal.v0.models.CarrierFileResult;
|
|
22153
22474
|
export declare type CarrierFileType = io.flow.internal.v0.enums.CarrierFileType;
|
|
22154
22475
|
export declare type CarrierInvoice = io.flow.internal.v0.models.CarrierInvoice;
|
|
22476
|
+
export declare type CarrierLabelAttributes = io.flow.internal.v0.unions.CarrierLabelAttributes;
|
|
22155
22477
|
export declare type CarrierLabelGenerationMethod = io.flow.internal.v0.enums.CarrierLabelGenerationMethod;
|
|
22156
22478
|
export declare type CarrierTaxForm = io.flow.internal.v0.models.CarrierTaxForm;
|
|
22157
22479
|
export declare type CarrierTaxUnits = io.flow.internal.v0.models.CarrierTaxUnits;
|
|
@@ -22221,6 +22543,10 @@ export declare type ChannelOrderSummaryUpserted = io.flow.internal.v0.models.Cha
|
|
|
22221
22543
|
export declare type ChannelOrganizationIdentifier = io.flow.internal.v0.models.ChannelOrganizationIdentifier;
|
|
22222
22544
|
export declare type ChannelOrganizationIdentifierDeleted = io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted;
|
|
22223
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;
|
|
22224
22550
|
export declare type ChannelOrganizationShopify = io.flow.internal.v0.models.ChannelOrganizationShopify;
|
|
22225
22551
|
export declare type ChannelOrganizationShopifyForm = io.flow.internal.v0.models.ChannelOrganizationShopifyForm;
|
|
22226
22552
|
export declare type ChannelOrganizationShopifyPostForm = io.flow.internal.v0.models.ChannelOrganizationShopifyPostForm;
|
|
@@ -22232,6 +22558,8 @@ export declare type ChannelTransactionDeleted = io.flow.internal.v0.models.Chann
|
|
|
22232
22558
|
export declare type ChannelTransactionRate = io.flow.internal.v0.models.ChannelTransactionRate;
|
|
22233
22559
|
export declare type ChannelTransactionType = io.flow.internal.v0.enums.ChannelTransactionType;
|
|
22234
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;
|
|
22235
22563
|
export declare type ChargeEstimateSource = io.flow.internal.v0.enums.ChargeEstimateSource;
|
|
22236
22564
|
export declare type ChargeInput = io.flow.internal.v0.models.ChargeInput;
|
|
22237
22565
|
export declare type ChargeInputType = io.flow.internal.v0.enums.ChargeInputType;
|
|
@@ -22376,6 +22704,7 @@ export declare type DeliveredDutyOptionsMessage = io.flow.internal.v0.models.Del
|
|
|
22376
22704
|
export declare type DeliveredDutyPreference = io.flow.internal.v0.models.DeliveredDutyPreference;
|
|
22377
22705
|
export declare type DeliveredDutyPreferenceForm = io.flow.internal.v0.models.DeliveredDutyPreferenceForm;
|
|
22378
22706
|
export declare type DeminimisAdjustmentType = io.flow.internal.v0.enums.DeminimisAdjustmentType;
|
|
22707
|
+
export declare type DestinationDutyComparison = io.flow.internal.v0.models.DestinationDutyComparison;
|
|
22379
22708
|
export declare type DestinationError = io.flow.internal.v0.models.DestinationError;
|
|
22380
22709
|
export declare type Dhl = io.flow.internal.v0.models.Dhl;
|
|
22381
22710
|
export declare type DhlEcommerce = io.flow.internal.v0.models.DhlEcommerce;
|
|
@@ -22441,6 +22770,8 @@ export declare type DutyTransaction = io.flow.internal.v0.models.DutyTransaction
|
|
|
22441
22770
|
export declare type DutyTransactionDeleted = io.flow.internal.v0.models.DutyTransactionDeleted;
|
|
22442
22771
|
export declare type DutyTransactionType = io.flow.internal.v0.enums.DutyTransactionType;
|
|
22443
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;
|
|
22444
22775
|
export declare type EmailForm = io.flow.internal.v0.models.EmailForm;
|
|
22445
22776
|
export declare type EmailModificationForm = io.flow.internal.v0.models.EmailModificationForm;
|
|
22446
22777
|
export declare type EmptyAttribute = io.flow.internal.v0.enums.EmptyAttribute;
|
|
@@ -22463,6 +22794,7 @@ export declare type ErpVendorStatus = io.flow.internal.v0.models.ErpVendorStatus
|
|
|
22463
22794
|
export declare type ErpVendorStatusEntity = io.flow.internal.v0.models.ErpVendorStatusEntity;
|
|
22464
22795
|
export declare type ErpVendorStatusFlowFile = io.flow.internal.v0.models.ErpVendorStatusFlowFile;
|
|
22465
22796
|
export declare type ErpVendorStatusPriorityFile = io.flow.internal.v0.models.ErpVendorStatusPriorityFile;
|
|
22797
|
+
export declare type EvaluationCheckResult = io.flow.internal.v0.enums.EvaluationCheckResult;
|
|
22466
22798
|
export declare type EvaluationResults = io.flow.internal.v0.models.EvaluationResults;
|
|
22467
22799
|
export declare type Event = io.flow.internal.v0.unions.Event;
|
|
22468
22800
|
export declare type EventType = io.flow.internal.v0.enums.EventType;
|
|
@@ -22492,6 +22824,8 @@ export declare type ExternalFulfillmentProof = io.flow.internal.v0.models.Extern
|
|
|
22492
22824
|
export declare type ExternalFulfillmentProofForm = io.flow.internal.v0.models.ExternalFulfillmentProofForm;
|
|
22493
22825
|
export declare type ExternalFulfillmentProofTracking = io.flow.internal.v0.models.ExternalFulfillmentProofTracking;
|
|
22494
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;
|
|
22495
22829
|
export declare type FacebookPixel = io.flow.internal.v0.models.FacebookPixel;
|
|
22496
22830
|
export declare type FailedDimensionEstimateOpsInputWithReason = io.flow.internal.v0.models.FailedDimensionEstimateOpsInputWithReason;
|
|
22497
22831
|
export declare type Feature = io.flow.internal.v0.models.Feature;
|
|
@@ -22518,10 +22852,12 @@ export declare type FeatureValueForm = io.flow.internal.v0.models.FeatureValueFo
|
|
|
22518
22852
|
export declare type FeatureValueResult = io.flow.internal.v0.models.FeatureValueResult;
|
|
22519
22853
|
export declare type Fedex = io.flow.internal.v0.models.Fedex;
|
|
22520
22854
|
export declare type FedexApi = io.flow.internal.v0.models.FedexApi;
|
|
22855
|
+
export declare type FedexCarrierLabelAttributes = io.flow.internal.v0.models.FedexCarrierLabelAttributes;
|
|
22521
22856
|
export declare type FedexCrossborder = io.flow.internal.v0.models.FedexCrossborder;
|
|
22522
22857
|
export declare type Fee = io.flow.internal.v0.models.Fee;
|
|
22523
22858
|
export declare type Fees = io.flow.internal.v0.models.Fees;
|
|
22524
22859
|
export declare type FeesSource = io.flow.internal.v0.enums.FeesSource;
|
|
22860
|
+
export declare type FileType = io.flow.internal.v0.enums.FileType;
|
|
22525
22861
|
export declare type FinanceBankAccount = io.flow.internal.v0.models.FinanceBankAccount;
|
|
22526
22862
|
export declare type FinanceBankAccountOwner = io.flow.internal.v0.models.FinanceBankAccountOwner;
|
|
22527
22863
|
export declare type FinanceBankPayment = io.flow.internal.v0.models.FinanceBankPayment;
|
|
@@ -22728,6 +23064,7 @@ export declare type JournalFailure = io.flow.internal.v0.models.JournalFailure;
|
|
|
22728
23064
|
export declare type JournalOperation = io.flow.internal.v0.enums.JournalOperation;
|
|
22729
23065
|
export declare type Key = io.flow.internal.v0.models.Key;
|
|
22730
23066
|
export declare type KeyReference = io.flow.internal.v0.models.KeyReference;
|
|
23067
|
+
export declare type KeywordCancelling = io.flow.internal.v0.models.KeywordCancelling;
|
|
22731
23068
|
export declare type KeywordType = io.flow.internal.v0.enums.KeywordType;
|
|
22732
23069
|
export declare type KlarnaAuthorizationParameters = io.flow.internal.v0.models.KlarnaAuthorizationParameters;
|
|
22733
23070
|
export declare type KlarnaPaymentMethodCategory = io.flow.internal.v0.models.KlarnaPaymentMethodCategory;
|
|
@@ -22838,7 +23175,9 @@ export declare type MerchantOfRecordEntitySettings = io.flow.internal.v0.models.
|
|
|
22838
23175
|
export declare type MerchantOfRecordEntitySettingsForm = io.flow.internal.v0.models.MerchantOfRecordEntitySettingsForm;
|
|
22839
23176
|
export declare type MerchantOverride = io.flow.internal.v0.models.MerchantOverride;
|
|
22840
23177
|
export declare type MerchantOverrideDecisionForm = io.flow.internal.v0.models.MerchantOverrideDecisionForm;
|
|
23178
|
+
export declare type MerchantOverrideDeleted = io.flow.internal.v0.models.MerchantOverrideDeleted;
|
|
22841
23179
|
export declare type MerchantOverrideStatus = io.flow.internal.v0.enums.MerchantOverrideStatus;
|
|
23180
|
+
export declare type MerchantOverrideUpserted = io.flow.internal.v0.models.MerchantOverrideUpserted;
|
|
22842
23181
|
export declare type MerchantSearchResult = io.flow.internal.v0.models.MerchantSearchResult;
|
|
22843
23182
|
export declare type MerchantSubsidies = io.flow.internal.v0.models.MerchantSubsidies;
|
|
22844
23183
|
export declare type MerchantSummary = io.flow.internal.v0.models.MerchantSummary;
|
|
@@ -22858,6 +23197,7 @@ export declare type NoCalculatedTaxAmount = io.flow.internal.v0.models.NoCalcula
|
|
|
22858
23197
|
export declare type NoClassificationForm = io.flow.internal.v0.models.NoClassificationForm;
|
|
22859
23198
|
export declare type NoLiabilityReasonCode = io.flow.internal.v0.enums.NoLiabilityReasonCode;
|
|
22860
23199
|
export declare type NonChannelPaymentBankAccount = io.flow.internal.v0.models.NonChannelPaymentBankAccount;
|
|
23200
|
+
export declare type NonL4LTaxDutyFxFeeMetadata = io.flow.internal.v0.models.NonL4LTaxDutyFxFeeMetadata;
|
|
22861
23201
|
export declare type NonL4LTaxDutyFxTransaction = io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
|
|
22862
23202
|
export declare type NonL4LTaxDutyFxTransactionType = io.flow.internal.v0.enums.NonL4LTaxDutyFxTransactionType;
|
|
22863
23203
|
export declare type Notification = io.flow.internal.v0.models.Notification;
|
|
@@ -22866,7 +23206,6 @@ export declare type OnboardingAuditMessageLevel = io.flow.internal.v0.enums.Onbo
|
|
|
22866
23206
|
export declare type OnboardingAuditReport = io.flow.internal.v0.models.OnboardingAuditReport;
|
|
22867
23207
|
export declare type OnboardingAuditReportLine = io.flow.internal.v0.models.OnboardingAuditReportLine;
|
|
22868
23208
|
export declare type OnboardingAuditResult = io.flow.internal.v0.enums.OnboardingAuditResult;
|
|
22869
|
-
export declare type OnboardingAuditSnapshot = io.flow.internal.v0.models.OnboardingAuditSnapshot;
|
|
22870
23209
|
export declare type OnboardingAuditThemeKey = io.flow.internal.v0.enums.OnboardingAuditThemeKey;
|
|
22871
23210
|
export declare type OnboardingAuditThemeReport = io.flow.internal.v0.models.OnboardingAuditThemeReport;
|
|
22872
23211
|
export declare type OnboardingAutomationProcessState = io.flow.internal.v0.enums.OnboardingAutomationProcessState;
|
|
@@ -22909,6 +23248,9 @@ export declare type OrderPaymentSourceType = io.flow.internal.v0.enums.OrderPaym
|
|
|
22909
23248
|
export declare type OrderRatesDataV3 = io.flow.internal.v0.models.OrderRatesDataV3;
|
|
22910
23249
|
export declare type OrderRatesPublishedV3 = io.flow.internal.v0.models.OrderRatesPublishedV3;
|
|
22911
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;
|
|
22912
23254
|
export declare type OrderRevenueRegionChart = io.flow.internal.v0.models.OrderRevenueRegionChart;
|
|
22913
23255
|
export declare type OrderRevenueRegionDataPoint = io.flow.internal.v0.models.OrderRevenueRegionDataPoint;
|
|
22914
23256
|
export declare type OrderRevenueTimelineChart = io.flow.internal.v0.models.OrderRevenueTimelineChart;
|
|
@@ -23043,6 +23385,7 @@ export declare type PaymentProcessorAccountUpserted = io.flow.internal.v0.models
|
|
|
23043
23385
|
export declare type PaymentProcessorMerchantDeleted = io.flow.internal.v0.models.PaymentProcessorMerchantDeleted;
|
|
23044
23386
|
export declare type PaymentProcessorMerchantUpserted = io.flow.internal.v0.models.PaymentProcessorMerchantUpserted;
|
|
23045
23387
|
export declare type PaymentRedirect = io.flow.internal.v0.unions.PaymentRedirect;
|
|
23388
|
+
export declare type PaymentRequestAuthorization = io.flow.internal.v0.models.PaymentRequestAuthorization;
|
|
23046
23389
|
export declare type PaymentShortUrl = io.flow.internal.v0.models.PaymentShortUrl;
|
|
23047
23390
|
export declare type PaymentShortUrlDiscriminator = io.flow.internal.v0.enums.PaymentShortUrlDiscriminator;
|
|
23048
23391
|
export declare type PaymentSummary = io.flow.internal.v0.models.PaymentSummary;
|
|
@@ -23246,6 +23589,7 @@ export declare type ReportingDebug = io.flow.internal.v0.models.ReportingDebug;
|
|
|
23246
23589
|
export declare type ReportingDebugMissingSubsidies = io.flow.internal.v0.models.ReportingDebugMissingSubsidies;
|
|
23247
23590
|
export declare type ReportingDestination = io.flow.internal.v0.models.ReportingDestination;
|
|
23248
23591
|
export declare type ReportingDetails = io.flow.internal.v0.models.ReportingDetails;
|
|
23592
|
+
export declare type ReportingFees = io.flow.internal.v0.models.ReportingFees;
|
|
23249
23593
|
export declare type ReportingFulfillment = io.flow.internal.v0.models.ReportingFulfillment;
|
|
23250
23594
|
export declare type ReportingFulfillmentHas = io.flow.internal.v0.models.ReportingFulfillmentHas;
|
|
23251
23595
|
export declare type ReportingFulfillmentIs = io.flow.internal.v0.models.ReportingFulfillmentIs;
|
|
@@ -23273,6 +23617,14 @@ export declare type RequeueRequestForm = io.flow.internal.v0.models.RequeueReque
|
|
|
23273
23617
|
export declare type RescreenRestrictionsProducts = io.flow.internal.v0.models.RescreenRestrictionsProducts;
|
|
23274
23618
|
export declare type ResponsibleParty = io.flow.internal.v0.enums.ResponsibleParty;
|
|
23275
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;
|
|
23276
23628
|
export declare type RestrictionBlanketOrganizationExemption = io.flow.internal.v0.models.RestrictionBlanketOrganizationExemption;
|
|
23277
23629
|
export declare type RestrictionCategory = io.flow.internal.v0.models.RestrictionCategory;
|
|
23278
23630
|
export declare type RestrictionDecision = io.flow.internal.v0.enums.RestrictionDecision;
|
|
@@ -23297,6 +23649,7 @@ export declare type RestrictionProductDecisionForm = io.flow.internal.v0.models.
|
|
|
23297
23649
|
export declare type RestrictionProductRequestForm = io.flow.internal.v0.models.RestrictionProductRequestForm;
|
|
23298
23650
|
export declare type RestrictionProductSummary = io.flow.internal.v0.models.RestrictionProductSummary;
|
|
23299
23651
|
export declare type RestrictionRule = io.flow.internal.v0.models.RestrictionRule;
|
|
23652
|
+
export declare type RestrictionRuleActivationStatus = io.flow.internal.v0.enums.RestrictionRuleActivationStatus;
|
|
23300
23653
|
export declare type RestrictionRuleCommunityExemption = io.flow.internal.v0.enums.RestrictionRuleCommunityExemption;
|
|
23301
23654
|
export declare type RestrictionRuleDecisionForm = io.flow.internal.v0.models.RestrictionRuleDecisionForm;
|
|
23302
23655
|
export declare type RestrictionRuleDeleted = io.flow.internal.v0.models.RestrictionRuleDeleted;
|
|
@@ -23329,6 +23682,7 @@ export declare type ReturnPolicyUpserted = io.flow.internal.v0.models.ReturnPoli
|
|
|
23329
23682
|
export declare type ReturnSummary = io.flow.internal.v0.models.ReturnSummary;
|
|
23330
23683
|
export declare type ReturnTrigger = io.flow.internal.v0.unions.ReturnTrigger;
|
|
23331
23684
|
export declare type ReturnTriggerRefund = io.flow.internal.v0.models.ReturnTriggerRefund;
|
|
23685
|
+
export declare type ReturnTriggerReversal = io.flow.internal.v0.models.ReturnTriggerReversal;
|
|
23332
23686
|
export declare type RevenueRecord = io.flow.internal.v0.models.RevenueRecord;
|
|
23333
23687
|
export declare type RevenueRecordDeleted = io.flow.internal.v0.models.RevenueRecordDeleted;
|
|
23334
23688
|
export declare type RevenueRecordType = io.flow.internal.v0.enums.RevenueRecordType;
|
|
@@ -23361,6 +23715,9 @@ export declare type SearchItemSummary = io.flow.internal.v0.models.SearchItemSum
|
|
|
23361
23715
|
export declare type SearchOrderSummary = io.flow.internal.v0.models.SearchOrderSummary;
|
|
23362
23716
|
export declare type SearchProviderExport = io.flow.internal.v0.models.SearchProviderExport;
|
|
23363
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;
|
|
23364
23721
|
export declare type SessionOrderData = io.flow.internal.v0.models.SessionOrderData;
|
|
23365
23722
|
export declare type SetupBlockPutForm = io.flow.internal.v0.models.SetupBlockPutForm;
|
|
23366
23723
|
export declare type SfExpress = io.flow.internal.v0.models.SfExpress;
|
|
@@ -23434,7 +23791,6 @@ export declare type ShopifyMonitoringMonitorReviewStatus = io.flow.internal.v0.e
|
|
|
23434
23791
|
export declare type ShopifyMonitoringOrderMonitor = io.flow.internal.v0.models.ShopifyMonitoringOrderMonitor;
|
|
23435
23792
|
export declare type ShopifyMonitoringOrderMonitorEventDeleted = io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted;
|
|
23436
23793
|
export declare type ShopifyMonitoringOrderMonitorEventUpserted = io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted;
|
|
23437
|
-
export declare type ShopifyMonitoringOrderMonitorReview = io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReview;
|
|
23438
23794
|
export declare type ShopifyMonitoringOrderMonitorType = io.flow.internal.v0.unions.ShopifyMonitoringOrderMonitorType;
|
|
23439
23795
|
export declare type ShopifyMonitoringTrackingField = io.flow.internal.v0.enums.ShopifyMonitoringTrackingField;
|
|
23440
23796
|
export declare type ShopifyMonitoringTrackingNumber = io.flow.internal.v0.models.ShopifyMonitoringTrackingNumber;
|
|
@@ -23464,6 +23820,12 @@ export declare type ShopifyProductCreateWebhookEvent = io.flow.internal.v0.model
|
|
|
23464
23820
|
export declare type ShopifyProductDeleteDeleted = io.flow.internal.v0.models.ShopifyProductDeleteDeleted;
|
|
23465
23821
|
export declare type ShopifyProductDeleteUpserted = io.flow.internal.v0.models.ShopifyProductDeleteUpserted;
|
|
23466
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;
|
|
23467
23829
|
export declare type ShopifyProductUpdateDeleted = io.flow.internal.v0.models.ShopifyProductUpdateDeleted;
|
|
23468
23830
|
export declare type ShopifyProductUpdateUpserted = io.flow.internal.v0.models.ShopifyProductUpdateUpserted;
|
|
23469
23831
|
export declare type ShopifyProductUpdateWebhookEvent = io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent;
|
|
@@ -23474,6 +23836,8 @@ export declare type ShopifyService = io.flow.internal.v0.enums.ShopifyService;
|
|
|
23474
23836
|
export declare type ShopifyShopStatistics = io.flow.internal.v0.models.ShopifyShopStatistics;
|
|
23475
23837
|
export declare type ShopifyStoreDetail = io.flow.internal.v0.models.ShopifyStoreDetail;
|
|
23476
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;
|
|
23477
23841
|
export declare type ShopperBreakdown = io.flow.internal.v0.models.ShopperBreakdown;
|
|
23478
23842
|
export declare type ShopperFees = io.flow.internal.v0.models.ShopperFees;
|
|
23479
23843
|
export declare type ShopperFreight = io.flow.internal.v0.models.ShopperFreight;
|
|
@@ -23544,7 +23908,6 @@ export declare type StripeRefundDeleted = io.flow.internal.v0.models.StripeRefun
|
|
|
23544
23908
|
export declare type StripeRefundUpserted = io.flow.internal.v0.models.StripeRefundUpserted;
|
|
23545
23909
|
export declare type StripeReversalDeleted = io.flow.internal.v0.models.StripeReversalDeleted;
|
|
23546
23910
|
export declare type StripeReversalUpserted = io.flow.internal.v0.models.StripeReversalUpserted;
|
|
23547
|
-
export declare type SubcatalogItemCount = io.flow.internal.v0.models.SubcatalogItemCount;
|
|
23548
23911
|
export declare type SubmittedOrderUpserted = io.flow.internal.v0.models.SubmittedOrderUpserted;
|
|
23549
23912
|
export declare type Subscription = io.flow.internal.v0.models.Subscription;
|
|
23550
23913
|
export declare type SubscriptionFrequency = io.flow.internal.v0.enums.SubscriptionFrequency;
|
|
@@ -23557,7 +23920,6 @@ export declare type TariffEligibilityData = io.flow.internal.v0.unions.TariffEli
|
|
|
23557
23920
|
export declare type TariffEligibilityForm = io.flow.internal.v0.unions.TariffEligibilityForm;
|
|
23558
23921
|
export declare type TariffEligibilityType = io.flow.internal.v0.enums.TariffEligibilityType;
|
|
23559
23922
|
export declare type Task = io.flow.internal.v0.models.Task;
|
|
23560
|
-
export declare type TaskCount = io.flow.internal.v0.models.TaskCount;
|
|
23561
23923
|
export declare type TaskData = io.flow.internal.v0.unions.TaskData;
|
|
23562
23924
|
export declare type TaskImport = io.flow.internal.v0.models.TaskImport;
|
|
23563
23925
|
export declare type TaskItemUpserted = io.flow.internal.v0.models.TaskItemUpserted;
|
|
@@ -23582,6 +23944,7 @@ export declare type TaxTransaction = io.flow.internal.v0.models.TaxTransaction;
|
|
|
23582
23944
|
export declare type TaxTransactionDeleted = io.flow.internal.v0.models.TaxTransactionDeleted;
|
|
23583
23945
|
export declare type TaxTransactionType = io.flow.internal.v0.enums.TaxTransactionType;
|
|
23584
23946
|
export declare type TaxTransactionUpserted = io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
23947
|
+
export declare type TaxonomyAlignmentCheckResult = io.flow.internal.v0.models.TaxonomyAlignmentCheckResult;
|
|
23585
23948
|
export declare type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
|
|
23586
23949
|
export declare type TaxonomyCategoryClassificationAlignment = io.flow.internal.v0.enums.TaxonomyCategoryClassificationAlignment;
|
|
23587
23950
|
export declare type TaxonomyCategoryHs6Ref = io.flow.internal.v0.models.TaxonomyCategoryHs6Ref;
|