Operations with stores

Operations with stores - GET

Get all stores from your store
GET /odata/store

Request Type: GET

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

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

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

Request Type: GET

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

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