| List Orders | Read | List store orders with optional status, customer, and date filtering (Orders are served by the v2 API) |
| Get Order | Read | Get full details of a single order (Orders are served by the v2 API) |
| List Order Products | Read | List the line items of an order - v2 order responses do not embed products, so use this to see what was bought |
| Update Order | Write | Update an order, e.g. change its status to Shipped/Cancelled/Refunded or add staff notes |
| List Products | Read | List catalog products with optional keyword, SKU, and availability filtering |
| Get Product | Read | Get full details of a single catalog product |
| List Customers | Read | List store customers with optional email and name filtering |
| Create Product | Write | Create a new product in the catalog |
| Update Product | Write | Update fields of an existing catalog product, such as price, visibility, or inventory |