SuitePortal
DevelopersApi reference

Transaction Endpoints

API endpoints for managing transactions

Transaction Endpoints

Transaction endpoints allow you to manage sales orders, invoices, purchase orders, and other transactions.

Available Endpoints

  • GET /transactions/sales-orders - List sales orders
  • GET /transactions/sales-orders/:id - Get sales order details
  • POST /transactions/sales-orders - Create sales order
  • GET /transactions/invoices - List invoices
  • GET /transactions/invoices/:id - Get invoice details