Product Model

This model represent the full details about the items in the ticket including sub-products.

Product Model

This model referenced in "products" field of Create a transaction request body

field
type
description

name

string

example: Coca-Colla

Name of the product

quantity

number

example: 100

Quantity of products

amount

number

example: 3499

Amount/Cost of a single product

discount

number

example: 3499

Discount amount of a signle product

vat

number

example: 100

VAT (Value Added Tax) / Tax, not percentage-based, of a signle product

posIdentifier

string

example: 1234A

POS Identifier for this product

itemNumber

number

example: 0

Receipt ID - Required for receipt generation

productUrl

string

example: https://your-store.com/products/1234

Product URL

productImageUrl

string

example: https://your-store.com/products/images/main.png

Product Image URL

subProducts

objects

Same as Product Entity: Product Model

Last updated

Was this helpful?