...
https://df4pp.titelive.be:8080/api/json/{domainCode}/shop/selections
Modifier
Get the active selections
Get the selections created and activated in the backoffice.Modifier
WS request
HTTP Verb : GET
Parameters | Location | Type | Required | Default | Accepted |
---|---|---|---|---|---|
token | Header | String(26) | v |
...
Response
Success
Code Block |
---|
{ "response": { "success": true "code": 0 "message": "selections retrieved" "object": { "selectionsSelected": { "Selections": [1] 0: { "id": 318 "name": "Op Vakantie" "type": 2 "isdisable": false } 1: { "id": 319 "name": "Nieuw in de winkel" "type": 2 "isdisable": false } } } } } |
...
Codelist
Code | Success | Message |
---|---|---|
0 | v | ok |
—-Modifier
Retrieve EAN's related to selection
...
https://wsmedia.tlsecure.com/api/json/00000/searchEngine/{data_template}/selections/{id}Modifier
Request
HTTP Verb : POST
URL : http://{WS_URL}/RestWSDF4/api/json/{domainCode}/searchEngine/onix3_full/selections/{id}
Parameters | Location | Type | Required | Default | Accepted |
---|---|---|---|---|---|
token | Header | String(26) | v |
...
Response
Success
...