Returns

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

Example

products = galtea.products.list()

Parameters

offset
int

The number of products to skip before starting to collect the result set.

limit
int

The maximum number of products to return.