@wix/auto_sdk_ecom_draft-orders 1.0.30 → 1.0.32
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/build/cjs/src/ecom-v1-draft-order-draft-orders.types.d.ts +95 -37
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.types.js.map +1 -1
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.universal.d.ts +99 -41
- package/build/cjs/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/build/es/src/ecom-v1-draft-order-draft-orders.types.d.ts +95 -37
- package/build/es/src/ecom-v1-draft-order-draft-orders.types.js.map +1 -1
- package/build/es/src/ecom-v1-draft-order-draft-orders.universal.d.ts +99 -41
- package/build/es/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.types.d.ts +95 -37
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.types.js.map +1 -1
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.universal.d.ts +99 -41
- package/build/internal/cjs/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.types.d.ts +95 -37
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.types.js.map +1 -1
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.universal.d.ts +99 -41
- package/build/internal/es/src/ecom-v1-draft-order-draft-orders.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -73,9 +73,9 @@ export interface DraftOrder {
|
|
|
73
73
|
* Draft order status.
|
|
74
74
|
* @readonly
|
|
75
75
|
*/
|
|
76
|
-
status?:
|
|
76
|
+
status?: EditingStatusWithLiterals;
|
|
77
77
|
/** Weight measurement unit. Defaults to the site's weight unit. */
|
|
78
|
-
weightUnit?:
|
|
78
|
+
weightUnit?: WeightUnitWithLiterals;
|
|
79
79
|
/**
|
|
80
80
|
* Currency used for pricing.
|
|
81
81
|
* @format CURRENCY
|
|
@@ -274,7 +274,7 @@ export interface OrderLineItem {
|
|
|
274
274
|
*
|
|
275
275
|
* Default: `FULL_PAYMENT_ONLINE`
|
|
276
276
|
*/
|
|
277
|
-
paymentOption?:
|
|
277
|
+
paymentOption?: PaymentOptionTypeWithLiterals;
|
|
278
278
|
/**
|
|
279
279
|
* Deprecated. Use `taxInfo` instead.
|
|
280
280
|
* This field will be removed on September 30, 2024.
|
|
@@ -433,6 +433,8 @@ export declare enum DescriptionLineType {
|
|
|
433
433
|
/** Color type. */
|
|
434
434
|
COLOR = "COLOR"
|
|
435
435
|
}
|
|
436
|
+
/** @enumType */
|
|
437
|
+
export type DescriptionLineTypeWithLiterals = DescriptionLineType | 'UNRECOGNISED' | 'PLAIN_TEXT' | 'COLOR';
|
|
436
438
|
export interface Image {
|
|
437
439
|
/** WixMedia image ID. */
|
|
438
440
|
id?: string;
|
|
@@ -479,14 +481,14 @@ export interface PhysicalProperties {
|
|
|
479
481
|
}
|
|
480
482
|
export interface ItemType extends ItemTypeItemTypeDataOneOf {
|
|
481
483
|
/** Preset item type. */
|
|
482
|
-
preset?:
|
|
484
|
+
preset?: ItemTypeItemTypeWithLiterals;
|
|
483
485
|
/** Custom item type. When none of the preset types are suitable, specifies the custom type. */
|
|
484
486
|
custom?: string;
|
|
485
487
|
}
|
|
486
488
|
/** @oneof */
|
|
487
489
|
export interface ItemTypeItemTypeDataOneOf {
|
|
488
490
|
/** Preset item type. */
|
|
489
|
-
preset?:
|
|
491
|
+
preset?: ItemTypeItemTypeWithLiterals;
|
|
490
492
|
/** Custom item type. When none of the preset types are suitable, specifies the custom type. */
|
|
491
493
|
custom?: string;
|
|
492
494
|
}
|
|
@@ -497,6 +499,8 @@ export declare enum ItemTypeItemType {
|
|
|
497
499
|
GIFT_CARD = "GIFT_CARD",
|
|
498
500
|
SERVICE = "SERVICE"
|
|
499
501
|
}
|
|
502
|
+
/** @enumType */
|
|
503
|
+
export type ItemTypeItemTypeWithLiterals = ItemTypeItemType | 'UNRECOGNISED' | 'PHYSICAL' | 'DIGITAL' | 'GIFT_CARD' | 'SERVICE';
|
|
500
504
|
/** Type of selected payment option for catalog item */
|
|
501
505
|
export declare enum PaymentOptionType {
|
|
502
506
|
/** The entire payment for this item happens as part of the checkout. */
|
|
@@ -510,6 +514,8 @@ export declare enum PaymentOptionType {
|
|
|
510
514
|
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
511
515
|
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
512
516
|
}
|
|
517
|
+
/** @enumType */
|
|
518
|
+
export type PaymentOptionTypeWithLiterals = PaymentOptionType | 'FULL_PAYMENT_ONLINE' | 'FULL_PAYMENT_OFFLINE' | 'MEMBERSHIP' | 'DEPOSIT_ONLINE' | 'MEMBERSHIP_OFFLINE';
|
|
513
519
|
export interface ItemTaxFullDetails {
|
|
514
520
|
/** Taxable amount of this line item. */
|
|
515
521
|
taxableAmount?: Price;
|
|
@@ -575,7 +581,7 @@ export interface LineItemTaxBreakdown {
|
|
|
575
581
|
*/
|
|
576
582
|
taxName?: string | null;
|
|
577
583
|
/** Type of jurisdiction that taxes were calculated for. */
|
|
578
|
-
jurisdictionType?:
|
|
584
|
+
jurisdictionType?: JurisdictionTypeWithLiterals;
|
|
579
585
|
/** Non-taxable amount of the line item price. */
|
|
580
586
|
nonTaxableAmount?: Price;
|
|
581
587
|
/** Taxable amount of the line item price. */
|
|
@@ -590,6 +596,8 @@ export declare enum JurisdictionType {
|
|
|
590
596
|
CITY = "CITY",
|
|
591
597
|
SPECIAL = "SPECIAL"
|
|
592
598
|
}
|
|
599
|
+
/** @enumType */
|
|
600
|
+
export type JurisdictionTypeWithLiterals = JurisdictionType | 'UNDEFINED' | 'COUNTRY' | 'STATE' | 'COUNTY' | 'CITY' | 'SPECIAL';
|
|
593
601
|
export interface DigitalFile {
|
|
594
602
|
/**
|
|
595
603
|
* ID of the secure file in media.
|
|
@@ -678,7 +686,7 @@ export interface SubscriptionDescription {
|
|
|
678
686
|
}
|
|
679
687
|
export interface SubscriptionSettings {
|
|
680
688
|
/** Frequency of recurring payment. */
|
|
681
|
-
frequency?:
|
|
689
|
+
frequency?: SubscriptionFrequencyWithLiterals;
|
|
682
690
|
/**
|
|
683
691
|
* Interval of recurring payment.
|
|
684
692
|
* @min 1
|
|
@@ -705,9 +713,11 @@ export declare enum SubscriptionFrequency {
|
|
|
705
713
|
MONTH = "MONTH",
|
|
706
714
|
YEAR = "YEAR"
|
|
707
715
|
}
|
|
716
|
+
/** @enumType */
|
|
717
|
+
export type SubscriptionFrequencyWithLiterals = SubscriptionFrequency | 'UNDEFINED' | 'DAY' | 'WEEK' | 'MONTH' | 'YEAR';
|
|
708
718
|
export interface FreeTrialPeriod {
|
|
709
719
|
/** Frequency of period. Values: DAY, WEEK, MONTH, YEAR */
|
|
710
|
-
frequency?:
|
|
720
|
+
frequency?: SubscriptionFrequencyWithLiterals;
|
|
711
721
|
/**
|
|
712
722
|
* interval of period
|
|
713
723
|
* @min 1
|
|
@@ -717,7 +727,7 @@ export interface FreeTrialPeriod {
|
|
|
717
727
|
}
|
|
718
728
|
export interface BillingAdjustment {
|
|
719
729
|
/** The type of adjustment. */
|
|
720
|
-
type?:
|
|
730
|
+
type?: AdjustmentTypeWithLiterals;
|
|
721
731
|
/** Summary of the prorated adjustment amount. */
|
|
722
732
|
priceSummary?: BillingAdjustmentPriceSummary;
|
|
723
733
|
}
|
|
@@ -728,6 +738,8 @@ export declare enum AdjustmentType {
|
|
|
728
738
|
/** Adjustment reduces the total amount due to changes like covering fewer billing days. Typically results in a credit or discount. */
|
|
729
739
|
CREDIT = "CREDIT"
|
|
730
740
|
}
|
|
741
|
+
/** @enumType */
|
|
742
|
+
export type AdjustmentTypeWithLiterals = AdjustmentType | 'UNKNOWN_ADJUSTMENT_TYPE' | 'EXTRA_CHARGE' | 'CREDIT';
|
|
731
743
|
export interface BillingAdjustmentPriceSummary {
|
|
732
744
|
/** Subtotal of adjustment, before tax. */
|
|
733
745
|
subtotal?: Price;
|
|
@@ -764,12 +776,12 @@ export interface LocationAndQuantity {
|
|
|
764
776
|
}
|
|
765
777
|
export interface TaxableAddress extends TaxableAddressTaxableAddressDataOneOf {
|
|
766
778
|
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
767
|
-
addressType?:
|
|
779
|
+
addressType?: TaxableAddressTypeWithLiterals;
|
|
768
780
|
}
|
|
769
781
|
/** @oneof */
|
|
770
782
|
export interface TaxableAddressTaxableAddressDataOneOf {
|
|
771
783
|
/** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
|
|
772
|
-
addressType?:
|
|
784
|
+
addressType?: TaxableAddressTypeWithLiterals;
|
|
773
785
|
}
|
|
774
786
|
export declare enum TaxableAddressType {
|
|
775
787
|
UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
|
|
@@ -777,6 +789,8 @@ export declare enum TaxableAddressType {
|
|
|
777
789
|
BILLING = "BILLING",
|
|
778
790
|
SHIPPING = "SHIPPING"
|
|
779
791
|
}
|
|
792
|
+
/** @enumType */
|
|
793
|
+
export type TaxableAddressTypeWithLiterals = TaxableAddressType | 'UNKNOWN_TAXABLE_ADDRESS' | 'BUSINESS' | 'BILLING' | 'SHIPPING';
|
|
780
794
|
export interface ExtendedFields {
|
|
781
795
|
/**
|
|
782
796
|
* Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
|
|
@@ -1031,7 +1045,7 @@ export interface VatId {
|
|
|
1031
1045
|
* + `CPF`: for individual tax payers
|
|
1032
1046
|
* + `CNPJ`: for corporations
|
|
1033
1047
|
*/
|
|
1034
|
-
type?:
|
|
1048
|
+
type?: VatTypeWithLiterals;
|
|
1035
1049
|
}
|
|
1036
1050
|
/** tax info types */
|
|
1037
1051
|
export declare enum VatType {
|
|
@@ -1041,11 +1055,13 @@ export declare enum VatType {
|
|
|
1041
1055
|
/** CNPJ - for corporations */
|
|
1042
1056
|
CNPJ = "CNPJ"
|
|
1043
1057
|
}
|
|
1058
|
+
/** @enumType */
|
|
1059
|
+
export type VatTypeWithLiterals = VatType | 'UNSPECIFIED' | 'CPF' | 'CNPJ';
|
|
1044
1060
|
export interface V1PickupDetails {
|
|
1045
1061
|
/** Pickup address. */
|
|
1046
1062
|
address?: PickupAddress;
|
|
1047
1063
|
/** Pickup method */
|
|
1048
|
-
pickupMethod?:
|
|
1064
|
+
pickupMethod?: PickupDetailsPickupMethodWithLiterals;
|
|
1049
1065
|
}
|
|
1050
1066
|
/** Physical address */
|
|
1051
1067
|
export interface PickupAddress {
|
|
@@ -1097,6 +1113,8 @@ export declare enum PickupDetailsPickupMethod {
|
|
|
1097
1113
|
STORE_PICKUP = "STORE_PICKUP",
|
|
1098
1114
|
PICKUP_POINT = "PICKUP_POINT"
|
|
1099
1115
|
}
|
|
1116
|
+
/** @enumType */
|
|
1117
|
+
export type PickupDetailsPickupMethodWithLiterals = PickupDetailsPickupMethod | 'UNKNOWN_METHOD' | 'STORE_PICKUP' | 'PICKUP_POINT';
|
|
1100
1118
|
export interface V1DeliveryTimeSlot {
|
|
1101
1119
|
/** Delivery slot starting time. */
|
|
1102
1120
|
from?: Date | null;
|
|
@@ -1184,7 +1202,7 @@ export interface AdditionalFeeDetails {
|
|
|
1184
1202
|
* + `AUTOMATIC`: User added a catalog item which is configured to have an additional fee.
|
|
1185
1203
|
* + `CUSTOM`: This additional fee was created by the Create Custom Additional Fees method.
|
|
1186
1204
|
*/
|
|
1187
|
-
source?:
|
|
1205
|
+
source?: SourceTypeWithLiterals;
|
|
1188
1206
|
/** Whether this additional fee is applied to the order. */
|
|
1189
1207
|
applied?: boolean;
|
|
1190
1208
|
}
|
|
@@ -1244,6 +1262,8 @@ export declare enum SourceType {
|
|
|
1244
1262
|
/** Added manually to draft order. */
|
|
1245
1263
|
CUSTOM = "CUSTOM"
|
|
1246
1264
|
}
|
|
1265
|
+
/** @enumType */
|
|
1266
|
+
export type SourceTypeWithLiterals = SourceType | 'ORIGINAL_ORDER' | 'AUTOMATIC' | 'CUSTOM';
|
|
1247
1267
|
export interface DiscountDetails {
|
|
1248
1268
|
/** Discount details. */
|
|
1249
1269
|
discount?: AppliedDiscount;
|
|
@@ -1254,7 +1274,7 @@ export interface DiscountDetails {
|
|
|
1254
1274
|
* + `ORIGINAL_ORDER`: This discount is part of the original order.
|
|
1255
1275
|
* + `CUSTOM`: This discount was created by the Create Custom Discounts method.
|
|
1256
1276
|
*/
|
|
1257
|
-
source?:
|
|
1277
|
+
source?: SourceTypeWithLiterals;
|
|
1258
1278
|
/** Whether this discount is applied to the order. */
|
|
1259
1279
|
applied?: boolean;
|
|
1260
1280
|
}
|
|
@@ -1271,7 +1291,7 @@ export interface AppliedDiscount extends AppliedDiscountDiscountSourceOneOf {
|
|
|
1271
1291
|
* * `"SPECIFIC-ITEMS"` - discount applies to specific items.
|
|
1272
1292
|
* * `"SHIPPING"` - discount applies to shipping. For example, free shipping.
|
|
1273
1293
|
*/
|
|
1274
|
-
discountType?:
|
|
1294
|
+
discountType?: AppliedDiscountDiscountTypeWithLiterals;
|
|
1275
1295
|
/**
|
|
1276
1296
|
* IDs of line items discount applies to.
|
|
1277
1297
|
* Deprecated. Use `line_item_discounts` instead.
|
|
@@ -1304,6 +1324,8 @@ export declare enum AppliedDiscountDiscountType {
|
|
|
1304
1324
|
SPECIFIC_ITEMS = "SPECIFIC_ITEMS",
|
|
1305
1325
|
SHIPPING = "SHIPPING"
|
|
1306
1326
|
}
|
|
1327
|
+
/** @enumType */
|
|
1328
|
+
export type AppliedDiscountDiscountTypeWithLiterals = AppliedDiscountDiscountType | 'GLOBAL' | 'SPECIFIC_ITEMS' | 'SHIPPING';
|
|
1307
1329
|
/** Coupon */
|
|
1308
1330
|
export interface Coupon {
|
|
1309
1331
|
/** Coupon ID. */
|
|
@@ -1320,7 +1342,7 @@ export interface MerchantDiscount extends MerchantDiscountMerchantDiscountReason
|
|
|
1320
1342
|
* Pre-defined discount reason (optional).
|
|
1321
1343
|
* * `"ITEMS_EXCHANGE"` - exchange balance acquired as a result of items exchange.
|
|
1322
1344
|
*/
|
|
1323
|
-
discountReason?:
|
|
1345
|
+
discountReason?: DiscountReasonWithLiterals;
|
|
1324
1346
|
/**
|
|
1325
1347
|
* Discount description as free text (optional).
|
|
1326
1348
|
* @maxLength 200
|
|
@@ -1335,7 +1357,7 @@ export interface MerchantDiscountMerchantDiscountReasonOneOf {
|
|
|
1335
1357
|
* Pre-defined discount reason (optional).
|
|
1336
1358
|
* * `"ITEMS_EXCHANGE"` - exchange balance acquired as a result of items exchange.
|
|
1337
1359
|
*/
|
|
1338
|
-
discountReason?:
|
|
1360
|
+
discountReason?: DiscountReasonWithLiterals;
|
|
1339
1361
|
/**
|
|
1340
1362
|
* Discount description as free text (optional).
|
|
1341
1363
|
* @maxLength 200
|
|
@@ -1347,6 +1369,8 @@ export declare enum DiscountReason {
|
|
|
1347
1369
|
EXCHANGED_ITEMS = "EXCHANGED_ITEMS",
|
|
1348
1370
|
BILLING_ADJUSTMENT = "BILLING_ADJUSTMENT"
|
|
1349
1371
|
}
|
|
1372
|
+
/** @enumType */
|
|
1373
|
+
export type DiscountReasonWithLiterals = DiscountReason | 'UNSPECIFIED' | 'EXCHANGED_ITEMS' | 'BILLING_ADJUSTMENT';
|
|
1350
1374
|
export interface DiscountRule {
|
|
1351
1375
|
/**
|
|
1352
1376
|
* Discount rule ID
|
|
@@ -1416,6 +1440,8 @@ export declare enum EditingStatus {
|
|
|
1416
1440
|
*/
|
|
1417
1441
|
COMMITTED = "COMMITTED"
|
|
1418
1442
|
}
|
|
1443
|
+
/** @enumType */
|
|
1444
|
+
export type EditingStatusWithLiterals = EditingStatus | 'DRAFT' | 'COMMITTED';
|
|
1419
1445
|
export declare enum WeightUnit {
|
|
1420
1446
|
/** Weight unit can't be classified due to an error. */
|
|
1421
1447
|
UNSPECIFIED_WEIGHT_UNIT = "UNSPECIFIED_WEIGHT_UNIT",
|
|
@@ -1424,6 +1450,8 @@ export declare enum WeightUnit {
|
|
|
1424
1450
|
/** Pounds. */
|
|
1425
1451
|
LB = "LB"
|
|
1426
1452
|
}
|
|
1453
|
+
/** @enumType */
|
|
1454
|
+
export type WeightUnitWithLiterals = WeightUnit | 'UNSPECIFIED_WEIGHT_UNIT' | 'KG' | 'LB';
|
|
1427
1455
|
export interface PriceSummary {
|
|
1428
1456
|
/** Subtotal of all the line items, before discounts and before tax. */
|
|
1429
1457
|
subtotal?: Price;
|
|
@@ -1591,7 +1619,7 @@ export interface OrderTaxBreakdown {
|
|
|
1591
1619
|
*/
|
|
1592
1620
|
jurisdiction?: string;
|
|
1593
1621
|
/** The type of the jurisdiction in which this tax detail applies (e.g. Country,State,County,City,Special). */
|
|
1594
|
-
jurisdictionType?:
|
|
1622
|
+
jurisdictionType?: JurisdictionTypeWithLiterals;
|
|
1595
1623
|
/**
|
|
1596
1624
|
* The rate at which this tax detail was calculated.
|
|
1597
1625
|
* @format DECIMAL_VALUE
|
|
@@ -1744,7 +1772,7 @@ export interface PickupDetails {
|
|
|
1744
1772
|
/** Pickup address. */
|
|
1745
1773
|
address?: Address;
|
|
1746
1774
|
/** Pickup method. */
|
|
1747
|
-
pickupMethod?:
|
|
1775
|
+
pickupMethod?: PickupMethodWithLiterals;
|
|
1748
1776
|
}
|
|
1749
1777
|
export declare enum PickupMethod {
|
|
1750
1778
|
UNKNOWN_METHOD = "UNKNOWN_METHOD",
|
|
@@ -1753,6 +1781,8 @@ export declare enum PickupMethod {
|
|
|
1753
1781
|
/** Pickup point. */
|
|
1754
1782
|
PICKUP_POINT = "PICKUP_POINT"
|
|
1755
1783
|
}
|
|
1784
|
+
/** @enumType */
|
|
1785
|
+
export type PickupMethodWithLiterals = PickupMethod | 'UNKNOWN_METHOD' | 'STORE_PICKUP' | 'PICKUP_POINT';
|
|
1756
1786
|
export interface DeliveryTimeSlot {
|
|
1757
1787
|
/** Delivery time slot start time. */
|
|
1758
1788
|
from?: Date | null;
|
|
@@ -1867,10 +1897,12 @@ export declare enum RuleType {
|
|
|
1867
1897
|
EXACT_SIZE = "EXACT_SIZE",
|
|
1868
1898
|
REQUIRED_ONE_OF_FIELD = "REQUIRED_ONE_OF_FIELD"
|
|
1869
1899
|
}
|
|
1900
|
+
/** @enumType */
|
|
1901
|
+
export type RuleTypeWithLiterals = RuleType | 'VALIDATION' | 'OTHER' | 'MAX' | 'MIN' | 'MAX_LENGTH' | 'MIN_LENGTH' | 'MAX_SIZE' | 'MIN_SIZE' | 'FORMAT' | 'DECIMAL_LTE' | 'DECIMAL_GTE' | 'DECIMAL_LT' | 'DECIMAL_GT' | 'DECIMAL_MAX_SCALE' | 'INVALID_ENUM_VALUE' | 'REQUIRED_FIELD' | 'FIELD_NOT_ALLOWED' | 'ONE_OF_ALIGNMENT' | 'EXACT_LENGTH' | 'EXACT_SIZE' | 'REQUIRED_ONE_OF_FIELD';
|
|
1870
1902
|
export interface FieldViolation {
|
|
1871
1903
|
field?: string;
|
|
1872
1904
|
description?: string;
|
|
1873
|
-
violatedRule?:
|
|
1905
|
+
violatedRule?: RuleTypeWithLiterals;
|
|
1874
1906
|
/** applicable when violated_rule=OTHER */
|
|
1875
1907
|
ruleName?: string | null;
|
|
1876
1908
|
data?: Record<string, any> | null;
|
|
@@ -2024,7 +2056,7 @@ export interface SecuredMedia {
|
|
|
2024
2056
|
*/
|
|
2025
2057
|
fileName?: string;
|
|
2026
2058
|
/** File type. */
|
|
2027
|
-
fileType?:
|
|
2059
|
+
fileType?: FileTypeWithLiterals;
|
|
2028
2060
|
}
|
|
2029
2061
|
export declare enum FileType {
|
|
2030
2062
|
UNSPECIFIED = "UNSPECIFIED",
|
|
@@ -2034,6 +2066,8 @@ export declare enum FileType {
|
|
|
2034
2066
|
SECURE_MUSIC = "SECURE_MUSIC",
|
|
2035
2067
|
SECURE_ARCHIVE = "SECURE_ARCHIVE"
|
|
2036
2068
|
}
|
|
2069
|
+
/** @enumType */
|
|
2070
|
+
export type FileTypeWithLiterals = FileType | 'UNSPECIFIED' | 'SECURE_PICTURE' | 'SECURE_VIDEO' | 'SECURE_DOCUMENT' | 'SECURE_MUSIC' | 'SECURE_ARCHIVE';
|
|
2037
2071
|
export interface AddLineItemsToDraftOrderResponse {
|
|
2038
2072
|
/** Draft order calculated with the latest changes. */
|
|
2039
2073
|
calculatedDraftOrder?: CalculatedDraftOrder;
|
|
@@ -2135,7 +2169,7 @@ export interface DiscountOption extends DiscountOptionDiscountAmountOneOf {
|
|
|
2135
2169
|
*/
|
|
2136
2170
|
percentage?: string | null;
|
|
2137
2171
|
/** Discount type. */
|
|
2138
|
-
discountType?:
|
|
2172
|
+
discountType?: DiscountTypeWithLiterals;
|
|
2139
2173
|
/**
|
|
2140
2174
|
* ID of line item discount applies to.
|
|
2141
2175
|
* @format GUID
|
|
@@ -2188,6 +2222,8 @@ export declare enum DiscountType {
|
|
|
2188
2222
|
/** Discount applies to shipping fee. */
|
|
2189
2223
|
SHIPPING = "SHIPPING"
|
|
2190
2224
|
}
|
|
2225
|
+
/** @enumType */
|
|
2226
|
+
export type DiscountTypeWithLiterals = DiscountType | 'UNKNOWN_TYPE' | 'GLOBAL' | 'SPECIFIC_ITEMS' | 'SHIPPING';
|
|
2191
2227
|
export interface CreateCustomDiscountsResponse {
|
|
2192
2228
|
/** Draft order calculated with the latest changes. */
|
|
2193
2229
|
calculatedDraftOrder?: CalculatedDraftOrder;
|
|
@@ -2411,7 +2447,7 @@ export interface GetOrderDraftabilityStatusResponse {
|
|
|
2411
2447
|
* Reasons why a draft order cannot be created from the order.
|
|
2412
2448
|
* @maxSize 5
|
|
2413
2449
|
*/
|
|
2414
|
-
nonDraftableReasons?:
|
|
2450
|
+
nonDraftableReasons?: NonDraftableReasonWithLiterals[];
|
|
2415
2451
|
}
|
|
2416
2452
|
export declare enum NonDraftableReason {
|
|
2417
2453
|
UNSPECIFIED = "UNSPECIFIED",
|
|
@@ -2436,6 +2472,8 @@ export declare enum NonDraftableReason {
|
|
|
2436
2472
|
/** Modifications of orders with subscription items are not supported. */
|
|
2437
2473
|
SUBSCRIPTION_LINE_ITEM_EXISTS = "SUBSCRIPTION_LINE_ITEM_EXISTS"
|
|
2438
2474
|
}
|
|
2475
|
+
/** @enumType */
|
|
2476
|
+
export type NonDraftableReasonWithLiterals = NonDraftableReason | 'UNSPECIFIED' | 'PARTIALLY_OR_FULLY_REFUNDED' | 'UNSUPPORTED_CHANNEL_TYPE' | 'ORDER_STATUS_IS_NOT_SUPPORTED' | 'ORDER_AND_SITE_CURRENCIES_ARE_INCONSISTENT' | 'ORDER_AND_SITE_WEIGHT_UNITS_ARE_INCONSISTENT' | 'ORDER_NOT_FOUND' | 'SUBSCRIPTION_LINE_ITEM_EXISTS';
|
|
2439
2477
|
export interface CommitDraftOrderRequest {
|
|
2440
2478
|
/**
|
|
2441
2479
|
* Draft order ID.
|
|
@@ -2489,25 +2527,25 @@ export interface Order {
|
|
|
2489
2527
|
/** Buyer information. */
|
|
2490
2528
|
buyerInfo?: BuyerInfo;
|
|
2491
2529
|
/** Order payment status. */
|
|
2492
|
-
paymentStatus?:
|
|
2530
|
+
paymentStatus?: PaymentStatusWithLiterals;
|
|
2493
2531
|
/**
|
|
2494
2532
|
* Order fulfillment status.
|
|
2495
2533
|
* @readonly
|
|
2496
2534
|
*/
|
|
2497
|
-
fulfillmentStatus?:
|
|
2535
|
+
fulfillmentStatus?: FulfillmentStatusWithLiterals;
|
|
2498
2536
|
/**
|
|
2499
2537
|
* Language for communication with the buyer. Defaults to the site language.
|
|
2500
2538
|
* For a site that supports multiple languages, this is the language the buyer selected.
|
|
2501
2539
|
*/
|
|
2502
2540
|
buyerLanguage?: string | null;
|
|
2503
2541
|
/** Weight measurement unit - defaults to site's weight unit. */
|
|
2504
|
-
weightUnit?:
|
|
2542
|
+
weightUnit?: WeightUnitWithLiterals;
|
|
2505
2543
|
/**
|
|
2506
2544
|
* Currency used for the pricing of this order in [ISO-4217](https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes) format.
|
|
2507
2545
|
* @format CURRENCY
|
|
2508
2546
|
*/
|
|
2509
2547
|
currency?: string | null;
|
|
2510
|
-
/**
|
|
2548
|
+
/** Currency conversion details. For use with multi-currency sites. */
|
|
2511
2549
|
currencyConversionDetails?: CurrencyConversionDetails;
|
|
2512
2550
|
/**
|
|
2513
2551
|
* Whether tax is included in line item prices.
|
|
@@ -2535,7 +2573,7 @@ export interface Order {
|
|
|
2535
2573
|
*/
|
|
2536
2574
|
buyerNote?: string | null;
|
|
2537
2575
|
/** Order status. */
|
|
2538
|
-
status?:
|
|
2576
|
+
status?: OrderStatusWithLiterals;
|
|
2539
2577
|
/** Whether order is archived. */
|
|
2540
2578
|
archived?: boolean | null;
|
|
2541
2579
|
/**
|
|
@@ -2563,7 +2601,7 @@ export interface Order {
|
|
|
2563
2601
|
*/
|
|
2564
2602
|
activities?: Activity[];
|
|
2565
2603
|
/** Order attribution source. */
|
|
2566
|
-
attributionSource?:
|
|
2604
|
+
attributionSource?: AttributionSourceWithLiterals;
|
|
2567
2605
|
/**
|
|
2568
2606
|
* ID of the order's initiator.
|
|
2569
2607
|
* @readonly
|
|
@@ -2670,6 +2708,8 @@ export declare enum PaymentStatus {
|
|
|
2670
2708
|
*/
|
|
2671
2709
|
DECLINED = "DECLINED"
|
|
2672
2710
|
}
|
|
2711
|
+
/** @enumType */
|
|
2712
|
+
export type PaymentStatusWithLiterals = PaymentStatus | 'UNSPECIFIED' | 'NOT_PAID' | 'PAID' | 'PARTIALLY_REFUNDED' | 'FULLY_REFUNDED' | 'PENDING' | 'PARTIALLY_PAID' | 'PENDING_MERCHANT' | 'CANCELED' | 'DECLINED';
|
|
2673
2713
|
export declare enum FulfillmentStatus {
|
|
2674
2714
|
/** None of the order items are fulfilled or the order was manually marked as unfulfilled. */
|
|
2675
2715
|
NOT_FULFILLED = "NOT_FULFILLED",
|
|
@@ -2681,16 +2721,20 @@ export declare enum FulfillmentStatus {
|
|
|
2681
2721
|
/** Some, but not all, of the order items are fulfilled. */
|
|
2682
2722
|
PARTIALLY_FULFILLED = "PARTIALLY_FULFILLED"
|
|
2683
2723
|
}
|
|
2724
|
+
/** @enumType */
|
|
2725
|
+
export type FulfillmentStatusWithLiterals = FulfillmentStatus | 'NOT_FULFILLED' | 'FULFILLED' | 'PARTIALLY_FULFILLED';
|
|
2684
2726
|
export interface CurrencyConversionDetails {
|
|
2685
2727
|
/**
|
|
2686
|
-
*
|
|
2728
|
+
* Currency used for the pricing of this order, in [ISO-4217](https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes) format.
|
|
2729
|
+
*
|
|
2730
|
+
* This currency is used to calculate the pricing before conversion to the buyer's payment currency.
|
|
2687
2731
|
* @readonly
|
|
2688
2732
|
* @immutable
|
|
2689
2733
|
* @format CURRENCY
|
|
2690
2734
|
*/
|
|
2691
2735
|
originalCurrency?: string | null;
|
|
2692
2736
|
/**
|
|
2693
|
-
* The rate used
|
|
2737
|
+
* The rate used for converting the original currency to the currency used for payment.
|
|
2694
2738
|
* @readonly
|
|
2695
2739
|
* @immutable
|
|
2696
2740
|
* @decimalValue options { gt:0, lte:1000000000000000 }
|
|
@@ -2722,6 +2766,8 @@ export declare enum OrderStatus {
|
|
|
2722
2766
|
*/
|
|
2723
2767
|
REJECTED = "REJECTED"
|
|
2724
2768
|
}
|
|
2769
|
+
/** @enumType */
|
|
2770
|
+
export type OrderStatusWithLiterals = OrderStatus | 'INITIALIZED' | 'APPROVED' | 'CANCELED' | 'PENDING' | 'REJECTED';
|
|
2725
2771
|
export interface Activity extends ActivityContentOneOf {
|
|
2726
2772
|
/** Custom activity details (optional). `activity.type` must be `CUSTOM_ACTIVITY`. */
|
|
2727
2773
|
customActivity?: CustomActivity;
|
|
@@ -2747,7 +2793,7 @@ export interface Activity extends ActivityContentOneOf {
|
|
|
2747
2793
|
*/
|
|
2748
2794
|
createdDate?: Date | null;
|
|
2749
2795
|
/** Activity type. */
|
|
2750
|
-
type?:
|
|
2796
|
+
type?: ActivityTypeWithLiterals;
|
|
2751
2797
|
}
|
|
2752
2798
|
/** @oneof */
|
|
2753
2799
|
export interface ActivityContentOneOf {
|
|
@@ -2890,7 +2936,7 @@ export interface LineItemQuantityChange {
|
|
|
2890
2936
|
*/
|
|
2891
2937
|
diff?: number;
|
|
2892
2938
|
/** Type of quantity change: increase or decrease. */
|
|
2893
|
-
deltaType?:
|
|
2939
|
+
deltaType?: LineItemQuantityChangeTypeWithLiterals;
|
|
2894
2940
|
}
|
|
2895
2941
|
export declare enum LineItemQuantityChangeType {
|
|
2896
2942
|
/** Quantity increased. */
|
|
@@ -2898,6 +2944,8 @@ export declare enum LineItemQuantityChangeType {
|
|
|
2898
2944
|
/** Quantity decreased. */
|
|
2899
2945
|
QUANTITY_DECREASED = "QUANTITY_DECREASED"
|
|
2900
2946
|
}
|
|
2947
|
+
/** @enumType */
|
|
2948
|
+
export type LineItemQuantityChangeTypeWithLiterals = LineItemQuantityChangeType | 'QUANTITY_INCREASED' | 'QUANTITY_DECREASED';
|
|
2901
2949
|
export interface LineItemPriceChange {
|
|
2902
2950
|
/** Item price before update. */
|
|
2903
2951
|
originalPrice?: Price;
|
|
@@ -3328,10 +3376,14 @@ export declare enum ActivityType {
|
|
|
3328
3376
|
/** @documentationMaturity preview */
|
|
3329
3377
|
ORDER_REJECTED = "ORDER_REJECTED"
|
|
3330
3378
|
}
|
|
3379
|
+
/** @enumType */
|
|
3380
|
+
export type ActivityTypeWithLiterals = ActivityType | 'ORDER_REFUNDED' | 'ORDER_PLACED' | 'ORDER_PAID' | 'ORDER_FULFILLED' | 'ORDER_NOT_FULFILLED' | 'ORDER_CANCELED' | 'DOWNLOAD_LINK_SENT' | 'TRACKING_NUMBER_ADDED' | 'TRACKING_NUMBER_EDITED' | 'TRACKING_LINK_ADDED' | 'SHIPPING_CONFIRMATION_EMAIL_SENT' | 'INVOICE_ADDED' | 'INVOICE_REMOVED' | 'INVOICE_SENT' | 'FULFILLER_EMAIL_SENT' | 'SHIPPING_ADDRESS_EDITED' | 'EMAIL_EDITED' | 'PICKUP_READY_EMAIL_SENT' | 'CUSTOM_ACTIVITY' | 'MERCHANT_COMMENT' | 'ORDER_CREATED_FROM_EXCHANGE' | 'NEW_EXCHANGE_ORDER_CREATED' | 'ORDER_PARTIALLY_PAID' | 'DRAFT_ORDER_CHANGES_APPLIED' | 'SAVED_PAYMENT_METHOD' | 'PAYMENT_PENDING' | 'PAYMENT_CANCELED' | 'PAYMENT_DECLINED' | 'ORDER_PENDING' | 'ORDER_REJECTED';
|
|
3331
3381
|
export declare enum AttributionSource {
|
|
3332
3382
|
UNSPECIFIED = "UNSPECIFIED",
|
|
3333
3383
|
FACEBOOK_ADS = "FACEBOOK_ADS"
|
|
3334
3384
|
}
|
|
3385
|
+
/** @enumType */
|
|
3386
|
+
export type AttributionSourceWithLiterals = AttributionSource | 'UNSPECIFIED' | 'FACEBOOK_ADS';
|
|
3335
3387
|
export interface V1CreatedBy extends V1CreatedByStringOneOf {
|
|
3336
3388
|
/**
|
|
3337
3389
|
* User ID - when the order was created by a Wix user on behalf of a buyer.
|
|
@@ -3381,7 +3433,7 @@ export interface V1CreatedByStringOneOf {
|
|
|
3381
3433
|
}
|
|
3382
3434
|
export interface ChannelInfo {
|
|
3383
3435
|
/** Sales channel that submitted the order. */
|
|
3384
|
-
type?:
|
|
3436
|
+
type?: ChannelTypeWithLiterals;
|
|
3385
3437
|
/**
|
|
3386
3438
|
* Reference to an order ID from an external system.
|
|
3387
3439
|
* @maxLength 100
|
|
@@ -3427,6 +3479,8 @@ export declare enum ChannelType {
|
|
|
3427
3479
|
/** [Faire marketplace integration](https://support.wix.com/en/article/wix-stores-creating-a-faire-store-using-the-faire-integration-app). */
|
|
3428
3480
|
FAIRE_COM = "FAIRE_COM"
|
|
3429
3481
|
}
|
|
3482
|
+
/** @enumType */
|
|
3483
|
+
export type ChannelTypeWithLiterals = ChannelType | 'UNSPECIFIED' | 'WEB' | 'POS' | 'EBAY' | 'AMAZON' | 'OTHER_PLATFORM' | 'WIX_APP_STORE' | 'WIX_INVOICES' | 'BACKOFFICE_MERCHANT' | 'WISH' | 'CLASS_PASS' | 'GLOBAL_E' | 'FACEBOOK' | 'ETSY' | 'TIKTOK' | 'FAIRE_COM';
|
|
3430
3484
|
export interface CustomField {
|
|
3431
3485
|
/** Custom field value. */
|
|
3432
3486
|
value?: any;
|
|
@@ -3602,12 +3656,14 @@ export interface Sorting {
|
|
|
3602
3656
|
*/
|
|
3603
3657
|
fieldName?: string;
|
|
3604
3658
|
/** Sort order. */
|
|
3605
|
-
order?:
|
|
3659
|
+
order?: SortOrderWithLiterals;
|
|
3606
3660
|
}
|
|
3607
3661
|
export declare enum SortOrder {
|
|
3608
3662
|
ASC = "ASC",
|
|
3609
3663
|
DESC = "DESC"
|
|
3610
3664
|
}
|
|
3665
|
+
/** @enumType */
|
|
3666
|
+
export type SortOrderWithLiterals = SortOrder | 'ASC' | 'DESC';
|
|
3611
3667
|
export interface CursorPaging {
|
|
3612
3668
|
/**
|
|
3613
3669
|
* Maximum number of items to return in the results.
|
|
@@ -3798,7 +3854,7 @@ export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
|
3798
3854
|
*/
|
|
3799
3855
|
appId?: string;
|
|
3800
3856
|
/** @readonly */
|
|
3801
|
-
identityType?:
|
|
3857
|
+
identityType?: WebhookIdentityTypeWithLiterals;
|
|
3802
3858
|
}
|
|
3803
3859
|
/** @oneof */
|
|
3804
3860
|
export interface IdentificationDataIdOneOf {
|
|
@@ -3830,3 +3886,5 @@ export declare enum WebhookIdentityType {
|
|
|
3830
3886
|
WIX_USER = "WIX_USER",
|
|
3831
3887
|
APP = "APP"
|
|
3832
3888
|
}
|
|
3889
|
+
/** @enumType */
|
|
3890
|
+
export type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ecom-v1-draft-order-draft-orders.types.js","sourceRoot":"","sources":["../../../src/ecom-v1-draft-order-draft-orders.types.ts"],"names":[],"mappings":";;;AA0bA,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,yBAAyB;IACzB,oDAA6B,CAAA;IAC7B,uBAAuB;IACvB,gDAAyB,CAAA;IACzB,kBAAkB;IAClB,sCAAe,CAAA;AACjB,CAAC,EAPW,mBAAmB,mCAAnB,mBAAmB,QAO9B;
|
|
1
|
+
{"version":3,"file":"ecom-v1-draft-order-draft-orders.types.js","sourceRoot":"","sources":["../../../src/ecom-v1-draft-order-draft-orders.types.ts"],"names":[],"mappings":"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"}
|