Skip to content

Pobieranie metod dostawy

PiotrFerenc edited this page Jan 6, 2022 · 2 revisions

Pobieranie metod dostawy

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

var result = await allegroApi.Query(new GetDeliveryMethodsQuery()
{
    Authorization = authorization,
});