chore: add cart links to promotions/product (#7428)

This commit is contained in:
Riqwan Thamir
2024-05-23 16:54:09 +02:00
committed by GitHub
parent e632b273b7
commit e3beaf5a29
7 changed files with 51 additions and 10 deletions
@@ -23,9 +23,19 @@ export const defaultStoreCartFields = [
"original_shipping_tax_total",
"original_shipping_tax_subtotal",
"original_shipping_total",
"promotions.id",
"promotions.code",
"promotions.is_automatic",
"promotions.application_method.value",
"promotions.application_method.type",
"promotions.application_method.currency_code",
"items.id",
"items.variant_id",
"items.product_id",
"items.product.categories.id",
"items.product.tags.id",
"items.product.collection_id",
"items.product.type_id",
"items.product_title",
"items.product_description",
"items.product_subtitle",
@@ -47,6 +57,7 @@ export const defaultStoreCartFields = [
"items.tax_lines.provider_id",
"items.adjustments.id",
"items.adjustments.code",
"items.adjustments.promotion_id",
"items.adjustments.amount",
"customer.id",
"customer.email",