CartItem Modify

장바구니 음식의 갯수 수정

PATCH https://foodfly.shop/cart/items/cartitem_pk/

This endpoint allows you to get free cakes.

Headers

NameTypeDescription

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

NameTypeDescription

quantity

string

{
    "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