Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@maciek365 maciek365 released this 16 Feb 13:23

[1.0.0] - 2026-02-16

Added

  • Added Order Refunds API endpoints (list, create, get, delete refunds for orders)
  • Added Coupons API endpoints (full CRUD + batch operations)
  • Added Settings API endpoints (list groups, get/update settings)
  • Added Shipping Zones API endpoints (full CRUD for shipping zones)
  • Added Shipping Zone Locations API endpoints (list and update locations)
  • Added Shipping Zone Methods API endpoints (full CRUD for shipping methods)
  • Added Payment Gateways API endpoints (list, get, update gateways)
  • Added Taxes API endpoints (full CRUD + batch operations)
  • Added Tax Classes API endpoints (list, create, get by slug, delete)
  • Added Webhooks API endpoints (full CRUD + batch operations)
  • Added System Status API endpoints (get status, list tools, run tools)
  • Added comprehensive schemas for all new resources (Coupon, SettingsGroup, Setting, ShippingZone, ShippingZoneLocation, ShippingZoneMethod, PaymentGateway, Tax, TaxClass, Webhook, SystemStatus, SystemStatusTool)
  • Added extended OrderRefund schema with complete refund details
  • Added new API tags for all additional resources
  • Complete coverage of WooCommerce REST API v3 (24 resource types, 100+ endpoints)