[
    {
        "BuyerUserID": "",
        "ipAddress": "",
        "CustomerName": "Donald Loftin",
        "Email": "BAD CUSTOMER",
        "Phone": "",
        "Password": "",
        "Favorite": [
            {
                "Product": "",
                "Format": "",
                "Form": ""
            }
        ],
        "Addresses": [
            {
                "AddressType": "",
                "AddressName": "Donald Loftin",
                "AddressExtraName": "",
                "AddressDetail": "",
                "AddressStreet": "",
                "AddressUnit": "",
                "AddressBuilding": "",
                "AddressCity": "",
                "AddressState": "",
                "AddressZip": "",
                "AddressCountry": ""
            }
        ],
        "Payments": [
            {
                "CCLast4Digit": "",
                "CCName": "",
                "CCNumber": "",
                "CCExpMonth": "",
                "CCExpYear": "",
                "CCcode": ""
            },
            {
                "PaypalType": "",
                "PaypalName": "",
                "PaypalEmail": ""
            }
        ],
        "Order": [
            {
                "OrderId": "",
                "OrderDate": "2022-01-09 09:31:39",
                "OrderTotal": "27.00",
                "OrderDiscount": "0",
                "OrderCoupon": "0",
                "OrderStatus": "Delivered",
                "OrderLastUpDate": "2022-01-09 09:31:39",
                "OrderDeliveryDate": "",
                "OrderTracking": [
                    "1Z2A05729035183878 "
                ],
                "OrderCarrier": "ups",
                "OrderCarrierService": "priority",
                "OrderShipWeightTotal": "",
                "OrderCarrierCost": "0.00",
                "OrderRetailer": "",
                "OrderNotes": "Ineffectives\nBAD CUSTOMER",
                "OrderAddressType": "",
                "OrderPaymentType": "",
                "OrderPaid": "",
                "OrderItems": [
                    {
                        "OrderProduct": "Devil Claw Root Powder",
                        "OrderProductID": "",
                        "OrderProductSKU": "",
                        "OrderAttribute": "16oz",
                        "OrderShipWeight": "16",
                        "OrderQuantity": "1",
                        "OrderPrice": "27.00"
                    }
                ]
            }
        ]
    }
]