chore: add cart links to promotions/product (#7428)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user