{ "operationId": "SearchSKU", "method": "GET", "path": "/api/catalog-seller-portal/skus/_search", "summary": "VTex Search for SKU", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": [ { "id": "2", "productId": "2", "externalId": "1909621862" } ], "_metadata": { "total": 1, "from": 1, "to": 15 } } } ] }