Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 3.68 KB

File metadata and controls

30 lines (26 loc) · 3.68 KB

Voucherify.Model.MemberActivityDataOrderItemsItem

Properties

Name Type Description Notes
Id string Unique identifier of the order line item. [optional]
Object string [optional]
SourceId string The merchant's product/SKU ID (if it is different from the Voucherify product/SKU ID). It is useful in the integration between multiple systems. It can be an ID from an eCommerce site, a database, or a third-party service. [optional]
RelatedObject string [optional]
ProductId string Unique identifier of the product. It is assigned by Voucherify. [optional]
SkuId string Unique identifier of the SKU. It is assigned by Voucherify. [optional]
Quantity int Quantity of the particular item in the cart. and The quantity of the particular item in the cart. [optional]
AppliedQuantity int? Quantity of items changed by the application of a new quantity items. It can be positive when an item is added or negative if an item is replaced. [optional]
AppliedQuantityAmount int? Amount for the items changed by the application of a new quantity items. It can be positive when an item is added or negative if an item is replaced. [optional]
DiscountQuantity int Number of discounted items. and Number of dicounted items. [optional]
AppliedDiscountQuantity int? Number of the discounted items applied in the transaction. [optional]
Amount int Total amount of the order item (price * quantity). and The total amount of the order item (price * quantity). [optional]
DiscountAmount int? Sum of all order-item-level discounts applied to the order. [optional]
AppliedDiscountAmount int Order-level discount amount applied in the transaction. and This field shows the order-level discount applied. [optional]
Price int? Unit price of an item. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`. [optional]
SubtotalAmount int Final order item amount after the applied item-level discount. If there are no item-level discounts applied, this item is equal to the `amount`. `subtotal_amount`=`amount`-`discount_amount` and Final order item amount after the applied item-level discount. If there are no item-level discounts applied, this item is equal to the `amount`. `subtotal_amount`=`amount`-`applied_discount_amount` [optional]
InitialQuantity int? A positive integer in the smallest unit quantity representing the total amount of the order; this is the sum of the order items' quantity. [optional]
InitialAmount int? A positive integer in the smallest currency unit (e.g. 100 cents for $1.00) representing the total amount of the order. This is the sum of the order items' amounts. [optional]
Product MemberActivityDataOrderItemsItemProduct [optional]
Sku MemberActivityDataOrderItemsItemSku [optional]
Metadata Object A set of custom key/value pairs that you can attach to an item object. It can be useful for storing additional information about the item in a structured format. It can be used to define business validation rules or discount formulas. [optional]

[Back to Model list] [Back to API list] [Back to README]