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
The number of products to skip before starting to collect the result set.
limit
int
The maximum number of products to return.
I