Update order
documentedUpdate details of an existing order (e.g., ship_to, lineitems); some fields like campaign_id cannot be updated.
PATCH /orders/{id}Ordersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.printfection.com/v2/orders/{{$id}}" \
-X PATCH \
-u "{{PRINTFECTION_API_KEY}}:" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"ship_to": {"name": "{{$ship_to_name}}"}}'