These code snippets will show you how to ask the Magento REST API and retrieve some data.
In this example I will query the Magento REST API to retrieve all products updated since 2018-10-09 00:00:00.

This method assumes:

  • You are using an admin user to generate the token.
  • You have a Magento2 instance running in your local environment.

Continue reading...