documents
This commit is contained in:
@@ -373,6 +373,7 @@ export async function listInventoryItemOptions() {
|
||||
id: true,
|
||||
sku: true,
|
||||
name: true,
|
||||
isPurchasable: true,
|
||||
defaultPrice: true,
|
||||
},
|
||||
orderBy: [{ sku: "asc" }],
|
||||
@@ -382,6 +383,7 @@ export async function listInventoryItemOptions() {
|
||||
id: item.id,
|
||||
sku: item.sku,
|
||||
name: item.name,
|
||||
isPurchasable: item.isPurchasable,
|
||||
defaultPrice: item.defaultPrice,
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user