ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

Detected bugs in PageListFilter.cs and SmartCollectionListFilter.cs

Open thuongmhh opened this issue 3 years ago • 0 comments

Please make this update ASAP:

Change [JsonProperty("status")] public string? PublishedStatus { get; set; }

To [JsonProperty("published_status")] public string? PublishedStatus { get; set; }

At the moment I cannot filter pages and smart collections with the wrongly assigned JSON propety.

thuongmhh avatar Apr 16 '22 17:04 thuongmhh

Fixed in 5.18.4 on nuget. Sorry for the delay!

nozzlegear avatar Sep 20 '22 21:09 nozzlegear