From 7fdba6516840e35eefa65e966f097c77c65f407c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andreas=20J=C3=B8rnsen=20Herland?= <1327105+Gogoro@users.noreply.github.com> Date: Fri, 27 Jun 2025 10:37:53 +0200 Subject: [PATCH] Create tax hint about tax class link This gives the user a hint that they can pass inn "class" in the body to link it to a tax class. --- source/includes/v3/_taxes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/includes/v3/_taxes.md b/source/includes/v3/_taxes.md index f935ab6c..ecbecfff 100644 --- a/source/includes/v3/_taxes.md +++ b/source/includes/v3/_taxes.md @@ -42,7 +42,8 @@ curl -X POST https://example.com/wc-api/v3/taxes \ "state": "AL", "rate": "4", "name": "State Tax", - "shipping": false + "shipping": false, + "class": "standard" } }' ```