Ejemplo n.º 1
0
def supplements(limit: int = 0, product_details: bool = True):
    return iherb_products("supplements", limit, product_details)
Ejemplo n.º 2
0
def bath_beauty(limit: int = 0, product_details: bool = True):
    return iherb_products("bath-beauty", limit, product_details)
Ejemplo n.º 3
0
def healthy_home(limit: int = 0, product_details: bool = True):
    return iherb_products("healthy-home", limit, product_details)
Ejemplo n.º 4
0
def pets(limit: int = 0, product_details: bool = True):
    return iherb_products("pets", limit, product_details)
Ejemplo n.º 5
0
def baby_kids(limit: int = 0, product_details: bool = True):
    return iherb_products("baby-kids", limit, product_details)
Ejemplo n.º 6
0
def grocery(limit: int = 0, product_details: bool = True):
    return iherb_products("Grocery", limit, product_details)
Ejemplo n.º 7
0
def sports_fitness_athletic(limit: int = 0, product_details: bool = True):
    return iherb_products("sports-fitness-athletic", limit, product_details)