| Parameter | Datatype | Length | Required | Description |
|---|---|---|---|---|
| sellerId | String | 64 | M | Globally unique ID for each seller on E-commerce platform |
| orderId | String | 64 | M | The PI/CI number |
| sku | String | 32 | M | Stock Keeping Unit |
| transactionTime | Timestamp | M | Transaction Time | |
| transactionCurrency | String | 3 | M | “CNH” |
| transactionAmount | String | 64 | M | The amount corresponding to the goods. 2 decimals |
| productType | String | 3 | M | Refer to appendix |
| productName | String | 128 | M | The specific name of the product |
| productQuantity | String | 16 | M | The specific quantity of the product. |
| productUnitPrice | String | 16 | M | The unit price corresponding to a single product. 2 decimals |
| shippingStatus | String | 16 | M | “Not Shipped”, “Shipped”. |
| estimatedShippingTime | Timestamp | C | Must be filled in when the status is "Not Shipped." Not required if already shipped. | |
| logisticsTrackingNo | String | 64 | C | Must be filled in if the status is "Shipped." Not required if not shipped. |
| logisticsCompany | String | 512 | C | Must be filled in if the status is "Shipped." Not required if not shipped. |
| shippingTime | Timestamp | M | The actual shipping time. | |
| country | String | 3 | M | Trade Country |
| storeUrl | String | 2048 | M | The product display website of the company. |
| buyerName | String | 512 | O | Buyer’s Name |
| buyerAddress | String | 2048 | O | Buyer’s Address |