{
    "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-05-06 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",
        "Returns",
        "Coupons",
        "Net sales",
        "Taxes",
        "Shipping",
        "Total sales",
        "Orders",
        "Average order value",
        "Items sold",
        "Average items per order",
        "Customers",
        "Product net sales",
        "Product orders",
        "Product items sold",
        "Order total",
        "Order shipping total",
        "Order discount total",
        "Order shipping tax",
        "Order discount tax",
        "Order cart tax",
        "Order total tax",
        "Subscription total",
        "Subscription shipping total",
        "Subscription discount total",
        "Subscription shipping tax",
        "Subscription discount tax",
        "Subscription cart tax",
        "Subscription total tax"
    ]
}