deprecated

2019-10 API 1.0 Sunsetting Begins

All of the 1.0 endpoints have been deprecated for quite some time and today we're officially beginning the process of sunsetting them. We're starting with a few endpoints which are seeing a negligible amount of traffic to minimize the risk of causing problems for API consumers.

What will happen today is that those endpoints will start randomly, at an increasing rate, return 410 Gone responses.
Here's the list of affected endpoints:

  • GET /api/1.0/register_sale/:id
  • GET /api/1.0/consignment/:id
  • GET /api/1.0/consignment_product/:id
  • GET /api/1.0/customer/:id
  • GET /api/1.0/supplier/:id

Should your integration be affected, we recommend 2 things:

  1. Consider migrating to an equivalent 2.0 endpoint as soon as possible.
  2. Get in touch with us at [email protected]. We should be able to temporarily restore full functionality for affected stores. Of course, this is purely temporary and those endpoints will ultimately be turned disabled completely by the end of April 2018.

Obviously, we also recommend migrating all existing integrations using 1.0 endpoints to 2.0 equivalents. Not just the ones mentioned above. As always, please, let us know if you have any questions.