Order Update Pipeline

The Pacemaker Order Update Pipeline is created by the Pipeline Initializer dynamically.

The Pacemaker Order Update Component can handle the following operations:

  • Order cancellations

  • Invoice creations

  • Shipment creations

  • Creditmemo creations

The pipeline will be spawned by a handler chain, which checks the given file. For more details, see here.

By default, the pipeline consists of two steps:

Creation step

  • The first step of the pipeline fetches and processes the notification document

    • For example: The shipment will be created for the shipment notification document

creation step

Move files step

  • The second step of the pipeline moves the file from the var/pacemaker/import directory to the pipeline directory

move files step