Tags: nozzlegear/ShopifySharp
Tags
Update Collect.Position to a long We started getting multiple errors from different integrations: Could not convert to integer: 158963409999360. Path 'collects[0].position' Seems like Shopify started returning a long for this field too Signed-off-by: nate141 <naftali.t14@gmail.com>
Regenerate GraphQL types with json polymorphic and derived type attri… …butes These attributes make it possible to deserialize into interfaces and abstract types, as they provide a valid target for the deserializer to materialize the data into (so long as the __typename field is included in the query).
Parse GraphErrorExtensionValues containing an array of objects - Do not add empty dictionaries to the result dictionary - Handle primitive types present in array - Deserialize sub arrays into SystemJsonElement Fixes #1188 Scope: fix, graphql
Deprecate BuildAuthorizationUrl string grant methods This commit deprecates the `BuildAuthorizationUrl(..., IEnumerable<string>? grants = null)` methods and provided guidance to use the `BuildAuthorizationUrl(AuthorizationUrlOptions)` method instead. The goal is to improve maintainability, as it's easier to add/remove/deprecate properties from a record than it is to modify the parameters of a method without introducing breaking changes. Scope: oauth, deprecation
PreviousNext