@final-commerce/command-frame 0.1.13 → 0.1.14
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { AddProductDiscountParams } from "../add-product-discount/types";
|
|
2
2
|
import type { AddProductFeeParams } from "../add-product-fee/types";
|
|
3
3
|
export interface AddProductToCartParams {
|
|
4
|
-
/** ID of the variant to add.
|
|
5
|
-
variantId
|
|
4
|
+
/** ID of the variant to add. */
|
|
5
|
+
variantId: string;
|
|
6
6
|
/** Defaults to 1. */
|
|
7
7
|
quantity?: number;
|
|
8
8
|
/** Array of discounts to apply immediately. */
|