```
```

Warranty Documents Service

This service enables the sending of warranty certificates for the products in your order.

It is associated with the product in the relevant order via the following endpoint.

Following a successful request, the "View Warranty Certificate" button will become active in the order details screen of the customer application for the product you requested. The customer can access the PDF of the warranty certificate you sent by clicking this button.

Currently, you cannot view the details of the Warranty Certificate you sent through the Seller Panel or integration services.

POST Warranty Documents Service

Example Service Request

  • There is no JSON request body.
  • You must attach the order package number as "shipmentPackageId" in "form-data (Text)". This information is mandatory.
  • You must attach the lineId of the product for which you are sending the warranty certificate as "form-data (Text)". You can obtain this information from the order package retrieval service. This information is mandatory.
  • You must attach the warranty certificate as a "file" (in PDF format) in "form-data (file)". This information is mandatory.


Did this page help you?