Add tracking to update
This commit is contained in:
parent
11a10686ce
commit
4d81c89f58
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ export function createUpdateHandler(
|
|||
...productVariables,
|
||||
productVariantId: product.variants[0].id,
|
||||
productVariantInput: {
|
||||
quantity: data.stockQuantity,
|
||||
sku: data.sku
|
||||
sku: data.sku,
|
||||
trackInventory: data.trackInventory
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue