Operations with countries

Operations with countries - GET

Get all countries from your store
GET /odata/country

Request Type: GET

Enter the request URL: http://StoreURL/odata/country

Auth type: Bearer Token - paste the token generated in the previous steps

Get country by ID
GET /odata/country('id')

Request Type: GET

Enter the request URL: http://StoreURL/odata/country('id')

Auth type: Bearer Token - paste the token generated in the previous steps