Files
kupshop/bundles/KupShop/PriceHistoryBundle/Tests/PriceHistoryTest.json
2025-08-02 16:30:27 +02:00

31 lines
532 B
JSON

{
"pricelists": [
{
"id": 1,
"currency": "CZK",
"name": "Ceník EUR",
"price_history": 1
}
],
"pricelists_products": [
{
"id": 1,
"id_pricelist": 1,
"id_product": 1,
"id_variation": 16,
"price": 500.0000,
"price_for_discount": null,
"discount": null
},
{
"id": 2,
"id_pricelist": 1,
"id_product": 3,
"id_variation": null,
"price": 600.0000,
"price_for_discount": null,
"discount": null
}
]
}