Executed when called by the handleElectronicModifyOrderNotification chain.
The following sections describe each processor in the pipeline chain.
extractShippingGroupIds1
This processor extracts the shipping group IDs from the ModifyOrderNotification message and places them in the pipeline’s parameter map.
Transactional mode: TX_MANDATORY
Nucleus component: /atg/commerce/fulfillment/processor/ExtractShippingGroupIds
PipelineProcessor object: atg.commerce.fulfillment.processor.ProcExtractShippingGroupIds
Transitions: Return value of 1 executes the processElectronicShippingGroupsChain1 processor.
processElectronicShippingGroupsChain1
This processor iterates through the shipping groups contained in the ModifyOrderNotification message, and runs the processElectronicShippingGroup chain for each.
Transactional mode: TX_MANDATORY
Nucleus component: /atg/commerce/fulfillment/processor/ProcessElectronicShippingGroupsChain
PipelineProcessor object: atg.commerce.fulfillment.processor.ProcProcessShippingGroups
Transitions: None. This is the last link in the chain and causes the PipelineManager to return to the caller.

