@wix/ecom 1.0.628 → 1.0.629
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/package.json +6 -6
- package/type-bundles/context.bundle.d.ts +0 -606
- package/type-bundles/index.bundle.d.ts +5 -835
- package/type-bundles/meta.bundle.d.ts +302 -1188
|
@@ -3498,8 +3498,6 @@ interface LineItem$5 {
|
|
|
3498
3498
|
* @readonly
|
|
3499
3499
|
*/
|
|
3500
3500
|
taxGroupId?: string | null;
|
|
3501
|
-
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
3502
|
-
catalogOverrideFields?: CatalogOverrideFields$3;
|
|
3503
3501
|
}
|
|
3504
3502
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
3505
3503
|
interface CatalogReference$4 {
|
|
@@ -5074,26 +5072,6 @@ interface GetCurrentCartResponseNonNullableFields$1 {
|
|
|
5074
5072
|
_id: string;
|
|
5075
5073
|
appId: string;
|
|
5076
5074
|
};
|
|
5077
|
-
catalogOverrideFields?: {
|
|
5078
|
-
productName?: {
|
|
5079
|
-
original: string;
|
|
5080
|
-
};
|
|
5081
|
-
descriptionLines: {
|
|
5082
|
-
plainText?: {
|
|
5083
|
-
original: string;
|
|
5084
|
-
};
|
|
5085
|
-
colorInfo?: {
|
|
5086
|
-
original: string;
|
|
5087
|
-
};
|
|
5088
|
-
name?: {
|
|
5089
|
-
original: string;
|
|
5090
|
-
};
|
|
5091
|
-
}[];
|
|
5092
|
-
physicalProperties?: {
|
|
5093
|
-
shippable: boolean;
|
|
5094
|
-
};
|
|
5095
|
-
image: string;
|
|
5096
|
-
};
|
|
5097
5075
|
}[];
|
|
5098
5076
|
buyerInfo?: {
|
|
5099
5077
|
visitorId: string;
|
|
@@ -5196,26 +5174,6 @@ interface UpdateCartResponseNonNullableFields$1 {
|
|
|
5196
5174
|
_id: string;
|
|
5197
5175
|
appId: string;
|
|
5198
5176
|
};
|
|
5199
|
-
catalogOverrideFields?: {
|
|
5200
|
-
productName?: {
|
|
5201
|
-
original: string;
|
|
5202
|
-
};
|
|
5203
|
-
descriptionLines: {
|
|
5204
|
-
plainText?: {
|
|
5205
|
-
original: string;
|
|
5206
|
-
};
|
|
5207
|
-
colorInfo?: {
|
|
5208
|
-
original: string;
|
|
5209
|
-
};
|
|
5210
|
-
name?: {
|
|
5211
|
-
original: string;
|
|
5212
|
-
};
|
|
5213
|
-
}[];
|
|
5214
|
-
physicalProperties?: {
|
|
5215
|
-
shippable: boolean;
|
|
5216
|
-
};
|
|
5217
|
-
image: string;
|
|
5218
|
-
};
|
|
5219
5177
|
}[];
|
|
5220
5178
|
buyerInfo?: {
|
|
5221
5179
|
visitorId: string;
|
|
@@ -5318,26 +5276,6 @@ interface AddToCartResponseNonNullableFields$1 {
|
|
|
5318
5276
|
_id: string;
|
|
5319
5277
|
appId: string;
|
|
5320
5278
|
};
|
|
5321
|
-
catalogOverrideFields?: {
|
|
5322
|
-
productName?: {
|
|
5323
|
-
original: string;
|
|
5324
|
-
};
|
|
5325
|
-
descriptionLines: {
|
|
5326
|
-
plainText?: {
|
|
5327
|
-
original: string;
|
|
5328
|
-
};
|
|
5329
|
-
colorInfo?: {
|
|
5330
|
-
original: string;
|
|
5331
|
-
};
|
|
5332
|
-
name?: {
|
|
5333
|
-
original: string;
|
|
5334
|
-
};
|
|
5335
|
-
}[];
|
|
5336
|
-
physicalProperties?: {
|
|
5337
|
-
shippable: boolean;
|
|
5338
|
-
};
|
|
5339
|
-
image: string;
|
|
5340
|
-
};
|
|
5341
5279
|
}[];
|
|
5342
5280
|
buyerInfo?: {
|
|
5343
5281
|
visitorId: string;
|
|
@@ -5440,26 +5378,6 @@ interface RemoveLineItemsResponseNonNullableFields$2 {
|
|
|
5440
5378
|
_id: string;
|
|
5441
5379
|
appId: string;
|
|
5442
5380
|
};
|
|
5443
|
-
catalogOverrideFields?: {
|
|
5444
|
-
productName?: {
|
|
5445
|
-
original: string;
|
|
5446
|
-
};
|
|
5447
|
-
descriptionLines: {
|
|
5448
|
-
plainText?: {
|
|
5449
|
-
original: string;
|
|
5450
|
-
};
|
|
5451
|
-
colorInfo?: {
|
|
5452
|
-
original: string;
|
|
5453
|
-
};
|
|
5454
|
-
name?: {
|
|
5455
|
-
original: string;
|
|
5456
|
-
};
|
|
5457
|
-
}[];
|
|
5458
|
-
physicalProperties?: {
|
|
5459
|
-
shippable: boolean;
|
|
5460
|
-
};
|
|
5461
|
-
image: string;
|
|
5462
|
-
};
|
|
5463
5381
|
}[];
|
|
5464
5382
|
buyerInfo?: {
|
|
5465
5383
|
visitorId: string;
|
|
@@ -5565,26 +5483,6 @@ interface RemoveCouponResponseNonNullableFields$2 {
|
|
|
5565
5483
|
_id: string;
|
|
5566
5484
|
appId: string;
|
|
5567
5485
|
};
|
|
5568
|
-
catalogOverrideFields?: {
|
|
5569
|
-
productName?: {
|
|
5570
|
-
original: string;
|
|
5571
|
-
};
|
|
5572
|
-
descriptionLines: {
|
|
5573
|
-
plainText?: {
|
|
5574
|
-
original: string;
|
|
5575
|
-
};
|
|
5576
|
-
colorInfo?: {
|
|
5577
|
-
original: string;
|
|
5578
|
-
};
|
|
5579
|
-
name?: {
|
|
5580
|
-
original: string;
|
|
5581
|
-
};
|
|
5582
|
-
}[];
|
|
5583
|
-
physicalProperties?: {
|
|
5584
|
-
shippable: boolean;
|
|
5585
|
-
};
|
|
5586
|
-
image: string;
|
|
5587
|
-
};
|
|
5588
5486
|
}[];
|
|
5589
5487
|
buyerInfo?: {
|
|
5590
5488
|
visitorId: string;
|
|
@@ -5687,26 +5585,6 @@ interface UpdateLineItemsQuantityResponseNonNullableFields$2 {
|
|
|
5687
5585
|
_id: string;
|
|
5688
5586
|
appId: string;
|
|
5689
5587
|
};
|
|
5690
|
-
catalogOverrideFields?: {
|
|
5691
|
-
productName?: {
|
|
5692
|
-
original: string;
|
|
5693
|
-
};
|
|
5694
|
-
descriptionLines: {
|
|
5695
|
-
plainText?: {
|
|
5696
|
-
original: string;
|
|
5697
|
-
};
|
|
5698
|
-
colorInfo?: {
|
|
5699
|
-
original: string;
|
|
5700
|
-
};
|
|
5701
|
-
name?: {
|
|
5702
|
-
original: string;
|
|
5703
|
-
};
|
|
5704
|
-
}[];
|
|
5705
|
-
physicalProperties?: {
|
|
5706
|
-
shippable: boolean;
|
|
5707
|
-
};
|
|
5708
|
-
image: string;
|
|
5709
|
-
};
|
|
5710
5588
|
}[];
|
|
5711
5589
|
buyerInfo?: {
|
|
5712
5590
|
visitorId: string;
|
|
@@ -5809,26 +5687,6 @@ interface EstimateTotalsResponseNonNullableFields$1 {
|
|
|
5809
5687
|
_id: string;
|
|
5810
5688
|
appId: string;
|
|
5811
5689
|
};
|
|
5812
|
-
catalogOverrideFields?: {
|
|
5813
|
-
productName?: {
|
|
5814
|
-
original: string;
|
|
5815
|
-
};
|
|
5816
|
-
descriptionLines: {
|
|
5817
|
-
plainText?: {
|
|
5818
|
-
original: string;
|
|
5819
|
-
};
|
|
5820
|
-
colorInfo?: {
|
|
5821
|
-
original: string;
|
|
5822
|
-
};
|
|
5823
|
-
name?: {
|
|
5824
|
-
original: string;
|
|
5825
|
-
};
|
|
5826
|
-
}[];
|
|
5827
|
-
physicalProperties?: {
|
|
5828
|
-
shippable: boolean;
|
|
5829
|
-
};
|
|
5830
|
-
image: string;
|
|
5831
|
-
};
|
|
5832
5690
|
}[];
|
|
5833
5691
|
buyerInfo?: {
|
|
5834
5692
|
visitorId: string;
|
|
@@ -6531,26 +6389,6 @@ interface CreateCartResponseNonNullableFields$1 {
|
|
|
6531
6389
|
_id: string;
|
|
6532
6390
|
appId: string;
|
|
6533
6391
|
};
|
|
6534
|
-
catalogOverrideFields?: {
|
|
6535
|
-
productName?: {
|
|
6536
|
-
original: string;
|
|
6537
|
-
};
|
|
6538
|
-
descriptionLines: {
|
|
6539
|
-
plainText?: {
|
|
6540
|
-
original: string;
|
|
6541
|
-
};
|
|
6542
|
-
colorInfo?: {
|
|
6543
|
-
original: string;
|
|
6544
|
-
};
|
|
6545
|
-
name?: {
|
|
6546
|
-
original: string;
|
|
6547
|
-
};
|
|
6548
|
-
}[];
|
|
6549
|
-
physicalProperties?: {
|
|
6550
|
-
shippable: boolean;
|
|
6551
|
-
};
|
|
6552
|
-
image: string;
|
|
6553
|
-
};
|
|
6554
6392
|
}[];
|
|
6555
6393
|
buyerInfo?: {
|
|
6556
6394
|
visitorId: string;
|
|
@@ -6653,26 +6491,6 @@ interface GetCartResponseNonNullableFields$1 {
|
|
|
6653
6491
|
_id: string;
|
|
6654
6492
|
appId: string;
|
|
6655
6493
|
};
|
|
6656
|
-
catalogOverrideFields?: {
|
|
6657
|
-
productName?: {
|
|
6658
|
-
original: string;
|
|
6659
|
-
};
|
|
6660
|
-
descriptionLines: {
|
|
6661
|
-
plainText?: {
|
|
6662
|
-
original: string;
|
|
6663
|
-
};
|
|
6664
|
-
colorInfo?: {
|
|
6665
|
-
original: string;
|
|
6666
|
-
};
|
|
6667
|
-
name?: {
|
|
6668
|
-
original: string;
|
|
6669
|
-
};
|
|
6670
|
-
}[];
|
|
6671
|
-
physicalProperties?: {
|
|
6672
|
-
shippable: boolean;
|
|
6673
|
-
};
|
|
6674
|
-
image: string;
|
|
6675
|
-
};
|
|
6676
6494
|
}[];
|
|
6677
6495
|
buyerInfo?: {
|
|
6678
6496
|
visitorId: string;
|
|
@@ -6960,26 +6778,6 @@ declare function createCart(httpClient: HttpClient): (options?: CreateCartOption
|
|
|
6960
6778
|
_id: string;
|
|
6961
6779
|
appId: string;
|
|
6962
6780
|
} | undefined;
|
|
6963
|
-
catalogOverrideFields?: {
|
|
6964
|
-
productName?: {
|
|
6965
|
-
original: string;
|
|
6966
|
-
} | undefined;
|
|
6967
|
-
descriptionLines: {
|
|
6968
|
-
plainText?: {
|
|
6969
|
-
original: string;
|
|
6970
|
-
} | undefined;
|
|
6971
|
-
colorInfo?: {
|
|
6972
|
-
original: string;
|
|
6973
|
-
} | undefined;
|
|
6974
|
-
name?: {
|
|
6975
|
-
original: string;
|
|
6976
|
-
} | undefined;
|
|
6977
|
-
}[];
|
|
6978
|
-
physicalProperties?: {
|
|
6979
|
-
shippable: boolean;
|
|
6980
|
-
} | undefined;
|
|
6981
|
-
image: string;
|
|
6982
|
-
} | undefined;
|
|
6983
6781
|
}[];
|
|
6984
6782
|
buyerInfo?: {
|
|
6985
6783
|
visitorId: string;
|
|
@@ -7080,26 +6878,6 @@ declare function updateCart(httpClient: HttpClient): (_id: string | null, option
|
|
|
7080
6878
|
_id: string;
|
|
7081
6879
|
appId: string;
|
|
7082
6880
|
} | undefined;
|
|
7083
|
-
catalogOverrideFields?: {
|
|
7084
|
-
productName?: {
|
|
7085
|
-
original: string;
|
|
7086
|
-
} | undefined;
|
|
7087
|
-
descriptionLines: {
|
|
7088
|
-
plainText?: {
|
|
7089
|
-
original: string;
|
|
7090
|
-
} | undefined;
|
|
7091
|
-
colorInfo?: {
|
|
7092
|
-
original: string;
|
|
7093
|
-
} | undefined;
|
|
7094
|
-
name?: {
|
|
7095
|
-
original: string;
|
|
7096
|
-
} | undefined;
|
|
7097
|
-
}[];
|
|
7098
|
-
physicalProperties?: {
|
|
7099
|
-
shippable: boolean;
|
|
7100
|
-
} | undefined;
|
|
7101
|
-
image: string;
|
|
7102
|
-
} | undefined;
|
|
7103
6881
|
}[];
|
|
7104
6882
|
buyerInfo?: {
|
|
7105
6883
|
visitorId: string;
|
|
@@ -7200,26 +6978,6 @@ declare function getCart(httpClient: HttpClient): (_id: string) => Promise<Cart$
|
|
|
7200
6978
|
_id: string;
|
|
7201
6979
|
appId: string;
|
|
7202
6980
|
} | undefined;
|
|
7203
|
-
catalogOverrideFields?: {
|
|
7204
|
-
productName?: {
|
|
7205
|
-
original: string;
|
|
7206
|
-
} | undefined;
|
|
7207
|
-
descriptionLines: {
|
|
7208
|
-
plainText?: {
|
|
7209
|
-
original: string;
|
|
7210
|
-
} | undefined;
|
|
7211
|
-
colorInfo?: {
|
|
7212
|
-
original: string;
|
|
7213
|
-
} | undefined;
|
|
7214
|
-
name?: {
|
|
7215
|
-
original: string;
|
|
7216
|
-
} | undefined;
|
|
7217
|
-
}[];
|
|
7218
|
-
physicalProperties?: {
|
|
7219
|
-
shippable: boolean;
|
|
7220
|
-
} | undefined;
|
|
7221
|
-
image: string;
|
|
7222
|
-
} | undefined;
|
|
7223
6981
|
}[];
|
|
7224
6982
|
buyerInfo?: {
|
|
7225
6983
|
visitorId: string;
|
|
@@ -7461,8 +7219,6 @@ interface LineItem$4 {
|
|
|
7461
7219
|
* @readonly
|
|
7462
7220
|
*/
|
|
7463
7221
|
taxGroupId?: string | null;
|
|
7464
|
-
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
7465
|
-
catalogOverrideFields?: CatalogOverrideFields$2;
|
|
7466
7222
|
}
|
|
7467
7223
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
7468
7224
|
interface CatalogReference$3 {
|
|
@@ -9037,26 +8793,6 @@ interface GetCurrentCartResponseNonNullableFields {
|
|
|
9037
8793
|
_id: string;
|
|
9038
8794
|
appId: string;
|
|
9039
8795
|
};
|
|
9040
|
-
catalogOverrideFields?: {
|
|
9041
|
-
productName?: {
|
|
9042
|
-
original: string;
|
|
9043
|
-
};
|
|
9044
|
-
descriptionLines: {
|
|
9045
|
-
plainText?: {
|
|
9046
|
-
original: string;
|
|
9047
|
-
};
|
|
9048
|
-
colorInfo?: {
|
|
9049
|
-
original: string;
|
|
9050
|
-
};
|
|
9051
|
-
name?: {
|
|
9052
|
-
original: string;
|
|
9053
|
-
};
|
|
9054
|
-
}[];
|
|
9055
|
-
physicalProperties?: {
|
|
9056
|
-
shippable: boolean;
|
|
9057
|
-
};
|
|
9058
|
-
image: string;
|
|
9059
|
-
};
|
|
9060
8796
|
}[];
|
|
9061
8797
|
buyerInfo?: {
|
|
9062
8798
|
visitorId: string;
|
|
@@ -9159,26 +8895,6 @@ interface UpdateCartResponseNonNullableFields {
|
|
|
9159
8895
|
_id: string;
|
|
9160
8896
|
appId: string;
|
|
9161
8897
|
};
|
|
9162
|
-
catalogOverrideFields?: {
|
|
9163
|
-
productName?: {
|
|
9164
|
-
original: string;
|
|
9165
|
-
};
|
|
9166
|
-
descriptionLines: {
|
|
9167
|
-
plainText?: {
|
|
9168
|
-
original: string;
|
|
9169
|
-
};
|
|
9170
|
-
colorInfo?: {
|
|
9171
|
-
original: string;
|
|
9172
|
-
};
|
|
9173
|
-
name?: {
|
|
9174
|
-
original: string;
|
|
9175
|
-
};
|
|
9176
|
-
}[];
|
|
9177
|
-
physicalProperties?: {
|
|
9178
|
-
shippable: boolean;
|
|
9179
|
-
};
|
|
9180
|
-
image: string;
|
|
9181
|
-
};
|
|
9182
8898
|
}[];
|
|
9183
8899
|
buyerInfo?: {
|
|
9184
8900
|
visitorId: string;
|
|
@@ -9281,26 +8997,6 @@ interface AddToCartResponseNonNullableFields {
|
|
|
9281
8997
|
_id: string;
|
|
9282
8998
|
appId: string;
|
|
9283
8999
|
};
|
|
9284
|
-
catalogOverrideFields?: {
|
|
9285
|
-
productName?: {
|
|
9286
|
-
original: string;
|
|
9287
|
-
};
|
|
9288
|
-
descriptionLines: {
|
|
9289
|
-
plainText?: {
|
|
9290
|
-
original: string;
|
|
9291
|
-
};
|
|
9292
|
-
colorInfo?: {
|
|
9293
|
-
original: string;
|
|
9294
|
-
};
|
|
9295
|
-
name?: {
|
|
9296
|
-
original: string;
|
|
9297
|
-
};
|
|
9298
|
-
}[];
|
|
9299
|
-
physicalProperties?: {
|
|
9300
|
-
shippable: boolean;
|
|
9301
|
-
};
|
|
9302
|
-
image: string;
|
|
9303
|
-
};
|
|
9304
9000
|
}[];
|
|
9305
9001
|
buyerInfo?: {
|
|
9306
9002
|
visitorId: string;
|
|
@@ -9403,26 +9099,6 @@ interface RemoveLineItemsResponseNonNullableFields$1 {
|
|
|
9403
9099
|
_id: string;
|
|
9404
9100
|
appId: string;
|
|
9405
9101
|
};
|
|
9406
|
-
catalogOverrideFields?: {
|
|
9407
|
-
productName?: {
|
|
9408
|
-
original: string;
|
|
9409
|
-
};
|
|
9410
|
-
descriptionLines: {
|
|
9411
|
-
plainText?: {
|
|
9412
|
-
original: string;
|
|
9413
|
-
};
|
|
9414
|
-
colorInfo?: {
|
|
9415
|
-
original: string;
|
|
9416
|
-
};
|
|
9417
|
-
name?: {
|
|
9418
|
-
original: string;
|
|
9419
|
-
};
|
|
9420
|
-
}[];
|
|
9421
|
-
physicalProperties?: {
|
|
9422
|
-
shippable: boolean;
|
|
9423
|
-
};
|
|
9424
|
-
image: string;
|
|
9425
|
-
};
|
|
9426
9102
|
}[];
|
|
9427
9103
|
buyerInfo?: {
|
|
9428
9104
|
visitorId: string;
|
|
@@ -9528,26 +9204,6 @@ interface RemoveCouponResponseNonNullableFields$1 {
|
|
|
9528
9204
|
_id: string;
|
|
9529
9205
|
appId: string;
|
|
9530
9206
|
};
|
|
9531
|
-
catalogOverrideFields?: {
|
|
9532
|
-
productName?: {
|
|
9533
|
-
original: string;
|
|
9534
|
-
};
|
|
9535
|
-
descriptionLines: {
|
|
9536
|
-
plainText?: {
|
|
9537
|
-
original: string;
|
|
9538
|
-
};
|
|
9539
|
-
colorInfo?: {
|
|
9540
|
-
original: string;
|
|
9541
|
-
};
|
|
9542
|
-
name?: {
|
|
9543
|
-
original: string;
|
|
9544
|
-
};
|
|
9545
|
-
}[];
|
|
9546
|
-
physicalProperties?: {
|
|
9547
|
-
shippable: boolean;
|
|
9548
|
-
};
|
|
9549
|
-
image: string;
|
|
9550
|
-
};
|
|
9551
9207
|
}[];
|
|
9552
9208
|
buyerInfo?: {
|
|
9553
9209
|
visitorId: string;
|
|
@@ -9650,26 +9306,6 @@ interface UpdateLineItemsQuantityResponseNonNullableFields$1 {
|
|
|
9650
9306
|
_id: string;
|
|
9651
9307
|
appId: string;
|
|
9652
9308
|
};
|
|
9653
|
-
catalogOverrideFields?: {
|
|
9654
|
-
productName?: {
|
|
9655
|
-
original: string;
|
|
9656
|
-
};
|
|
9657
|
-
descriptionLines: {
|
|
9658
|
-
plainText?: {
|
|
9659
|
-
original: string;
|
|
9660
|
-
};
|
|
9661
|
-
colorInfo?: {
|
|
9662
|
-
original: string;
|
|
9663
|
-
};
|
|
9664
|
-
name?: {
|
|
9665
|
-
original: string;
|
|
9666
|
-
};
|
|
9667
|
-
}[];
|
|
9668
|
-
physicalProperties?: {
|
|
9669
|
-
shippable: boolean;
|
|
9670
|
-
};
|
|
9671
|
-
image: string;
|
|
9672
|
-
};
|
|
9673
9309
|
}[];
|
|
9674
9310
|
buyerInfo?: {
|
|
9675
9311
|
visitorId: string;
|
|
@@ -9772,26 +9408,6 @@ interface EstimateTotalsResponseNonNullableFields {
|
|
|
9772
9408
|
_id: string;
|
|
9773
9409
|
appId: string;
|
|
9774
9410
|
};
|
|
9775
|
-
catalogOverrideFields?: {
|
|
9776
|
-
productName?: {
|
|
9777
|
-
original: string;
|
|
9778
|
-
};
|
|
9779
|
-
descriptionLines: {
|
|
9780
|
-
plainText?: {
|
|
9781
|
-
original: string;
|
|
9782
|
-
};
|
|
9783
|
-
colorInfo?: {
|
|
9784
|
-
original: string;
|
|
9785
|
-
};
|
|
9786
|
-
name?: {
|
|
9787
|
-
original: string;
|
|
9788
|
-
};
|
|
9789
|
-
}[];
|
|
9790
|
-
physicalProperties?: {
|
|
9791
|
-
shippable: boolean;
|
|
9792
|
-
};
|
|
9793
|
-
image: string;
|
|
9794
|
-
};
|
|
9795
9411
|
}[];
|
|
9796
9412
|
buyerInfo?: {
|
|
9797
9413
|
visitorId: string;
|
|
@@ -10494,26 +10110,6 @@ interface CreateCartResponseNonNullableFields {
|
|
|
10494
10110
|
_id: string;
|
|
10495
10111
|
appId: string;
|
|
10496
10112
|
};
|
|
10497
|
-
catalogOverrideFields?: {
|
|
10498
|
-
productName?: {
|
|
10499
|
-
original: string;
|
|
10500
|
-
};
|
|
10501
|
-
descriptionLines: {
|
|
10502
|
-
plainText?: {
|
|
10503
|
-
original: string;
|
|
10504
|
-
};
|
|
10505
|
-
colorInfo?: {
|
|
10506
|
-
original: string;
|
|
10507
|
-
};
|
|
10508
|
-
name?: {
|
|
10509
|
-
original: string;
|
|
10510
|
-
};
|
|
10511
|
-
}[];
|
|
10512
|
-
physicalProperties?: {
|
|
10513
|
-
shippable: boolean;
|
|
10514
|
-
};
|
|
10515
|
-
image: string;
|
|
10516
|
-
};
|
|
10517
10113
|
}[];
|
|
10518
10114
|
buyerInfo?: {
|
|
10519
10115
|
visitorId: string;
|
|
@@ -10616,26 +10212,6 @@ interface GetCartResponseNonNullableFields {
|
|
|
10616
10212
|
_id: string;
|
|
10617
10213
|
appId: string;
|
|
10618
10214
|
};
|
|
10619
|
-
catalogOverrideFields?: {
|
|
10620
|
-
productName?: {
|
|
10621
|
-
original: string;
|
|
10622
|
-
};
|
|
10623
|
-
descriptionLines: {
|
|
10624
|
-
plainText?: {
|
|
10625
|
-
original: string;
|
|
10626
|
-
};
|
|
10627
|
-
colorInfo?: {
|
|
10628
|
-
original: string;
|
|
10629
|
-
};
|
|
10630
|
-
name?: {
|
|
10631
|
-
original: string;
|
|
10632
|
-
};
|
|
10633
|
-
}[];
|
|
10634
|
-
physicalProperties?: {
|
|
10635
|
-
shippable: boolean;
|
|
10636
|
-
};
|
|
10637
|
-
image: string;
|
|
10638
|
-
};
|
|
10639
10215
|
}[];
|
|
10640
10216
|
buyerInfo?: {
|
|
10641
10217
|
visitorId: string;
|
|
@@ -10834,26 +10410,6 @@ declare function getCurrentCart(httpClient: HttpClient): () => Promise<Cart & {
|
|
|
10834
10410
|
_id: string;
|
|
10835
10411
|
appId: string;
|
|
10836
10412
|
} | undefined;
|
|
10837
|
-
catalogOverrideFields?: {
|
|
10838
|
-
productName?: {
|
|
10839
|
-
original: string;
|
|
10840
|
-
} | undefined;
|
|
10841
|
-
descriptionLines: {
|
|
10842
|
-
plainText?: {
|
|
10843
|
-
original: string;
|
|
10844
|
-
} | undefined;
|
|
10845
|
-
colorInfo?: {
|
|
10846
|
-
original: string;
|
|
10847
|
-
} | undefined;
|
|
10848
|
-
name?: {
|
|
10849
|
-
original: string;
|
|
10850
|
-
} | undefined;
|
|
10851
|
-
}[];
|
|
10852
|
-
physicalProperties?: {
|
|
10853
|
-
shippable: boolean;
|
|
10854
|
-
} | undefined;
|
|
10855
|
-
image: string;
|
|
10856
|
-
} | undefined;
|
|
10857
10413
|
}[];
|
|
10858
10414
|
buyerInfo?: {
|
|
10859
10415
|
visitorId: string;
|
|
@@ -10948,31 +10504,11 @@ declare function updateCurrentCart(httpClient: HttpClient): (options?: UpdateCur
|
|
|
10948
10504
|
amount: string;
|
|
10949
10505
|
convertedAmount: string;
|
|
10950
10506
|
formattedAmount: string;
|
|
10951
|
-
formattedConvertedAmount: string;
|
|
10952
|
-
} | undefined;
|
|
10953
|
-
selectedMembership?: {
|
|
10954
|
-
_id: string;
|
|
10955
|
-
appId: string;
|
|
10956
|
-
} | undefined;
|
|
10957
|
-
catalogOverrideFields?: {
|
|
10958
|
-
productName?: {
|
|
10959
|
-
original: string;
|
|
10960
|
-
} | undefined;
|
|
10961
|
-
descriptionLines: {
|
|
10962
|
-
plainText?: {
|
|
10963
|
-
original: string;
|
|
10964
|
-
} | undefined;
|
|
10965
|
-
colorInfo?: {
|
|
10966
|
-
original: string;
|
|
10967
|
-
} | undefined;
|
|
10968
|
-
name?: {
|
|
10969
|
-
original: string;
|
|
10970
|
-
} | undefined;
|
|
10971
|
-
}[];
|
|
10972
|
-
physicalProperties?: {
|
|
10973
|
-
shippable: boolean;
|
|
10974
|
-
} | undefined;
|
|
10975
|
-
image: string;
|
|
10507
|
+
formattedConvertedAmount: string;
|
|
10508
|
+
} | undefined;
|
|
10509
|
+
selectedMembership?: {
|
|
10510
|
+
_id: string;
|
|
10511
|
+
appId: string;
|
|
10976
10512
|
} | undefined;
|
|
10977
10513
|
}[];
|
|
10978
10514
|
buyerInfo?: {
|
|
@@ -11363,8 +10899,6 @@ interface LineItem$3 {
|
|
|
11363
10899
|
* @readonly
|
|
11364
10900
|
*/
|
|
11365
10901
|
depositAmount?: MultiCurrencyPrice$1;
|
|
11366
|
-
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
11367
|
-
catalogOverrideFields?: CatalogOverrideFields$1;
|
|
11368
10902
|
}
|
|
11369
10903
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
11370
10904
|
interface CatalogReference$2 {
|
|
@@ -13423,26 +12957,6 @@ interface CreateCheckoutResponseNonNullableFields {
|
|
|
13423
12957
|
formattedAmount: string;
|
|
13424
12958
|
formattedConvertedAmount: string;
|
|
13425
12959
|
};
|
|
13426
|
-
catalogOverrideFields?: {
|
|
13427
|
-
productName?: {
|
|
13428
|
-
original: string;
|
|
13429
|
-
};
|
|
13430
|
-
descriptionLines: {
|
|
13431
|
-
plainText?: {
|
|
13432
|
-
original: string;
|
|
13433
|
-
};
|
|
13434
|
-
colorInfo?: {
|
|
13435
|
-
original: string;
|
|
13436
|
-
};
|
|
13437
|
-
name?: {
|
|
13438
|
-
original: string;
|
|
13439
|
-
};
|
|
13440
|
-
}[];
|
|
13441
|
-
physicalProperties?: {
|
|
13442
|
-
shippable: boolean;
|
|
13443
|
-
};
|
|
13444
|
-
image: string;
|
|
13445
|
-
};
|
|
13446
12960
|
}[];
|
|
13447
12961
|
billingInfo?: {
|
|
13448
12962
|
contactDetails?: {
|
|
@@ -14125,26 +13639,6 @@ interface GetCheckoutResponseNonNullableFields {
|
|
|
14125
13639
|
formattedAmount: string;
|
|
14126
13640
|
formattedConvertedAmount: string;
|
|
14127
13641
|
};
|
|
14128
|
-
catalogOverrideFields?: {
|
|
14129
|
-
productName?: {
|
|
14130
|
-
original: string;
|
|
14131
|
-
};
|
|
14132
|
-
descriptionLines: {
|
|
14133
|
-
plainText?: {
|
|
14134
|
-
original: string;
|
|
14135
|
-
};
|
|
14136
|
-
colorInfo?: {
|
|
14137
|
-
original: string;
|
|
14138
|
-
};
|
|
14139
|
-
name?: {
|
|
14140
|
-
original: string;
|
|
14141
|
-
};
|
|
14142
|
-
}[];
|
|
14143
|
-
physicalProperties?: {
|
|
14144
|
-
shippable: boolean;
|
|
14145
|
-
};
|
|
14146
|
-
image: string;
|
|
14147
|
-
};
|
|
14148
13642
|
}[];
|
|
14149
13643
|
billingInfo?: {
|
|
14150
13644
|
contactDetails?: {
|
|
@@ -14830,26 +14324,6 @@ interface UpdateCheckoutResponseNonNullableFields {
|
|
|
14830
14324
|
formattedAmount: string;
|
|
14831
14325
|
formattedConvertedAmount: string;
|
|
14832
14326
|
};
|
|
14833
|
-
catalogOverrideFields?: {
|
|
14834
|
-
productName?: {
|
|
14835
|
-
original: string;
|
|
14836
|
-
};
|
|
14837
|
-
descriptionLines: {
|
|
14838
|
-
plainText?: {
|
|
14839
|
-
original: string;
|
|
14840
|
-
};
|
|
14841
|
-
colorInfo?: {
|
|
14842
|
-
original: string;
|
|
14843
|
-
};
|
|
14844
|
-
name?: {
|
|
14845
|
-
original: string;
|
|
14846
|
-
};
|
|
14847
|
-
}[];
|
|
14848
|
-
physicalProperties?: {
|
|
14849
|
-
shippable: boolean;
|
|
14850
|
-
};
|
|
14851
|
-
image: string;
|
|
14852
|
-
};
|
|
14853
14327
|
}[];
|
|
14854
14328
|
billingInfo?: {
|
|
14855
14329
|
contactDetails?: {
|
|
@@ -15532,26 +15006,6 @@ interface RemoveCouponResponseNonNullableFields {
|
|
|
15532
15006
|
formattedAmount: string;
|
|
15533
15007
|
formattedConvertedAmount: string;
|
|
15534
15008
|
};
|
|
15535
|
-
catalogOverrideFields?: {
|
|
15536
|
-
productName?: {
|
|
15537
|
-
original: string;
|
|
15538
|
-
};
|
|
15539
|
-
descriptionLines: {
|
|
15540
|
-
plainText?: {
|
|
15541
|
-
original: string;
|
|
15542
|
-
};
|
|
15543
|
-
colorInfo?: {
|
|
15544
|
-
original: string;
|
|
15545
|
-
};
|
|
15546
|
-
name?: {
|
|
15547
|
-
original: string;
|
|
15548
|
-
};
|
|
15549
|
-
}[];
|
|
15550
|
-
physicalProperties?: {
|
|
15551
|
-
shippable: boolean;
|
|
15552
|
-
};
|
|
15553
|
-
image: string;
|
|
15554
|
-
};
|
|
15555
15009
|
}[];
|
|
15556
15010
|
billingInfo?: {
|
|
15557
15011
|
contactDetails?: {
|
|
@@ -16234,26 +15688,6 @@ interface RemoveGiftCardResponseNonNullableFields {
|
|
|
16234
15688
|
formattedAmount: string;
|
|
16235
15689
|
formattedConvertedAmount: string;
|
|
16236
15690
|
};
|
|
16237
|
-
catalogOverrideFields?: {
|
|
16238
|
-
productName?: {
|
|
16239
|
-
original: string;
|
|
16240
|
-
};
|
|
16241
|
-
descriptionLines: {
|
|
16242
|
-
plainText?: {
|
|
16243
|
-
original: string;
|
|
16244
|
-
};
|
|
16245
|
-
colorInfo?: {
|
|
16246
|
-
original: string;
|
|
16247
|
-
};
|
|
16248
|
-
name?: {
|
|
16249
|
-
original: string;
|
|
16250
|
-
};
|
|
16251
|
-
}[];
|
|
16252
|
-
physicalProperties?: {
|
|
16253
|
-
shippable: boolean;
|
|
16254
|
-
};
|
|
16255
|
-
image: string;
|
|
16256
|
-
};
|
|
16257
15691
|
}[];
|
|
16258
15692
|
billingInfo?: {
|
|
16259
15693
|
contactDetails?: {
|
|
@@ -16936,26 +16370,6 @@ interface RemoveOverrideCheckoutUrlResponseNonNullableFields {
|
|
|
16936
16370
|
formattedAmount: string;
|
|
16937
16371
|
formattedConvertedAmount: string;
|
|
16938
16372
|
};
|
|
16939
|
-
catalogOverrideFields?: {
|
|
16940
|
-
productName?: {
|
|
16941
|
-
original: string;
|
|
16942
|
-
};
|
|
16943
|
-
descriptionLines: {
|
|
16944
|
-
plainText?: {
|
|
16945
|
-
original: string;
|
|
16946
|
-
};
|
|
16947
|
-
colorInfo?: {
|
|
16948
|
-
original: string;
|
|
16949
|
-
};
|
|
16950
|
-
name?: {
|
|
16951
|
-
original: string;
|
|
16952
|
-
};
|
|
16953
|
-
}[];
|
|
16954
|
-
physicalProperties?: {
|
|
16955
|
-
shippable: boolean;
|
|
16956
|
-
};
|
|
16957
|
-
image: string;
|
|
16958
|
-
};
|
|
16959
16373
|
}[];
|
|
16960
16374
|
billingInfo?: {
|
|
16961
16375
|
contactDetails?: {
|
|
@@ -17638,26 +17052,6 @@ interface AddToCheckoutResponseNonNullableFields {
|
|
|
17638
17052
|
formattedAmount: string;
|
|
17639
17053
|
formattedConvertedAmount: string;
|
|
17640
17054
|
};
|
|
17641
|
-
catalogOverrideFields?: {
|
|
17642
|
-
productName?: {
|
|
17643
|
-
original: string;
|
|
17644
|
-
};
|
|
17645
|
-
descriptionLines: {
|
|
17646
|
-
plainText?: {
|
|
17647
|
-
original: string;
|
|
17648
|
-
};
|
|
17649
|
-
colorInfo?: {
|
|
17650
|
-
original: string;
|
|
17651
|
-
};
|
|
17652
|
-
name?: {
|
|
17653
|
-
original: string;
|
|
17654
|
-
};
|
|
17655
|
-
}[];
|
|
17656
|
-
physicalProperties?: {
|
|
17657
|
-
shippable: boolean;
|
|
17658
|
-
};
|
|
17659
|
-
image: string;
|
|
17660
|
-
};
|
|
17661
17055
|
}[];
|
|
17662
17056
|
billingInfo?: {
|
|
17663
17057
|
contactDetails?: {
|
|
@@ -18340,26 +17734,6 @@ interface RemoveLineItemsResponseNonNullableFields {
|
|
|
18340
17734
|
formattedAmount: string;
|
|
18341
17735
|
formattedConvertedAmount: string;
|
|
18342
17736
|
};
|
|
18343
|
-
catalogOverrideFields?: {
|
|
18344
|
-
productName?: {
|
|
18345
|
-
original: string;
|
|
18346
|
-
};
|
|
18347
|
-
descriptionLines: {
|
|
18348
|
-
plainText?: {
|
|
18349
|
-
original: string;
|
|
18350
|
-
};
|
|
18351
|
-
colorInfo?: {
|
|
18352
|
-
original: string;
|
|
18353
|
-
};
|
|
18354
|
-
name?: {
|
|
18355
|
-
original: string;
|
|
18356
|
-
};
|
|
18357
|
-
}[];
|
|
18358
|
-
physicalProperties?: {
|
|
18359
|
-
shippable: boolean;
|
|
18360
|
-
};
|
|
18361
|
-
image: string;
|
|
18362
|
-
};
|
|
18363
17737
|
}[];
|
|
18364
17738
|
billingInfo?: {
|
|
18365
17739
|
contactDetails?: {
|
|
@@ -19046,26 +18420,6 @@ interface UpdateLineItemsQuantityResponseNonNullableFields {
|
|
|
19046
18420
|
formattedAmount: string;
|
|
19047
18421
|
formattedConvertedAmount: string;
|
|
19048
18422
|
};
|
|
19049
|
-
catalogOverrideFields?: {
|
|
19050
|
-
productName?: {
|
|
19051
|
-
original: string;
|
|
19052
|
-
};
|
|
19053
|
-
descriptionLines: {
|
|
19054
|
-
plainText?: {
|
|
19055
|
-
original: string;
|
|
19056
|
-
};
|
|
19057
|
-
colorInfo?: {
|
|
19058
|
-
original: string;
|
|
19059
|
-
};
|
|
19060
|
-
name?: {
|
|
19061
|
-
original: string;
|
|
19062
|
-
};
|
|
19063
|
-
}[];
|
|
19064
|
-
physicalProperties?: {
|
|
19065
|
-
shippable: boolean;
|
|
19066
|
-
};
|
|
19067
|
-
image: string;
|
|
19068
|
-
};
|
|
19069
18423
|
}[];
|
|
19070
18424
|
billingInfo?: {
|
|
19071
18425
|
contactDetails?: {
|
|
@@ -20008,26 +19362,6 @@ declare function createCheckout(httpClient: HttpClient): (options?: CreateChecko
|
|
|
20008
19362
|
formattedAmount: string;
|
|
20009
19363
|
formattedConvertedAmount: string;
|
|
20010
19364
|
} | undefined;
|
|
20011
|
-
catalogOverrideFields?: {
|
|
20012
|
-
productName?: {
|
|
20013
|
-
original: string;
|
|
20014
|
-
} | undefined;
|
|
20015
|
-
descriptionLines: {
|
|
20016
|
-
plainText?: {
|
|
20017
|
-
original: string;
|
|
20018
|
-
} | undefined;
|
|
20019
|
-
colorInfo?: {
|
|
20020
|
-
original: string;
|
|
20021
|
-
} | undefined;
|
|
20022
|
-
name?: {
|
|
20023
|
-
original: string;
|
|
20024
|
-
} | undefined;
|
|
20025
|
-
}[];
|
|
20026
|
-
physicalProperties?: {
|
|
20027
|
-
shippable: boolean;
|
|
20028
|
-
} | undefined;
|
|
20029
|
-
image: string;
|
|
20030
|
-
} | undefined;
|
|
20031
19365
|
}[];
|
|
20032
19366
|
billingInfo?: {
|
|
20033
19367
|
contactDetails?: {
|
|
@@ -20710,26 +20044,6 @@ declare function updateCheckout(httpClient: HttpClient): (_id: string | null, ch
|
|
|
20710
20044
|
formattedAmount: string;
|
|
20711
20045
|
formattedConvertedAmount: string;
|
|
20712
20046
|
} | undefined;
|
|
20713
|
-
catalogOverrideFields?: {
|
|
20714
|
-
productName?: {
|
|
20715
|
-
original: string;
|
|
20716
|
-
} | undefined;
|
|
20717
|
-
descriptionLines: {
|
|
20718
|
-
plainText?: {
|
|
20719
|
-
original: string;
|
|
20720
|
-
} | undefined;
|
|
20721
|
-
colorInfo?: {
|
|
20722
|
-
original: string;
|
|
20723
|
-
} | undefined;
|
|
20724
|
-
name?: {
|
|
20725
|
-
original: string;
|
|
20726
|
-
} | undefined;
|
|
20727
|
-
}[];
|
|
20728
|
-
physicalProperties?: {
|
|
20729
|
-
shippable: boolean;
|
|
20730
|
-
} | undefined;
|
|
20731
|
-
image: string;
|
|
20732
|
-
} | undefined;
|
|
20733
20047
|
}[];
|
|
20734
20048
|
billingInfo?: {
|
|
20735
20049
|
contactDetails?: {
|
|
@@ -21867,8 +21181,6 @@ interface V1LineItem {
|
|
|
21867
21181
|
* > **Note:** For more information on what to pass to `lineItems.catalogReference`, see [eCommerce Integration in the Wix Stores Catalog API](https://dev.wix.com/api/rest/wix-stores/catalog/ecommerce-integration).
|
|
21868
21182
|
*/
|
|
21869
21183
|
catalogReference?: CatalogReference$1;
|
|
21870
|
-
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
21871
|
-
catalogOverrideFields?: CatalogOverrideFields;
|
|
21872
21184
|
}
|
|
21873
21185
|
/** Used for grouping line items. Sent when an item is added to a cart, checkout, or order. */
|
|
21874
21186
|
interface CatalogReference$1 {
|
|
@@ -22600,8 +21912,6 @@ interface LineItem$2 {
|
|
|
22600
21912
|
* @readonly
|
|
22601
21913
|
*/
|
|
22602
21914
|
depositAmount?: MultiCurrencyPrice;
|
|
22603
|
-
/** Allows partial overrides for catalog line item properties like name, price, etc */
|
|
22604
|
-
catalogOverrideFields?: CatalogOverrideFields;
|
|
22605
21915
|
}
|
|
22606
21916
|
interface MultiCurrencyPrice {
|
|
22607
21917
|
/** Amount. */
|
|
@@ -23611,26 +22921,6 @@ interface CreateCheckoutTemplateResponseNonNullableFields {
|
|
|
23611
22921
|
catalogItemId: string;
|
|
23612
22922
|
appId: string;
|
|
23613
22923
|
};
|
|
23614
|
-
catalogOverrideFields?: {
|
|
23615
|
-
productName?: {
|
|
23616
|
-
original: string;
|
|
23617
|
-
};
|
|
23618
|
-
descriptionLines: {
|
|
23619
|
-
plainText?: {
|
|
23620
|
-
original: string;
|
|
23621
|
-
};
|
|
23622
|
-
colorInfo?: {
|
|
23623
|
-
original: string;
|
|
23624
|
-
};
|
|
23625
|
-
name?: {
|
|
23626
|
-
original: string;
|
|
23627
|
-
};
|
|
23628
|
-
}[];
|
|
23629
|
-
physicalProperties?: {
|
|
23630
|
-
shippable: boolean;
|
|
23631
|
-
};
|
|
23632
|
-
image: string;
|
|
23633
|
-
};
|
|
23634
22924
|
}[];
|
|
23635
22925
|
};
|
|
23636
22926
|
}
|
|
@@ -23650,26 +22940,6 @@ interface GetCheckoutTemplateResponseNonNullableFields {
|
|
|
23650
22940
|
catalogItemId: string;
|
|
23651
22941
|
appId: string;
|
|
23652
22942
|
};
|
|
23653
|
-
catalogOverrideFields?: {
|
|
23654
|
-
productName?: {
|
|
23655
|
-
original: string;
|
|
23656
|
-
};
|
|
23657
|
-
descriptionLines: {
|
|
23658
|
-
plainText?: {
|
|
23659
|
-
original: string;
|
|
23660
|
-
};
|
|
23661
|
-
colorInfo?: {
|
|
23662
|
-
original: string;
|
|
23663
|
-
};
|
|
23664
|
-
name?: {
|
|
23665
|
-
original: string;
|
|
23666
|
-
};
|
|
23667
|
-
}[];
|
|
23668
|
-
physicalProperties?: {
|
|
23669
|
-
shippable: boolean;
|
|
23670
|
-
};
|
|
23671
|
-
image: string;
|
|
23672
|
-
};
|
|
23673
22943
|
}[];
|
|
23674
22944
|
};
|
|
23675
22945
|
}
|
|
@@ -23689,26 +22959,6 @@ interface UpdateCheckoutTemplateResponseNonNullableFields {
|
|
|
23689
22959
|
catalogItemId: string;
|
|
23690
22960
|
appId: string;
|
|
23691
22961
|
};
|
|
23692
|
-
catalogOverrideFields?: {
|
|
23693
|
-
productName?: {
|
|
23694
|
-
original: string;
|
|
23695
|
-
};
|
|
23696
|
-
descriptionLines: {
|
|
23697
|
-
plainText?: {
|
|
23698
|
-
original: string;
|
|
23699
|
-
};
|
|
23700
|
-
colorInfo?: {
|
|
23701
|
-
original: string;
|
|
23702
|
-
};
|
|
23703
|
-
name?: {
|
|
23704
|
-
original: string;
|
|
23705
|
-
};
|
|
23706
|
-
}[];
|
|
23707
|
-
physicalProperties?: {
|
|
23708
|
-
shippable: boolean;
|
|
23709
|
-
};
|
|
23710
|
-
image: string;
|
|
23711
|
-
};
|
|
23712
22962
|
}[];
|
|
23713
22963
|
};
|
|
23714
22964
|
}
|
|
@@ -23728,26 +22978,6 @@ interface QueryCheckoutTemplatesResponseNonNullableFields {
|
|
|
23728
22978
|
catalogItemId: string;
|
|
23729
22979
|
appId: string;
|
|
23730
22980
|
};
|
|
23731
|
-
catalogOverrideFields?: {
|
|
23732
|
-
productName?: {
|
|
23733
|
-
original: string;
|
|
23734
|
-
};
|
|
23735
|
-
descriptionLines: {
|
|
23736
|
-
plainText?: {
|
|
23737
|
-
original: string;
|
|
23738
|
-
};
|
|
23739
|
-
colorInfo?: {
|
|
23740
|
-
original: string;
|
|
23741
|
-
};
|
|
23742
|
-
name?: {
|
|
23743
|
-
original: string;
|
|
23744
|
-
};
|
|
23745
|
-
}[];
|
|
23746
|
-
physicalProperties?: {
|
|
23747
|
-
shippable: boolean;
|
|
23748
|
-
};
|
|
23749
|
-
image: string;
|
|
23750
|
-
};
|
|
23751
22981
|
}[];
|
|
23752
22982
|
}[];
|
|
23753
22983
|
}
|
|
@@ -23922,26 +23152,6 @@ declare function createCheckoutTemplate(httpClient: HttpClient): (checkoutTempla
|
|
|
23922
23152
|
catalogItemId: string;
|
|
23923
23153
|
appId: string;
|
|
23924
23154
|
} | undefined;
|
|
23925
|
-
catalogOverrideFields?: {
|
|
23926
|
-
productName?: {
|
|
23927
|
-
original: string;
|
|
23928
|
-
} | undefined;
|
|
23929
|
-
descriptionLines: {
|
|
23930
|
-
plainText?: {
|
|
23931
|
-
original: string;
|
|
23932
|
-
} | undefined;
|
|
23933
|
-
colorInfo?: {
|
|
23934
|
-
original: string;
|
|
23935
|
-
} | undefined;
|
|
23936
|
-
name?: {
|
|
23937
|
-
original: string;
|
|
23938
|
-
} | undefined;
|
|
23939
|
-
}[];
|
|
23940
|
-
physicalProperties?: {
|
|
23941
|
-
shippable: boolean;
|
|
23942
|
-
} | undefined;
|
|
23943
|
-
image: string;
|
|
23944
|
-
} | undefined;
|
|
23945
23155
|
}[];
|
|
23946
23156
|
}>;
|
|
23947
23157
|
declare function getCheckoutTemplate(httpClient: HttpClient): (checkoutTemplateId: string) => Promise<CheckoutTemplate & {
|
|
@@ -23959,26 +23169,6 @@ declare function getCheckoutTemplate(httpClient: HttpClient): (checkoutTemplateI
|
|
|
23959
23169
|
catalogItemId: string;
|
|
23960
23170
|
appId: string;
|
|
23961
23171
|
} | undefined;
|
|
23962
|
-
catalogOverrideFields?: {
|
|
23963
|
-
productName?: {
|
|
23964
|
-
original: string;
|
|
23965
|
-
} | undefined;
|
|
23966
|
-
descriptionLines: {
|
|
23967
|
-
plainText?: {
|
|
23968
|
-
original: string;
|
|
23969
|
-
} | undefined;
|
|
23970
|
-
colorInfo?: {
|
|
23971
|
-
original: string;
|
|
23972
|
-
} | undefined;
|
|
23973
|
-
name?: {
|
|
23974
|
-
original: string;
|
|
23975
|
-
} | undefined;
|
|
23976
|
-
}[];
|
|
23977
|
-
physicalProperties?: {
|
|
23978
|
-
shippable: boolean;
|
|
23979
|
-
} | undefined;
|
|
23980
|
-
image: string;
|
|
23981
|
-
} | undefined;
|
|
23982
23172
|
}[];
|
|
23983
23173
|
}>;
|
|
23984
23174
|
declare function updateCheckoutTemplate(httpClient: HttpClient): (_id: string | null, checkoutTemplate: UpdateCheckoutTemplate) => Promise<CheckoutTemplate & {
|
|
@@ -23996,26 +23186,6 @@ declare function updateCheckoutTemplate(httpClient: HttpClient): (_id: string |
|
|
|
23996
23186
|
catalogItemId: string;
|
|
23997
23187
|
appId: string;
|
|
23998
23188
|
} | undefined;
|
|
23999
|
-
catalogOverrideFields?: {
|
|
24000
|
-
productName?: {
|
|
24001
|
-
original: string;
|
|
24002
|
-
} | undefined;
|
|
24003
|
-
descriptionLines: {
|
|
24004
|
-
plainText?: {
|
|
24005
|
-
original: string;
|
|
24006
|
-
} | undefined;
|
|
24007
|
-
colorInfo?: {
|
|
24008
|
-
original: string;
|
|
24009
|
-
} | undefined;
|
|
24010
|
-
name?: {
|
|
24011
|
-
original: string;
|
|
24012
|
-
} | undefined;
|
|
24013
|
-
}[];
|
|
24014
|
-
physicalProperties?: {
|
|
24015
|
-
shippable: boolean;
|
|
24016
|
-
} | undefined;
|
|
24017
|
-
image: string;
|
|
24018
|
-
} | undefined;
|
|
24019
23189
|
}[];
|
|
24020
23190
|
}>;
|
|
24021
23191
|
declare function deleteCheckoutTemplate(httpClient: HttpClient): (checkoutTemplateId: string) => Promise<void>;
|