All REST endpoints
Complete listing of every endpoint under /wp-json/order-updates-for-woo/v1/. 31 endpoints total.
Every REST endpoint the plugin registers under order-updates-for-woo/v1. For worked examples (request body, response shape, related hooks), see Developer Guide → REST API.
| Method | Route | Endpoint class |
|---|---|---|
GET | /analytics/assignees | GetAnalyticsAssigneesEndpoint |
GET | /analytics/by-date | GetAnalyticsByDateEndpoint |
GET | /analytics/products | GetAnalyticsProductsEndpoint |
GET | /analytics/summary | GetAnalyticsSummaryEndpoint |
GET | /assignee-search | AssigneeSearchEndpoint |
POST | /attachments | UploadAttachmentEndpoint |
DELETE | /attachments/(?P | DeleteAttachmentEndpoint |
GET | /attachments/(?P | ServeAttachmentEndpoint |
POST | /customer-email-preference | SaveEmailPreferenceEndpoint |
GET | /customer-thread/poll | PollCustomerThreadEndpoint |
POST | /customer-updates | SubmitCustomerUpdateEndpoint |
GET | /order-updates | OrderUpdatesListEndpoint |
POST | /updates | SaveUpdateEndpoint |
DELETE | /updates/(?P | DeleteUpdateEndpoint |
GET | /updates/(?P | SingleOrderUpdateEndpoint |
GET | /updates/(?P | GetCustomerNotesEndpoint |
POST | /updates/(?P | AddCustomerNoteEndpoint |
PATCH/PUT | /updates/(?P | UpdateCustomerNoteEndpoint |
GET | /updates/(?P | GetCustomerNoteHistoryEndpoint |
POST | /updates/(?P | NotifyCustomerEndpoint |
GET | /updates/(?P | GetPreviousCustomerNotesEndpoint |
GET | /updates/(?P | UpdateActionHistoryEndpoint |
GET | /updates/(?P | GetUpdateNotesEndpoint |
POST | /updates/(?P | AddUpdateNoteEndpoint |
DELETE | /updates/(?P | DeleteUpdateNoteEndpoint |
PATCH/PUT | /updates/(?P | UpdateUpdateNoteEndpoint |
POST | /updates/(?P | SubmitRatingEndpoint |
POST | /updates/(?P | ReopenUpdateEndpoint |
POST | /updates/(?P | MarkSolvedEndpoint |
POST | /updates/(?P | SaveStaffEmailPreferenceEndpoint |
POST | /updates/(?P | ChangeUpdateStatusEndpoint |