Clover API updates - October 2023
Clover made the following API updates for October 2023.
Platform API
Inventory
Added offset
and limit
parameters to the following endpoints. This lets you search your line items results with a specific limit and offset:
- Get all items in a single modifier group
- Get all modifiers
- Get all modifiers in a single modifier group
- Get all attributes
- Get all options
- Get all options for an attribute
- Get all discounts
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.
Ecommerce API
Charge API
Added global currency support
Clover added Multi-Currency Pricing (MCP) support for merchants in the United States (US) and Canada. They can now accept customer payments in currency other than the US Dollar (USD). To use this feature, enter a currency code other than USD in the currency
parameter of Create a charge endpoint.
Added split shipment support
Clover added the split_shipment
parameter to support Split Shipment for a single pre-authorization. You can create 1-99 split shipments for a single order. To use this feature, enter shipment information in the split_shipment parameter in n/m format, where n is the current shipment and m is the total number of shipments. See Capture a charge.
Customer API
Updated Revoke a payment source endpoint to support ACH (Automated Clearing House) token. You can use Revoke a payment source to remove an ACH token as a payment source from the customer profile.