improved
2024-05 Introducing the new SKU based product lookup
6 months ago by ReadMe API
With the pending removal of the legacy product APIs, we have introduced a new sku
parameter to the /api/2.0/products
endpoint that allows you to fetch a product based on a SKU rather than an id.
For example, if you have a product with the SKU SKU-1234
you'd make a GET request to https://example.retail.lightspeed.app/api/2.0/products?sku=SKU-1234
to retrieve the product details.
See List Products for details.