ZORT API V4
  • Overview
    • Introduction
    • Data Definition
    • Webhook
  • API Reference
    • Product
    • Bundle
    • Warehouse
    • Contact
    • Order
    • Purchase Order
    • Return Order
    • Return Purchase Order
    • Transfer
    • Quotation
    • Finance
    • File Upload
    • Document
    • Merchant
  • Partner
    • Registration
    • Authentication
  • Announcements
    • API Update
      • [17 Apr 2025] Update
      • [15 Feb 2025] Update
      • [2 Dec 2024] Important Update
      • [31 Oct 2024] Update
      • [10 Feb 2024] Update
      • [1 Nov 2023] Update
      • [14 Oct 2023] Update
      • [15 Aug 2023] Update
      • [1 June 2023] Important Update
    • Marketplace Flow
Powered by GitBook
On this page
  1. Announcements

Marketplace Flow

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

Previous[1 June 2023] Important Update

Last updated 2 years ago

ZORT x Lazada

ZORT x Shopee

Order Price Structure For Marketplace

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

Reference: and

GETORDERS
GETORDERDETAIL
ZORT x Lazada Data
ZORT x Shopee Data