{ "operationId": "SearchGiftCardsfromcartdata", "method": "POST", "path": "/giftcards/_search", "summary": "VTex List all gift cards", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "items": [ { "id": "589", "_self": { "href": "cards/589" } }, { "id": "590", "_self": { "href": "cards/590" } }, { "id": "591", "_self": { "href": "cards/591" } }, { "id": "592", "_self": { "href": "cards/592" } } ], "paging": { "page": 0, "perPage": 10, "total": 4, "pages": 1 } } } ] }