Wish API 对接

Wish API 对接

我们可以先在 sandbox 中操作,https://sandbox.merchant.wish.com/ ,这里注册一个账号。

新创建的账号是有数据记录。

 

在 账户/设置/API设置  创建一个应用.

注意,创建成功这里有 Redirect URI 项需要填写,这是一个回调地址,需要 Https 协议的。

 

先获取 access_token ,来获取应用中的数据。

查看文档中授权生成 access_token文档

https://sandbox.merchant.wish.com/documentation/oauth

 

 

WishPost 对接

注册一个 WishPost 账号,在 sandbox 中注册成功后的实名验证一直通过不了,不知为什么。

Wishpost 文档还是不错的,都有中文,条理也比较清楚

可以先看看操作的过程

https://s3.cn-north-1.amazonaws.com.cn/wishpost-production-wishpost-announcement/wishpost_chinapost_handbook.pdf

https://s3.cn-north-1.amazonaws.com.cn/wishpost-production-wishpost-announcement/EUB_shouce.PDF

 

对接我们自己的 ERP需要在,

API设置 -> 创建应用程序

Wish API 对接_第1张图片

 

查看官方文档

https://sandbox.wishpost.wish.com/documentation/priv-app

https://sandbox.wishpost.wish.com/documentation/oauth_v3

注意:

这里重定向URI ,必须使用https 协议的。

你可能感兴趣的:(平台对接)