Service (1.0.0)

Download OpenAPI specification:

Track item by item ID (anonymous access)

path Parameters
itemID
required
string

Item ID

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Track item by item ID (token-based access)

path Parameters
itemID
required
string

Item ID

token
required
string

Access token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Track item by item ID and language (anonymous access)

path Parameters
itemID
required
string

Item ID

langCd
required
string

Language code

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Track item by item ID and language (token-based access)

path Parameters
itemID
required
string

Item ID

langCd
required
string

Language code

token
required
string

Access token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Track a list of item IDs (anonymous)

Request Body schema: application/json
required

List of item IDs

Array
string

Responses

Request samples

Content type
application/json
[
  • "string"
]

Response samples

Content type
application/json
[
  • {
    }
]

Track a list of item IDs (token-based access)

Request Body schema: application/json
required

List of item IDs and access token

ItemIDs
Array of strings
Token
string

Responses

Request samples

Content type
application/json
{
  • "ItemIDs": [
    ],
  • "Token": "string"
}

Response samples

Content type
application/json
[
  • {
    }
]