title | issue |
---|---|
Allow bulking update for Customer Group Registration Api |
NEXT-17874 |
- Changed
\Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
to acceptcustomerIds
andsilentError
as body parameter to allow bulking accept or decline API - Deprecated
customerId
route parameter inapi.customer-group.accept
andapi.customer-group.decline
api, usecustomerIds
in body instead
- Changed
customer-group-registration.api.service.js
accept and decline methods to send customerId incustomerIds
body payload instead of as a route parameter