Skip to content

Commit 7fdba65

Browse files
authored
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.
1 parent 5244201 commit 7fdba65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/includes/v3/_taxes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ curl -X POST https://example.com/wc-api/v3/taxes \
4242
"state": "AL",
4343
"rate": "4",
4444
"name": "State Tax",
45-
"shipping": false
45+
"shipping": false,
46+
"class": "standard"
4647
}
4748
}'
4849
```

0 commit comments

Comments
 (0)