如何使用Postman使用Bigcommerce API获取JSON响应

时间:2018-11-07 11:56:30

标签: c# postman bigcommerce

您好,我有一个bigcommerce帐户,我想获取订单列表。如何使用邮递员获取json响应以及如何使用jQuery ajax使用URL进行集成。

我有此信息:

访问令牌:xxxxxxxxxx

客户ID:xxxxxxxxxx

客户机密:xxxxxxxxxx

名称:Brisk Sol API路径:https://api.bigcommerce.com/stores/4jwabif3gj/v3/

我想在邮递员中获取订单列表,我已经使用了api路径,但出现了错误:

{
    "status": 404,
    "title": "Not found",
    "type": "https://developer.bigcommerce.com/api#api-status-codes",
    "errors": {}
}

1 个答案:

答案 0 :(得分:2)

由于您未列出资源端点,因此无法发出请求。看看making your first request的BigCommerce文档,这应该可以帮助您入门。