SHIPKOO酷运 API
SHIPKOO酷运 API允许您的应用访问Shipkoo酷运的整个产品目录及其实时库存信息,还可以在自己的平台上管理和处理您的订单。
As a Reseller account, you are provided with your own unique API Token that you can use to make API calls to the SHIPKOO API
您成为Shipkoo酷运的会员后,我们将会提供您经销商帐户并且得到一个专属的API Token,可用于对SHIPKOO酷运 API进行API调适
리셀러 계정으로 SHIPKOO API에 API를 호출하는 데 사용할 수 있는 고유한 API 토큰이 제공됨
获取您的API Token
- 导航到“我的帐户”页面。
- 单击“ API”选项卡。
进行API调适
Use your API Token as a Bearer token in the Authorization header of the request.
在请求的Authorization标头中将您的API Token用作承载Token。
API 토큰을 요청의 인증 헤더에서 베어러 토큰으로 사용하십시오.
リクエストのAuthorizationヘッダーでベアラートークンとしてAPIトークンを使用します。
这是您可以在终端上运行的示例代码:
$ curl https://shipkoo.com/api/product \
-H 'Authorization: Bearer {YOUR-API-TOKEN}' \
-H 'Accept: application/json'
注意:请确保将API Token替换为帐户提供的Token。