I want to integrate the Chinabrand dropshipping API into my Wix store is it possible
Hey,
You should read about how to access 3rd party services in the article Wix Code: How to Access 3rd-Party Services with the Fetch API .
wix-fetch() can be used in public and backend code for fetching resources from 3rd party services using HTTPS. You can find the relevant API reference here .
Also, please take a look at the following examples that might help you start: Example: Using the Places API from Google Maps services and Example: Send email with the SendGrid REST interface .
Another example:
Expose and Access Site APIs
Use MyApi and MyApiClient to expose and access external APIs.