added

Updates for Febraury, 2025

You can take a look at the latest Yuno updates. There have been some updates on Yuno. Please check the updates below.

  • SDK for VTEX Headless checkout
  • Oauth2 for Webhooks

VTEX Headless Checkout

A headless store in VTEX handles all ecommerce integration without a traditional user interface, relying solely on API requests. If you want to use this type of checkout in VTEX, a normal integration with just configuring parameters does not apply, you'll need to integrate our VTEX SDK to support the regular flow. You can find more information on the following documentation: Yuno SDK Web for VTEX headless

Oauth2 for webhooks

In case you use the oAuth2 authentication protocol for your webhook reception, Yuno also offers the possibility to define the required parameters in the developers/webhooks dashboard section. You will need to configure the following fields so we can obtain the tokens for the webhooks delivery:

  • Authentication_url: url to use for authentication
  • Credentials: Necessary credentials to communicate with the authentication_url.
    • Client Secret_key
    • Cliente Client_ID
  • Grant type: Type of grant for the authentication.

For more information on how to use Webhooks, please refer to the Webhooks page on the guides section.