You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Marketplace/cdda411c-999c-473d-a444-7c8d93017541.md
+13-13
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
When viewed independently of each other, the Marketplace and Merchant State Machines workflows look like this:
2
2
3
-
Marketplace State Machine workflow
3
+
Marketplace State Machine workflow:
4
4
{height="" width=""}
5
5
6
-
Merchant State Machine workflow
6
+
Merchant State Machine workflow:
7
7
{height="" width=""}
8
8
9
-
In this article, we'll look into the process of how Marketplace and Merchant State Machines work together and check what statuses are displayed in the Back Office to a Marketplace Administrator, in the Merchant Portal to the merchant and in the customer account to a buyer in the Storefront respectfully.
9
+
In this article, we'll look into the process of how Marketplace and merchant state machines work together and check what statuses are displayed in the Back Office to a Marketplace administrator, in the Merchant Portal to a merchant, and on the Storefront to a buyer.
10
10
11
11
## Order item’s status progress: New
12
-
The process starts when the customer places an order. The Marketplace order obtains state *New*.
12
+
The process starts when a customer places an order. The Marketplace order obtains state *New*.
The table below provides an overview of the statuses that are displayed at this step:
@@ -21,7 +21,7 @@ The table below provides an overview of the statuses that are displayed at this
21
21
| Customer | Storefront | Confirmed / Accepted |
22
22
23
23
## Order item’s status progress: Paid
24
-
Once the Marketplace Administrator receives the payment, the state in the marketplace order item moves to*Paid*. The event could be triggered automatically when the payment was done in the marketplace system, or the payment confirmation is uploaded with data importers or manually in other circumstances.
24
+
Once the Marketplace administrator receives the payment, the state of the marketplace order item becomes*Paid*. The event could be triggered automatically when the payment was done in the marketplace system, or the payment confirmation is uploaded with data importers or manually in other circumstances.
25
25
26
26
{height="" width=""}
27
27
@@ -34,7 +34,7 @@ The table below provides an overview of the statuses that are displayed at this
34
34
| Customer | Storefront | In Progress |
35
35
36
36
## Order item’s status progress: Canceled
37
-
After the payment has been made, the customer can still cancel the order during the period outlined by the Marketplace policies. The Marketplace provides the customer with a button on the Storefront to carry out that action. When the customer cancels the order, the state of the marketplace order item moves to*Canceled*.
37
+
After the payment has been made, the customer can still cancel the order during the period outlined by the Marketplace policies. The Marketplace provides the customer with a button on the Storefront to carry out that action. When the customer cancels the order, the state of the marketplace order item becomes*Canceled*.
38
38
:::(Warning) (Note)
39
39
The Marketplace Administrator can also cancel the order under exceptional circumstances.
40
40
:::
@@ -49,7 +49,7 @@ The table below provides an overview of the statuses that are displayed at this
49
49
| Customer | Storefront | Canceled |
50
50
51
51
## Order item’s status progress: Refunded
52
-
When the order is canceled after the payment has been made, the Marketplace Administrator has to refund the payment for the canceled order to the customer in full or partially. When the refund is completed, the state of the marketplace order item moves to*Refunded*. After issuing the refund, the Marketplace policies set time to elapse before the state of the order is automatically transferred to *Closed*.
52
+
When the order is canceled after the payment has been made, the Marketplace administrator has to refund the payment for the canceled order to the customer in full or partially. Once the refund has been made, the state of the Marketplace order item becomes*Refunded*. After issuing the refund, the Marketplace policies set time to elapse before the state of the order is automatically transferred to *Closed*.
53
53
54
54
{height="" width=""}
55
55
@@ -62,7 +62,7 @@ The table below provides an overview of the statuses that are displayed at this
62
62
| Customer | Storefront | Refunded |
63
63
64
64
## Order item’s status progress: Sent to Merchant
65
-
When the system has payment confirmation, it performs the operations to split the marketplace order into one or several merchant orders. The state of the marketplace order item moves to *Sent to Merchant*. The merchant orders are created, and each of the items that they contain shows a state according to each Merchant’s state machine. The first state is *New*.
65
+
When the system has payment confirmation, it performs the operations to split the marketplace order into one or several merchant orders. The state of the marketplace order item becomes*Sent to Merchant*. The merchant orders are created, and each of the items that they contain shows a state according to each Merchant’s state machine. The first state is *New*.
66
66
67
67
{height="" width=""}
68
68
@@ -75,7 +75,7 @@ The table below provides an overview of the statuses that are displayed at this
75
75
| Customer | Storefront | In Progress |
76
76
77
77
## Order item’s status progress: Canceled by Merchant
78
-
Merchant can cancel the order for various reasons. The state of the merchant order Item, in this case, will change to *Canceled* by merchant. The Marketplace Administrator also sees the updated state in the Back Office.
78
+
Merchant can cancel the order for various reasons. The state of the merchant order item, in this case, will change to *Canceled by Merchant*. The Marketplace administrator also sees the updated state in the Back Office.
79
79
80
80
{height="" width=""}
81
81
@@ -87,8 +87,8 @@ The table below provides an overview of the statuses that are displayed at this
87
87
| Merchant | Merchant Portal | Canceled by Merchant|
88
88
| Customer | Storefront | Canceled |
89
89
90
-
## Order Item’s Status Progress: Shipped by Merchant
91
-
The merchant ships the item to the customer address. To input this information on Merchant Portal, the merchant triggers the event manually (**Shipped** action button) or through the import of the new state via a CSV file. The item’s state on the Merchant State Machine moves to *Shipped*. The Marketplace Administrator also needs to make use of this info. They need to see that the item was also shipped in the Marketplace State Machine.
90
+
## Order item’s status progress: Shipped by Merchant
91
+
The merchant ships the item to the customer address. To input this information on Merchant Portal, the merchant triggers the event manually (**Shipped** action button) or through the import of the new state via a CSV file. The item’s state on the merchant state machine moves to *Shipped*. The Marketplace administrator also needs to make use of this info. They need to see that the item was also shipped in the Marketplace state machine.
92
92
93
93
{height="" width=""}
94
94
@@ -101,7 +101,7 @@ The table below provides an overview of the statuses that are displayed at this
101
101
| Customer | Storefront | Shipped Expected by \<date\>|
102
102
103
103
## Order item’s status progress: Delivered
104
-
After the shipment, the merchant tracks the delivery with the shipment carrier. When the item is delivered, the carrier notifies the merchant. The merchant triggers the event Delivermanually (**Delivered** action button) or automatically by uploading a CSV with the new state to the Merchant Portal. The Marketplace Administrator also needs to be aware of this information. The state is also updated on the Marketplace State Machine.
104
+
After the shipment, the merchant tracks the delivery with the shipment carrier. When the item is delivered, the carrier notifies the merchant. The merchant triggers the *Deliver* event manually (**Delivered** action button) or automatically by uploading a CSV with the new state to the Merchant Portal. The Marketplace administrator also needs to be aware of this information. The state is also updated on the Marketplace state machine.
105
105
106
106
{height="" width=""}
107
107
@@ -114,7 +114,7 @@ The table below provides an overview of the statuses that are displayed at this
114
114
| Customer | Storefront | Delivered on \<date\>|
115
115
116
116
## Order item’s status progress: Closed
117
-
Marketplace applies a series of policies that allow customers to return items during a given period of time. When that period expires, the marketplace order item is moved to *Closed*. The Merchant Administrator must also be aware of that expiration, and the state closed is also used on the Merchant State Machine for the item.
117
+
Marketplace applies a series of policies that allow customers to return items during a given period of time. When that period expires, the marketplace order item gets the *Closed* state. The Merchant administrator must also be aware of that expiration, and the state closed is also used on the Merchant state machine for the item.
118
118
119
119
{height="" width=""}
0 commit comments