Returns

Returns a Product object for the given product name.

Example

product = galtea.products.get_by_name(name="YOUR_PRODUCT_NAME")

Parameters

name
string
required

The name of the product you want to retrieve.