Assuming token is required, the following 27 results were found.
caused problems if comparing two datetime values. In this particular case, we needed to check on the expiry of an access token used in OAuth2.0 for an API. How? All with deluge but we will split the date and time value obtained from a CRM field and...
"https://your-development-store.myshopify.com/admin/api/2021-10/products/9876543210987/images.json" \ -H "X-Shopify-Access-Token: {access_token}" Yields something like the following response: { "image": { "position": 1, "width": 3024, "height": 3024,...
// // ******************************************************************************* // Generate your access token to connect to Xero and query Xero records // See my article:...
but here's the code that will quickly get the XML of a GetItemTransactions request to eBay. How? You'll need an access token for eBay which I documented on how you can generate one in my article: Zoho Creator: Push to eBay Listings. Then you can use the...
= r_CrmRecord.get("Compatibility_Version"); // // Another REST API CRM function which generates an eBay Access Token for me r_Response =...
= "Date,Order ID,Status,Amount,Currency,Notes"; l_CsvFileRows = List(); l_CsvFileRows.add(v_ReportCSV); // // get access token v_AccessToken = standalone.fn_eBay_GetAccessToken(); // v_TradingAPIVersion = 967; v_Endpoint =...
$('footer span.year').text(currentYear); Error(s) Encountered: Error Status 401 Code 1030: Authorization Failure. The access token is either invalid or has expired. Please check your Zoho Account for more information. If your widget sits on an external...