Marketplace Flow

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

ZORT x Lazada

ZORT x Shopee

Order Price Structure For Marketplace

Reference: GETORDERS and GETORDERDETAIL

OrderTypeDescription

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 updated