Loading theme toggle
GET/customers/self/notifications

Get customer notifications

**Status:** `draft` Retrieve customer notifications (order updates, promotions, loyalty points, review reminders).

Customers

Request

Make a GET request to /customers/self/notifications.

Query Parameters

unreadOnlyboolean
Only return unread notifications
typestring
Filter by notification type
Allowed values: order_update | promotion | loyalty_points | review_reminder | price_drop | back_in_stock

Response

200Customer notifications
401Unauthorized
500Internal Server Error