API referenceGuest orders

Guest orders

1 operation. Every schema and example on this page is generated from the platform contract.

Mark a take-now (or mixed-parent take-now half) order handed over.

Mixed-fulfilment §12 #3, mark the take-now half of a mixed PARENT (or a standalone buy_now order) as handed to the customer. One idempotent tap → handed_over_at + audit; the parent never enters the collect engine. Backed by the mark_guest_order_handed_over RPC.

Parameters

orderIdstringpathrequired

Request body

store_idstring · uuidrequired

Store handing the order over (also authorises the merchant).

Response, 200

handed_over_atstringrequired

When the take-now order was marked handed over (ISO 8601).

curl -X POST "https://www.membber.com/api/v1/guest-orders/b80cf509-0000-4000-8000-d0c5000000b8/handover" \
  -H "Authorization: Bearer $MEMBBER_TOKEN" \
  -H "Idempotency-Key: 1f0e2d3c-4b5a-4678-9abc-def012345678" \
  -H "Content-Type: application/json" \
  -d '{
    "store_id": "6659c139-0000-4000-8000-d0c500000066"
  }'
Response, 200
{
  "handed_over_at": "<handed_over_at>"
}
WhatsApp
Book a Call
Start Free