Skip to content

Dziennik zdarzeń w ofertach sprzedawcy

PiotrFerenc edited this page Jan 6, 2022 · 1 revision

Dziennik zdarzeń w ofertach sprzedawcy:

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

var result = await allegroApi.Query(new GetOfferEventsQuery()
{
    Type = GetOfferEventsQuery.OfferEventType.OFFER_ACTIVATED,
    Authorization = authorization,
    Limit = 1000,
    From = "ID-EVENTU"
});