Order Create

Get Cakes

GET https://foodfly.shop/order/

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

shipping

string

comment

string

phone

string

payment_option

string

 {  
    "count": ,
    "next": null,
    "previous": null,
    "results": [
        {
            "pk": ,
            "user": ,
            "phone": ,
            "shipping": ,
            "comment": ,
            "payment_option": ,
            "payment_status": ,
            "store": [
                {
                    "store": ,
                    "total_price":
                }
            ],
            "payment":
        }
}

Last updated