Skip to content

Pobieranie ofert

PiotrFerenc edited this page Jan 6, 2022 · 1 revision

Pobieranie ofert

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

var result = await allegroApi.Query(new GetAllOffersQuery()  
{  
    Authorization = authorization,  
    PublicationStatus = PublicationStatus.Active  
});
    public enum PublicationStatus
    {
        Inactive,
        Active,
        Activating,
        Ended
    }