From 06ca892ade06ce591942ccb7f83c3a46dbe46ba0 Mon Sep 17 00:00:00 2001 From: Matteo Rigon Date: Tue, 11 Jan 2022 15:35:55 +0100 Subject: [PATCH] fix(resources): type on StockItems --- src/resources/StockItems.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/StockItems.ts b/src/resources/StockItems.ts index 04d8974..63a4222 100644 --- a/src/resources/StockItems.ts +++ b/src/resources/StockItems.ts @@ -28,7 +28,7 @@ export const StockItemConfig: ResourceConfig< StockItemAttributes, StockItemRelationships > = { - type: 'stock_locations', + type: 'stock_items', attributes: ['sku_code', 'quantity'],