improved

Clover API updates - April 2021

Clover made the following API update for April 2021.

Get items by amount in stock

When using the /v3/merchants/{merchantId}/items endpoint, you can now add the itemStock.quantity filter to retrieve items based on the number the merchant has in stock. The following comparison operators are supported:

  • < - less than
  • > - greater than
  • <= - less than or equal to
  • >= - greater than or equal to
  • = - equal to
  • != - not equal to

For example, if you set itemStock.quantity<=20, the response contains only the items with stockCount less than or equal to 20.

👍

To subscribe to Clover's developer changelog, add the changelog main page as a source in your RSS reader.