v1_commerce_checkout_create
POST
/v1/commerce/checkout/
const url = 'https://api.nudova.dev/api/v1/commerce/checkout/';const options = {method: 'POST', headers: {Authorization: '<Authorization>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://api.nudova.dev/api/v1/commerce/checkout/ \ --header 'Authorization: <Authorization>'Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Media typeapplication/json