Got questions? Contact Us, Call Us 1-800-224-0976 or write [email protected]
Download the guide "How to Integrate with Multiple eCommerce Platforms in Less than a Month" and find more how to connect your B2B SaaS system with various shopping platforms quickly!
To integrate with Zid platform, you need to follow this instruction.
It is necessary to create an application.
All information can be filled in English and Arabic.
It is required to select the necessary scopes. It is recommended to select all permissions because, in case of their change, you will need to get all tokens again. The page below contains the Client ID and Client Secret that will be needed to receive the tokens.
Next, you need to fill in detailed information about the application.
There is no need to fill in anything on the following page.
On this page, if necessary, you can set up a paid subscription to the application.
https://oauth.zid.sa/oauth/authorize?client_id=
After that, you need to use the mentioned URL in the browser. It is necessary to provide the access requested by the application.
As a result, it should redirect to the Redirect URL. You will see the code in the browser line.
curl -X POST \
https://oauth.zid.sa/oauth/token \
-H 'Content-Type: application/json' \
-d '{
"grant_type": "authorization_code",
"client_id": ,
"client_secret": ,
"redirect_uri": ,
"code":
}'
The result of the request will be access_token, authorization and refresh_token.
To add a Zid store to API2Cart, you need to fill in the appropriate fields.
Posted in: Getting Started