Indexing
...
Entities
Discovery
Update
3min
entity update does not send any data via the api to klevu its only purpose is to update the klevu indexing entity database table and calculate the next action entity update triggers entity discovery for a selection of entity ids various plugins and observers trigger entity updates, e g when an entity is saved entity update will add any missing entities and determine if those entities are indexable set any of the passed entity ids which are no longer indexable, but were previously registered, to have a next action of delete set any of the passed entity ids that have become indexable to have a next action of add set the next action for the passed entity ids to update if they are indexable entity update will not send any data to klevu \klevu\indexing\service\entityupdateorchestratorservice responsible for entity update all the above methods of triggering entity update use this service cli klevu\ indexing\ entity update the update can also be triggered via cli and has 1 required parameter and 2 optional parameters entity ids a comma separated list of entity ids to update api keys \[optional] comma separated list of api keys to update entity types \[optional] comma separated list of entity types to update, options klevu product klevu category e g bin/magento klevu\ indexing\ entity update \\ \ entity ids="1,2,3" \\ \ entity types="klevu product" \\ \ api keys="klevu example js api key"