لیست بسته ها

URL = '/api/v2/public/order/post/packing-box/'
METHOD = 'POST'

نمونه جیسون جهت ارسال

{
    "shop_id": "fc45949a-921d-4b4f-1ade-ab5180f7dcve"
}
field required allow null allow blank description type
shop_idtrue false false شناسه فروشگاه str
 

نمونه جیسون خروجی

{
    "returns": {
        "status": 200,
        "message": "عملیات با موفقیت انجام شد."
    },
    "entries": {
        "list": [
            {
                "pk": 14,
                "length": 30,
                "width": 20,
                "height": 20,
                "title": "30*20*20 cm"
            },
            {
                "pk": 15,
                "length": 35,
                "width": 25,
                "height": 20,
                "title": "35*25*20 cm"
            }
        ],
        "count": 10,
        "page": 1,
        "total_count": 2
    }
}