ProductPrice.detailed

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": 16,
    "name": "...",
    "price": {
        "value": 15,
        "currency": "EUR"
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.2.0 stable