Returns
It returns a list of Product objects that you have created in the Galtea dashboard.Example
Parameters
Filter products created at or after this timestamp. Accepts ISO 8601 string (e.g.,
'2024-01-01T00:00:00Z') or Unix timestamp in seconds. Can be used independently or together with to_created_at.Filter products created at or before this timestamp. Accepts ISO 8601 string (e.g.,
'2024-12-31T23:59:59Z') or Unix timestamp in seconds. Can be used independently or together with from_created_at.Sort products by creation date. Valid values are “asc” and “desc”.
Number of products to skip before starting to collect results. Use for pagination.Default:
0 (start from the beginning)Maximum number of products to return in a single request.Default:
1000