Documentation

Carte en cours du clonage...

Merci d'attendre la fin du clonage avant de modifier quoi que ce soit.

API ERRORS RESPONSES

API errors responses

Foxorder's API includes an error management system, this system allows users to have assistance in case of error.

Depending on the type of errors, the error message is often explicit (typing, null, format, etc.) otherwise, it indicates the source of the error and possibly the solution.

Logo
Endpoint Method Error code => message
/api/v2/shops/sync
GET
  • 403
    => Access Denied
  • 401
    => Unauthorized
/api/v2/shops/{id}
GET
  • 403
    => Access Denied
  • 404
    => RESOURCE_NOT_FOUND
/api/v2/shops/{id}/close
PATCH
  • 403
    => Access Denied
  • 404
    => Resource not found
  • 400
    => Bad Request
  • 404
    => Order close interval not found
/api/v2/shops/{id}/open
PATCH
  • 403
    => Access Denied
  • 404
    => Resource not found
/api/v2/shops/{id}/options
GET
  • 403
    => Access Denied
  • 404
    => Resource not found
/api/v2/shops/{id}/shop_modes
GET
  • 403
    => Access Denied
  • 404
    => Resource not found
/api/v2/shops/{id}/legal_terms
GET
  • 404
    => Resource not found
  • 400
    => Invalid Domain name
Loading…
Loading the web debug toolbar…
Attempt #