Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Selections : a selection of products that can be mananged in the backoffice.


Example

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

Parameters

Location

Type

Required

Default

Accepted

token

Header

String(26)

v

Modifier

Response

Success

{
	"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
				}
			}
		}
	}
}

Error

{
	"response": {
		"code": 10,
		"message": "no selection defined"
	}
}

Codelist

Code

Success

Message

0

v

ok

—-

Modifier

Retrieve EAN's related to selection

Example

https://wsmedia.tlsecure.com/api/json/00000/searchEngine/{data_template}/selections/{id}

Modifier

Request

Parameters

Location

Type

Required

Default

Accepted

token

Header

String(26)

v

Modifier

Response

Success

  • No labels