Home > @vsf-enterprise/sap-commerce-webservices-sdk > CountriesApi

CountriesApi class

CountriesApi - object-oriented interface CountriesApi {BaseAPI}

Signature:

export declare class CountriesApi extends BaseAPI 

Extends: BaseAPI

Methods

Method Modifiers Description
getCountries(baseSiteId, fields, type, options) If the value of type equals to shipping, then return shipping countries. If the value of type equals to billing, then return billing countries. If the value of type is not given, return all countries. The list is sorted alphabetically. Get a list of countries.
getCountryRegions(baseSiteId, countyIsoCode, fields, options) Lists all regions. Fetch the list of regions for the provided country.