Get Warranty ID by External Order ID
You can retrieve warranty IDs associated with the externalOrderId that you sent.
Request
curl --location --request GET '<BASE_URL>/individual-customer-products/external-order-id/{externalOrderId}'
--header 'Content-Type: application/json'
--header 'Authorization: <jwtToken>'
Path Variables
Parameter | Type | Required | Description |
---|---|---|---|
externalOrderId | String | Yes | The invoice code information of the user's product |
Response
[
1,
2,
3
]