Operations with vendors

Operations with vendors - GET

Get all vendors from your store
GET /odata/vendor

Request Type: GET

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

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

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

Request Type: GET

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

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