mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
Save primary variant's SKU when normalizing a product from Spree
This commit is contained in:
@@ -54,7 +54,8 @@ export default function getProductOperation({
|
||||
getProductVariables.slug,
|
||||
{},
|
||||
{
|
||||
include: 'variants,images,option_types,variants.option_values',
|
||||
include:
|
||||
'primary_variant,variants,images,option_types,variants.option_values',
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user