Skip to content

Commit 5706ac3

Browse files
committed
Change inventory id type to int
1 parent a09435f commit 5706ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetoDotNET/Entities/Product/Item.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class Item
1515

1616
public string SKU { get; set; }
1717

18-
public string InventoryID { get; set; }
18+
public int InventoryID { get; set; }
1919

2020
public string ParentSKU { get; set; }
2121

0 commit comments

Comments
 (0)