# Marketplace Flow

#### ZORT x Lazada

![ZORT x Lazada Data](https://1988641425-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOMnztGbhY4iHIAN8SL9M%2Fuploads%2F7zjfaIHNbhrKjHymZjiU%2Flazada_flow.jpg?alt=media\&token=80df5787-d5a0-43fa-bbd3-96bf587267cd)

#### ZORT x Shopee

![ZORT x Shopee Data](https://1988641425-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOMnztGbhY4iHIAN8SL9M%2Fuploads%2FVDaYkf7icb7q16gLlO6Y%2Fshopee_flow.jpg?alt=media\&token=802275e2-a850-41ef-9b8b-cb0e686c47d5)

#### Order Price Structure For Marketplace

{% hint style="info" %}
**Reference:** [GETORDERS](https://developers.zortout.com/api-reference/order#get-orders) and [GETORDERDETAIL](https://developers.zortout.com/api-reference/order#get-order-detail)
{% endhint %}

<table><thead><tr><th width="170.21792325415112">Order</th><th width="150">Type</th><th>Description</th></tr></thead><tbody><tr><td>amount</td><td>Double</td><td>Net Amount</td></tr><tr><td>vatamount</td><td>Double</td><td>Vat Amount</td></tr><tr><td>discount</td><td>String</td><td>Discount.<br>Discount includes sellerdiscount and platformdiscount.</td></tr><tr><td>sellerdiscount</td><td>Double</td><td>Seller Discount</td></tr><tr><td>platformdiscount</td><td>Double</td><td>Platform Discount.<br>This discount is subsidized from Marketplace for buyer. (Ex. Lazada, Shopee, JDCentral)</td></tr><tr><td>voucheramount</td><td>Double</td><td>Subsidized Amount from Marketplace for seller.</td></tr><tr><td>discountamount</td><td>Double</td><td>Total summary of order discount. (Include discount and voucheramount).<br>discountamount = discount - voucheramount<br>discountamount = sellerdiscount + platformdiscount - voucheramount</td></tr></tbody></table>
