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.
2 parents 434fa79 + 7fdba65 commit 947a352Copy full SHA for 947a352
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