{
    "Important Message": "Place the items in the metrics property in the request. Do not put them in the breakdowns property.",
    "Calculate Correct Date Range(s)": "2026-04-11 is today's date. Please **always** use it as a reference to calculate the correct date range for GPT actions with Code Interpreter and Python.",
    "JSON validation": "Please always validate the JSON object of searchQueryRequest (json.dumps()) before sending it to Adzviser Server with Code Interpreter and Python in order to avoid ApiSyntaxError.",
    "metrics": [
        "Gross sales",
        "Discounts",
        "Returns",
        "Net sales",
        "Shipping",
        "Tax",
        "Duties",
        "Total sales",
        "Items",
        "Orders",
        "Inventory value",
        "Inventory quantity",
        "Cost of goods sold",
        "Gross profit",
        "Customer count"
    ]
}