TaxableItemDTO
The taxable item details.
id
stringRequiredThe ID of the taxable item.
product_id
stringRequiredThe associated product's ID.
product_name
stringThe name of the item's product.
product_category_id
stringThe ID of the category of the item's product.
product_categories
string[]The categories of the item's product.
product_sku
stringThe SKU of the item's product.
product_type
stringThe type of the item's product.
product_type_id
stringThe ID of the type of the item's product.
quantity
BigNumberInputThe quantity of the taxable item.
unit_price
BigNumberInputThe unit price of the taxable item.
currency_code
stringThe ISO 3 character currency code of the taxable item.
Was this section helpful?