We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5244201 commit 7fdba65Copy full SHA for 7fdba65
1 file changed
source/includes/v3/_taxes.md
@@ -42,7 +42,8 @@ curl -X POST https://example.com/wc-api/v3/taxes \
42
"state": "AL",
43
"rate": "4",
44
"name": "State Tax",
45
- "shipping": false
+ "shipping": false,
46
+ "class": "standard"
47
}
48
}'
49
```
0 commit comments