@flowio/api-internal-constants 4.18.98 → 4.18.99
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 +38 -129
- package/dist/api-internal.js +46 -156
- package/package.json +2 -2
- package/src/api-internal.ts +39 -149
package/dist/api-internal.d.ts
CHANGED
|
@@ -11,10 +11,6 @@ export declare enum AccountType {
|
|
|
11
11
|
CHANNEL = "channel",
|
|
12
12
|
ORGANIZATION = "organization"
|
|
13
13
|
}
|
|
14
|
-
export declare enum AddressConfigurationSettingProvinceCode {
|
|
15
|
-
ISO_3166_2 = "iso_3166_2",
|
|
16
|
-
NAME = "name"
|
|
17
|
-
}
|
|
18
14
|
export declare enum AdjustmentTransactionType {
|
|
19
15
|
ADJUSTMENT = "adjustment",
|
|
20
16
|
REVERSAL = "reversal"
|
|
@@ -256,10 +252,13 @@ export declare enum BillingMetricKey {
|
|
|
256
252
|
FOURTH_PLUS_ATTEMPT_SUCCESS_RATIO = "fourth_plus_attempt_success_ratio",
|
|
257
253
|
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_COUNT = "ge_revenue_share_standard_transactions_count",
|
|
258
254
|
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_TOTAL = "ge_revenue_share_standard_transactions_total",
|
|
255
|
+
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_PERCENTAGE = "ge_revenue_share_standard_transactions_percentage",
|
|
259
256
|
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_COUNT = "ge_revenue_share_shopify_plus_transactions_count",
|
|
260
257
|
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_TOTAL = "ge_revenue_share_shopify_plus_transactions_total",
|
|
258
|
+
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_PERCENTAGE = "ge_revenue_share_shopify_plus_transactions_percentage",
|
|
261
259
|
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_COUNT = "non_l4l_tax_duty_fx_transactions_count",
|
|
262
260
|
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_TOTAL = "non_l4l_tax_duty_fx_transactions_total",
|
|
261
|
+
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_PERCENTAGE = "non_l4l_tax_duty_fx_transactions_percentage",
|
|
263
262
|
SP_ADJUSTMENT_TRANSACTIONS_COUNT = "sp_adjustment_transactions_count",
|
|
264
263
|
SP_ADJUSTMENT_TRANSACTIONS_TOTAL = "sp_adjustment_transactions_total",
|
|
265
264
|
SP_BILLABLE_LABEL_TRANSACTIONS_COUNT = "sp_billable_label_transactions_count",
|
|
@@ -338,7 +337,9 @@ export declare enum BillingTransactionType {
|
|
|
338
337
|
NON_L_4_L_TAX_DUTY_FX = "non_l4l_tax_duty_fx",
|
|
339
338
|
TAX_REFUND = "tax_refund",
|
|
340
339
|
DUTY_REFUND = "duty_refund",
|
|
341
|
-
GE_REVENUE_SHARE = "ge_revenue_share"
|
|
340
|
+
GE_REVENUE_SHARE = "ge_revenue_share",
|
|
341
|
+
MERCHANT_PAYOUT = "merchant_payout",
|
|
342
|
+
MERCHANT_REFUND = "merchant_refund"
|
|
342
343
|
}
|
|
343
344
|
export declare enum CalculatorEngine {
|
|
344
345
|
DTCE_WITH_DEMINIMIS = "dtce_with_deminimis",
|
|
@@ -476,27 +477,10 @@ export declare enum CheckoutAssetType {
|
|
|
476
477
|
STYLESHEET = "stylesheet",
|
|
477
478
|
JAVASCRIPT = "javascript"
|
|
478
479
|
}
|
|
479
|
-
export declare enum CheckoutErrorCode {
|
|
480
|
-
GENERIC_ERROR = "generic_error",
|
|
481
|
-
ORDER_IDENTIFIER_INVALID = "order_identifier_invalid",
|
|
482
|
-
URL_INVALID = "url_invalid",
|
|
483
|
-
ORGANIZATION_INVALID = "organization_invalid",
|
|
484
|
-
SESSION_INVALID = "session_invalid",
|
|
485
|
-
SESSION_MISSING = "session_missing",
|
|
486
|
-
SESSION_ORGANIZATION_INVALID = "session_organization_invalid",
|
|
487
|
-
COUNTRY_INVALID = "country_invalid",
|
|
488
|
-
CURRENCY_INVALID = "currency_invalid",
|
|
489
|
-
LANGUAGE_INVALID = "language_invalid",
|
|
490
|
-
CHECKOUT_INVALID = "checkout_invalid"
|
|
491
|
-
}
|
|
492
480
|
export declare enum CheckoutPromptBehavior {
|
|
493
481
|
ALWAYS = "always",
|
|
494
482
|
INCOMPLETE = "incomplete"
|
|
495
483
|
}
|
|
496
|
-
export declare enum CheckoutRedirectMethod {
|
|
497
|
-
GET = "get",
|
|
498
|
-
POST = "post"
|
|
499
|
-
}
|
|
500
484
|
export declare enum CheckoutShippingMethodPromptBehavior {
|
|
501
485
|
ALWAYS = "always",
|
|
502
486
|
MULTIPLE = "multiple"
|
|
@@ -555,25 +539,6 @@ export declare enum ConnectReportTransferTransferType {
|
|
|
555
539
|
MANAGED_MARKETS_DISPUTE_WON_AMOUNT_CREDIT = "ManagedMarketsDisputeWonAmountCredit",
|
|
556
540
|
MANAGED_MARKETS_DUTIES_AND_TAXES_ADJUSTMENT_CREDIT = "ManagedMarketsDutiesAndTaxesAdjustmentCredit"
|
|
557
541
|
}
|
|
558
|
-
export declare enum ContentElementType {
|
|
559
|
-
MARKDOWN = "markdown",
|
|
560
|
-
HTML = "html",
|
|
561
|
-
PLAIN_TEXT = "plain_text",
|
|
562
|
-
HREF = "href"
|
|
563
|
-
}
|
|
564
|
-
export declare enum ContentStatus {
|
|
565
|
-
DRAFT = "draft",
|
|
566
|
-
LIVE = "live",
|
|
567
|
-
ARCHIVED = "archived"
|
|
568
|
-
}
|
|
569
|
-
export declare enum ContentType {
|
|
570
|
-
TEXT = "text",
|
|
571
|
-
HTML = "html"
|
|
572
|
-
}
|
|
573
|
-
export declare enum ContentTypeCast {
|
|
574
|
-
MARKDOWN_TO_HTML = "markdown_to_html",
|
|
575
|
-
MARKDOWN_TO_TEXT = "markdown_to_text"
|
|
576
|
-
}
|
|
577
542
|
export declare enum CrossdockTrackingStatus {
|
|
578
543
|
NOTIFIED = "notified",
|
|
579
544
|
RECEIVED = "received",
|
|
@@ -789,12 +754,8 @@ export declare enum EventType {
|
|
|
789
754
|
CHANNEL_ORDER_ACCEPTANCE_UPSERTED = "channel_order_acceptance_upserted",
|
|
790
755
|
CHANNEL_ORDER_ACCEPTANCE_DELETED = "channel_order_acceptance_deleted",
|
|
791
756
|
CHANNEL_ORDER_ACCEPTANCE_FAILED = "channel_order_acceptance_failed",
|
|
792
|
-
CHECKOUT_CONFIGURATION_UPSERTED = "checkout_configuration_upserted",
|
|
793
|
-
CHECKOUT_CONFIGURATION_DELETED = "checkout_configuration_deleted",
|
|
794
757
|
COMMERCIAL_INVOICE_INTERNAL_UPSERTED = "commercial_invoice_internal_upserted",
|
|
795
758
|
COMMERCIAL_INVOICE_INTERNAL_DELETED = "commercial_invoice_internal_deleted",
|
|
796
|
-
LOCALIZED_CONTENT_UPSERTED = "localized_content_upserted",
|
|
797
|
-
LOCALIZATION_UPSERTED = "localization_upserted",
|
|
798
759
|
INTERNAL_CHANNEL_RATE_DELETED = "internal_channel_rate_deleted",
|
|
799
760
|
INTERNAL_CHANNEL_RATE_UPSERTED = "internal_channel_rate_upserted",
|
|
800
761
|
RATE_DELETED = "rate_deleted",
|
|
@@ -895,8 +856,6 @@ export declare enum EventType {
|
|
|
895
856
|
ITEM_HARMONIZATION_UPSERTED = "item_harmonization_upserted",
|
|
896
857
|
ITEM_HARMONIZATION_DELETED = "item_harmonization_deleted",
|
|
897
858
|
HARMONIZATION_CLASSIFICATION_STATISTICS_PUBLISHED = "harmonization_classification_statistics_published",
|
|
898
|
-
ISSUER_UPSERTED = "issuer_upserted",
|
|
899
|
-
ISSUER_DELETED = "issuer_deleted",
|
|
900
859
|
ITEM_FORM_IMPORT_REQUEST = "item_form_import_request",
|
|
901
860
|
LABEL_REQUEST_ERROR_UPSERTED = "label_request_error_upserted",
|
|
902
861
|
LABEL_REQUEST_ERROR_DELETED = "label_request_error_deleted",
|
|
@@ -994,10 +953,8 @@ export declare enum EventType {
|
|
|
994
953
|
RESTRICTION_RULE_EFFECT_DELETED = "restriction_rule_effect_deleted",
|
|
995
954
|
TAXONOMY_CATEGORY_HS_6_REF_UPSERTED = "taxonomy_category_hs6_ref_upserted",
|
|
996
955
|
TAXONOMY_CATEGORY_HS_6_REF_DELETED = "taxonomy_category_hs6_ref_deleted",
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
SHOPIFY_EXPERIENCE_SHORT_ID_UPSERTED = "shopify_experience_short_id_upserted",
|
|
1000
|
-
SHOPIFY_EXPERIENCE_SHORT_ID_DELETED = "shopify_experience_short_id_deleted",
|
|
956
|
+
SHOPIFY_HS_10_CODES_UPSERTED = "shopify_hs10_codes_upserted",
|
|
957
|
+
SHOPIFY_HS_10_CODES_DELETED = "shopify_hs10_codes_deleted",
|
|
1001
958
|
SHOPIFY_MARKETS_ORDER_UPSERTED = "shopify_markets_order_upserted",
|
|
1002
959
|
SHOPIFY_MARKETS_ORDER_DELETED = "shopify_markets_order_deleted",
|
|
1003
960
|
SHOPIFY_MARKETS_SHOP_UPSERTED = "shopify_markets_shop_upserted",
|
|
@@ -1043,6 +1000,8 @@ export declare enum EventType {
|
|
|
1043
1000
|
SHOPIFY_MERCHANT_PLAN_DELETED = "shopify_merchant_plan_deleted",
|
|
1044
1001
|
SHOPIFY_DISPUTE_UPSERTED = "shopify_dispute_upserted",
|
|
1045
1002
|
SHOPIFY_DISPUTE_DELETED = "shopify_dispute_deleted",
|
|
1003
|
+
SHOPIFY_REPORT_FILE_UPSERTED = "shopify_report_file_upserted",
|
|
1004
|
+
SHOPIFY_REPORT_FILE_DELETED = "shopify_report_file_deleted",
|
|
1046
1005
|
STRIPE_AUTHORIZATION_DELETED = "stripe_authorization_deleted",
|
|
1047
1006
|
STRIPE_AUTHORIZATION_UPSERTED = "stripe_authorization_upserted",
|
|
1048
1007
|
STRIPE_REVERSAL_DELETED = "stripe_reversal_deleted",
|
|
@@ -1111,18 +1070,6 @@ export declare enum FeesSource {
|
|
|
1111
1070
|
SETTINGS = "settings",
|
|
1112
1071
|
AUTHORIZATION_BUNDLE = "authorization_bundle"
|
|
1113
1072
|
}
|
|
1114
|
-
export declare enum FinancialReportingResponsibleParty {
|
|
1115
|
-
FLOW = "flow",
|
|
1116
|
-
ORGANIZATION = "organization"
|
|
1117
|
-
}
|
|
1118
|
-
export declare enum FlowApp {
|
|
1119
|
-
CONSOLE = "console"
|
|
1120
|
-
}
|
|
1121
|
-
export declare enum Format {
|
|
1122
|
-
TEXT = "text",
|
|
1123
|
-
PHONE = "phone",
|
|
1124
|
-
EMAIL = "email"
|
|
1125
|
-
}
|
|
1126
1073
|
export declare enum FraudProvider {
|
|
1127
1074
|
FLOW = "flow",
|
|
1128
1075
|
FORTER = "forter",
|
|
@@ -1140,21 +1087,15 @@ export declare enum FraudReviewResponsibleParty {
|
|
|
1140
1087
|
FLOW = "flow",
|
|
1141
1088
|
ORGANIZATION = "organization"
|
|
1142
1089
|
}
|
|
1143
|
-
export declare enum FtpIntent {
|
|
1144
|
-
ORDERS_FROM_FLOW = "orders_from_flow",
|
|
1145
|
-
PRICEBOOKS_FROM_FLOW = "pricebooks_from_flow",
|
|
1146
|
-
PRICEBOOKS_TO_FLOW = "pricebooks_to_flow",
|
|
1147
|
-
CATALOG_TO_FLOW = "catalog_to_flow",
|
|
1148
|
-
INVENTORY_TO_FLOW = "inventory_to_flow"
|
|
1149
|
-
}
|
|
1150
|
-
export declare enum FtpProtocol {
|
|
1151
|
-
SFTP = "sftp",
|
|
1152
|
-
FTP = "ftp"
|
|
1153
|
-
}
|
|
1154
1090
|
export declare enum GeIngestionFileStatus {
|
|
1155
1091
|
PENDING = "pending",
|
|
1156
1092
|
PROCESSED = "processed"
|
|
1157
1093
|
}
|
|
1094
|
+
export declare enum GeRevenueShareTransactionType {
|
|
1095
|
+
ADJUSTMENT = "adjustment",
|
|
1096
|
+
REVERSAL = "reversal",
|
|
1097
|
+
REVENUE_SHARE = "revenue_share"
|
|
1098
|
+
}
|
|
1158
1099
|
export declare enum GoogleAnalyticsPlugin {
|
|
1159
1100
|
EC = "ec"
|
|
1160
1101
|
}
|
|
@@ -1219,6 +1160,11 @@ export declare enum ItemType {
|
|
|
1219
1160
|
STANDARD = "standard",
|
|
1220
1161
|
MULTI_PRODUCT = "multi_product"
|
|
1221
1162
|
}
|
|
1163
|
+
export declare enum JournalOperation {
|
|
1164
|
+
INSERT = "insert",
|
|
1165
|
+
UPDATE = "update",
|
|
1166
|
+
DELETE = "delete"
|
|
1167
|
+
}
|
|
1222
1168
|
export declare enum KeywordType {
|
|
1223
1169
|
POSITIVE = "positive",
|
|
1224
1170
|
NEGATIVE = "negative"
|
|
@@ -1565,25 +1511,8 @@ export declare enum ProcessorEntityStatus {
|
|
|
1565
1511
|
export declare enum ProductStatus {
|
|
1566
1512
|
ACTIVE = "active",
|
|
1567
1513
|
ARCHIVED = "archived",
|
|
1568
|
-
DRAFT = "draft"
|
|
1569
|
-
|
|
1570
|
-
export declare enum PromptAction {
|
|
1571
|
-
PROMPT_DISPLAYED = "prompt_displayed",
|
|
1572
|
-
CONSENT_GRANTED = "consent_granted",
|
|
1573
|
-
CONSENT_DENIED = "consent_denied"
|
|
1574
|
-
}
|
|
1575
|
-
export declare enum PromptCheckoutDisplayPosition {
|
|
1576
|
-
EMAIL = "email",
|
|
1577
|
-
SUBMISSION = "submission"
|
|
1578
|
-
}
|
|
1579
|
-
export declare enum PromptOptions {
|
|
1580
|
-
NOTICE_ONLY = "notice_only",
|
|
1581
|
-
REQUIRE_CONSENT = "require_consent",
|
|
1582
|
-
CONSENT_BY_DEFAULT = "consent_by_default"
|
|
1583
|
-
}
|
|
1584
|
-
export declare enum PromptTarget {
|
|
1585
|
-
BROWSE = "browse",
|
|
1586
|
-
CHECKOUT = "checkout"
|
|
1514
|
+
DRAFT = "draft",
|
|
1515
|
+
UNLISTED = "unlisted"
|
|
1587
1516
|
}
|
|
1588
1517
|
export declare enum RateLevelKey {
|
|
1589
1518
|
SHOPIFY_SMALL_USA = "shopify_small_usa",
|
|
@@ -1595,10 +1524,6 @@ export declare enum RateSource {
|
|
|
1595
1524
|
CALCULATED = "calculated",
|
|
1596
1525
|
MARKET = "market"
|
|
1597
1526
|
}
|
|
1598
|
-
export declare enum ReboundConfigurationStatus {
|
|
1599
|
-
ACTIVE = "active",
|
|
1600
|
-
INACTIVE = "inactive"
|
|
1601
|
-
}
|
|
1602
1527
|
export declare enum RedirectReason {
|
|
1603
1528
|
THREE_D_SECURE = "three_d_secure"
|
|
1604
1529
|
}
|
|
@@ -1647,7 +1572,8 @@ export declare enum ReportType {
|
|
|
1647
1572
|
PAYMENTS = "payments",
|
|
1648
1573
|
RECONCILE_NOT_RECORDED = "reconcile_not_recorded",
|
|
1649
1574
|
PRODUCTS_RECORD = "products_record",
|
|
1650
|
-
DISPUTES = "disputes"
|
|
1575
|
+
DISPUTES = "disputes",
|
|
1576
|
+
SALES_PAYMENTS_RECORD = "sales_payments_record"
|
|
1651
1577
|
}
|
|
1652
1578
|
export declare enum ReportingFulfillmentIsVirtual {
|
|
1653
1579
|
ALL = "all",
|
|
@@ -1684,6 +1610,10 @@ export declare enum RestrictionOrganizationSource {
|
|
|
1684
1610
|
SHOPIFY = "shopify",
|
|
1685
1611
|
ENTERPRISE = "enterprise"
|
|
1686
1612
|
}
|
|
1613
|
+
export declare enum RestrictionRuleCommunityExemption {
|
|
1614
|
+
DOMESTIC_EXEMPTION = "domestic_exemption",
|
|
1615
|
+
INTRA_EU_EXEMPTION = "intra_eu_exemption"
|
|
1616
|
+
}
|
|
1687
1617
|
export declare enum RestrictionRuleExceptionAction {
|
|
1688
1618
|
ALLOW = "allow",
|
|
1689
1619
|
DENY = "deny"
|
|
@@ -1718,12 +1648,9 @@ export declare enum RohanItemType {
|
|
|
1718
1648
|
PHYSICAL = "physical",
|
|
1719
1649
|
DIGITAL = "digital"
|
|
1720
1650
|
}
|
|
1721
|
-
export declare enum
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
export declare enum ShopifyGrantStatus {
|
|
1725
|
-
PASS = "pass",
|
|
1726
|
-
FAIL = "fail"
|
|
1651
|
+
export declare enum SarveshItemType {
|
|
1652
|
+
PHYSICAL = "physical",
|
|
1653
|
+
DIGITAL = "digital"
|
|
1727
1654
|
}
|
|
1728
1655
|
export declare enum ShopifyIncotermConfiguration {
|
|
1729
1656
|
DDP = "DDP",
|
|
@@ -1799,23 +1726,6 @@ export declare enum ShopifyPlanType {
|
|
|
1799
1726
|
STANDARD = "standard",
|
|
1800
1727
|
SHOPIFY_PLUS = "shopify_plus"
|
|
1801
1728
|
}
|
|
1802
|
-
export declare enum ShopifyPromotionBehavior {
|
|
1803
|
-
DISABLE_DISCOUNT_CODES = "disable_discount_codes"
|
|
1804
|
-
}
|
|
1805
|
-
export declare enum ShopifyPromotionOfferAllocationMethod {
|
|
1806
|
-
EACH = "each",
|
|
1807
|
-
ACROSS = "across"
|
|
1808
|
-
}
|
|
1809
|
-
export declare enum ShopifyPromotionOrderEntitlementComponent {
|
|
1810
|
-
SUBTOTAL = "subtotal",
|
|
1811
|
-
SHIPPING = "shipping",
|
|
1812
|
-
VAT = "vat",
|
|
1813
|
-
DUTY = "duty"
|
|
1814
|
-
}
|
|
1815
|
-
export declare enum ShopifyPromotionStatus {
|
|
1816
|
-
ACTIVE = "active",
|
|
1817
|
-
INACTIVE = "inactive"
|
|
1818
|
-
}
|
|
1819
1729
|
export declare enum ShopifyService {
|
|
1820
1730
|
PAYMENT = "payment",
|
|
1821
1731
|
DUTY_TAX_CALCULATOR = "duty_tax_calculator",
|
|
@@ -1837,14 +1747,6 @@ export declare enum SourceTypeFilter {
|
|
|
1837
1747
|
ORGANIZATION = "organization",
|
|
1838
1748
|
CHANNEL = "channel"
|
|
1839
1749
|
}
|
|
1840
|
-
export declare enum StatementStatus {
|
|
1841
|
-
CREATED = "created",
|
|
1842
|
-
NO_TRANSACTIONS = "no_transactions",
|
|
1843
|
-
TRANSACTIONS_ASSIGNED = "transactions_assigned",
|
|
1844
|
-
STATEMENT_GENERATED = "statement_generated",
|
|
1845
|
-
STATEMENT_REGENERATED = "statement_regenerated",
|
|
1846
|
-
FAILED = "failed"
|
|
1847
|
-
}
|
|
1848
1750
|
export declare enum StatementTransferTransactionLocation {
|
|
1849
1751
|
TRANSACTIONS_FILE = "transactions_file",
|
|
1850
1752
|
SUMMARY = "summary"
|
|
@@ -1898,6 +1800,13 @@ export declare enum TaxTransactionType {
|
|
|
1898
1800
|
TAX = "tax",
|
|
1899
1801
|
REFUND = "refund"
|
|
1900
1802
|
}
|
|
1803
|
+
export declare enum TaxonomyCategoryClassificationAlignment {
|
|
1804
|
+
ALIGNED = "aligned",
|
|
1805
|
+
NOT_ALIGNED = "not_aligned",
|
|
1806
|
+
PRODUCT_MISSING_CATEGORY = "product_missing_category",
|
|
1807
|
+
CONFIG_MISSING_CATEGORY = "config_missing_category",
|
|
1808
|
+
PRODUCT_NOT_FOUND = "product_not_found"
|
|
1809
|
+
}
|
|
1901
1810
|
export declare enum TrackingIntegrationType {
|
|
1902
1811
|
API = "api",
|
|
1903
1812
|
BULK = "bulk",
|
package/dist/api-internal.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingLabelDimensionsSource = exports.TrackingIntegrationType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.
|
|
3
|
+
exports.CommercialInvoiceVersion = exports.ClothingAgeClassification = exports.ClassificationType = exports.ClassificationScope = exports.ClassificationPlatform = exports.ClassificationErrorCode = exports.ClassificationDecision = exports.CheckoutUrlType = exports.CheckoutShippingMethodPromptBehavior = exports.CheckoutPromptBehavior = exports.CheckoutAssetType = exports.ChargebackProcessStatus = exports.ChargebackPaymentStatus = exports.ChargeInputType = exports.ChargeEstimateSource = exports.ChannelTransactionType = exports.ChannelOrderFulfillmentStatusCode = exports.ChannelOrderAcceptanceStatus = exports.ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceNextActionFrom = exports.ChannelOrderAcceptanceFailureReasonCode = exports.ChannelOrderAcceptanceErrorAction = exports.ChannelBilledTransactionType = exports.CatalogPublicationOwner = exports.CatalogImportType = exports.CarrierValidationStatus = exports.CarrierLabelGenerationMethod = exports.CarrierFileType = exports.CarrierChargeType = exports.CarrierChargeTransactionType = exports.CalculatorEngine = exports.BillingTransactionType = exports.BillingTransactionStatus = exports.BillingStatementAttachmentKey = exports.BillingMetricKey = exports.BillingAllocationKey = exports.BankPaymentStatusCode = exports.BankPaymentPromiseCompletedMethod = exports.BankAccountStatus = exports.AutoRestrictRule = exports.ApplicablePreferentialRate = exports.ApiCallReferenceId = exports.AnyDangerousGoods = exports.AnshItemType = exports.AldoItemType = exports.AdyenIntegrationType = exports.AdjustmentTransactionType = exports.AccountType = exports.AccountSettingLiabilitiesMethod = exports.AccountPaymentHoldReason = void 0;
|
|
4
|
+
exports.InternalPaymentEntityType = exports.HttpMethod = exports.HoseinItemType = exports.HarmonizationDecisionSource = exports.GraphqlServiceTypes = exports.GoogleAnalyticsPlugin = exports.GeRevenueShareTransactionType = exports.GeIngestionFileStatus = exports.FraudReviewResponsibleParty = exports.FraudProviderStatus = exports.FraudProvider = exports.FeesSource = exports.FeatureType = exports.FeatureStatus = exports.FeatureScope = exports.ExportContentType = exports.ExperienceOrderActionTrigger = exports.ExperienceOrderAction = exports.ExperienceImportType = exports.EventType = exports.ErpFileType = exports.EmptyAttribute = exports.DutyTransactionType = exports.DutySimpleExpressionType = exports.DutySelectionRule = exports.DutyRateUnitOfMeasure = exports.DutyRateSource = exports.DutyExemptItemTypes = exports.DutyCompoundExpressionType = exports.DisputeType = exports.DisputeTransactionType = exports.DisputeStatus = exports.DisputeReportingCategory = exports.DisputeProcessor = exports.DisputeLiability = exports.DisputeImportType = exports.DisputeImportStatus = exports.DisputeEvidence = exports.DisputeDefenseOutcome = exports.DisputeCategory = exports.DisputeBillable = exports.DiscountRequestOrderEntitlementKey = exports.DeminimisAdjustmentType = exports.DeliveredDutyOptionMessageType = exports.DebugAccountingTransactionType = exports.CrossdockTrackingStatus = exports.ConnectReportTransferTransferType = exports.ConnectReportPaymentTransferType = exports.ComplianceType = exports.Company = void 0;
|
|
5
|
+
exports.OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionReviewType = exports.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = exports.OrganizationPaymentStatus = exports.OrganizationMetricType = exports.OrganizationCapability = exports.OrderValidationStatus = exports.OrderTransactionType = exports.OrderPaymentSourceType = exports.OrderLifecycleEvent = exports.OrderChargeTrigger = exports.OrderCancellationInitiatedBy = exports.OrderAttributeIntent = exports.OrderAddressValidationStatus = exports.OrderAction = exports.OnboardingStateSource = exports.OnboardingAutomationTaskState = exports.OnboardingAutomationProcessState = exports.OnboardingAuditThemeKey = exports.OnboardingAuditResult = exports.OnboardingAuditMessageLevel = exports.NonL4LTaxDutyFxTransactionType = exports.NoLiabilityReasonCode = exports.NiallItemType = exports.NatureOfSale = exports.MixedBagWeight = exports.MerchantOverrideStatus = exports.MerchantOfRecord = exports.ManualTransactionCategory = exports.ManualReviewRuleStatus = exports.LogisticsPayoutResolutionMethod = exports.LogisticsCapability = exports.LiabilityType = exports.LabelTransactionType = exports.LabelRequestResultState = exports.LabelRequestResultOrganizationType = exports.LabelRequestErrorHandlingResponsibility = exports.LabelEventSource = exports.LabelEventMedium = exports.LabelCreationStatus = exports.LabelCancellationErrorCode = exports.LabelBillingStrategy = exports.KeywordType = exports.JournalOperation = exports.ItemType = exports.ItemQuantityAction = exports.ItemHarmonizationStatus = exports.ItemClassificationStatus = exports.ItemClassificationAction = void 0;
|
|
6
|
+
exports.ShopifyPlanType = exports.ShopifyMonitoringTrackingField = exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyIncotermConfiguration = exports.SarveshItemType = exports.RohanItemType = exports.RiskEvaluation = exports.RiskCheck = exports.RevenueRecordType = exports.RestrictionStatus = exports.RestrictionStateReviewStatus = exports.RestrictionRuleExceptionAction = exports.RestrictionRuleCommunityExemption = exports.RestrictionOrganizationSource = exports.RestrictionOrganizationChannel = exports.RestrictionDecision = exports.RestrictionAction = exports.ResponsibleParty = exports.ReportingScheme = exports.ReportingFulfillmentIsVirtual = exports.ReportType = exports.ReportStatus = exports.ReportPaymentType = exports.ReportInterval = exports.ReportFileType = exports.ReportFileStatus = exports.RejectionReason = exports.RedirectReason = exports.RateSource = exports.RateLevelKey = exports.ProductStatus = exports.ProcessorEntityStatus = exports.Processor = exports.ProcessingTransactionType = exports.PriceSelector = exports.PreferredBillingSchedule = exports.PrateekItemType = exports.PendingRecordType = exports.PaymentTerm = exports.PaymentSummaryType = exports.PaymentSummaryStatus = exports.PaymentShortUrlDiscriminator = exports.Owner = exports.OutputStyle = exports.OrganizationSource = exports.OrganizationRestrictionScreeningStatus = void 0;
|
|
7
|
+
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingLabelDimensionsSource = exports.TrackingIntegrationType = exports.TaxonomyCategoryClassificationAlignment = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.SourceTypeFilter = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.ShopifyService = void 0;
|
|
8
8
|
var AccountPaymentHoldReason;
|
|
9
9
|
(function (AccountPaymentHoldReason) {
|
|
10
10
|
AccountPaymentHoldReason["FRAUDULENT"] = "fraudulent";
|
|
@@ -21,11 +21,6 @@ var AccountType;
|
|
|
21
21
|
AccountType["CHANNEL"] = "channel";
|
|
22
22
|
AccountType["ORGANIZATION"] = "organization";
|
|
23
23
|
})(AccountType = exports.AccountType || (exports.AccountType = {}));
|
|
24
|
-
var AddressConfigurationSettingProvinceCode;
|
|
25
|
-
(function (AddressConfigurationSettingProvinceCode) {
|
|
26
|
-
AddressConfigurationSettingProvinceCode["ISO_3166_2"] = "iso_3166_2";
|
|
27
|
-
AddressConfigurationSettingProvinceCode["NAME"] = "name";
|
|
28
|
-
})(AddressConfigurationSettingProvinceCode = exports.AddressConfigurationSettingProvinceCode || (exports.AddressConfigurationSettingProvinceCode = {}));
|
|
29
24
|
var AdjustmentTransactionType;
|
|
30
25
|
(function (AdjustmentTransactionType) {
|
|
31
26
|
AdjustmentTransactionType["ADJUSTMENT"] = "adjustment";
|
|
@@ -280,10 +275,13 @@ var BillingMetricKey;
|
|
|
280
275
|
BillingMetricKey["FOURTH_PLUS_ATTEMPT_SUCCESS_RATIO"] = "fourth_plus_attempt_success_ratio";
|
|
281
276
|
BillingMetricKey["GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_COUNT"] = "ge_revenue_share_standard_transactions_count";
|
|
282
277
|
BillingMetricKey["GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_TOTAL"] = "ge_revenue_share_standard_transactions_total";
|
|
278
|
+
BillingMetricKey["GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_PERCENTAGE"] = "ge_revenue_share_standard_transactions_percentage";
|
|
283
279
|
BillingMetricKey["GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_COUNT"] = "ge_revenue_share_shopify_plus_transactions_count";
|
|
284
280
|
BillingMetricKey["GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_TOTAL"] = "ge_revenue_share_shopify_plus_transactions_total";
|
|
281
|
+
BillingMetricKey["GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_PERCENTAGE"] = "ge_revenue_share_shopify_plus_transactions_percentage";
|
|
285
282
|
BillingMetricKey["NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_COUNT"] = "non_l4l_tax_duty_fx_transactions_count";
|
|
286
283
|
BillingMetricKey["NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_TOTAL"] = "non_l4l_tax_duty_fx_transactions_total";
|
|
284
|
+
BillingMetricKey["NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_PERCENTAGE"] = "non_l4l_tax_duty_fx_transactions_percentage";
|
|
287
285
|
BillingMetricKey["SP_ADJUSTMENT_TRANSACTIONS_COUNT"] = "sp_adjustment_transactions_count";
|
|
288
286
|
BillingMetricKey["SP_ADJUSTMENT_TRANSACTIONS_TOTAL"] = "sp_adjustment_transactions_total";
|
|
289
287
|
BillingMetricKey["SP_BILLABLE_LABEL_TRANSACTIONS_COUNT"] = "sp_billable_label_transactions_count";
|
|
@@ -366,6 +364,8 @@ var BillingTransactionType;
|
|
|
366
364
|
BillingTransactionType["TAX_REFUND"] = "tax_refund";
|
|
367
365
|
BillingTransactionType["DUTY_REFUND"] = "duty_refund";
|
|
368
366
|
BillingTransactionType["GE_REVENUE_SHARE"] = "ge_revenue_share";
|
|
367
|
+
BillingTransactionType["MERCHANT_PAYOUT"] = "merchant_payout";
|
|
368
|
+
BillingTransactionType["MERCHANT_REFUND"] = "merchant_refund";
|
|
369
369
|
})(BillingTransactionType = exports.BillingTransactionType || (exports.BillingTransactionType = {}));
|
|
370
370
|
var CalculatorEngine;
|
|
371
371
|
(function (CalculatorEngine) {
|
|
@@ -524,30 +524,11 @@ var CheckoutAssetType;
|
|
|
524
524
|
CheckoutAssetType["STYLESHEET"] = "stylesheet";
|
|
525
525
|
CheckoutAssetType["JAVASCRIPT"] = "javascript";
|
|
526
526
|
})(CheckoutAssetType = exports.CheckoutAssetType || (exports.CheckoutAssetType = {}));
|
|
527
|
-
var CheckoutErrorCode;
|
|
528
|
-
(function (CheckoutErrorCode) {
|
|
529
|
-
CheckoutErrorCode["GENERIC_ERROR"] = "generic_error";
|
|
530
|
-
CheckoutErrorCode["ORDER_IDENTIFIER_INVALID"] = "order_identifier_invalid";
|
|
531
|
-
CheckoutErrorCode["URL_INVALID"] = "url_invalid";
|
|
532
|
-
CheckoutErrorCode["ORGANIZATION_INVALID"] = "organization_invalid";
|
|
533
|
-
CheckoutErrorCode["SESSION_INVALID"] = "session_invalid";
|
|
534
|
-
CheckoutErrorCode["SESSION_MISSING"] = "session_missing";
|
|
535
|
-
CheckoutErrorCode["SESSION_ORGANIZATION_INVALID"] = "session_organization_invalid";
|
|
536
|
-
CheckoutErrorCode["COUNTRY_INVALID"] = "country_invalid";
|
|
537
|
-
CheckoutErrorCode["CURRENCY_INVALID"] = "currency_invalid";
|
|
538
|
-
CheckoutErrorCode["LANGUAGE_INVALID"] = "language_invalid";
|
|
539
|
-
CheckoutErrorCode["CHECKOUT_INVALID"] = "checkout_invalid";
|
|
540
|
-
})(CheckoutErrorCode = exports.CheckoutErrorCode || (exports.CheckoutErrorCode = {}));
|
|
541
527
|
var CheckoutPromptBehavior;
|
|
542
528
|
(function (CheckoutPromptBehavior) {
|
|
543
529
|
CheckoutPromptBehavior["ALWAYS"] = "always";
|
|
544
530
|
CheckoutPromptBehavior["INCOMPLETE"] = "incomplete";
|
|
545
531
|
})(CheckoutPromptBehavior = exports.CheckoutPromptBehavior || (exports.CheckoutPromptBehavior = {}));
|
|
546
|
-
var CheckoutRedirectMethod;
|
|
547
|
-
(function (CheckoutRedirectMethod) {
|
|
548
|
-
CheckoutRedirectMethod["GET"] = "get";
|
|
549
|
-
CheckoutRedirectMethod["POST"] = "post";
|
|
550
|
-
})(CheckoutRedirectMethod = exports.CheckoutRedirectMethod || (exports.CheckoutRedirectMethod = {}));
|
|
551
532
|
var CheckoutShippingMethodPromptBehavior;
|
|
552
533
|
(function (CheckoutShippingMethodPromptBehavior) {
|
|
553
534
|
CheckoutShippingMethodPromptBehavior["ALWAYS"] = "always";
|
|
@@ -619,29 +600,6 @@ var ConnectReportTransferTransferType;
|
|
|
619
600
|
ConnectReportTransferTransferType["MANAGED_MARKETS_DISPUTE_WON_AMOUNT_CREDIT"] = "ManagedMarketsDisputeWonAmountCredit";
|
|
620
601
|
ConnectReportTransferTransferType["MANAGED_MARKETS_DUTIES_AND_TAXES_ADJUSTMENT_CREDIT"] = "ManagedMarketsDutiesAndTaxesAdjustmentCredit";
|
|
621
602
|
})(ConnectReportTransferTransferType = exports.ConnectReportTransferTransferType || (exports.ConnectReportTransferTransferType = {}));
|
|
622
|
-
var ContentElementType;
|
|
623
|
-
(function (ContentElementType) {
|
|
624
|
-
ContentElementType["MARKDOWN"] = "markdown";
|
|
625
|
-
ContentElementType["HTML"] = "html";
|
|
626
|
-
ContentElementType["PLAIN_TEXT"] = "plain_text";
|
|
627
|
-
ContentElementType["HREF"] = "href";
|
|
628
|
-
})(ContentElementType = exports.ContentElementType || (exports.ContentElementType = {}));
|
|
629
|
-
var ContentStatus;
|
|
630
|
-
(function (ContentStatus) {
|
|
631
|
-
ContentStatus["DRAFT"] = "draft";
|
|
632
|
-
ContentStatus["LIVE"] = "live";
|
|
633
|
-
ContentStatus["ARCHIVED"] = "archived";
|
|
634
|
-
})(ContentStatus = exports.ContentStatus || (exports.ContentStatus = {}));
|
|
635
|
-
var ContentType;
|
|
636
|
-
(function (ContentType) {
|
|
637
|
-
ContentType["TEXT"] = "text";
|
|
638
|
-
ContentType["HTML"] = "html";
|
|
639
|
-
})(ContentType = exports.ContentType || (exports.ContentType = {}));
|
|
640
|
-
var ContentTypeCast;
|
|
641
|
-
(function (ContentTypeCast) {
|
|
642
|
-
ContentTypeCast["MARKDOWN_TO_HTML"] = "markdown_to_html";
|
|
643
|
-
ContentTypeCast["MARKDOWN_TO_TEXT"] = "markdown_to_text";
|
|
644
|
-
})(ContentTypeCast = exports.ContentTypeCast || (exports.ContentTypeCast = {}));
|
|
645
603
|
var CrossdockTrackingStatus;
|
|
646
604
|
(function (CrossdockTrackingStatus) {
|
|
647
605
|
CrossdockTrackingStatus["NOTIFIED"] = "notified";
|
|
@@ -884,12 +842,8 @@ var EventType;
|
|
|
884
842
|
EventType["CHANNEL_ORDER_ACCEPTANCE_UPSERTED"] = "channel_order_acceptance_upserted";
|
|
885
843
|
EventType["CHANNEL_ORDER_ACCEPTANCE_DELETED"] = "channel_order_acceptance_deleted";
|
|
886
844
|
EventType["CHANNEL_ORDER_ACCEPTANCE_FAILED"] = "channel_order_acceptance_failed";
|
|
887
|
-
EventType["CHECKOUT_CONFIGURATION_UPSERTED"] = "checkout_configuration_upserted";
|
|
888
|
-
EventType["CHECKOUT_CONFIGURATION_DELETED"] = "checkout_configuration_deleted";
|
|
889
845
|
EventType["COMMERCIAL_INVOICE_INTERNAL_UPSERTED"] = "commercial_invoice_internal_upserted";
|
|
890
846
|
EventType["COMMERCIAL_INVOICE_INTERNAL_DELETED"] = "commercial_invoice_internal_deleted";
|
|
891
|
-
EventType["LOCALIZED_CONTENT_UPSERTED"] = "localized_content_upserted";
|
|
892
|
-
EventType["LOCALIZATION_UPSERTED"] = "localization_upserted";
|
|
893
847
|
EventType["INTERNAL_CHANNEL_RATE_DELETED"] = "internal_channel_rate_deleted";
|
|
894
848
|
EventType["INTERNAL_CHANNEL_RATE_UPSERTED"] = "internal_channel_rate_upserted";
|
|
895
849
|
EventType["RATE_DELETED"] = "rate_deleted";
|
|
@@ -990,8 +944,6 @@ var EventType;
|
|
|
990
944
|
EventType["ITEM_HARMONIZATION_UPSERTED"] = "item_harmonization_upserted";
|
|
991
945
|
EventType["ITEM_HARMONIZATION_DELETED"] = "item_harmonization_deleted";
|
|
992
946
|
EventType["HARMONIZATION_CLASSIFICATION_STATISTICS_PUBLISHED"] = "harmonization_classification_statistics_published";
|
|
993
|
-
EventType["ISSUER_UPSERTED"] = "issuer_upserted";
|
|
994
|
-
EventType["ISSUER_DELETED"] = "issuer_deleted";
|
|
995
947
|
EventType["ITEM_FORM_IMPORT_REQUEST"] = "item_form_import_request";
|
|
996
948
|
EventType["LABEL_REQUEST_ERROR_UPSERTED"] = "label_request_error_upserted";
|
|
997
949
|
EventType["LABEL_REQUEST_ERROR_DELETED"] = "label_request_error_deleted";
|
|
@@ -1089,10 +1041,8 @@ var EventType;
|
|
|
1089
1041
|
EventType["RESTRICTION_RULE_EFFECT_DELETED"] = "restriction_rule_effect_deleted";
|
|
1090
1042
|
EventType["TAXONOMY_CATEGORY_HS_6_REF_UPSERTED"] = "taxonomy_category_hs6_ref_upserted";
|
|
1091
1043
|
EventType["TAXONOMY_CATEGORY_HS_6_REF_DELETED"] = "taxonomy_category_hs6_ref_deleted";
|
|
1092
|
-
EventType["
|
|
1093
|
-
EventType["
|
|
1094
|
-
EventType["SHOPIFY_EXPERIENCE_SHORT_ID_UPSERTED"] = "shopify_experience_short_id_upserted";
|
|
1095
|
-
EventType["SHOPIFY_EXPERIENCE_SHORT_ID_DELETED"] = "shopify_experience_short_id_deleted";
|
|
1044
|
+
EventType["SHOPIFY_HS_10_CODES_UPSERTED"] = "shopify_hs10_codes_upserted";
|
|
1045
|
+
EventType["SHOPIFY_HS_10_CODES_DELETED"] = "shopify_hs10_codes_deleted";
|
|
1096
1046
|
EventType["SHOPIFY_MARKETS_ORDER_UPSERTED"] = "shopify_markets_order_upserted";
|
|
1097
1047
|
EventType["SHOPIFY_MARKETS_ORDER_DELETED"] = "shopify_markets_order_deleted";
|
|
1098
1048
|
EventType["SHOPIFY_MARKETS_SHOP_UPSERTED"] = "shopify_markets_shop_upserted";
|
|
@@ -1138,6 +1088,8 @@ var EventType;
|
|
|
1138
1088
|
EventType["SHOPIFY_MERCHANT_PLAN_DELETED"] = "shopify_merchant_plan_deleted";
|
|
1139
1089
|
EventType["SHOPIFY_DISPUTE_UPSERTED"] = "shopify_dispute_upserted";
|
|
1140
1090
|
EventType["SHOPIFY_DISPUTE_DELETED"] = "shopify_dispute_deleted";
|
|
1091
|
+
EventType["SHOPIFY_REPORT_FILE_UPSERTED"] = "shopify_report_file_upserted";
|
|
1092
|
+
EventType["SHOPIFY_REPORT_FILE_DELETED"] = "shopify_report_file_deleted";
|
|
1141
1093
|
EventType["STRIPE_AUTHORIZATION_DELETED"] = "stripe_authorization_deleted";
|
|
1142
1094
|
EventType["STRIPE_AUTHORIZATION_UPSERTED"] = "stripe_authorization_upserted";
|
|
1143
1095
|
EventType["STRIPE_REVERSAL_DELETED"] = "stripe_reversal_deleted";
|
|
@@ -1214,21 +1166,6 @@ var FeesSource;
|
|
|
1214
1166
|
FeesSource["SETTINGS"] = "settings";
|
|
1215
1167
|
FeesSource["AUTHORIZATION_BUNDLE"] = "authorization_bundle";
|
|
1216
1168
|
})(FeesSource = exports.FeesSource || (exports.FeesSource = {}));
|
|
1217
|
-
var FinancialReportingResponsibleParty;
|
|
1218
|
-
(function (FinancialReportingResponsibleParty) {
|
|
1219
|
-
FinancialReportingResponsibleParty["FLOW"] = "flow";
|
|
1220
|
-
FinancialReportingResponsibleParty["ORGANIZATION"] = "organization";
|
|
1221
|
-
})(FinancialReportingResponsibleParty = exports.FinancialReportingResponsibleParty || (exports.FinancialReportingResponsibleParty = {}));
|
|
1222
|
-
var FlowApp;
|
|
1223
|
-
(function (FlowApp) {
|
|
1224
|
-
FlowApp["CONSOLE"] = "console";
|
|
1225
|
-
})(FlowApp = exports.FlowApp || (exports.FlowApp = {}));
|
|
1226
|
-
var Format;
|
|
1227
|
-
(function (Format) {
|
|
1228
|
-
Format["TEXT"] = "text";
|
|
1229
|
-
Format["PHONE"] = "phone";
|
|
1230
|
-
Format["EMAIL"] = "email";
|
|
1231
|
-
})(Format = exports.Format || (exports.Format = {}));
|
|
1232
1169
|
var FraudProvider;
|
|
1233
1170
|
(function (FraudProvider) {
|
|
1234
1171
|
FraudProvider["FLOW"] = "flow";
|
|
@@ -1249,24 +1186,17 @@ var FraudReviewResponsibleParty;
|
|
|
1249
1186
|
FraudReviewResponsibleParty["FLOW"] = "flow";
|
|
1250
1187
|
FraudReviewResponsibleParty["ORGANIZATION"] = "organization";
|
|
1251
1188
|
})(FraudReviewResponsibleParty = exports.FraudReviewResponsibleParty || (exports.FraudReviewResponsibleParty = {}));
|
|
1252
|
-
var FtpIntent;
|
|
1253
|
-
(function (FtpIntent) {
|
|
1254
|
-
FtpIntent["ORDERS_FROM_FLOW"] = "orders_from_flow";
|
|
1255
|
-
FtpIntent["PRICEBOOKS_FROM_FLOW"] = "pricebooks_from_flow";
|
|
1256
|
-
FtpIntent["PRICEBOOKS_TO_FLOW"] = "pricebooks_to_flow";
|
|
1257
|
-
FtpIntent["CATALOG_TO_FLOW"] = "catalog_to_flow";
|
|
1258
|
-
FtpIntent["INVENTORY_TO_FLOW"] = "inventory_to_flow";
|
|
1259
|
-
})(FtpIntent = exports.FtpIntent || (exports.FtpIntent = {}));
|
|
1260
|
-
var FtpProtocol;
|
|
1261
|
-
(function (FtpProtocol) {
|
|
1262
|
-
FtpProtocol["SFTP"] = "sftp";
|
|
1263
|
-
FtpProtocol["FTP"] = "ftp";
|
|
1264
|
-
})(FtpProtocol = exports.FtpProtocol || (exports.FtpProtocol = {}));
|
|
1265
1189
|
var GeIngestionFileStatus;
|
|
1266
1190
|
(function (GeIngestionFileStatus) {
|
|
1267
1191
|
GeIngestionFileStatus["PENDING"] = "pending";
|
|
1268
1192
|
GeIngestionFileStatus["PROCESSED"] = "processed";
|
|
1269
1193
|
})(GeIngestionFileStatus = exports.GeIngestionFileStatus || (exports.GeIngestionFileStatus = {}));
|
|
1194
|
+
var GeRevenueShareTransactionType;
|
|
1195
|
+
(function (GeRevenueShareTransactionType) {
|
|
1196
|
+
GeRevenueShareTransactionType["ADJUSTMENT"] = "adjustment";
|
|
1197
|
+
GeRevenueShareTransactionType["REVERSAL"] = "reversal";
|
|
1198
|
+
GeRevenueShareTransactionType["REVENUE_SHARE"] = "revenue_share";
|
|
1199
|
+
})(GeRevenueShareTransactionType = exports.GeRevenueShareTransactionType || (exports.GeRevenueShareTransactionType = {}));
|
|
1270
1200
|
var GoogleAnalyticsPlugin;
|
|
1271
1201
|
(function (GoogleAnalyticsPlugin) {
|
|
1272
1202
|
GoogleAnalyticsPlugin["EC"] = "ec";
|
|
@@ -1342,6 +1272,12 @@ var ItemType;
|
|
|
1342
1272
|
ItemType["STANDARD"] = "standard";
|
|
1343
1273
|
ItemType["MULTI_PRODUCT"] = "multi_product";
|
|
1344
1274
|
})(ItemType = exports.ItemType || (exports.ItemType = {}));
|
|
1275
|
+
var JournalOperation;
|
|
1276
|
+
(function (JournalOperation) {
|
|
1277
|
+
JournalOperation["INSERT"] = "insert";
|
|
1278
|
+
JournalOperation["UPDATE"] = "update";
|
|
1279
|
+
JournalOperation["DELETE"] = "delete";
|
|
1280
|
+
})(JournalOperation = exports.JournalOperation || (exports.JournalOperation = {}));
|
|
1345
1281
|
var KeywordType;
|
|
1346
1282
|
(function (KeywordType) {
|
|
1347
1283
|
KeywordType["POSITIVE"] = "positive";
|
|
@@ -1749,29 +1685,8 @@ var ProductStatus;
|
|
|
1749
1685
|
ProductStatus["ACTIVE"] = "active";
|
|
1750
1686
|
ProductStatus["ARCHIVED"] = "archived";
|
|
1751
1687
|
ProductStatus["DRAFT"] = "draft";
|
|
1688
|
+
ProductStatus["UNLISTED"] = "unlisted";
|
|
1752
1689
|
})(ProductStatus = exports.ProductStatus || (exports.ProductStatus = {}));
|
|
1753
|
-
var PromptAction;
|
|
1754
|
-
(function (PromptAction) {
|
|
1755
|
-
PromptAction["PROMPT_DISPLAYED"] = "prompt_displayed";
|
|
1756
|
-
PromptAction["CONSENT_GRANTED"] = "consent_granted";
|
|
1757
|
-
PromptAction["CONSENT_DENIED"] = "consent_denied";
|
|
1758
|
-
})(PromptAction = exports.PromptAction || (exports.PromptAction = {}));
|
|
1759
|
-
var PromptCheckoutDisplayPosition;
|
|
1760
|
-
(function (PromptCheckoutDisplayPosition) {
|
|
1761
|
-
PromptCheckoutDisplayPosition["EMAIL"] = "email";
|
|
1762
|
-
PromptCheckoutDisplayPosition["SUBMISSION"] = "submission";
|
|
1763
|
-
})(PromptCheckoutDisplayPosition = exports.PromptCheckoutDisplayPosition || (exports.PromptCheckoutDisplayPosition = {}));
|
|
1764
|
-
var PromptOptions;
|
|
1765
|
-
(function (PromptOptions) {
|
|
1766
|
-
PromptOptions["NOTICE_ONLY"] = "notice_only";
|
|
1767
|
-
PromptOptions["REQUIRE_CONSENT"] = "require_consent";
|
|
1768
|
-
PromptOptions["CONSENT_BY_DEFAULT"] = "consent_by_default";
|
|
1769
|
-
})(PromptOptions = exports.PromptOptions || (exports.PromptOptions = {}));
|
|
1770
|
-
var PromptTarget;
|
|
1771
|
-
(function (PromptTarget) {
|
|
1772
|
-
PromptTarget["BROWSE"] = "browse";
|
|
1773
|
-
PromptTarget["CHECKOUT"] = "checkout";
|
|
1774
|
-
})(PromptTarget = exports.PromptTarget || (exports.PromptTarget = {}));
|
|
1775
1690
|
var RateLevelKey;
|
|
1776
1691
|
(function (RateLevelKey) {
|
|
1777
1692
|
RateLevelKey["SHOPIFY_SMALL_USA"] = "shopify_small_usa";
|
|
@@ -1784,11 +1699,6 @@ var RateSource;
|
|
|
1784
1699
|
RateSource["CALCULATED"] = "calculated";
|
|
1785
1700
|
RateSource["MARKET"] = "market";
|
|
1786
1701
|
})(RateSource = exports.RateSource || (exports.RateSource = {}));
|
|
1787
|
-
var ReboundConfigurationStatus;
|
|
1788
|
-
(function (ReboundConfigurationStatus) {
|
|
1789
|
-
ReboundConfigurationStatus["ACTIVE"] = "active";
|
|
1790
|
-
ReboundConfigurationStatus["INACTIVE"] = "inactive";
|
|
1791
|
-
})(ReboundConfigurationStatus = exports.ReboundConfigurationStatus || (exports.ReboundConfigurationStatus = {}));
|
|
1792
1702
|
var RedirectReason;
|
|
1793
1703
|
(function (RedirectReason) {
|
|
1794
1704
|
RedirectReason["THREE_D_SECURE"] = "three_d_secure";
|
|
@@ -1846,6 +1756,7 @@ var ReportType;
|
|
|
1846
1756
|
ReportType["RECONCILE_NOT_RECORDED"] = "reconcile_not_recorded";
|
|
1847
1757
|
ReportType["PRODUCTS_RECORD"] = "products_record";
|
|
1848
1758
|
ReportType["DISPUTES"] = "disputes";
|
|
1759
|
+
ReportType["SALES_PAYMENTS_RECORD"] = "sales_payments_record";
|
|
1849
1760
|
})(ReportType = exports.ReportType || (exports.ReportType = {}));
|
|
1850
1761
|
var ReportingFulfillmentIsVirtual;
|
|
1851
1762
|
(function (ReportingFulfillmentIsVirtual) {
|
|
@@ -1889,6 +1800,11 @@ var RestrictionOrganizationSource;
|
|
|
1889
1800
|
RestrictionOrganizationSource["SHOPIFY"] = "shopify";
|
|
1890
1801
|
RestrictionOrganizationSource["ENTERPRISE"] = "enterprise";
|
|
1891
1802
|
})(RestrictionOrganizationSource = exports.RestrictionOrganizationSource || (exports.RestrictionOrganizationSource = {}));
|
|
1803
|
+
var RestrictionRuleCommunityExemption;
|
|
1804
|
+
(function (RestrictionRuleCommunityExemption) {
|
|
1805
|
+
RestrictionRuleCommunityExemption["DOMESTIC_EXEMPTION"] = "domestic_exemption";
|
|
1806
|
+
RestrictionRuleCommunityExemption["INTRA_EU_EXEMPTION"] = "intra_eu_exemption";
|
|
1807
|
+
})(RestrictionRuleCommunityExemption = exports.RestrictionRuleCommunityExemption || (exports.RestrictionRuleCommunityExemption = {}));
|
|
1892
1808
|
var RestrictionRuleExceptionAction;
|
|
1893
1809
|
(function (RestrictionRuleExceptionAction) {
|
|
1894
1810
|
RestrictionRuleExceptionAction["ALLOW"] = "allow";
|
|
@@ -1930,15 +1846,11 @@ var RohanItemType;
|
|
|
1930
1846
|
RohanItemType["PHYSICAL"] = "physical";
|
|
1931
1847
|
RohanItemType["DIGITAL"] = "digital";
|
|
1932
1848
|
})(RohanItemType = exports.RohanItemType || (exports.RohanItemType = {}));
|
|
1933
|
-
var
|
|
1934
|
-
(function (
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
(function (ShopifyGrantStatus) {
|
|
1939
|
-
ShopifyGrantStatus["PASS"] = "pass";
|
|
1940
|
-
ShopifyGrantStatus["FAIL"] = "fail";
|
|
1941
|
-
})(ShopifyGrantStatus = exports.ShopifyGrantStatus || (exports.ShopifyGrantStatus = {}));
|
|
1849
|
+
var SarveshItemType;
|
|
1850
|
+
(function (SarveshItemType) {
|
|
1851
|
+
SarveshItemType["PHYSICAL"] = "physical";
|
|
1852
|
+
SarveshItemType["DIGITAL"] = "digital";
|
|
1853
|
+
})(SarveshItemType = exports.SarveshItemType || (exports.SarveshItemType = {}));
|
|
1942
1854
|
var ShopifyIncotermConfiguration;
|
|
1943
1855
|
(function (ShopifyIncotermConfiguration) {
|
|
1944
1856
|
ShopifyIncotermConfiguration["DDP"] = "DDP";
|
|
@@ -2021,27 +1933,6 @@ var ShopifyPlanType;
|
|
|
2021
1933
|
ShopifyPlanType["STANDARD"] = "standard";
|
|
2022
1934
|
ShopifyPlanType["SHOPIFY_PLUS"] = "shopify_plus";
|
|
2023
1935
|
})(ShopifyPlanType = exports.ShopifyPlanType || (exports.ShopifyPlanType = {}));
|
|
2024
|
-
var ShopifyPromotionBehavior;
|
|
2025
|
-
(function (ShopifyPromotionBehavior) {
|
|
2026
|
-
ShopifyPromotionBehavior["DISABLE_DISCOUNT_CODES"] = "disable_discount_codes";
|
|
2027
|
-
})(ShopifyPromotionBehavior = exports.ShopifyPromotionBehavior || (exports.ShopifyPromotionBehavior = {}));
|
|
2028
|
-
var ShopifyPromotionOfferAllocationMethod;
|
|
2029
|
-
(function (ShopifyPromotionOfferAllocationMethod) {
|
|
2030
|
-
ShopifyPromotionOfferAllocationMethod["EACH"] = "each";
|
|
2031
|
-
ShopifyPromotionOfferAllocationMethod["ACROSS"] = "across";
|
|
2032
|
-
})(ShopifyPromotionOfferAllocationMethod = exports.ShopifyPromotionOfferAllocationMethod || (exports.ShopifyPromotionOfferAllocationMethod = {}));
|
|
2033
|
-
var ShopifyPromotionOrderEntitlementComponent;
|
|
2034
|
-
(function (ShopifyPromotionOrderEntitlementComponent) {
|
|
2035
|
-
ShopifyPromotionOrderEntitlementComponent["SUBTOTAL"] = "subtotal";
|
|
2036
|
-
ShopifyPromotionOrderEntitlementComponent["SHIPPING"] = "shipping";
|
|
2037
|
-
ShopifyPromotionOrderEntitlementComponent["VAT"] = "vat";
|
|
2038
|
-
ShopifyPromotionOrderEntitlementComponent["DUTY"] = "duty";
|
|
2039
|
-
})(ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOrderEntitlementComponent || (exports.ShopifyPromotionOrderEntitlementComponent = {}));
|
|
2040
|
-
var ShopifyPromotionStatus;
|
|
2041
|
-
(function (ShopifyPromotionStatus) {
|
|
2042
|
-
ShopifyPromotionStatus["ACTIVE"] = "active";
|
|
2043
|
-
ShopifyPromotionStatus["INACTIVE"] = "inactive";
|
|
2044
|
-
})(ShopifyPromotionStatus = exports.ShopifyPromotionStatus || (exports.ShopifyPromotionStatus = {}));
|
|
2045
1936
|
var ShopifyService;
|
|
2046
1937
|
(function (ShopifyService) {
|
|
2047
1938
|
ShopifyService["PAYMENT"] = "payment";
|
|
@@ -2068,15 +1959,6 @@ var SourceTypeFilter;
|
|
|
2068
1959
|
SourceTypeFilter["ORGANIZATION"] = "organization";
|
|
2069
1960
|
SourceTypeFilter["CHANNEL"] = "channel";
|
|
2070
1961
|
})(SourceTypeFilter = exports.SourceTypeFilter || (exports.SourceTypeFilter = {}));
|
|
2071
|
-
var StatementStatus;
|
|
2072
|
-
(function (StatementStatus) {
|
|
2073
|
-
StatementStatus["CREATED"] = "created";
|
|
2074
|
-
StatementStatus["NO_TRANSACTIONS"] = "no_transactions";
|
|
2075
|
-
StatementStatus["TRANSACTIONS_ASSIGNED"] = "transactions_assigned";
|
|
2076
|
-
StatementStatus["STATEMENT_GENERATED"] = "statement_generated";
|
|
2077
|
-
StatementStatus["STATEMENT_REGENERATED"] = "statement_regenerated";
|
|
2078
|
-
StatementStatus["FAILED"] = "failed";
|
|
2079
|
-
})(StatementStatus = exports.StatementStatus || (exports.StatementStatus = {}));
|
|
2080
1962
|
var StatementTransferTransactionLocation;
|
|
2081
1963
|
(function (StatementTransferTransactionLocation) {
|
|
2082
1964
|
StatementTransferTransactionLocation["TRANSACTIONS_FILE"] = "transactions_file";
|
|
@@ -2140,6 +2022,14 @@ var TaxTransactionType;
|
|
|
2140
2022
|
TaxTransactionType["TAX"] = "tax";
|
|
2141
2023
|
TaxTransactionType["REFUND"] = "refund";
|
|
2142
2024
|
})(TaxTransactionType = exports.TaxTransactionType || (exports.TaxTransactionType = {}));
|
|
2025
|
+
var TaxonomyCategoryClassificationAlignment;
|
|
2026
|
+
(function (TaxonomyCategoryClassificationAlignment) {
|
|
2027
|
+
TaxonomyCategoryClassificationAlignment["ALIGNED"] = "aligned";
|
|
2028
|
+
TaxonomyCategoryClassificationAlignment["NOT_ALIGNED"] = "not_aligned";
|
|
2029
|
+
TaxonomyCategoryClassificationAlignment["PRODUCT_MISSING_CATEGORY"] = "product_missing_category";
|
|
2030
|
+
TaxonomyCategoryClassificationAlignment["CONFIG_MISSING_CATEGORY"] = "config_missing_category";
|
|
2031
|
+
TaxonomyCategoryClassificationAlignment["PRODUCT_NOT_FOUND"] = "product_not_found";
|
|
2032
|
+
})(TaxonomyCategoryClassificationAlignment = exports.TaxonomyCategoryClassificationAlignment || (exports.TaxonomyCategoryClassificationAlignment = {}));
|
|
2143
2033
|
var TrackingIntegrationType;
|
|
2144
2034
|
(function (TrackingIntegrationType) {
|
|
2145
2035
|
TrackingIntegrationType["API"] = "api";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-constants",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.99",
|
|
4
4
|
"description": "Definitions for enumerations found in internal Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"generate": "apibuilder update",
|
|
25
25
|
"postgenerate": "npm run format"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "dc15917b90729596ccdb10b88461680f7f910f89"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -14,11 +14,6 @@ export enum AccountType {
|
|
|
14
14
|
ORGANIZATION = 'organization',
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
export enum AddressConfigurationSettingProvinceCode {
|
|
18
|
-
ISO_3166_2 = 'iso_3166_2',
|
|
19
|
-
NAME = 'name',
|
|
20
|
-
}
|
|
21
|
-
|
|
22
17
|
export enum AdjustmentTransactionType {
|
|
23
18
|
ADJUSTMENT = 'adjustment',
|
|
24
19
|
REVERSAL = 'reversal',
|
|
@@ -272,10 +267,13 @@ export enum BillingMetricKey {
|
|
|
272
267
|
FOURTH_PLUS_ATTEMPT_SUCCESS_RATIO = 'fourth_plus_attempt_success_ratio',
|
|
273
268
|
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_COUNT = 'ge_revenue_share_standard_transactions_count',
|
|
274
269
|
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_TOTAL = 'ge_revenue_share_standard_transactions_total',
|
|
270
|
+
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_PERCENTAGE = 'ge_revenue_share_standard_transactions_percentage',
|
|
275
271
|
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_COUNT = 'ge_revenue_share_shopify_plus_transactions_count',
|
|
276
272
|
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_TOTAL = 'ge_revenue_share_shopify_plus_transactions_total',
|
|
273
|
+
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_PERCENTAGE = 'ge_revenue_share_shopify_plus_transactions_percentage',
|
|
277
274
|
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_COUNT = 'non_l4l_tax_duty_fx_transactions_count',
|
|
278
275
|
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_TOTAL = 'non_l4l_tax_duty_fx_transactions_total',
|
|
276
|
+
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_PERCENTAGE = 'non_l4l_tax_duty_fx_transactions_percentage',
|
|
279
277
|
SP_ADJUSTMENT_TRANSACTIONS_COUNT = 'sp_adjustment_transactions_count',
|
|
280
278
|
SP_ADJUSTMENT_TRANSACTIONS_TOTAL = 'sp_adjustment_transactions_total',
|
|
281
279
|
SP_BILLABLE_LABEL_TRANSACTIONS_COUNT = 'sp_billable_label_transactions_count',
|
|
@@ -358,6 +356,8 @@ export enum BillingTransactionType {
|
|
|
358
356
|
TAX_REFUND = 'tax_refund',
|
|
359
357
|
DUTY_REFUND = 'duty_refund',
|
|
360
358
|
GE_REVENUE_SHARE = 'ge_revenue_share',
|
|
359
|
+
MERCHANT_PAYOUT = 'merchant_payout',
|
|
360
|
+
MERCHANT_REFUND = 'merchant_refund',
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
export enum CalculatorEngine {
|
|
@@ -517,30 +517,11 @@ export enum CheckoutAssetType {
|
|
|
517
517
|
JAVASCRIPT = 'javascript',
|
|
518
518
|
}
|
|
519
519
|
|
|
520
|
-
export enum CheckoutErrorCode {
|
|
521
|
-
GENERIC_ERROR = 'generic_error',
|
|
522
|
-
ORDER_IDENTIFIER_INVALID = 'order_identifier_invalid',
|
|
523
|
-
URL_INVALID = 'url_invalid',
|
|
524
|
-
ORGANIZATION_INVALID = 'organization_invalid',
|
|
525
|
-
SESSION_INVALID = 'session_invalid',
|
|
526
|
-
SESSION_MISSING = 'session_missing',
|
|
527
|
-
SESSION_ORGANIZATION_INVALID = 'session_organization_invalid',
|
|
528
|
-
COUNTRY_INVALID = 'country_invalid',
|
|
529
|
-
CURRENCY_INVALID = 'currency_invalid',
|
|
530
|
-
LANGUAGE_INVALID = 'language_invalid',
|
|
531
|
-
CHECKOUT_INVALID = 'checkout_invalid',
|
|
532
|
-
}
|
|
533
|
-
|
|
534
520
|
export enum CheckoutPromptBehavior {
|
|
535
521
|
ALWAYS = 'always',
|
|
536
522
|
INCOMPLETE = 'incomplete',
|
|
537
523
|
}
|
|
538
524
|
|
|
539
|
-
export enum CheckoutRedirectMethod {
|
|
540
|
-
GET = 'get',
|
|
541
|
-
POST = 'post',
|
|
542
|
-
}
|
|
543
|
-
|
|
544
525
|
export enum CheckoutShippingMethodPromptBehavior {
|
|
545
526
|
ALWAYS = 'always',
|
|
546
527
|
MULTIPLE = 'multiple',
|
|
@@ -612,29 +593,6 @@ export enum ConnectReportTransferTransferType {
|
|
|
612
593
|
MANAGED_MARKETS_DUTIES_AND_TAXES_ADJUSTMENT_CREDIT = 'ManagedMarketsDutiesAndTaxesAdjustmentCredit',
|
|
613
594
|
}
|
|
614
595
|
|
|
615
|
-
export enum ContentElementType {
|
|
616
|
-
MARKDOWN = 'markdown',
|
|
617
|
-
HTML = 'html',
|
|
618
|
-
PLAIN_TEXT = 'plain_text',
|
|
619
|
-
HREF = 'href',
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
export enum ContentStatus {
|
|
623
|
-
DRAFT = 'draft',
|
|
624
|
-
LIVE = 'live',
|
|
625
|
-
ARCHIVED = 'archived',
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
export enum ContentType {
|
|
629
|
-
TEXT = 'text',
|
|
630
|
-
HTML = 'html',
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
export enum ContentTypeCast {
|
|
634
|
-
MARKDOWN_TO_HTML = 'markdown_to_html',
|
|
635
|
-
MARKDOWN_TO_TEXT = 'markdown_to_text',
|
|
636
|
-
}
|
|
637
|
-
|
|
638
596
|
export enum CrossdockTrackingStatus {
|
|
639
597
|
NOTIFIED = 'notified',
|
|
640
598
|
RECEIVED = 'received',
|
|
@@ -876,12 +834,8 @@ export enum EventType {
|
|
|
876
834
|
CHANNEL_ORDER_ACCEPTANCE_UPSERTED = 'channel_order_acceptance_upserted',
|
|
877
835
|
CHANNEL_ORDER_ACCEPTANCE_DELETED = 'channel_order_acceptance_deleted',
|
|
878
836
|
CHANNEL_ORDER_ACCEPTANCE_FAILED = 'channel_order_acceptance_failed',
|
|
879
|
-
CHECKOUT_CONFIGURATION_UPSERTED = 'checkout_configuration_upserted',
|
|
880
|
-
CHECKOUT_CONFIGURATION_DELETED = 'checkout_configuration_deleted',
|
|
881
837
|
COMMERCIAL_INVOICE_INTERNAL_UPSERTED = 'commercial_invoice_internal_upserted',
|
|
882
838
|
COMMERCIAL_INVOICE_INTERNAL_DELETED = 'commercial_invoice_internal_deleted',
|
|
883
|
-
LOCALIZED_CONTENT_UPSERTED = 'localized_content_upserted',
|
|
884
|
-
LOCALIZATION_UPSERTED = 'localization_upserted',
|
|
885
839
|
INTERNAL_CHANNEL_RATE_DELETED = 'internal_channel_rate_deleted',
|
|
886
840
|
INTERNAL_CHANNEL_RATE_UPSERTED = 'internal_channel_rate_upserted',
|
|
887
841
|
RATE_DELETED = 'rate_deleted',
|
|
@@ -982,8 +936,6 @@ export enum EventType {
|
|
|
982
936
|
ITEM_HARMONIZATION_UPSERTED = 'item_harmonization_upserted',
|
|
983
937
|
ITEM_HARMONIZATION_DELETED = 'item_harmonization_deleted',
|
|
984
938
|
HARMONIZATION_CLASSIFICATION_STATISTICS_PUBLISHED = 'harmonization_classification_statistics_published',
|
|
985
|
-
ISSUER_UPSERTED = 'issuer_upserted',
|
|
986
|
-
ISSUER_DELETED = 'issuer_deleted',
|
|
987
939
|
ITEM_FORM_IMPORT_REQUEST = 'item_form_import_request',
|
|
988
940
|
LABEL_REQUEST_ERROR_UPSERTED = 'label_request_error_upserted',
|
|
989
941
|
LABEL_REQUEST_ERROR_DELETED = 'label_request_error_deleted',
|
|
@@ -1081,10 +1033,8 @@ export enum EventType {
|
|
|
1081
1033
|
RESTRICTION_RULE_EFFECT_DELETED = 'restriction_rule_effect_deleted',
|
|
1082
1034
|
TAXONOMY_CATEGORY_HS_6_REF_UPSERTED = 'taxonomy_category_hs6_ref_upserted',
|
|
1083
1035
|
TAXONOMY_CATEGORY_HS_6_REF_DELETED = 'taxonomy_category_hs6_ref_deleted',
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
SHOPIFY_EXPERIENCE_SHORT_ID_UPSERTED = 'shopify_experience_short_id_upserted',
|
|
1087
|
-
SHOPIFY_EXPERIENCE_SHORT_ID_DELETED = 'shopify_experience_short_id_deleted',
|
|
1036
|
+
SHOPIFY_HS_10_CODES_UPSERTED = 'shopify_hs10_codes_upserted',
|
|
1037
|
+
SHOPIFY_HS_10_CODES_DELETED = 'shopify_hs10_codes_deleted',
|
|
1088
1038
|
SHOPIFY_MARKETS_ORDER_UPSERTED = 'shopify_markets_order_upserted',
|
|
1089
1039
|
SHOPIFY_MARKETS_ORDER_DELETED = 'shopify_markets_order_deleted',
|
|
1090
1040
|
SHOPIFY_MARKETS_SHOP_UPSERTED = 'shopify_markets_shop_upserted',
|
|
@@ -1130,6 +1080,8 @@ export enum EventType {
|
|
|
1130
1080
|
SHOPIFY_MERCHANT_PLAN_DELETED = 'shopify_merchant_plan_deleted',
|
|
1131
1081
|
SHOPIFY_DISPUTE_UPSERTED = 'shopify_dispute_upserted',
|
|
1132
1082
|
SHOPIFY_DISPUTE_DELETED = 'shopify_dispute_deleted',
|
|
1083
|
+
SHOPIFY_REPORT_FILE_UPSERTED = 'shopify_report_file_upserted',
|
|
1084
|
+
SHOPIFY_REPORT_FILE_DELETED = 'shopify_report_file_deleted',
|
|
1133
1085
|
STRIPE_AUTHORIZATION_DELETED = 'stripe_authorization_deleted',
|
|
1134
1086
|
STRIPE_AUTHORIZATION_UPSERTED = 'stripe_authorization_upserted',
|
|
1135
1087
|
STRIPE_REVERSAL_DELETED = 'stripe_reversal_deleted',
|
|
@@ -1207,21 +1159,6 @@ export enum FeesSource {
|
|
|
1207
1159
|
AUTHORIZATION_BUNDLE = 'authorization_bundle',
|
|
1208
1160
|
}
|
|
1209
1161
|
|
|
1210
|
-
export enum FinancialReportingResponsibleParty {
|
|
1211
|
-
FLOW = 'flow',
|
|
1212
|
-
ORGANIZATION = 'organization',
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
export enum FlowApp {
|
|
1216
|
-
CONSOLE = 'console',
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
export enum Format {
|
|
1220
|
-
TEXT = 'text',
|
|
1221
|
-
PHONE = 'phone',
|
|
1222
|
-
EMAIL = 'email',
|
|
1223
|
-
}
|
|
1224
|
-
|
|
1225
1162
|
export enum FraudProvider {
|
|
1226
1163
|
FLOW = 'flow',
|
|
1227
1164
|
FORTER = 'forter',
|
|
@@ -1242,24 +1179,17 @@ export enum FraudReviewResponsibleParty {
|
|
|
1242
1179
|
ORGANIZATION = 'organization',
|
|
1243
1180
|
}
|
|
1244
1181
|
|
|
1245
|
-
export enum FtpIntent {
|
|
1246
|
-
ORDERS_FROM_FLOW = 'orders_from_flow',
|
|
1247
|
-
PRICEBOOKS_FROM_FLOW = 'pricebooks_from_flow',
|
|
1248
|
-
PRICEBOOKS_TO_FLOW = 'pricebooks_to_flow',
|
|
1249
|
-
CATALOG_TO_FLOW = 'catalog_to_flow',
|
|
1250
|
-
INVENTORY_TO_FLOW = 'inventory_to_flow',
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
export enum FtpProtocol {
|
|
1254
|
-
SFTP = 'sftp',
|
|
1255
|
-
FTP = 'ftp',
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
1182
|
export enum GeIngestionFileStatus {
|
|
1259
1183
|
PENDING = 'pending',
|
|
1260
1184
|
PROCESSED = 'processed',
|
|
1261
1185
|
}
|
|
1262
1186
|
|
|
1187
|
+
export enum GeRevenueShareTransactionType {
|
|
1188
|
+
ADJUSTMENT = 'adjustment',
|
|
1189
|
+
REVERSAL = 'reversal',
|
|
1190
|
+
REVENUE_SHARE = 'revenue_share',
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1263
1193
|
export enum GoogleAnalyticsPlugin {
|
|
1264
1194
|
EC = 'ec',
|
|
1265
1195
|
}
|
|
@@ -1335,6 +1265,12 @@ export enum ItemType {
|
|
|
1335
1265
|
MULTI_PRODUCT = 'multi_product',
|
|
1336
1266
|
}
|
|
1337
1267
|
|
|
1268
|
+
export enum JournalOperation {
|
|
1269
|
+
INSERT = 'insert',
|
|
1270
|
+
UPDATE = 'update',
|
|
1271
|
+
DELETE = 'delete',
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1338
1274
|
export enum KeywordType {
|
|
1339
1275
|
POSITIVE = 'positive',
|
|
1340
1276
|
NEGATIVE = 'negative',
|
|
@@ -1741,28 +1677,7 @@ export enum ProductStatus {
|
|
|
1741
1677
|
ACTIVE = 'active',
|
|
1742
1678
|
ARCHIVED = 'archived',
|
|
1743
1679
|
DRAFT = 'draft',
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
export enum PromptAction {
|
|
1747
|
-
PROMPT_DISPLAYED = 'prompt_displayed',
|
|
1748
|
-
CONSENT_GRANTED = 'consent_granted',
|
|
1749
|
-
CONSENT_DENIED = 'consent_denied',
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
|
-
export enum PromptCheckoutDisplayPosition {
|
|
1753
|
-
EMAIL = 'email',
|
|
1754
|
-
SUBMISSION = 'submission',
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
export enum PromptOptions {
|
|
1758
|
-
NOTICE_ONLY = 'notice_only',
|
|
1759
|
-
REQUIRE_CONSENT = 'require_consent',
|
|
1760
|
-
CONSENT_BY_DEFAULT = 'consent_by_default',
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
export enum PromptTarget {
|
|
1764
|
-
BROWSE = 'browse',
|
|
1765
|
-
CHECKOUT = 'checkout',
|
|
1680
|
+
UNLISTED = 'unlisted',
|
|
1766
1681
|
}
|
|
1767
1682
|
|
|
1768
1683
|
export enum RateLevelKey {
|
|
@@ -1777,11 +1692,6 @@ export enum RateSource {
|
|
|
1777
1692
|
MARKET = 'market',
|
|
1778
1693
|
}
|
|
1779
1694
|
|
|
1780
|
-
export enum ReboundConfigurationStatus {
|
|
1781
|
-
ACTIVE = 'active',
|
|
1782
|
-
INACTIVE = 'inactive',
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
1695
|
export enum RedirectReason {
|
|
1786
1696
|
THREE_D_SECURE = 'three_d_secure',
|
|
1787
1697
|
}
|
|
@@ -1838,6 +1748,7 @@ export enum ReportType {
|
|
|
1838
1748
|
RECONCILE_NOT_RECORDED = 'reconcile_not_recorded',
|
|
1839
1749
|
PRODUCTS_RECORD = 'products_record',
|
|
1840
1750
|
DISPUTES = 'disputes',
|
|
1751
|
+
SALES_PAYMENTS_RECORD = 'sales_payments_record',
|
|
1841
1752
|
}
|
|
1842
1753
|
|
|
1843
1754
|
export enum ReportingFulfillmentIsVirtual {
|
|
@@ -1882,6 +1793,11 @@ export enum RestrictionOrganizationSource {
|
|
|
1882
1793
|
ENTERPRISE = 'enterprise',
|
|
1883
1794
|
}
|
|
1884
1795
|
|
|
1796
|
+
export enum RestrictionRuleCommunityExemption {
|
|
1797
|
+
DOMESTIC_EXEMPTION = 'domestic_exemption',
|
|
1798
|
+
INTRA_EU_EXEMPTION = 'intra_eu_exemption',
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1885
1801
|
export enum RestrictionRuleExceptionAction {
|
|
1886
1802
|
ALLOW = 'allow',
|
|
1887
1803
|
DENY = 'deny',
|
|
@@ -1923,13 +1839,9 @@ export enum RohanItemType {
|
|
|
1923
1839
|
DIGITAL = 'digital',
|
|
1924
1840
|
}
|
|
1925
1841
|
|
|
1926
|
-
export enum
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
export enum ShopifyGrantStatus {
|
|
1931
|
-
PASS = 'pass',
|
|
1932
|
-
FAIL = 'fail',
|
|
1842
|
+
export enum SarveshItemType {
|
|
1843
|
+
PHYSICAL = 'physical',
|
|
1844
|
+
DIGITAL = 'digital',
|
|
1933
1845
|
}
|
|
1934
1846
|
|
|
1935
1847
|
export enum ShopifyIncotermConfiguration {
|
|
@@ -2014,27 +1926,6 @@ export enum ShopifyPlanType {
|
|
|
2014
1926
|
SHOPIFY_PLUS = 'shopify_plus',
|
|
2015
1927
|
}
|
|
2016
1928
|
|
|
2017
|
-
export enum ShopifyPromotionBehavior {
|
|
2018
|
-
DISABLE_DISCOUNT_CODES = 'disable_discount_codes',
|
|
2019
|
-
}
|
|
2020
|
-
|
|
2021
|
-
export enum ShopifyPromotionOfferAllocationMethod {
|
|
2022
|
-
EACH = 'each',
|
|
2023
|
-
ACROSS = 'across',
|
|
2024
|
-
}
|
|
2025
|
-
|
|
2026
|
-
export enum ShopifyPromotionOrderEntitlementComponent {
|
|
2027
|
-
SUBTOTAL = 'subtotal',
|
|
2028
|
-
SHIPPING = 'shipping',
|
|
2029
|
-
VAT = 'vat',
|
|
2030
|
-
DUTY = 'duty',
|
|
2031
|
-
}
|
|
2032
|
-
|
|
2033
|
-
export enum ShopifyPromotionStatus {
|
|
2034
|
-
ACTIVE = 'active',
|
|
2035
|
-
INACTIVE = 'inactive',
|
|
2036
|
-
}
|
|
2037
|
-
|
|
2038
1929
|
export enum ShopifyService {
|
|
2039
1930
|
PAYMENT = 'payment',
|
|
2040
1931
|
DUTY_TAX_CALCULATOR = 'duty_tax_calculator',
|
|
@@ -2061,15 +1952,6 @@ export enum SourceTypeFilter {
|
|
|
2061
1952
|
CHANNEL = 'channel',
|
|
2062
1953
|
}
|
|
2063
1954
|
|
|
2064
|
-
export enum StatementStatus {
|
|
2065
|
-
CREATED = 'created',
|
|
2066
|
-
NO_TRANSACTIONS = 'no_transactions',
|
|
2067
|
-
TRANSACTIONS_ASSIGNED = 'transactions_assigned',
|
|
2068
|
-
STATEMENT_GENERATED = 'statement_generated',
|
|
2069
|
-
STATEMENT_REGENERATED = 'statement_regenerated',
|
|
2070
|
-
FAILED = 'failed',
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
1955
|
export enum StatementTransferTransactionLocation {
|
|
2074
1956
|
TRANSACTIONS_FILE = 'transactions_file',
|
|
2075
1957
|
SUMMARY = 'summary',
|
|
@@ -2133,6 +2015,14 @@ export enum TaxTransactionType {
|
|
|
2133
2015
|
REFUND = 'refund',
|
|
2134
2016
|
}
|
|
2135
2017
|
|
|
2018
|
+
export enum TaxonomyCategoryClassificationAlignment {
|
|
2019
|
+
ALIGNED = 'aligned',
|
|
2020
|
+
NOT_ALIGNED = 'not_aligned',
|
|
2021
|
+
PRODUCT_MISSING_CATEGORY = 'product_missing_category',
|
|
2022
|
+
CONFIG_MISSING_CATEGORY = 'config_missing_category',
|
|
2023
|
+
PRODUCT_NOT_FOUND = 'product_not_found',
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2136
2026
|
export enum TrackingIntegrationType {
|
|
2137
2027
|
API = 'api',
|
|
2138
2028
|
BULK = 'bulk',
|