Operations with currencies

Operations with currencies - GET

Get all currencies from your store
GET /odata/currency

Request Type: GET

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

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

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

Request Type: GET

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

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