Manually mark an awaiting_pickup order as customer no-show before the daily
sweeper auto-cancels at entity.settings.fulfillment.pickup_no_show_days. Delegates
to the canonical markPickupNoShow helper which calls voidOrder to perform a full
cancel cascade: reverses fulfillment GL JEs (revenue, COGS, tax, shipping, discount,
processing fee), voids the AvaTax transaction, releases inventory reservations,
refunds any captured payment through the original method, sends a notification
email, and logs pickup_manual_no_show to the activity feed. Returns 409 if the
order is not a pick-up order, not in awaiting_pickup, or already marked no-show.
Requires orders:write scope.
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.
255Optional CS note logged to activity feed + included in void reason for auditor trace.
"Customer never returned our calls; restocking to floor."
Order marked no-show + cancelled