Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 984 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 984 Bytes

Junction 2022 materials

Better cities. Delivered.

Quick start

Note! You need merchant id and api token which you can get from the Wolt booth. See you there!

Creating a delivery order:

curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer <YOUR API TOKEN>" -d @example_delivery_order_request.json https://daas-public-api.development.dev.woltapi.com/merchants/<YOUR MERCHANT ID>/delivery-order

If you just want to know the delivery fee:

curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer <YOUR API TOKEN>" -d @example_delivery_fee_request.json https://daas-public-api.development.dev.woltapi.com/merchants/<YOUR MERCHANT ID>/delivery-fee

Here's a screen recording where delivery order is made via Postman:

demo