Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read_returns and write_returns to access scopes enums #1052

Open
arsuceno opened this issue Apr 10, 2024 · 2 comments · Fixed by #1053
Open

Add read_returns and write_returns to access scopes enums #1052

arsuceno opened this issue Apr 10, 2024 · 2 comments · Fixed by #1053

Comments

@arsuceno
Copy link
Contributor

arsuceno commented Apr 10, 2024

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!

@nozzlegear
Copy link
Owner

nozzlegear commented Apr 10, 2024 via email

@arsuceno
Copy link
Contributor Author

Here we go #1053

@nozzlegear nozzlegear linked a pull request Apr 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants