diff --git a/lib/shopware/index.ts b/lib/shopware/index.ts index bb974a196..b5938c8ed 100644 --- a/lib/shopware/index.ts +++ b/lib/shopware/index.ts @@ -239,7 +239,7 @@ export async function getCart(): Promise { id: cartData.token || '', lines: cartData.lineItems?.map((lineItem) => ({ - id: lineItem.id || '', + id: lineItem.referencedId || '', quantity: lineItem.quantity, cost: { totalAmount: {