> **Impact analysis** · produced by `swarmkit run oms-intake (business-analyst → impact-analysis skill)` · requirement **OMS-101** ### Summary of Requirements The requirement is to enable the Web storefront to submit customer orders to the Order Management System (OMS) and to poll for the status of those orders. This involves the development of a new order-submission API and a status endpoint within the OMS. ### Business Flows Impacted 1. **Order Submission Flow**: The process by which the Web storefront sends customer orders to the OMS. 2. **Order Status Polling Flow**: The mechanism for the Web storefront to check the status of submitted orders from the OMS. ### Affected Applications - **Order Management System (OMS)**: The primary application that will be modified to include new APIs for order submission and status checking. - **Web Storefront**: The application that will interact with the OMS to submit orders and poll for their status. ### Rationale - The OMS will need to implement new APIs for order submission and status checking, which directly affects its functionality. - The Web storefront will need to integrate with these new APIs to ensure seamless order processing and status updates. ### Open Questions 1. What specific applications are we assessing for impact? 2. What are the architectural summaries for the applications in question? 3. Are there any specific changes, requirements, or issues that need to be addressed?