develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit c712184e9f - Show all commits

View File

@ -144,32 +144,37 @@ paths:
} }
] ]
} }
List containing one product which can only be sold by touchpointId 3 (called by touchpointId 4): List containing one product which can only be sold by touchpointId 4 (called by touchpointId 4):
summary: List containing one product which can only be sold by touchpointId 3 (called by touchpointId 4) summary: List containing one product which can only be sold by touchpointId 3 (called by touchpointId 4)
description: Product is still returned (because touchpointId 3 is part of same retailer) but no price, as touchpointId 4 is not allowed to sell this product. description: Product is still returned (because touchpointId 3 is part of same retailer) but no price, as touchpointId 4 is not allowed to sell this product.
value: value:
{ {
"Entries": [ "Entries": [
{ {
"productId": 49, "productId": 126,
"productCode": null, "productCode": null,
"productName": "HTM Regio Vrij", "productName": "HTM-30001",
"productDescription": "Voor een vast bedrag onbeperkt reizen met EBS, HTM en RET in het gekozen gebied in de regio Rotterdam Den Haag.", "productDescription": "Reis met 20% korting op je betaalpas bij HTM.",
"productCategory": { "productCategory": {
"productCategoryId": 3, "productCategoryId": 1,
"isTravelProduct": true, "isTravelProduct": true,
"name": "Afgekocht reisrecht" "name": "Kortingsabonnement"
}, },
"tokenTypes": null, "tokenTypes": [
{
"tokenTypeId": 1,
"name": "EMV"
}
],
"sellableTouchpointIds": [ "sellableTouchpointIds": [
4 4
], ],
"amountInclTax": null, "amountInclTax": 300,
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg", "imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg",
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina", "productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
"_links": { "_links": {
"get_details": { "get_details": {
"href": "https://api.integratielaag.nl/abt/touchpoint/2.0/products/49", "href": "https://api.integratielaag.nl/abt/touchpoint/2.0/products/126",
"method": "GET" "method": "GET"
} }
} }