-
Notifications
You must be signed in to change notification settings - Fork 3
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
}