Skip to main content

Returns

It returns a list of Product objects that you have created in the Galtea dashboard.

Example

products = galtea.products.list()

Parameters

sort_by_created_at
string
Sort products by creation date. Valid values are “asc” and “desc”.
offset
int
default:"0"
Number of products to skip before starting to collect results. Use for pagination.Default: 0 (start from the beginning)
limit
int
default:"1000"
Maximum number of products to return in a single request.Default: 1000