API GetBasketBill

Param Type Description
instanceKey String Instance key
userID Int32 ID สมาชิก
userCode String รหัสสมาชิก
billCode String เลขที่ออเดอร์

Example Parameters:

        {
            "result":true,
            "count":จำนวนรายการสินค้า,
            "property":[{
                "id":"ไอดี",
                "shop":"ชื่อร้าน",
                "name":"ชื่อสินค้า",
                "image":"รูปภาพ",
                "color":"สี",
                "size":"ขนาด",
                "model":"รุ่น",
                "variant":"ขนาด",
                "before":{
                    "price":"ราคา",
                    "qty":"จำนวน",
                    "price_total":"ราคาสินค้ารวม",
                    "price_cncn":"ค่าขนส่งจีน-จีน",
                    "total_cncn":"รวมค่าขนส่งจีน-จีน",
                    "price_carry":"ค่าหิ้วต่อชิ้น",
                    "total_carry":"รวมค่าหิ้ว",
                    "total_yuan":"รวมทั้งหมดเป็นหยวน",
                    "total_baht":"รวมทั้งหมดเป็นบาท"
                },
                "after":{
                    "price":"ราคา",
                    "qty":"จำนวน",
                    "price_total":"ราคาสินค้ารวม",
                    "price_cncn":"ค่าขนส่งจีน-จีน",
                    "total_cncn":"รวมค่าขนส่งจีน-จีน",
                    "price_carry":"ค่าหิ้วต่อชิ้น",
                    "total_carry":"รวมค่าหิ้ว",
                    "total_yuan":"รวมทั้งหมดเป็นหยวน",
                    "total_baht":"รวมทั้งหมดเป็นบาท"
                }
                "deduction":"เพิ่มเงิน",
                "refund":"คืนเงิน",
                "type":"ประเภทสินค้า",
                "status":"สถานะสินค้า",
                "group":"หมวดขนส่งสินค้า",
                "tracking":"เลขที่แทร็ค",
                "remark":"หมายเหตุ",
            }]
        }
    
instanceKey *
userID *
userCode *
billCode *