Statut de la Commande

Obtenir le Statut de la Commande

La méthode vous permet d'obtenir le statut d'une commande

Demande

URL

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

Méthode d'Envoi

GET

CURL

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

Réponse Réuss ie

Statut de la Réponse: HTTP 200 OK

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

Réponse d'Échec

Statut de la Réponse: HTTP 403 Interdit

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