Skip to main content

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

ParameterTypeRequired
Description
externalOrderIdStringYesThe invoice code information of the user's product

Response

[
1,
2,
3
]