Operations with pickup points

Operations with pickup points - GET

Get all pickup points from your store
GET /odata/pickuppoint

Request Type: GET

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

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

Get pickup points by ID
GET /odata/pickuppoint('id')

Request Type: GET

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

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