Skip to main content

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 productCode and name (required if product doesn't exist), and optionally brand. 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 merchantProductId or productCode.