title | issue |
---|---|
Add api flow action list |
NEXT-15558 |
- Added new API
GET: /api/_info/actions.json
atShopware\Core\Framework\Api\Controller\InfoController
which used to return lists flow action. - Added
FlowActionCollector
, classes atShopware\Core\Content\Flow\Action
. - Added
FlowActionCollectorResponse
class atShopware\Core\Content\Flow\Action
. - Added
FlowActionDefinition
class atShopware\Core\Content\Flow\Action
- Added
AddTagAction
,RemoveTagAction
, andSetOrderStateAction
class atShopware\Core\Content\Flow\Action
. - Removed
AddOrderTagAction
class atShopware\Core\Content\Flow\Action
. - Added
FlowActionCollectorEvent
to dispatch when have a collect flow action. - Added
UserAware
interfaces atShopware\Core\Framework\Event
. - Added
orderAware
,customerAware
,webhookAware
,userAware
properties and getter, setter for them into classBusinessEventDefinition
atShopware\Core\Framework\Event
. - Added
getCustomerId
function intoCustomerAccountRecoverRequestEvent
,CustomerChangedPaymentMethodEvent
,CustomerDeletedEvent
,CustomerDoubleOptInRegistrationEvent
,CustomerGroupRegistrationAccepted
,CustomerGroupRegistrationDeclined
,CustomerLoginEvent
,CustomerLogoutEvent
,CustomerRegisterEvent
andDoubleOptInGuestOrderEvent
atShopware\Core\Checkout\Customer\Event
. - Added
getOrderId
function intoOrderStateMachineStateChangeEvent
atShopware\Core\Checkout\Order\Event
. - Added
getUserId
function intoUserRecoveryRequestEvent
atShopware\Core\System\User\Recovery
.