I sell and ship goods. And using DHL Express for delivery. But would my Customers to view the tracking info through my Wix web site and use the one on DHL website.
on the Wix website, would be one Box to input the Tracking-Number provided by DHL, a click and the get the information displayed, collected from the API.
No need to ingrate with Cart, label or orders, … just the tracking tool.
Already have the API keys available from DHL.
support will be much of help.
Hello,
We have a step by step guide on how to work with APIs : Corvid: Accessing Third-Party Services with the Fetch API . By following this article you can call a third-party service directly from your client-side code.
Below you can find some examples where you can see code that interfaces with an external API. You can load the examples in your Editor, play with them, learn, and apply to your own site and specific API that you are interested in using:
Expose and Access Site APIs
Use MyApi and MyApiClient to expose and access external APIs.
Send Email with SendGrid NPM Interface
Send an email using the SendGrid NPM library.
Send Email with SendGrid REST Interface
Send an email using the SendGrid REST API.
Stripe Payment Processing
Integrate the Stripe Payment processing system into a site. Three levels of user access are demonstrated: visitor, freemium (registered), and premium (paid).
How can I integrate DHL Express as a shipping method on my wix store?
User fetch to communicate with their server.
You also need to setup a custom cart, and use createOrder( ) on the backend to create the order.