Operations with delivery dates

Operations with delivery dates - GET

Get all delivery dates from your store
GET /odata/deliverydate

Request Type: GET

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

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

Get delivery dates by ID
GET /odata/deliverydate('id')

Request Type: GET

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

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