Skip to content

Commit

Permalink
Added SmartCollectionRules.ConditionObjectId
Browse files Browse the repository at this point in the history
  • Loading branch information
alonghurst committed Oct 26, 2023
1 parent ad9ba67 commit a6e5067
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ShopifySharp/Entities/SmartCollectionRules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@ public class SmartCollectionRules
/// </summary>
[JsonProperty("column")]
public string Column { get; set; }

/// <summary>
/// The id of the object that points to additional attributes for the collection rule. This is only required when using metafield definition rules.
/// </summary>
[JsonProperty("condition_object_id")]
public long? ConditionObjectId { get; set; }
}
}

0 comments on commit a6e5067

Please sign in to comment.