Marketplace Flow
Marketplace flow will describe how data flow from Marketplace (Ex. Lazada, Shopee) to ZORT platform to Open API.

ZORT x Lazada Data

ZORT x Shopee Data
Order | Type | Description |
---|---|---|
amount | Double | Net Amount |
vatamount | Double | Vat Amount |
discount | String | Discount.
Discount includes sellerdiscount and platformdiscount. |
sellerdiscount | Double | Seller Discount |
platformdiscount | Double | Platform Discount.
This discount is subsidized from Marketplace for buyer. (Ex. Lazada, Shopee, JDCentral) |
voucheramount | Double | Subsidized Amount from Marketplace for seller. |
discountamount | Double | Total summary of order discount. (Include discount and voucheramount).
discountamount = discount - voucheramount
discountamount = sellerdiscount + platformdiscount - voucheramount |
Last modified 5mo ago