GET /v1/commerce/abandoned-carts/{cartID}/recovery
GET
/v1/commerce/abandoned-carts/{cartID}/recoveryAuthorization
bearerAuthbearerAuthrequiredor
apiKeyAuthapiKeyAuthrequiredPath parameters
cartIDstringrequiredResponses
200OK
cart_idstringrequiredline_countinteger<int64>requiredrecovery_pathstringrequiredrecovery_urlstringrequiredsubtotal_amountinteger<int64>requiredwhatsapp_messagestringrequireddefaultError
errorErrorBodyrequiredShow propertiesHide properties
codestringrequireddetailsErrorDetail[] | nullShow propertiesHide properties
Array of
ErrorDetailcodestringfieldstringlocationstringmessagestringrequiredmessagestringrequiredrequest_idstringRequest
curl -X GET "/v1/commerce/abandoned-carts/string/recovery"const response = await fetch("/v1/commerce/abandoned-carts/string/recovery", {
method: "GET"
});import requests
response = requests.get(
"/v1/commerce/abandoned-carts/string/recovery",
)Response
{
"cart_id": "string",
"line_count": 0,
"recovery_path": "string",
"recovery_url": "string",
"subtotal_amount": 0,
"whatsapp_message": "string"
}{
"error": {
"code": "string",
"details": [
{
"code": "string",
"field": "string",
"location": "string",
"message": "string"
}
],
"message": "string",
"request_id": "string"
}
}