Trying to do load orders example from the github:https://github.com/mivaecommerce/api...ers_example.js
Getting an access denied error.
var client = new api.Client('https://www.mystore.com/mm5/json.mvc', 'MyApiToken', 'MySigningKey', {});
For this line, is 'MyApiToken' the generated 'Access Token' and is 'MySigningKey' the generated 'Signature'?
Comment