E-commerce Order Processor Deferment Mechanism

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In online commerce, it is challenging to manage and alter orders after payment has been made, leading to issues like cancellations and returns, especially for complex or multi-user orders, as existing systems lack flexibility in order management.

Innovation Solution

An e-commerce order processor that allows for order deferment and sharing, enabling users to modify orders based on predefined criteria such as monetary value, time, or quantity thresholds, and permits multiple users to collaborate on orders with shared privileges, allowing changes even after payment has been made.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If order completion is processed immediately after payment, then transaction efficiency is improved, but order management flexibility deteriorates

Engineering Contradiction:
Improvetransaction efficiencyVSAvoidorder management flexibility
Core Design Contradiction:
ProductivityVSAdaptability or versatility

Solution Approach 1:

The system performs preliminary actions by separating order completion processing from payment processing. The order is marked as completed immediately after payment authorization, while actual fulfillment is deferred to a later time. This allows the system to maintain transaction efficiency while enabling subsequent order modifications through the deferred fulfillment mechanism.

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If order changes are allowed after payment, then order management flexibility is improved, but system complexity increases

Engineering Contradiction:
Improveorder management flexibilityVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system segments the order lifecycle into distinct phases: payment authorization, order completion marking, and fulfillment execution. By separating these phases, the system allows order modifications during the completion marking phase without complicating the core payment and fulfillment mechanisms. The fulfillment phase remains simple while gaining flexibility in the intermediate stage.

Inventive Principle:
Principle #1Segmentation

3Adaptability or versatility

If payment processing is delayed, then order management flexibility is improved, but transaction efficiency deteriorates

Engineering Contradiction:
Improveorder management flexibilityVSAvoidtransaction efficiency
Core Design Contradiction:
Adaptability or versatilityVSProductivity

Solution Approach 1:

The system performs payment authorization immediately to maintain transaction efficiency, then marks the order as completed without delaying the authorization process. The deferment applies only to fulfillment execution, not to payment processing. This approach maintains high transaction efficiency while providing flexibility for order changes before fulfillment.

Inventive Principle:
Principle #10Preliminary action

4Reliability

If order completion criterion is set with time delay, then cancellation possibility is reduced, but fulfillment time increases

Engineering Contradiction:
Improvecancellation reductionVSAvoidfulfillment time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system implements dynamic order completion criteria that can be configured with time delays. The fulfillment is automatically triggered after the specified time period elapses without order changes. This dynamic approach reduces cancellations by giving customers a cooling-off period while automatically proceeding to fulfillment if no changes are made, balancing reliability with time efficiency.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS11640629B2Methods and systems for electronic commerce order management
Publication Date: 2023.05.02 SHOPIFY INC
  • US11640629B2 patent drawing
  • US11640629B2 patent drawing
  • US11640629B2 patent drawing

AI summary

A computer-implemented method and system may include receiving, at an e-commerce order processor, an order from a first user comprising at least one product, wherein the order is received in association with an order sharing configuration indication; processing the order based on an order sharing criterion; receiving an order change from a second user; and processing an order completion.