Pobieranie warunków reklamacji - PiotrFerenc/Allegro-api-rest-client GitHub Wiki

Warunki reklamacji

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

var result = await allegroApi.Query(new GetImpliedWarrantiesQuery()
{
    Authorization = authorization,
    SellerId = "123456"
});