Invoice Product
Content
Key
Type
Description
name
string
The name of the invoice product
description
string
The description of the invoice product
price
int
The price of the invoice product
quantity
int
How many times this invoice product has been purchased
sku
string
The stock keeping unit
vatRate
string
The rate of the value added tax
Example
{
"sku": null,
"name": "Product 1",
"price": 1000,
"vatRate": "8.1",
"quantity": 1,
"description": "sample-email@mail.com"
}Changelog
Last updated