I'm new to plataform and I'd like to know how to get products infos using the Rest API. I'm from tech team of Blu K, we have ours products in yours plataform and we need get the products infos (photo, price, name, description, sku, etc) from GET requests

Good afternoon, Lucas you can use the API:

https://developers.vtex.com/reference/catalog-api-product#catalog-api-get-product

photo, name

api/catalog_system/pvt/sku/stockkeepingunitbyid/{IdSkuVtex}

header:

X-VTEX-API-AppKey

X-VTEX-API-AppToken

or

https://developers.vtex.com/reference/search-3