Records the physical pickup of a pick-up order by the customer. Transitions
fulfillment_status from awaiting_pickup to fulfilled and sets picked_up_at
to the current timestamp (audit-only; GL and tax were posted at auto-fulfill time).
Returns 409 if the order is not a pick-up order or is not in awaiting_pickup status.
Requires orders:write scope. Broadcasts order.pickup_confirmed and order.updated.
Documentation Index
Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt
Use this file to discover all available pages before exploring further.
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.
255Pickup confirmed