added

Clover API updates - August 2025

Clover made the following API updates for August 2025.

Platform API

Inventory API

Added age-restriction-related flag for items and related attributes

To help merchants comply with legal requirements for selling age-restricted items—Alcohol, Tobacco, Over-the-counter (OTC) products, and Pharmacy products, such as vitamins and supplements—we have updated the Inventory API.

  • isAgeRestricted (boolean): A flag to indicate that an item requires age verification at the time of sale.
  • id (string): The unique identifier for the age restriction rule.
  • name (string): The name of the restriction category.
  • minimumAge (integer): The minimum age required for purchase.

Affected endpoints:

Orders API

Added age-restriction details to order and line item endpoints

To help merchants comply with legal requirements for selling age-restricted items—Alcohol, Tobacco, Over-the-counter (OTC) products, and Pharmacy products, such as vitamins and supplements—we have updated the Order API.

  • isAgeRestricted (boolean): A flag to indicate if the line item is age-restricted.
  • ageRestrictedType (string): The name of the restriction category for the item.
  • minimumAge (integer): The minimum age required to purchase the item in the line item.

Affected endpoints: