Skip to main content
API docs change log
Talia Hadad avatar
Written by Talia Hadad
Updated over a week ago

As part of our ongoing commitment to improving our REST API, we are continually introducing enhancements, improvements and fixes to documentations and API endpoints. Rest assured, there are no breaking changes - your current automations and integrations will continue to function seamlessly. Our updates focus on enhancing performance and adding new features while maintaining backward compatibility. By adhering to industry standards and best practices in REST API development, we strive to provide a robust and reliable API ecosystem that supports your automation needs without disruption. We will continue to improve usability, clarity, and address user feedback to ensure the best possible experience.

API Team

6.21

Added:

  • New POST request in the shopping list: add item.

    /api/v1/shopping_list/add_item

6.19

  • Added:

    • New GET request in the stocks section: get_stocks_by_barcode.

      /api/v1/stocks/get_stocks_by_barcode

6.15

  • Added:

    • "Copy URL" button (part of Swagger UI upgrade).

6.13

  • Added:

    • GET request to retrieve an element by ID in the elements section.

      /api/v1/elements/{id}

6.12

  • Added:

    • Two new POST requests:

      • POST#sort elements in the elements section.

        /api/v1/elements/sort

      • POST#sort sections in the sections element.

        /api/v1/sections/sort

Did this answer your question?