Commerce

WooCommerce CLI

Respira CLI pairs with the Respira WooCommerce add-on to expose the full WooCommerce object graph: products, variations, attributes, orders, coupons, shipping zones, tax classes, store settings.

Product catalog

respira read posts mystore.com --type=product --limit=100
respira read post mystore.com product-42
respira write create-post mystore.com --type=product --from-markdown=./new-product.md

Bulk operations

Pair with respira exec and a TypeScript script to run bulk price updates, stock audits, or attribute migrations that would otherwise require a custom WP-CLI plugin.

respira exec scripts/bulk-price-increase.ts --site=mystore.com