Assuming push is required, the following 30 results were found.
statement execution limit. Additional: See my other articles for integrating Shopify API with Zoho Creator: Zoho Deluge - Push Item to Shopify Zoho Creator - Integration with Shopify Checkout Storefront API Zoho Creator - Receive JSON via a Shopify...
on how I create an access token to query the eBay Trading API as you can read this in my article: Joellipman: Zoho Creator: Push to eBay Listings. You will note that I use the access token function (one that regenerates an access token or reuses if not...
v_ImageSrc = v_ImageSrc + "?filepath=/" + v_Filename; l_ShopifyPictures.add(v_ImageSrc); } // after I've pushed the product to Shopify and it returned to me a Product ID: if(v_ShopifyProductID != 0) { // do photos if(input.Photos_Changed) {...
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 following code, note that the parameter is the eBay Item ID: void...
I won't go into how to generate an Access Token to your client's eBay store as that's covered in my article: Zoho Creator: Push to eBay Listings. Getting the Orders in XML format: /* Function: fn_eBay_GetOrders() Purpose: Queries eBay for all orders...
going into how to generate an access token / connection from Zoho to eBay, that is documented in my article: Zoho Creator: Push to eBay Listings The megafunction So I'm going to call this function "Fn - eBay - Get Active Products" and give it the...
PDF to the supplier. Technical Information Automations in the background, on update of ticket or attachment webhook, will push some of the details of the ticket and all/any attachments to a Zoho Creator form. The ticket form has the ticket reference,...
]; v_OutputResponse = "We're sorry to see you decline the quote, but we're here if you change your mind."; } } // // push a response so when clicked, it loads up a page in a browser (redirect from a zoho page) if(b_ValidResponse) { // // generate HTML...
Label: Fn - Submit Suspect Survey - Webhook Trigger: Webhook when a suvey is submitted in Zoho Survey Purpose: Push the calculated score and results from Analytics into the corresponding Zoho CRM record. Inputs: String crmAPIRequest Outputs: - Date...
o_NewLineItem.Tax = o_ThisLineItem._Tax; // going to create a new set of line items a_InvoiceLineItems.push(o_NewLineItem); } // write back the new line items to the invoice ZDK.Page.getField('Invoiced_Items').setValue(a_InvoiceLineItems); }