Pobieranie szczegółów oferty - PiotrFerenc/Allegro-api-rest-client GitHub Wiki
Pobieranie szczegółów oferty:
https://developer.allegro.pl/documentation/#operation/getOfferUsingGET
var result = await allegroApi.Query(new GetOfferByIdQuery()
{
OfferId = "10862116958",
Authorization = authorization
});