Change Updates

Do not miss any Lightspeed Restaurant K-Series API changes, ever again

Subscribe to the Lightspeed Restaurant K-Series API changelog to be up to date on recent changes.

RSS

Sep 27, 2024

prod
1.0.0
Compare

API structure has changed

1 structure change including:
1 Breaking change
1 Modification
Modified 1 Breaking
Webhook POST {subscriber-host}/charge
  • Path went from /Charge Transaction to /{subscriber-host}/charge (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • transactions property Modified
      • quantity property Modified
        • Property is no longer deprecated
      • taxLines property Modified
        • Full types went from object to array[object]
          Breaking
        • taxId, taxName, taxAmount, taxRate, taxIncluded properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • pms-integrationPmsTaxLineWebhookDto property Added
    • payments property Modified
      • reservationId property Modified
        • Property is no longer deprecated
  • Response
  • 500 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 5XX response Added