ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

Add read_returns and write_returns to access scopes enums

Open arsuceno opened this issue 1 year ago • 2 comments

Hi,

It could be possible to add read_returns and write_returns to AuthorizationScope enum? They are needed to manage returns https://shopify.dev/docs/apps/fulfillment/returns-apps/returns . Like this:

    [EnumMember(Value = "read_returns")]
    ReadReturns,

    [EnumMember(Value = "write_returns")]
    WriteReturns

I can do a PR for this. Thanks!

arsuceno avatar Apr 10 '24 15:04 arsuceno

Sure! If you want to do a pull request for this I’d be happy to merge and publish it.

nozzlegear avatar Apr 10 '24 17:04 nozzlegear

Here we go https://github.com/nozzlegear/ShopifySharp/pull/1053

arsuceno avatar Apr 10 '24 21:04 arsuceno