Skip to content

Pick Order Notifications

Create or delete in store pick order notifications.

Create Pick Order Notification

Creates pick order notification for site to be displayed on rPOS.

Use endpoint /api/v1.0/Switch/PickOrderNotification.

{
  "shopId": "string",
  "notificationId": "string",
  "expirationDate": "2024-12-11T12:22:29.614Z",
  "providerId": "string"
}

Parameters:

  • shopId Shop ID
  • notificationId Unique id for notification
  • expirationDate when this notification should expire. Please note this is a local time.
  • providerId distinguish between different providers (optional)

Delete Pick Order Notification

Cancels a previously created pick order notification.

Use endpoint /api/v1.0/Switch/PickOrderNotification/{notificationId}.

Parameters:

  • notificationId Unique id for notification