Get Warranty ID By External Line ID
You can retrieve warranty IDs associated with the externalLineId that you sent.
Request
curl --location --request GET '<BASE_URL>/individual-customer-products/external-line-id/{externalLineId}'
--header 'Content-Type: application/json'
--header 'Authorization: Basic ZGVtbzpwQDU1dzByZA=='
Path Variables
| Parameter | Type | Required | Description |
|---|---|---|---|
| externalLineId | String | Yes | Line id of the warranty. |
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| merchantCode | String | Yes | The merchant code to which the product belongs. |
| sellerCode | String | Yes | Seller code |
Response
[
1,
2,
3
]