English
French
Go to website
Back
Articles on:
API
Kreezalid allows you to use an API. This is where you will find information about it.
PSP
Handling Cart/Order After Preauth Success
When a preauthorization (preauth) for a payment is successful in your frontend payment process, you need to communicate this information to the Kreezalid backend to handle the associated cart and/or order appropriately. This guide explains how to do this using the POST endpoint /checkout/preauth-success of the Kreezalid Admin API. Endpoint POST api/v1/checkout/preauth-success Request Body The following parameters should be included in the request body:
Few readers
Wishlist / Favorites
Use vendors as wishlist's items
Overview Enhancing the usability of a marketplace that focuses on services or job boards, the "Vendors as Favorites" feature allows users to mark certain vendors as favorites, providing a streamlined way to re-access and manage preferred service providers, profiles, or companies. This feature leverages the Kreezalid Front API and requires users to be logged in to utilize it. Endpoint Utilization and Details Add a Vendor to the User's Wishlist HTTP Method: POST E
Few readers
Shipping
Setting Order Custom Shipping Rates
As a developer working on a Kreezalid-based marketplace, you already know that the platform offers powerful shipping management capabilities. However, there are situations where you need to take control and set custom shipping rates for specific orders. In this guide, we'll delve into the details of using the Kreezalid Front API's "Force Custom Shipping Rate" endpoint to achieve this.
Few readers
Cart
Apply a custom unit price to an item when added to cart
Overview Developers working on storefronts or client interfaces for marketplace platforms can leverage this feature to impose a custom unit price for items as they are added to a cart, bypassing the default pricing stored in the database. This feature might be especially pertinent for implementing promotional offers, applying unique pricing models, or accommodating other specialized e-commerce use cases. API Endpoint Details HTTP Method: POST Endpoint: /frontapi/v1/car
Few readers
How to use Postman to connect to Kreezalid API
There is several ways to connect to Kreezalid API, you can in particular use Postman. Postman is a tool used to consult or to test APIs. It's easy to use with a simple interface. You can dowload Postman on its website. You are now in your dashboard. This is where you will make your requests. As on a browser, you can click on the "plus" to open a new tab.
Few readers