Skip to content

Commit

Permalink
Added InventoryLevel.AdminGraphQLAPIId
Browse files Browse the repository at this point in the history
  • Loading branch information
clement911 committed Dec 18, 2023
1 parent 47d0c6b commit 5a43e57
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ShopifySharp/Entities/InventoryLevel.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using ShopifySharp.Enums;
using ShopifySharp.Converters;

namespace ShopifySharp
{
public class InventoryLevel
{
/// <summary>
/// The GraphQL Admin API Id
/// </summary>
[JsonProperty("admin_graphql_api_id")]
public string AdminGraphQLAPIId { get; set; }

/// <summary>
/// The unique identifier of the inventory item that the inventory level belongs to.
/// </summary>
Expand Down

0 comments on commit 5a43e57

Please sign in to comment.