setup_logging

def setup_logging(application):

check_task_completion

def check_task_completion(current_cart_raw, ground_truth_spec):

home

def home():

product_detail

def product_detail(product_id):

view_cart

def view_cart():

get_products

def get_products():

get_cart_api

def get_cart_api():

add_to_cart_api

def add_to_cart_api():

update_cart_item_api

def update_cart_item_api():

remove_from_cart_api

def remove_from_cart_api():