{ "operationId": "ListSKU", "method": "GET", "path": "/api/catalog-seller-portal/skus/ids", "summary": "VTex Get List of SKUs", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": [ "1", "2" ], "_metadata": { "total": 2, "from": 1, "to": 5 } } } ] }