Skip to content
	
	
	
		
							
			
				
					
					
	
				
		
					
				
Backoffice
- As a community admin, you can now view the dashboard pages for a single merchant.
 - Fixed an issue where stacks did not show the correct gifts.
 
Admin backoffice
- The merchant ID is now visible on the merchant overview page.
 - Added audit logging for locking/unlocking a giftbatch.
 - Added audit logging for updating a program.
 - Added the possibility to resend gift activation codes to customers.
 
Backend
- When trying to create a gift order without an order ID, you will now receive a correct error message upon sending the request.
 
API
- Added GET /merchants/info call. This call will return the ID of the merchant based on the access token.
 - Added GET /merchant/<id>/ call. This call will return the merchant information based on the ID en the access token.
 - Fixed a bug where the GET /communities/<id>/merchants call would fail if you did not provide the excludeImage parameter. This parameter is now false by default.
 - Added the prizes url to GET /customers/<id>/community call.
 
Merchant app
- Fixed a bug where the device theme chosen by the community admin was not used.