Product Classes
Use product classes to indicate the type of good or service.
The product class is a field that you can add to your requests.
Digital goods
To specify a good as a digital good good, you can add "product_class"="D"
, as follows:
"transaction_lines": [
{
"amount": 100,
"custom_id": "",
"description": "Product 1",
"product_class": "D",
"product_tax_code": {
"class": "Digital"
}
},
More information about digital goods is provided in the Digital Goods topic.
Updated 16 days ago