> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update orders

> Update the fulfillment status of one or more orders.

{/* Tool: update_stripe_orders */}

## Parameters

<ParamField path="order_ids" type="string[]" required={true}>
  List of order IDs to update (database record IDs)
</ParamField>

<ParamField path="fulfillment_status" type="string" required={true}>
  New status - either "fulfilled" or "pending"
</ParamField>

<ParamField path="testmode" type="boolean" default={false}>
  Use test mode (default: false)
</ParamField>
