Name | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
Price | decimal number |
None. |
|
Quantity | decimal number |
None. |
|
ReturnToStock | boolean |
None. |
|
ExternalTransactionData | string |
None. |
|
Discount | decimal number |
None. |
|
IndividualDiscount | decimal number |
None. |
|
AdditionalTaxes | Collection of OrderItemTaxInfo |
None. |
|
Cost | decimal number |
None. |
|
Name | string |
None. |
|
SKU | string |
None. |
|
DiscountCode | string |
None. |
|
CategoryName | string |
None. |
|
ProductAttributes | string |
None. |
|
CustomAttributes | OrderItemCustomAttributesInfo |
None. |
|
GiftCardId | integer |
None. |
|
StylistID | integer |
None. |
|
IsService | boolean |
None. |
|
IsMembership | boolean |
None. |
|
RevenueAccountCode | string |
None. |
|
InventoryAccountCode | string |
None. |
|
CogsAccountCode | string |
None. |
|
ItemGuid | globally unique identifier |
None. |
|
IsPrepaidPackage |
if it's prepaid package buy and/or redeem |
boolean |
None. |
IsPrepaidPackageRedeemption |
if it's prepaid package redeemption only (not package initial sale) |
boolean |
None. |
PackageRedemptionQty |
how much qty (should be) redeemed (order header parameter IsPackageTransactionCreatedBefore define if prepaid transaction was added before) |
integer |
None. |
PrepaidOrderPackageId |
if set - prepaid package will be sold (only if IsPackageTransactionCreatedBefore is false) |
integer |
None. |
PrepaidTransactionId |
if set - prepaid package was already redeemed and it's should be join with current order and it's id of OrderItemMId on transaction, created via pos/prepaidItem/redeem method |
integer |
None. |