Skip to content

Instantly share code, notes, and snippets.

@Zaglov
Created January 10, 2018 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zaglov/e5975dcc92fddac54b1ff5be0ea2449d to your computer and use it in GitHub Desktop.
Save Zaglov/e5975dcc92fddac54b1ff5be0ea2449d to your computer and use it in GitHub Desktop.
Basic API Response of IMBAA ERP
{
"processing_time": 0.04,
"errors": [],
"messages": [
{
"name": "product_not_found",
"message": "The product with the SKU ITA-PROMO was deleted."
}
],
"event_log": [
{
"name": "product_not_found",
"message": "The product with the SKU ITA-PROMO was deleted."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment