Fetches all the adyen_state_data entities and returns giftcard related objects
Fetches all the adyen_state_data entities and returns giftcard related objects.
GET /V1/adyen/giftcards/guest-carts/{cartId}
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/adyen/giftcards/guest-carts/{cartId}
Response examples (200)
string
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}