订单状态

获取订单状态

该方法允许您获取订单的状态

请求

URL

https://api.belurk.com/orders/check-status?order_id=order_id

发送方法

GET

CURL

  1. 1.curl --location 'https://api.belurk.com/orders/check-status?order_id=1001'
  2. 2.--header 'x-api-token: {{API_TOKEN}}'

成功响应

响应状态: HTTP 200 OK

  1. 1.{
  2. 2. "data": {
  3. 3. "status": true
  4. 4. }
  5. 5.}

失败响应

响应状态: HTTP 403 禁止

  1. 1.{
  2. 2. "data": null
  3. 3. "error": "Forbidden"
  4. 4.}