API Error: InvoiceCreate
Shellfire
Member Posts: 2
When I make a request to Create an Invoice for my Production site of WAVE, I receive the response:
Error: [{'extensions': {'id': 'e18628f7-777f-4231-9597-1cbe6d3199d9', 'code': 'UNAUTHENTICATED'}, 'message': 'Action not authorized.', 'locations': [{'line': 1, 'column': 41}], 'path': ['invoiceCreate']}]
However, I am using the Full Access Token to authenticate my requests. The script worked when I was using a developer site as a sandbox to develop the script.
NOTE: I am able to use the Full Access Token to authenticate requests to query Customers and Products.
Any insight would be greatly appreciated!
0
Comments
Hi @Shellfire,
You hit a bug that has since been corrected. Can you try again using the same approach you mentioned?
Thanks
It works now!
Thank you!