improved

Clover API updates - August 2023

Clover made the following API updates for August 2023.

Inventory APIs

Added offset and limit parameters to the following endpoints. This lets you search your line items results with a specific limit and offset:

offset Position of the first line item returned in the search results. Indicates the number of line items that are excluded from the search results.limit Maximum number of line items returned in the search result.

Order APIs

Added taxRate and items parameters to the Create or delete association between items and tax rates endpoint. taxRate indicates the name of the tax rate anditems indicates items associated with the tax rate. This update lets you assign a name to the tax rate and associate items with it.