Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 616 Bytes

2021-10-12-allow-to-bulk-update-customer-group-registration-api.md

File metadata and controls

10 lines (10 loc) · 616 Bytes
title issue
Allow bulking update for Customer Group Registration Api
NEXT-17874

Core

  • Changed \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController to accept customerIds and silentError as body parameter to allow bulking accept or decline API
  • Deprecated customerId route parameter in api.customer-group.accept and api.customer-group.decline api, use customerIds in body instead

Administration

  • Changed customer-group-registration.api.service.js accept and decline methods to send customerId in customerIds body payload instead of as a route parameter