Skip to content

Commit

Permalink
fix(resources): type on StockItems
Browse files Browse the repository at this point in the history
  • Loading branch information
reegodev committed Jan 11, 2022
1 parent 7e29855 commit 06ca892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/StockItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const StockItemConfig: ResourceConfig<
StockItemAttributes,
StockItemRelationships
> = {
type: 'stock_locations',
type: 'stock_items',

attributes: ['sku_code', 'quantity'],

Expand Down

0 comments on commit 06ca892

Please sign in to comment.