mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Save primary variant's SKU when normalizing a product from Spree
This commit is contained in:
@@ -48,7 +48,8 @@ export const handler: SWRHook<SearchProductsHook> = {
|
||||
arguments: [
|
||||
{},
|
||||
{
|
||||
include: 'variants,images,option_types,variants.option_values',
|
||||
include:
|
||||
'primary_variant,variants,images,option_types,variants.option_values',
|
||||
per_page: 50,
|
||||
...filter,
|
||||
...sort,
|
||||
|
Reference in New Issue
Block a user