We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 } } } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 } } } ] }
The text was updated successfully, but these errors were encountered: