Flow Chart
The following flow chart shows the basic steps of the egaranti API integration.
Important Notes
Authorization: See the "Establishing the API Connection" section on the Authorization page to generate a JWT token.
Automatic Product Creation: When sending warranty with invoice, the system automatically creates the product if it doesn't exist. You just need to provide
productCodeandname(required if product doesn't exist), and optionallybrand. No need to create products separately beforehand.Alternative Flow: If you prefer to manage products separately, you can still use the Create Product API first, then send warranties using
merchantProductIdorproductCode.