Commerz Price

These endpoints are dedicated to checking the price of a new product.

Product

New lookup.

HTTP Request
Request type

POST

Endpoint

https://api.datenly.com/api/commerzprice/product/new

Body
Name Type Description
country String Country where you want to check (alpha_2)
Find available countries
language String Language preference (acceptlanguage)
Find available languages
products (*) String Products description
You can include many products and separate them by (;)
Read more about product description
Response Parameters
Parameter Type Description
status Boolean Processing status of your request
products_count Int Number of products under lookup
time Int Request timestamp
Example
Request
curl --location --request POST 'https://api.datenly.com/api/commerzprice/product/new' \
--header 'Authorization: <token>' \
--form 'country="GB"' \
--form 'language="en-gb"' \
--form 'products="iphone 12 128 black:12,128,black/max::1545770000; Macbook pro 2017; Macbook pro 2017;Macbook pro 2017"'
Response