Skip to content

Pobieranie szczegółów oferty

PiotrFerenc edited this page Jan 6, 2022 · 1 revision

Pobieranie szczegółów oferty:

https://developer.allegro.pl/documentation/#operation/getOfferUsingGET

var result = await allegroApi.Query(new GetOfferByIdQuery()
{
    OfferId = "10862116958",
    Authorization = authorization
});