{
    "id": "",
    "parent_id": "",
    "status": "",
    "currency": "",
    "version": "",
    "prices_include_tax": false,
    "date_created": "",
    "date_modified": "",
    "discount_total": "",
    "discount_tax": "",
    "shipping_total": "",
    "shipping_tax": "",
    "cart_tax": "",
    "total": "",
    "total_tax": "",
    "customer_id": "",
    "order_key": "",
    "billing": {
        "first_name": "",
        "last_name": "",
        "company": "",
        "address_1": "",
        "address_2": "",
        "city": "",
        "state": "",
        "postcode": "",
        "country": "",
        "email": "",
        "phone": ""
    },
    "shipping": {
        "first_name": "",
        "last_name": "",
        "company": "",
        "address_1": "",
        "address_2": "",
        "city": "",
        "state": "",
        "postcode": "",
        "country": "",
        "phone": ""
    },
    "payment_method": "",
    "payment_method_title": "",
    "transaction_id": "",
    "customer_ip_address": "",
    "customer_user_agent": "",
    "created_via": "",
    "customer_note": "",
    "date_completed": "",
    "date_paid": "",
    "cart_hash": "",
    "order_stock_reduced": "",
    "download_permissions_granted": "",
    "new_order_email_sent": "",
    "recorded_sales": "",
    "recorded_coupon_usage_counts": "",
    "number": "",
    "meta_data": [
        {
            "id": "",
            "key": "",
            "value": ""
        }
    ],
    "line_items": [
        {
            "id": "",
            "name": "",
            "sku": "",
            "tax_class": "",
            "purchase_quantity": "",
            "purchase_subtotal": "",
            "purchase_total": "",
            "product_meta": {
                "_sku": [
                    ""
                ],
                "total_sales": [
                    ""
                ],
                "_tax_status": [
                    ""
                ],
                "_tax_class": [
                    ""
                ],
                "_manage_stock": [
                    ""
                ],
                "_backorders": [
                    ""
                ],
                "_sold_individually": [
                    ""
                ],
                "_virtual": [
                    ""
                ],
                "_downloadable": [
                    ""
                ],
                "_download_limit": [
                    ""
                ],
                "_download_expiry": [
                    ""
                ],
                "_stock": [
                    ""
                ],
                "_stock_status": [
                    ""
                ],
                "_wc_average_rating": [
                    ""
                ],
                "_wc_review_count": [
                    ""
                ],
                "_product_version": [
                    ""
                ],
                "mo_wcps_discard_products": [
                    "no"
                ],
                "_thumbnail_id": [
                    ""
                ],
                "_product_image_gallery": [
                    ""
                ],
                "_product_attributes": [
                    ""
                ],
                "_price": [
                    ""
                ]
            },
            "product_type": "",
            "regular_price": "",
            "sale_price": "",
            "current_price": "",
            "description": ""
        }
    ],
    "tax_lines": [
    {
      "id": 3456,
      "rate_code": "GST-5",
      "rate_id": 5,
      "label": "GST",
      "compound": false,
      "tax_total": "2.00",
      "shipping_tax_total": "0.80",
      "meta_data": []
    }
  ],
    "shipping_lines": [
    {
      "id": 2234,
      "method_title": "Flat Rate",
      "method_id": "flat_rate",
      "total": "10.00",
      "total_tax": "0.80",
      "meta_data": []
    }
  ],
    "fee_lines": [
    {
      "id": 4001,
      "name": "Handling Charge",
      "tax_class": "",
      "tax_status": "none",
      "total": "3.00",
      "total_tax": "0.00",
      "meta_data": []
    }
  ],
    "coupon_lines": [
    {
      "id": 5001,
      "code": "NEWUSER5",
      "discount": "5.00",
      "discount_tax": "0.20",
      "meta_data": []
    }
  ],
    "order_id": "",
    "shipping_line": [
    {
      "id": 2234,
      "method_title": "Flat Rate",
      "method_id": "flat_rate",
      "total": "10.00",
      "total_tax": "0.80",
      "meta_data": []
    }
  ],
    "order_meta_data": [{
      "key": "_tracking_number",
      "value": "TRACK789654"
    },
    {
      "key": "_source",
      "value": "mobile_app"
    }],
    "transactions":[
        {
            "id": "",
            "date": "",
            "amount": "",
            "type": "",
            "status": "",
            "parent_id": "",
            "order_id": "",
            "payment_method": "",
            "payment_method_title": "",
            "transaction_id": "",
            "customer_id": "",
            "source": "",
            "source_id": "",
            "source_type": "",
            "reason": "",
            "note": ""
        }
    ]
}