License Plate API

License Plate API Documentation

Introduction

Overview

The EuroStocks License Plate API is an interface to provide Products based on License Plate from EuroStocks database and make them available to third parties.

Documentation can be incomplete and/or outdated, Contact EuroStocks team by sending an email on [email protected] for any questions regarding API.

The API is available at this base URL:

https://licenseplate-api.eurostocks.com

Main features

  • List of Main Categories By License Plate

  • List of Sub Categories By License Plate

  • List of Product Types By License Plate

  • Search Products By License Plate

Prerequisites

License Plate API access can be granted to suppliers who wants to search Products by License Plate on EuroStocks and it required username, password and API Key to access API.

Limited support for the development process and maintenance: Please note that all examples provided in our documentation are considered as guidelines for your development process but EuroStocks for itself is not able to directly assist with any of your preferred programming languages and/or used scripts.

Test Account

A test environment can be provided. Please ask for the test account details and all the information will be used as mention in Prerequisites on test API url https://test-licenseplate-api.eurostocks.com.

List of Main Categories By License Plate

POST https://services.eurostocks.com/api/v1/licenseplatesearch/mainCategories

Headers

Name
Type
Description

UserName*

String

Username which EuroStocks provides

Password*

String

Password which EuroStocks provides

APIKey*

String

ApiKey which EuroStocks provides

Request Body

Name
Type
Description

LicensePlate*

String

Search by LicensePlate. Mandatory Parameter.

LanguageIsoCode

String

Search by languages using LanguageIsoCode. Mandatory Parameter.

Sample Success Request

Sample Success Response

Sample Error Request

Sample Error Response

List of Sub Categories By License Plate

POST https://services.eurostocks.com/api/v1/licenseplatesearch/subCategories

Headers

Name
Type
Description

UserName*

String

Username which EuroStocks provides

Password*

String

Password which EuroStocks provides

APIKey*

String

ApiKey which EuroStocks provides

Request Body

Name
Type
Description

MainCategory*

String

Search by Main Category of Products. Mandatory Parameter.

LicensePlate

String

Search by LicensePlate. Mandatory Parameter.

LanguageIsoCode

String

Search by languages using LanguageIsoCode. Mandatory Parameter.

Sample Success Request

Sample Success Response

Sample Error Request

Sample Error Response

List of Product Types By License Plate

POST https://services.eurostocks.com/api/v1/licenseplatesearch/productTypes

Headers

Name
Type
Description

UserName*

String

Username which EuroStocks provides

Password*

String

Password which EuroStocks provides

APIKey*

String

ApiKey which EuroStocks provides

Request Body

Name
Type
Description

MainCategory*

String

Search by Main Category of Products. Mandatory Parameter.

SubCategory

String

Search by Sub Category of Products. Mandatory Parameter.

LicensePlate

String

Search by LicensePlate. Mandatory Parameter.

LanguageIsoCode

String

Search by languages using LanguageIsoCode. Mandatory Parameter.

Sample Success Request

Sample Success Response

Sample Error Request

Sample Error Response

Search Products By License Plate

POST https://services.eurostocks.com/api/v1/licenseplatesearch/list

Headers

Name
Type
Description

Password

String

Password which EuroStocks provides

UserName*

String

Username which EuroStocks provides

APIKey*

String

ApiKey which EuroStocks provides

Request Body

Name
Type
Description

PageNumber

String

No. of the page for which we want details. Mandatory Parameter.

LanguageIsoCode

String

Search by languages using LanguageIsoCode. Mandatory Parameter.

PageSize

String

PageSize is no. of records on single page. Minimun PageSize is 1 and Maximum PageSize is 24. Mandatory Parameter.

SortOn

String

SortOn is used to get result based on different sorting options. Click to read details about SortOn options. Mandatory Parameter.

MainCategory

String

Search by Main Category of Products. Optional Parameter.

ResultType

String

Use ResultType_Product for search Products. Mandatory Parameter.

SortOrder

String

Sorting can be in 'desc' or 'asc' order. Mandatory Parameter.

Type

String

Search by Type of Products. Optional Parameter.

LicensePlate

String

Search by LicensePlate. Mandatory Parameter.

SubCategory

String

Search by Sub Category of Products. Optional Parameter.

Sample Success Request

Sample Success Response

Sample Error Request

Sample Error Response

Another Sample Error Request

Another Sample Error Response

Last updated