@bigcommerce/checkout-sdk 1.384.0 → 1.384.1
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/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +1 -0
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/dist/internal-mappers.d.ts +1 -0
- package/docs/interfaces/DigitalItem.md +11 -0
- package/docs/interfaces/LineItem.md +7 -0
- package/docs/interfaces/PhysicalItem.md +11 -0
- package/package.json +1 -1
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
- [parentId](DigitalItem.md#parentid)
|
|
36
36
|
- [productId](DigitalItem.md#productid)
|
|
37
37
|
- [quantity](DigitalItem.md#quantity)
|
|
38
|
+
- [retailPrice](DigitalItem.md#retailprice)
|
|
38
39
|
- [salePrice](DigitalItem.md#saleprice)
|
|
39
40
|
- [sku](DigitalItem.md#sku)
|
|
40
41
|
- [socialMedia](DigitalItem.md#socialmedia)
|
|
@@ -261,6 +262,16 @@ ___
|
|
|
261
262
|
|
|
262
263
|
___
|
|
263
264
|
|
|
265
|
+
### retailPrice
|
|
266
|
+
|
|
267
|
+
• **retailPrice**: `number`
|
|
268
|
+
|
|
269
|
+
#### Inherited from
|
|
270
|
+
|
|
271
|
+
[LineItem](LineItem.md).[retailPrice](LineItem.md#retailprice)
|
|
272
|
+
|
|
273
|
+
___
|
|
274
|
+
|
|
264
275
|
### salePrice
|
|
265
276
|
|
|
266
277
|
• **salePrice**: `number`
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
- [parentId](LineItem.md#parentid)
|
|
35
35
|
- [productId](LineItem.md#productid)
|
|
36
36
|
- [quantity](LineItem.md#quantity)
|
|
37
|
+
- [retailPrice](LineItem.md#retailprice)
|
|
37
38
|
- [salePrice](LineItem.md#saleprice)
|
|
38
39
|
- [sku](LineItem.md#sku)
|
|
39
40
|
- [socialMedia](LineItem.md#socialmedia)
|
|
@@ -162,6 +163,12 @@ ___
|
|
|
162
163
|
|
|
163
164
|
___
|
|
164
165
|
|
|
166
|
+
### retailPrice
|
|
167
|
+
|
|
168
|
+
• **retailPrice**: `number`
|
|
169
|
+
|
|
170
|
+
___
|
|
171
|
+
|
|
165
172
|
### salePrice
|
|
166
173
|
|
|
167
174
|
• **salePrice**: `number`
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
- [parentId](PhysicalItem.md#parentid)
|
|
35
35
|
- [productId](PhysicalItem.md#productid)
|
|
36
36
|
- [quantity](PhysicalItem.md#quantity)
|
|
37
|
+
- [retailPrice](PhysicalItem.md#retailprice)
|
|
37
38
|
- [salePrice](PhysicalItem.md#saleprice)
|
|
38
39
|
- [sku](PhysicalItem.md#sku)
|
|
39
40
|
- [socialMedia](PhysicalItem.md#socialmedia)
|
|
@@ -262,6 +263,16 @@ ___
|
|
|
262
263
|
|
|
263
264
|
___
|
|
264
265
|
|
|
266
|
+
### retailPrice
|
|
267
|
+
|
|
268
|
+
• **retailPrice**: `number`
|
|
269
|
+
|
|
270
|
+
#### Inherited from
|
|
271
|
+
|
|
272
|
+
[LineItem](LineItem.md).[retailPrice](LineItem.md#retailprice)
|
|
273
|
+
|
|
274
|
+
___
|
|
275
|
+
|
|
265
276
|
### salePrice
|
|
266
277
|
|
|
267
278
|
• **salePrice**: `number`
|