Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save somewherewarm-snippets/06b6700a13cc4d5804009a3307bf1f54 to your computer and use it in GitHub Desktop.

Select an option

Save somewherewarm-snippets/06b6700a13cc4d5804009a3307bf1f54 to your computer and use it in GitHub Desktop.
curl -X PUT https://example.com/wp-json/wc/v3/products/123 \
-u customer_key:customer_secret \
-H "Content-Type: application/json" \
-d '{
"addons": [
{
"id": 1719406272
},
{
"id": 1719406273
}
]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment