Products endpoint allows you to retrieve a list of products connected with the active company. A GET request to this endpoint, along with the necessary authorization, returns a paginated list of products with details such as product ID, creation/update timestamps, name, and other relevant information.
Documentation Index
Fetch the complete documentation index at: https://docs.fairfood.org/llms.txt
Use this file to discover all available pages before exploring further.
Filter products by name.
Filter products by description.
Filter products updated after a specified timestamp.
Number of results to return per page.
The initial index from which to return the results.
The total count of products in the response.
An array containing details of products returned in the response.
The URI for the next page of results, if available.
The URI for the previous page of results, if available.