Skip to content

Pobieranie cenników dostaw

PiotrFerenc edited this page Jan 6, 2022 · 1 revision

Pobieranie cenników dostaw

https://developer.allegro.pl/news/2018-08-14-cenniki_dostawy/#list

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