What?
A quick article on some code added to a button in ZohoBooks off the invoice module to initiate your Stripe terminal to take a payment.
Why?
Just to make it easy on the staff at a counter ...
... store with a pre-built description, tags and inventory details. This means the app needs to be able to sync all of its products, customers, and orders with Shopify as a 2-way integration as the Zoho app ...
What?
This is a quick article to help anyone encountering this gotcha: I have an integration field, if someone changes it, I want to save the value to the record immediately.
Why?
If you try to ...
... from ZohoDesk to ZohoAnalytics using the integration. Other tables will sync but we couldn't find attachments, so our solution here is to create a data table and then to push the attachment from ZohoDesk ...
... / Zoho One / Using Zoho One
Zoho Community / Zoho Creator / Application Development
Zoho Deluge / Integrations > Pre-defined integrations with Zoho services > Zoho Creator Integration Tasks > Get Record ...
...
I'm storing this here as a reference and taking the bits that I need for the various clients that request an eBay integration. This is a comprehensive snippet which does the whole lot.
How?
Using ...
What?
A quick article on how to upload an image to the product/item listing in Zoho Inventory.
Why?
We're enhancing the out-of-the-box integration from eBay to Zoho Inventory bespoke for a customer. ...
... wide web that had a working solution. My use-case here is that I have built an eBay integration between Zoho Inventory and... eBay. Out-of-the-box, and at-time-of-print, Zoho Inventory only syncs eBay ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
... 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 the function that generates an access token from a refresh token:
string API.fn_eBayConnect_AccessToken()
{
b_SandboxMode = false;
v_Output = "";
if(b_SandboxMode)
{
r_Api = API_Integration[Connection_Name ...
... ... code to create new record
r_NewRecord = insert into
[
=
=
=
];
}
Done:
Additional
Remember that an integration field on the interface is returned as a string ...
... integration from Zoho Creator to Shopify API.
Why?
In this example, we want a webhook that whenever an order is made in Shopify, it tells our Zoho Creator app. Note that at the time of this article, ...
...
Search Engine Friendly URLs
Use URL Rewriting
Add Suffix to URL (optional)
Unicode Aliases (optional - for international languages)
Select the "Integration" tab
Change the “URL Routing” option ...
... Enhancement: Code Reduction (Removed unnecessary debug notes)
- Enhancement: Code Optimization
- Critical: Fix for combination of 3rd-Party Integration and User Access Levels
- Note: Only suitable for ...
... was for me:
Open Start > All Programs > SQL Server 2012 (or your latest)
Expand "Configuration Tools" and open "Sql Server Configuration Mnaager".
Right-click on "SQL Server Integration Services 10.0" ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.