OrderItem
Properties
Name | Type | Required | Description |
---|---|---|---|
Type_ | OrderItemType | ✅ | |
Sku | string | ✅ | |
Quantity | double | ✅ | |
GrossPaidPrice | double | ✅ | |
Description | string | ✅ | |
GrossPaidPricePerUnit | double | ❌ | |
TaxAmount | double | ❌ | |
TaxPercent | double | ❌ | |
ImageUrl | string | ❌ | |
TargetUrl | string | ❌ | |
ExtraData | object | ❌ | |
TotalDiscount | double | ❌ | |
OriginalPrice | double | ❌ | |
OriginalPricePerUnit | double | ❌ | |
Discounts | List<OrderItemDiscount> | ❌ | |
Discounted | bool | ❌ |
OrderItemType
Properties
Name | Type | Required | Description |
---|---|---|---|
Purchase | string | ✅ | "PURCHASE" |
Return_ | string | ✅ | "RETURN" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs