nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
747 stars 309 forks source link

Add RequestResult.StatusCode property #1063

Closed nozzlegear closed 4 months ago

nozzlegear commented 4 months ago

This pull request adds a RequestResult.StatusCode property, which can be useful for custom IRequestExecutionPolicy implementations when checking the result of a request.

Closes #1059