...
There needs to be a mapping stored between particular store and our ‘queue ID’ on ecom side in order to be able to create correct link. Queue id (in form of string) will be provided by us for each location you want to enable the pickup functionality at.
Create schedule pickup link:
URL schema: https://queue.{env}.ombori.com/{organization}/queues/{queueId}/book/curbside-pickup?orderId={orderId}&pickupDuration={numberOfDays}¬e={note}
Query string parameters:
orderId – string containing order identifier (required)
pickupDuration - how many days in the future can pickup be booked at, used for getting maximum pickup date (maximum pickup date = today + pickupDuration)
note
General notes:
order id can be used as uniq identifier to retrieve an existing ticket (so we avoid double bookings)