Skip to content

Commit c715eb8

Browse files
committed
Article updated: Marketplace and merchant state machines interaction
1 parent 8038654 commit c715eb8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Marketplace/cdda411c-999c-473d-a444-7c8d93017541.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
When viewed independently of each other, the Marketplace and Merchant State Machines workflows look like this:
22

3-
Marketplace State Machine workflow
3+
Marketplace State Machine workflow:
44
![Marketplace state machine workflow](https://confluence-connect.gliffy.net/embed/image/f0eb1f48-ae89-47ca-8f48-42e37c63f4ba.png?utm_medium=live&utm_source=custom){height="" width=""}
55

6-
Merchant State Machine workflow
6+
Merchant State Machine workflow:
77
![Merchant state machine workflow](https://confluence-connect.gliffy.net/embed/image/b938441d-1a4a-4fe3-903d-580965b1bfea.png?utm_medium=live&utm_source=custom){height="" width=""}
88

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.
1010

1111
## 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*.
1313
![State: New](https://confluence-connect.gliffy.net/embed/image/630bbd7b-66ee-475f-9d79-50a258b994b2.png?utm_medium=live&utm_source=custom){height="" width=""}
1414

1515
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
2121
| Customer | Storefront | Confirmed / Accepted |
2222

2323
## 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.
2525

2626
![Order item’s status progress: Paid](https://confluence-connect.gliffy.net/embed/image/98582508-84a7-4fc5-ad6e-73ace5772daa.png?utm_medium=live&utm_source=custom){height="" width=""}
2727

@@ -34,7 +34,7 @@ The table below provides an overview of the statuses that are displayed at this
3434
| Customer | Storefront | In Progress |
3535

3636
## 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*.
3838
:::(Warning) (Note)
3939
The Marketplace Administrator can also cancel the order under exceptional circumstances.
4040
:::
@@ -49,7 +49,7 @@ The table below provides an overview of the statuses that are displayed at this
4949
| Customer | Storefront | Canceled |
5050

5151
## 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*.
5353

5454
![Order item’s status progress: Refunded](https://confluence-connect.gliffy.net/embed/image/fafabe65-1339-48d7-88b3-b83bf54ccf09.png?utm_medium=live&utm_source=custom){height="" width=""}
5555

@@ -62,7 +62,7 @@ The table below provides an overview of the statuses that are displayed at this
6262
| Customer | Storefront | Refunded |
6363

6464
## 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*.
6666

6767
![Order item’s status progress: Sent to Merchant](https://confluence-connect.gliffy.net/embed/image/00ac2bfc-1d84-4035-8ac5-93352d8305be.png?utm_medium=live&utm_source=custom){height="" width=""}
6868

@@ -75,7 +75,7 @@ The table below provides an overview of the statuses that are displayed at this
7575
| Customer | Storefront | In Progress |
7676

7777
## 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.
7979

8080
![Order item’s status progress: Canceled by Merchant](https://confluence-connect.gliffy.net/embed/image/c141bb84-9abe-48c7-8ca4-5ea508435480.png?utm_medium=live&utm_source=custom){height="" width=""}
8181

@@ -87,8 +87,8 @@ The table below provides an overview of the statuses that are displayed at this
8787
| Merchant | Merchant Portal | Canceled by Merchant|
8888
| Customer | Storefront | Canceled |
8989

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.
9292

9393
![Order Item’s Status Progress: Shipped by Merchant](https://confluence-connect.gliffy.net/embed/image/6cea2d2f-1797-47ba-8a99-938aef05fc90.png?utm_medium=live&utm_source=custom){height="" width=""}
9494

@@ -101,7 +101,7 @@ The table below provides an overview of the statuses that are displayed at this
101101
| Customer | Storefront | Shipped Expected by \<date\> |
102102

103103
## 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 Deliver 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.
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.
105105

106106
![Order item’s status progress: Delivered](https://confluence-connect.gliffy.net/embed/image/04b08764-f5c4-4de7-9725-b12557e2ea61.png?utm_medium=live&utm_source=custom){height="" width=""}
107107

@@ -114,7 +114,7 @@ The table below provides an overview of the statuses that are displayed at this
114114
| Customer | Storefront | Delivered on \<date\> |
115115

116116
## 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.
118118

119119
![Order item’s status progress: Closed](https://confluence-connect.gliffy.net/embed/image/d4583bab-dda6-4ecc-bd92-94388f5e8710.png?utm_medium=live&utm_source=custom){height="" width=""}
120120

0 commit comments

Comments
 (0)