Operations with shipping methods

Operations with shipping methods - GET

Get all shipping methods from your store
GET /odata/shippingmethod

Request Type: GET

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

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

Get shipping method by ID
GET /odata/shippingmethod('id')

Request Type: GET

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

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