Path: CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.UnitPrice
Name
|
UnitPrice
|
Path
|
CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.UnitPrice
|
Description
|
The item’s unit price. Total price will be calculated based on
quantity times the unit price.
|
Data Type
|
Int64
|
Range
|
Minimum: 1
Maximum: 9999999999
Use
12345 for $123.45 – do not use decimal points. $100 = 10000
|
Default
|
|
Operation
|
Transaction Operation only
|
Input/output
|
Input
|
Version/Release
|
1.2
|
Required
|
Yes
|
Example
|
<UnitPrice>2000</UnitPrice>
The above unit price is $20.00.
|
Schema
<xsd:element name="UnitPrice">
<xsd:simpleType>
<xsd:annotation>
<xsd:documentation>The
item’s unit price. Total price will be
calculated based on quantity times the unit price.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:long">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="9999999999"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>