From 5a43e57116b65bff96b5c6740f8180dbb01647ca Mon Sep 17 00:00:00 2001 From: Clement Date: Mon, 18 Dec 2023 12:24:28 +1100 Subject: [PATCH] Added InventoryLevel.AdminGraphQLAPIId --- ShopifySharp/Entities/InventoryLevel.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ShopifySharp/Entities/InventoryLevel.cs b/ShopifySharp/Entities/InventoryLevel.cs index 82f3e7c23..3ea712b07 100644 --- a/ShopifySharp/Entities/InventoryLevel.cs +++ b/ShopifySharp/Entities/InventoryLevel.cs @@ -1,13 +1,16 @@ using System; -using System.Collections.Generic; using Newtonsoft.Json; -using ShopifySharp.Enums; -using ShopifySharp.Converters; namespace ShopifySharp { public class InventoryLevel { + /// + /// The GraphQL Admin API Id + /// + [JsonProperty("admin_graphql_api_id")] + public string AdminGraphQLAPIId { get; set; } + /// /// The unique identifier of the inventory item that the inventory level belongs to. ///