Order to Quote
Order conversion lets a logged-in customer create a new quote from one of their existing orders. An administrator with quote-save permission can also create a B2B quote from an order in Magento Admin.
The flow validates:
- customer is logged in
- request has a valid form key
- order ID is provided
- order belongs to the current customer
The resulting customer quote opens as an editable draft so the customer can review the copied items, change quantities, add requirements, and submit it for pricing. Magento checks the configured maximum number of active quotes before creating it.
The admin action requires MageB2B_B2BQuote::quotes_save and opens the new quote in the B2B Quote editor.
Admin and customer use cases
Order to quote is useful when:
- customers reorder similar project requirements
- a previous order needs negotiation before repeat purchase
- sales teams convert historic orders into managed quote workflows
- B2B customers use quotes for budget approval before purchase