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

processUnsentRequests API not working in Postman #100

Open
kirtiborn opened this issue Jul 18, 2024 · 0 comments
Open

processUnsentRequests API not working in Postman #100

kirtiborn opened this issue Jul 18, 2024 · 0 comments

Comments

@kirtiborn
Copy link

I have checked processUnsentRequests API in Poastman it is notworking.
I have passed credentials in header.

Error:

{ "data": { "processUnsentRequests": null }, "errors": [ { "message": "GraphQL.ExecutionError: Unauthorized", "locations": [ { "line": 2, "column": 3 } ], "path": [ "processUnsentRequests" ], "extensions": { "code": "Unauthorized" }, "positions": [ 35 ], "name": "GraphQLError", "source": { "body": "mutation ProcessUnsentRequests {\n processUnsentRequests: vtex_availabilitynotify_1_13_1_processUnsentRequests {\n skuId: vtex_availabilitynotify_1_13_1_skuId\n email: vtex_availabilitynotify_1_13_1_email\n quantityAvailable: vtex_availabilitynotify_1_13_1_quantityAvailable\n sent: vtex_availabilitynotify_1_13_1_sent\n updated: vtex_availabilitynotify_1_13_1_updated\n }\n}\n", "name": "GraphQL request", "locationOffset": { "line": 1, "column": 1 } } } ] }

processUnsentRequests-Error1

processUnsentRequests-Error2

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

No branches or pull requests

1 participant