improved
2024-07 Introducing the `family name` based products lookup
4 months ago by ReadMe API
We have introduced a new family_name
parameter to the /api/2.0/products
endpoint that allows you to fetch products based on a product family name.
For example, if you have a product family with the name Shirt
you'd make a GET request to https://example.retail.lightspeed.app/api/2.0/products?family_name=Shirt
to retrieve the products that belong to this product family.
See List Products for details.