TransactionItem
  • 1 Minute to read
  • Dark
    Light

TransactionItem

  • Dark
    Light

Article summary

Name

Type

Description

Constraints

orderId

String

ID of the order.

required

productName

String

Name of the product.

required

productSKU

String

SKU of the product.

required

category

String

Category of the product.

required

brand

String

Brand of the product.

required

storeId

String

Store ID.

required

purchaseSource

String

Source of the purchase.

required

discountValue

String

Value of the discount.

required

productQuantity

String

Quantity of the product.

required

discountPercentage

String

Discount percentage.

required

it has to contain a numeric value from 0.0 to 1.0

returnedQuantity

String

Returned quantity of the product.

required

imageURL

String

Image URL.

required

productURL

String

Product URL.

required

currency

String

Currency.

required

timestamp

String

Date/time of the event.

required

productPrice

String

Product price.

required


Was this article helpful?