ProductPrice.simple

Field Type Description
id Int Id of the product price
name String Name of the product price (translated)
price Price Price of this product price (cents). Please also check if the shop where you want to order has an offer with a discount for this product price available.

Examples

Example 1

{
    "id": 18,
    "name": "...",
    "price": {
        "value": 13,
        "currency": "EUR"
    }
}
This is a development version Do not use this version in production
1.10.0 development