Sign in

Update item taxes

documented

Updates catalog item taxes.

POST /v2/catalog/update-item-taxesCommerceno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://connect.squareup.com/v2/catalog/update-item-taxes" \
  -X POST \
  -H "Square-Version: 2026-01-22" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{\"item_ids\": [\"{{$item_id_1}}\",\"{{$item_id_2}}\"],\"taxes_to_enable\": [\"{{$tax_id_enable}}\"],\"taxes_to_disable\": [\"{{$tax_id_disable}}\"]}'