Available geo services

Lista wszystkich publicznie dostępnych metod interakcji z API.

GET

Get cart available geo services -/cart/available-geo-services

Metoda zapytania

GEThttp://apilocal.stableproxy.com/v2/cart/available-geo-services

Przykłady kodu

async function getCartAvailableGeoServices() {
   const baseUrl = 'http://apilocal.stableproxy.com/v2';
   const req = await fetch(baseUrl + '/cart/available-geo-services', {
         method: 'GET',
         headers: {
            'Content-Type': 'application/json'
         }
      }
   );
   
   const res = await req.json();
}

Przykłady odpowiedzi