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:
shopIdShop IDnotificationIdUnique id for notificationexpirationDatewhen this notification should expire. Please note this is a local time.providerIddistinguish between different providers (optional)
Delete Pick Order Notification¶
Cancels a previously created pick order notification.
Use endpoint /api/v1.0/Switch/PickOrderNotification/{notificationId}.
Parameters:
notificationIdUnique id for notification