Logo
Emporix Digital Commerce Platform API Documentation

Searching for products by YRNs

POST {{api-url}}/product/{{tenant}}/search

Searches for specified products by their YRNs.


Required scopes

  • product.product_read_unpublished

    Note: Only required if the response should contain unpublished products.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept-Language
string List of natural languages acceptable for the response.
Content-Type
string




RESPONSES

status OK

[ { "id": "5c332699a9812100098ff4be", "yrn": "urn:yaas:saasag:caasproduct:product:saastest2;5c332699a9812100098ff4be", "code": "A705191581", "name": "TABASCO® Green Pepper Sauce", "description": "Die grüne TABASCO® Sauce enthält 1/3 weniger Schärfe als das Original. Sie wird aus Jalapeno Chili Schoten hergestellt. Diese mildere Sauce erstaunt durch ihren würzigen Geschmack. Egal, ob Pizza, Pasta, Eierspeisen, Suppen oder andere Gerichte." } ]



Curl
curl -X POST 'api-url/product/api-url/search' -H 'Accept-Language: en' -H 'Content-Type: application/json' -d '{"yrns":["urn:yaas:saasag:caasproduct:product:api2stage;63ca572b4a37272aedaede4f","urn:yaas:saasag:caasproduct:product:api2stage;63ca582b4a37272aedaede4f"],"params":{"product":{"fields":["name","code","description"]}}}'

ENDPOINTS