@wix/ecom 1.0.860 → 1.0.862

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.
@@ -7257,6 +7257,16 @@ interface SelectedCarrierServiceOptionOtherChargeNonNullableFields$7 {
7257
7257
  type: ChargeType$b;
7258
7258
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$7;
7259
7259
  }
7260
+ interface CarrierNonNullableFields$9 {
7261
+ code: string;
7262
+ }
7263
+ interface ApplicableLineItemsNonNullableFields$9 {
7264
+ lineItemIds: string[];
7265
+ }
7266
+ interface DeliveryAllocationNonNullableFields$9 {
7267
+ deliveryCarrier?: CarrierNonNullableFields$9;
7268
+ applicableLineItems?: ApplicableLineItemsNonNullableFields$9;
7269
+ }
7260
7270
  interface SelectedCarrierServiceOptionNonNullableFields$7 {
7261
7271
  code: string;
7262
7272
  title: string;
@@ -7264,6 +7274,7 @@ interface SelectedCarrierServiceOptionNonNullableFields$7 {
7264
7274
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$7;
7265
7275
  requestedShippingOption: boolean;
7266
7276
  otherCharges: SelectedCarrierServiceOptionOtherChargeNonNullableFields$7[];
7277
+ deliveryAllocations: DeliveryAllocationNonNullableFields$9[];
7267
7278
  }
7268
7279
  interface OtherChargeNonNullableFields$7 {
7269
7280
  type: ChargeType$b;
@@ -7273,16 +7284,6 @@ interface ShippingPriceNonNullableFields$b {
7273
7284
  price?: MultiCurrencyPriceNonNullableFields$7;
7274
7285
  otherCharges: OtherChargeNonNullableFields$7[];
7275
7286
  }
7276
- interface CarrierNonNullableFields$9 {
7277
- code: string;
7278
- }
7279
- interface ApplicableLineItemsNonNullableFields$9 {
7280
- lineItemIds: string[];
7281
- }
7282
- interface DeliveryAllocationNonNullableFields$9 {
7283
- deliveryCarrier?: CarrierNonNullableFields$9;
7284
- applicableLineItems?: ApplicableLineItemsNonNullableFields$9;
7285
- }
7286
7287
  interface ShippingOptionNonNullableFields$b {
7287
7288
  code: string;
7288
7289
  title: string;
@@ -9249,6 +9250,16 @@ interface SelectedCarrierServiceOptionOtherChargeNonNullableFields$6 {
9249
9250
  type: ChargeType$a;
9250
9251
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$6;
9251
9252
  }
9253
+ interface CarrierNonNullableFields$8 {
9254
+ code: string;
9255
+ }
9256
+ interface ApplicableLineItemsNonNullableFields$8 {
9257
+ lineItemIds: string[];
9258
+ }
9259
+ interface DeliveryAllocationNonNullableFields$8 {
9260
+ deliveryCarrier?: CarrierNonNullableFields$8;
9261
+ applicableLineItems?: ApplicableLineItemsNonNullableFields$8;
9262
+ }
9252
9263
  interface SelectedCarrierServiceOptionNonNullableFields$6 {
9253
9264
  code: string;
9254
9265
  title: string;
@@ -9256,6 +9267,7 @@ interface SelectedCarrierServiceOptionNonNullableFields$6 {
9256
9267
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$6;
9257
9268
  requestedShippingOption: boolean;
9258
9269
  otherCharges: SelectedCarrierServiceOptionOtherChargeNonNullableFields$6[];
9270
+ deliveryAllocations: DeliveryAllocationNonNullableFields$8[];
9259
9271
  }
9260
9272
  interface OtherChargeNonNullableFields$6 {
9261
9273
  type: ChargeType$a;
@@ -9265,16 +9277,6 @@ interface ShippingPriceNonNullableFields$a {
9265
9277
  price?: MultiCurrencyPriceNonNullableFields$6;
9266
9278
  otherCharges: OtherChargeNonNullableFields$6[];
9267
9279
  }
9268
- interface CarrierNonNullableFields$8 {
9269
- code: string;
9270
- }
9271
- interface ApplicableLineItemsNonNullableFields$8 {
9272
- lineItemIds: string[];
9273
- }
9274
- interface DeliveryAllocationNonNullableFields$8 {
9275
- deliveryCarrier?: CarrierNonNullableFields$8;
9276
- applicableLineItems?: ApplicableLineItemsNonNullableFields$8;
9277
- }
9278
9280
  interface ShippingOptionNonNullableFields$a {
9279
9281
  code: string;
9280
9282
  title: string;
@@ -11333,6 +11335,16 @@ interface SelectedCarrierServiceOptionOtherChargeNonNullableFields$5 {
11333
11335
  type: ChargeType$9;
11334
11336
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$5;
11335
11337
  }
11338
+ interface CarrierNonNullableFields$7 {
11339
+ code: string;
11340
+ }
11341
+ interface ApplicableLineItemsNonNullableFields$7 {
11342
+ lineItemIds: string[];
11343
+ }
11344
+ interface DeliveryAllocationNonNullableFields$7 {
11345
+ deliveryCarrier?: CarrierNonNullableFields$7;
11346
+ applicableLineItems?: ApplicableLineItemsNonNullableFields$7;
11347
+ }
11336
11348
  interface SelectedCarrierServiceOptionNonNullableFields$5 {
11337
11349
  code: string;
11338
11350
  title: string;
@@ -11340,6 +11352,7 @@ interface SelectedCarrierServiceOptionNonNullableFields$5 {
11340
11352
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$5;
11341
11353
  requestedShippingOption: boolean;
11342
11354
  otherCharges: SelectedCarrierServiceOptionOtherChargeNonNullableFields$5[];
11355
+ deliveryAllocations: DeliveryAllocationNonNullableFields$7[];
11343
11356
  }
11344
11357
  interface OtherChargeNonNullableFields$5 {
11345
11358
  type: ChargeType$9;
@@ -11349,16 +11362,6 @@ interface ShippingPriceNonNullableFields$9 {
11349
11362
  price?: MultiCurrencyPriceNonNullableFields$5;
11350
11363
  otherCharges: OtherChargeNonNullableFields$5[];
11351
11364
  }
11352
- interface CarrierNonNullableFields$7 {
11353
- code: string;
11354
- }
11355
- interface ApplicableLineItemsNonNullableFields$7 {
11356
- lineItemIds: string[];
11357
- }
11358
- interface DeliveryAllocationNonNullableFields$7 {
11359
- deliveryCarrier?: CarrierNonNullableFields$7;
11360
- applicableLineItems?: ApplicableLineItemsNonNullableFields$7;
11361
- }
11362
11365
  interface ShippingOptionNonNullableFields$9 {
11363
11366
  code: string;
11364
11367
  title: string;
@@ -13285,6 +13288,16 @@ interface SelectedCarrierServiceOptionOtherChargeNonNullableFields$4 {
13285
13288
  type: ChargeType$8;
13286
13289
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$4;
13287
13290
  }
13291
+ interface CarrierNonNullableFields$6 {
13292
+ code: string;
13293
+ }
13294
+ interface ApplicableLineItemsNonNullableFields$6 {
13295
+ lineItemIds: string[];
13296
+ }
13297
+ interface DeliveryAllocationNonNullableFields$6 {
13298
+ deliveryCarrier?: CarrierNonNullableFields$6;
13299
+ applicableLineItems?: ApplicableLineItemsNonNullableFields$6;
13300
+ }
13288
13301
  interface SelectedCarrierServiceOptionNonNullableFields$4 {
13289
13302
  code: string;
13290
13303
  title: string;
@@ -13292,6 +13305,7 @@ interface SelectedCarrierServiceOptionNonNullableFields$4 {
13292
13305
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$4;
13293
13306
  requestedShippingOption: boolean;
13294
13307
  otherCharges: SelectedCarrierServiceOptionOtherChargeNonNullableFields$4[];
13308
+ deliveryAllocations: DeliveryAllocationNonNullableFields$6[];
13295
13309
  }
13296
13310
  interface OtherChargeNonNullableFields$4 {
13297
13311
  type: ChargeType$8;
@@ -13301,16 +13315,6 @@ interface ShippingPriceNonNullableFields$8 {
13301
13315
  price?: MultiCurrencyPriceNonNullableFields$4;
13302
13316
  otherCharges: OtherChargeNonNullableFields$4[];
13303
13317
  }
13304
- interface CarrierNonNullableFields$6 {
13305
- code: string;
13306
- }
13307
- interface ApplicableLineItemsNonNullableFields$6 {
13308
- lineItemIds: string[];
13309
- }
13310
- interface DeliveryAllocationNonNullableFields$6 {
13311
- deliveryCarrier?: CarrierNonNullableFields$6;
13312
- applicableLineItems?: ApplicableLineItemsNonNullableFields$6;
13313
- }
13314
13318
  interface ShippingOptionNonNullableFields$8 {
13315
13319
  code: string;
13316
13320
  title: string;
@@ -15453,6 +15457,16 @@ interface SelectedCarrierServiceOptionOtherChargeNonNullableFields$3 {
15453
15457
  type: ChargeType$7;
15454
15458
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$3;
15455
15459
  }
15460
+ interface CarrierNonNullableFields$5 {
15461
+ code: string;
15462
+ }
15463
+ interface ApplicableLineItemsNonNullableFields$5 {
15464
+ lineItemIds: string[];
15465
+ }
15466
+ interface DeliveryAllocationNonNullableFields$5 {
15467
+ deliveryCarrier?: CarrierNonNullableFields$5;
15468
+ applicableLineItems?: ApplicableLineItemsNonNullableFields$5;
15469
+ }
15456
15470
  interface SelectedCarrierServiceOptionNonNullableFields$3 {
15457
15471
  code: string;
15458
15472
  title: string;
@@ -15460,6 +15474,7 @@ interface SelectedCarrierServiceOptionNonNullableFields$3 {
15460
15474
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$3;
15461
15475
  requestedShippingOption: boolean;
15462
15476
  otherCharges: SelectedCarrierServiceOptionOtherChargeNonNullableFields$3[];
15477
+ deliveryAllocations: DeliveryAllocationNonNullableFields$5[];
15463
15478
  }
15464
15479
  interface ShippingRegionNonNullableFields$3 {
15465
15480
  id: string;
@@ -15473,16 +15488,6 @@ interface ShippingPriceNonNullableFields$7 {
15473
15488
  price?: MultiCurrencyPriceNonNullableFields$3;
15474
15489
  otherCharges: OtherChargeNonNullableFields$3[];
15475
15490
  }
15476
- interface CarrierNonNullableFields$5 {
15477
- code: string;
15478
- }
15479
- interface ApplicableLineItemsNonNullableFields$5 {
15480
- lineItemIds: string[];
15481
- }
15482
- interface DeliveryAllocationNonNullableFields$5 {
15483
- deliveryCarrier?: CarrierNonNullableFields$5;
15484
- applicableLineItems?: ApplicableLineItemsNonNullableFields$5;
15485
- }
15486
15491
  interface ShippingOptionNonNullableFields$7 {
15487
15492
  code: string;
15488
15493
  title: string;
@@ -17635,6 +17640,16 @@ interface SelectedCarrierServiceOptionOtherChargeNonNullableFields$2 {
17635
17640
  type: ChargeType$6;
17636
17641
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$2;
17637
17642
  }
17643
+ interface CarrierNonNullableFields$4 {
17644
+ code: string;
17645
+ }
17646
+ interface ApplicableLineItemsNonNullableFields$4 {
17647
+ lineItemIds: string[];
17648
+ }
17649
+ interface DeliveryAllocationNonNullableFields$4 {
17650
+ deliveryCarrier?: CarrierNonNullableFields$4;
17651
+ applicableLineItems?: ApplicableLineItemsNonNullableFields$4;
17652
+ }
17638
17653
  interface SelectedCarrierServiceOptionNonNullableFields$2 {
17639
17654
  code: string;
17640
17655
  title: string;
@@ -17642,6 +17657,7 @@ interface SelectedCarrierServiceOptionNonNullableFields$2 {
17642
17657
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$2;
17643
17658
  requestedShippingOption: boolean;
17644
17659
  otherCharges: SelectedCarrierServiceOptionOtherChargeNonNullableFields$2[];
17660
+ deliveryAllocations: DeliveryAllocationNonNullableFields$4[];
17645
17661
  }
17646
17662
  interface ShippingRegionNonNullableFields$2 {
17647
17663
  _id: string;
@@ -17655,16 +17671,6 @@ interface ShippingPriceNonNullableFields$6 {
17655
17671
  price?: MultiCurrencyPriceNonNullableFields$2;
17656
17672
  otherCharges: OtherChargeNonNullableFields$2[];
17657
17673
  }
17658
- interface CarrierNonNullableFields$4 {
17659
- code: string;
17660
- }
17661
- interface ApplicableLineItemsNonNullableFields$4 {
17662
- lineItemIds: string[];
17663
- }
17664
- interface DeliveryAllocationNonNullableFields$4 {
17665
- deliveryCarrier?: CarrierNonNullableFields$4;
17666
- applicableLineItems?: ApplicableLineItemsNonNullableFields$4;
17667
- }
17668
17674
  interface ShippingOptionNonNullableFields$6 {
17669
17675
  code: string;
17670
17676
  title: string;
@@ -36371,11 +36377,11 @@ declare enum SubscriptionFrequency$1 {
36371
36377
  declare enum PaymentOptionType$1 {
36372
36378
  /** The entire payment for this item happens as part of the checkout. */
36373
36379
  FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
36374
- /** The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods. */
36380
+ /** The entire payment for this item happens after checkout. For example, when using cash, check, or other offline payment methods. */
36375
36381
  FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
36376
36382
  /** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
36377
36383
  MEMBERSHIP = "MEMBERSHIP",
36378
- /** Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`. */
36384
+ /** Partial payment to be paid upfront during checkout. The initial amount to be paid for each line item is specified in `depositAmount`. */
36379
36385
  DEPOSIT_ONLINE = "DEPOSIT_ONLINE",
36380
36386
  /** 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`. */
36381
36387
  MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
@@ -37221,6 +37227,16 @@ interface SelectedCarrierServiceOptionOtherChargeNonNullableFields$1 {
37221
37227
  type: ChargeType$3;
37222
37228
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$1;
37223
37229
  }
37230
+ interface CarrierNonNullableFields$3 {
37231
+ code: string;
37232
+ }
37233
+ interface ApplicableLineItemsNonNullableFields$3 {
37234
+ lineItemIds: string[];
37235
+ }
37236
+ interface DeliveryAllocationNonNullableFields$3 {
37237
+ deliveryCarrier?: CarrierNonNullableFields$3;
37238
+ applicableLineItems?: ApplicableLineItemsNonNullableFields$3;
37239
+ }
37224
37240
  interface SelectedCarrierServiceOptionNonNullableFields$1 {
37225
37241
  code: string;
37226
37242
  title: string;
@@ -37228,6 +37244,7 @@ interface SelectedCarrierServiceOptionNonNullableFields$1 {
37228
37244
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields$1;
37229
37245
  requestedShippingOption: boolean;
37230
37246
  otherCharges: SelectedCarrierServiceOptionOtherChargeNonNullableFields$1[];
37247
+ deliveryAllocations: DeliveryAllocationNonNullableFields$3[];
37231
37248
  }
37232
37249
  interface OtherChargeNonNullableFields$1 {
37233
37250
  type: ChargeType$3;
@@ -37237,16 +37254,6 @@ interface ShippingPriceNonNullableFields$1 {
37237
37254
  price?: MultiCurrencyPriceNonNullableFields$1;
37238
37255
  otherCharges: OtherChargeNonNullableFields$1[];
37239
37256
  }
37240
- interface CarrierNonNullableFields$3 {
37241
- code: string;
37242
- }
37243
- interface ApplicableLineItemsNonNullableFields$3 {
37244
- lineItemIds: string[];
37245
- }
37246
- interface DeliveryAllocationNonNullableFields$3 {
37247
- deliveryCarrier?: CarrierNonNullableFields$3;
37248
- applicableLineItems?: ApplicableLineItemsNonNullableFields$3;
37249
- }
37250
37257
  interface ShippingOptionNonNullableFields$1 {
37251
37258
  code: string;
37252
37259
  title: string;
@@ -37536,11 +37543,11 @@ declare enum SubscriptionFrequency {
37536
37543
  declare enum PaymentOptionType {
37537
37544
  /** The entire payment for this item happens as part of the checkout. */
37538
37545
  FULL_PAYMENT_ONLINE = "FULL_PAYMENT_ONLINE",
37539
- /** The entire payment for this item happens after the checkout. For example, when using cash, check, or other offline payment methods. */
37546
+ /** The entire payment for this item happens after checkout. For example, when using cash, check, or other offline payment methods. */
37540
37547
  FULL_PAYMENT_OFFLINE = "FULL_PAYMENT_OFFLINE",
37541
37548
  /** Payment for this item is done by charging a membership. When selected, `price` is `0`. */
37542
37549
  MEMBERSHIP = "MEMBERSHIP",
37543
- /** Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`. */
37550
+ /** Partial payment to be paid upfront during checkout. The initial amount to be paid for each line item is specified in `depositAmount`. */
37544
37551
  DEPOSIT_ONLINE = "DEPOSIT_ONLINE",
37545
37552
  /** 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`. */
37546
37553
  MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
@@ -38376,6 +38383,16 @@ interface SelectedCarrierServiceOptionOtherChargeNonNullableFields {
38376
38383
  type: ChargeType$2;
38377
38384
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields;
38378
38385
  }
38386
+ interface CarrierNonNullableFields$2 {
38387
+ code: string;
38388
+ }
38389
+ interface ApplicableLineItemsNonNullableFields$2 {
38390
+ lineItemIds: string[];
38391
+ }
38392
+ interface DeliveryAllocationNonNullableFields$2 {
38393
+ deliveryCarrier?: CarrierNonNullableFields$2;
38394
+ applicableLineItems?: ApplicableLineItemsNonNullableFields$2;
38395
+ }
38379
38396
  interface SelectedCarrierServiceOptionNonNullableFields {
38380
38397
  code: string;
38381
38398
  title: string;
@@ -38383,6 +38400,7 @@ interface SelectedCarrierServiceOptionNonNullableFields {
38383
38400
  cost?: SelectedCarrierServiceOptionPricesNonNullableFields;
38384
38401
  requestedShippingOption: boolean;
38385
38402
  otherCharges: SelectedCarrierServiceOptionOtherChargeNonNullableFields[];
38403
+ deliveryAllocations: DeliveryAllocationNonNullableFields$2[];
38386
38404
  }
38387
38405
  interface OtherChargeNonNullableFields {
38388
38406
  type: ChargeType$2;
@@ -38392,16 +38410,6 @@ interface ShippingPriceNonNullableFields {
38392
38410
  price?: MultiCurrencyPriceNonNullableFields;
38393
38411
  otherCharges: OtherChargeNonNullableFields[];
38394
38412
  }
38395
- interface CarrierNonNullableFields$2 {
38396
- code: string;
38397
- }
38398
- interface ApplicableLineItemsNonNullableFields$2 {
38399
- lineItemIds: string[];
38400
- }
38401
- interface DeliveryAllocationNonNullableFields$2 {
38402
- deliveryCarrier?: CarrierNonNullableFields$2;
38403
- applicableLineItems?: ApplicableLineItemsNonNullableFields$2;
38404
- }
38405
38413
  interface ShippingOptionNonNullableFields {
38406
38414
  code: string;
38407
38415
  title: string;
@@ -4855,6 +4855,30 @@ declare enum ChargeType {
4855
4855
  HANDLING_FEE = "HANDLING_FEE",
4856
4856
  INSURANCE = "INSURANCE"
4857
4857
  }
4858
+ interface DeliveryAllocation$1 {
4859
+ /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
4860
+ deliveryCarrier?: Carrier$1;
4861
+ /** The delivery region that are relevant for this delivery solution. */
4862
+ deliveryRegion?: Region$1;
4863
+ /** Populated if the delivery solution is a partially supplied by this carrier. */
4864
+ applicableLineItems?: ApplicableLineItems$1;
4865
+ }
4866
+ interface Carrier$1 {
4867
+ /** The carrier app id */
4868
+ appId?: string | null;
4869
+ /** Unique code that acts as an ID for a shipping rate. For example, `"usps_std_overnight"`. */
4870
+ code?: string;
4871
+ }
4872
+ interface Region$1 {
4873
+ /** The delivery region id. */
4874
+ _id?: string | null;
4875
+ /** The delivery region name. */
4876
+ name?: string | null;
4877
+ }
4878
+ interface ApplicableLineItems$1 {
4879
+ /** Line items that the delivery solution is for. */
4880
+ lineItemIds?: string[];
4881
+ }
4858
4882
  interface V1ShippingRegion {
4859
4883
  /**
4860
4884
  * Shipping region ID.
@@ -4898,30 +4922,6 @@ interface OtherCharge {
4898
4922
  /** Price of added cost. */
4899
4923
  price?: MultiCurrencyPrice$1;
4900
4924
  }
4901
- interface DeliveryAllocation$1 {
4902
- /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
4903
- deliveryCarrier?: Carrier$1;
4904
- /** The delivery region that are relevant for this delivery solution. */
4905
- deliveryRegion?: Region$1;
4906
- /** Populated if the delivery solution is a partially supplied by this carrier. */
4907
- applicableLineItems?: ApplicableLineItems$1;
4908
- }
4909
- interface Carrier$1 {
4910
- /** The carrier app id */
4911
- appId?: string | null;
4912
- /** Unique code that acts as an ID for a shipping rate. For example, `"usps_std_overnight"`. */
4913
- code?: string;
4914
- }
4915
- interface Region$1 {
4916
- /** The delivery region id. */
4917
- _id?: string | null;
4918
- /** The delivery region name. */
4919
- name?: string | null;
4920
- }
4921
- interface ApplicableLineItems$1 {
4922
- /** Line items that the delivery solution is for. */
4923
- lineItemIds?: string[];
4924
- }
4925
4925
  interface BuyerInfo extends BuyerInfoIdOneOf {
4926
4926
  /**
4927
4927
  * Visitor ID (if site visitor is **not** a member).
@@ -4855,6 +4855,30 @@ declare enum ChargeType {
4855
4855
  HANDLING_FEE = "HANDLING_FEE",
4856
4856
  INSURANCE = "INSURANCE"
4857
4857
  }
4858
+ interface DeliveryAllocation$1 {
4859
+ /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
4860
+ deliveryCarrier?: Carrier$1;
4861
+ /** The delivery region that are relevant for this delivery solution. */
4862
+ deliveryRegion?: Region$1;
4863
+ /** Populated if the delivery solution is a partially supplied by this carrier. */
4864
+ applicableLineItems?: ApplicableLineItems$1;
4865
+ }
4866
+ interface Carrier$1 {
4867
+ /** The carrier app id */
4868
+ appId?: string | null;
4869
+ /** Unique code that acts as an ID for a shipping rate. For example, `"usps_std_overnight"`. */
4870
+ code?: string;
4871
+ }
4872
+ interface Region$1 {
4873
+ /** The delivery region id. */
4874
+ _id?: string | null;
4875
+ /** The delivery region name. */
4876
+ name?: string | null;
4877
+ }
4878
+ interface ApplicableLineItems$1 {
4879
+ /** Line items that the delivery solution is for. */
4880
+ lineItemIds?: string[];
4881
+ }
4858
4882
  interface V1ShippingRegion {
4859
4883
  /**
4860
4884
  * Shipping region ID.
@@ -4898,30 +4922,6 @@ interface OtherCharge {
4898
4922
  /** Price of added cost. */
4899
4923
  price?: MultiCurrencyPrice$1;
4900
4924
  }
4901
- interface DeliveryAllocation$1 {
4902
- /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
4903
- deliveryCarrier?: Carrier$1;
4904
- /** The delivery region that are relevant for this delivery solution. */
4905
- deliveryRegion?: Region$1;
4906
- /** Populated if the delivery solution is a partially supplied by this carrier. */
4907
- applicableLineItems?: ApplicableLineItems$1;
4908
- }
4909
- interface Carrier$1 {
4910
- /** The carrier app id */
4911
- appId?: string | null;
4912
- /** Unique code that acts as an ID for a shipping rate. For example, `"usps_std_overnight"`. */
4913
- code?: string;
4914
- }
4915
- interface Region$1 {
4916
- /** The delivery region id. */
4917
- _id?: string | null;
4918
- /** The delivery region name. */
4919
- name?: string | null;
4920
- }
4921
- interface ApplicableLineItems$1 {
4922
- /** Line items that the delivery solution is for. */
4923
- lineItemIds?: string[];
4924
- }
4925
4925
  interface BuyerInfo extends BuyerInfoIdOneOf {
4926
4926
  /**
4927
4927
  * Visitor ID (if site visitor is **not** a member).