Skip to content

Commit

Permalink
Merge pull request #949 from alonghurst/smartcollectionrules-conditio…
Browse files Browse the repository at this point in the history
…nobjectid

Added SmartCollectionRules.ConditionObjectId
  • Loading branch information
nozzlegear committed Oct 26, 2023
2 parents ad9ba67 + a6e5067 commit bcdc038
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 bcdc038

Please sign in to comment.