CartItem List

GET http://foodfly-project-dev.ap-northeast-2.elasticbeanstalk.com/cart/items/

This endpoint allows you to get free cakes.

Headers

NameTypeDescription

Authentication

string

Authentication token to track down who is emptying our stocks.

{
        "cart": cart,
        "food": {
            "pk": pk,
            "name": name,
            "img_profile": img_profile,
            "price": price,
            "stock": stock,
            "store": store,
            "set_menu": set_menu,
            "food_info": food_info
        },
        "quantity": quantity,
        "is_ordered": is_ordered
    }

Last updated