Send a notification to the merchant
Create an in-app notification delivered to the store owner, also pushed to their devices. Requires the SEND_NOTIFICATIONS scope.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Body
Short heading for the notification.
Body text of the notification.
Category of the notification (e.g. "info", "order", "urgent"). Defaults to "info". A type of "urgent" is delivered with high push priority.
Optional deep-link URL the merchant opens when tapping the notification.
Optional arbitrary key/value metadata attached to the notification and forwarded in the push payload.
Response
The created notification.
Standard Salesive response envelope. The operation-specific payload is carried in data.

