Skip to content

Admin API Reference

All admin endpoints require authentication. Use the Medusa Admin login:

POST /auth/user/emailpass
{
"email": "admin@example.com",
"password": "password"
}

Returns a JWT token for subsequent requests.

MethodEndpointDescription
GET/admin/aplt/ordersList orders (pagination, search)
POST/admin/aplt/ordersCreate order
PUT/admin/aplt/ordersUpdate order
DELETE/admin/aplt/ordersDelete order
GET/POST/admin/aplt/orders/linesOrder line items
GET/admin/aplt/orders/pdf?id=XGenerate PDF
POST/admin/aplt/orders/shippingUpdate shipping
POST/admin/aplt/orders/statusUpdate status
MethodEndpointDescription
GET/admin/aplt/quotationsList quotations
POST/admin/aplt/quotationsCreate quotation
PUT/admin/aplt/quotationsUpdate quotation
GET/POST/admin/aplt/quotations/linesLine items
POST/admin/aplt/quotations/lines/generateAI-generate lines (redirects to /admin/aplt/ai-generate-lines)
GET/admin/aplt/quotations/pdf?id=XGenerate PDF
POST/admin/aplt/quotations/confirmConvert to order
MethodEndpointDescription
GET/POST/admin/aplt/invoicesInvoice CRUD
GET/admin/aplt/invoices/pdf?id=XGenerate PDF
GET/POST/admin/aplt/credit-notesCredit notes
GET/admin/aplt/credit-notes/pdf?id=XCredit note PDF
MethodEndpointDescription
GET/admin/aplt/productsList (search, filter, paginate)
GET/admin/aplt/products/[sku]Get by SKU
POST/admin/aplt/products/[sku]Update product
POST/admin/aplt/products/copyClone product
GET/admin/aplt/product-techniquesList techniques
POST/admin/aplt/technique-pricingSet pricing
MethodEndpointDescription
GET/POST/admin/aplt/customersCustomer CRUD
GET/POST/admin/aplt/leadsLead management
POST/admin/aplt/leads/activitiesLog activity
POST/admin/aplt/leads/tasksCreate task
MethodEndpointDescription
GET/POST/admin/aplt/categoriesCategories
GET/POST/admin/aplt/suppliersSuppliers
GET/POST/admin/aplt/discount-groupsDiscounts
GET/POST/admin/aplt/vat-codesVAT rates
GET/POST/admin/aplt/parameters/settingsSystem params
GET/POST/admin/aplt/parameters/payment-termsPayment terms
GET/admin/aplt/parameters/versionVersion info
MethodEndpointDescription
POST/admin/aplt/ai-generate-linesAI-powered line item generation
POST/admin/aplt/wayne-assistAI assistant
GET/admin/aplt/app-versionApplication version info
POST/admin/aplt/migrationsData migrations
MethodEndpointDescription
GET/POST/admin/aplt/chloe-customerChloe integration (customers)
GET/POST/admin/aplt/chloe-orderChloe integration (orders)
GET/POST/admin/aplt/chloe-productChloe integration (products)
MethodEndpointDescription
GET/POST/admin/aplt/document-chainDocument relationships
GET/POST/admin/aplt/paymentsPayment management
GET/POST/admin/aplt/reportsReporting
MethodEndpointDescription
GET/POST/admin/aplt/subscriptionsSubscription management
POST/admin/aplt/subscriptions/generateAuto-generate invoices from subscriptions
MethodEndpointDescription
GET/POST/admin/aplt/access-requestsAccess request management
POST/admin/aplt/sync-to-sales-channelSync products to Medusa sales channel
MethodEndpointDescription
GET/POST/admin/connectorsConnector config
POST/admin/connectors/syncTrigger sync
POST/admin/connectors/medusa-syncSync to Medusa
MethodEndpointDescription
GET/POST/admin/cms/pagesPage CRUD
GET/POST/admin/cms/settingsSettings
GET/POST/admin/cms/footerFooter config
GET/POST/admin/cms-modulesCMS modules
GET/POST/admin/page-managerPage layouts
GET/POST/admin/menu-managerMenu config
MethodEndpointDescription
POST/admin/agent/product-searchAI-powered product search
POST/admin/brand-uploadBrand asset uploads
POST/admin/brand-wizardBrand configuration wizard
MethodEndpointDescription
GET/POST/admin/customCustom admin routes
MethodEndpointDescription
GET/POST/admin/dev-projectsProject CRUD
POST/admin/dev-projects/filesTrack files
POST/admin/dev-projects/changelogLog changes
POST/admin/dev-projects/commitGit commit
GET/admin/dev-projects/diffView diff
GET/admin/dev-projects/browseBrowse project files
POST/admin/dev-projects/rebuildRebuild tenant backend
GET/admin/dev-projects/statusProject deployment status
GET/admin/dev-projects/versionVersion info

No authentication required:

MethodEndpointDescription
GET/store/aplt/productsProduct listing
GET/store/aplt/products/[sku]Product detail
GET/store/aplt/products/[sku]/techniquesTechniques
GET/store/aplt/categoriesCategories
GET/POST/store/aplt/quotationsCustomer quotation requests
MethodEndpointDescription
GET/store/cmsCMS content
GET/store/mega-menuNavigation menu
MethodEndpointDescription
GET/store/access-checkCheck IP access
POST/store/access-requestRequest access
MethodEndpointDescription
GET/store/agent-contextAI agent context
GET/store/customer-logosCustomer logo list
GET/store/customer-logos/activeActive customer logos
MethodEndpointDescription
GET/store/sales-channels/bulk-productsBulk product listing
MethodEndpointDescription
GET/POST/store/customCustom store routes