diff --git a/ShopifySharp/Entities/Fulfillment.cs b/ShopifySharp/Entities/Fulfillment.cs index e487c960..0750c398 100644 --- a/ShopifySharp/Entities/Fulfillment.cs +++ b/ShopifySharp/Entities/Fulfillment.cs @@ -128,9 +128,9 @@ public class Fulfillment : ShopifyObject public string Name { get; set; } /// - /// The address of the fulfillment location + /// The address of the fulfillment location. /// [JsonProperty("origin_address")] - public Address OriginAddress { get; set; } + public FulfillmentOriginAddress OriginAddress { get; set; } } }