2025-07 Customer Tax Bulk Update API
We've introduced a new bulk endpoint for updating customer tax assignments. The POST /api/2.0/customer_taxes/bulk
endpoint allows you to assign or remove tax IDs from multiple customers in a single request, improving efficiency for bulk operations.
2025-07 Customer API 2.0 Changes
Customer API 2.0 now supports tax identification management with the introduction of the tax_id
field. Retailers can now associate specific tax configurations with individual customers.
2025-07 New Payments API Endpoint
A new API 2.0 endpoint /api/2.0/payments/{payment_id}
has been added to retrieve individual payment details by payment ID.
2025-06 New workflow action for custom fields
A new workflow action is added for prompting the user for a custom field. The new action is called add_custom_fields
which will replace the existing require_custom_fields
action.
2025-06 Retrieve Gift Card by ID
In this release, a new API 3.0 Gift Card API endpoint Find Gift Card by ID has been added to retrieve a gift card by its primary ID.
This payload returned as the API 2.0 - Beta Find gift card method.
2025-05 Sale with Ecom custom charges
In this release, we are adding the ecom_custom_charges
field to the Sale object. This field represents additional checkout surcharges that you can set up for your Lightspeed eCom solution.
2025-04 Sale with Service Line Items
On this release, we are adding the ability to create a sale with service line items.
2025-03 Adjustments array improvement for Sales API
Several improvements for the adjustments
array in the Sales API:
2025-03 Refresh Token Flow Update
In August 2024, we notified integrators about an upcoming change to the refresh token flow. As of March 2025, this change has been gradually rolling out.
2025-03 Line Item Fulfillment Sales
On Nov 13, 2024, the Line Item Fulfillment Sales feature started rolling out gradually. The rollout was generally available as of Dec 09, 2024. This feature allows you to specify the fulfillment type at the line item level when creating sales so that you can have a mix of non-fulfillment and fulfillment line items in a single sale. Note that this feature does not add support for multiple different fulfillment types (ex. pickup and dispatch) within a single sale. All line items with a specified fulfillment type must have the same fulfillment type.