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: Basic ZGVtbzpwQDU1dzByZA=='
Path Variables
Parameter | Type | Required | Description |
---|---|---|---|
externalOrderId | String | Yes | Order 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
]