Skip to main content

Update Fulfillment Form

PATCH 

/orderFulfillmentForms/:id

Status: Trusted Tester

Saves (upserts) form field data for a specific app within an order.

Auto-submission: When all required fields are filled, the fulfillment order status will automatically transition from detailsNeeded to inReview asynchronously — notifying the vendor without any additional API call. For most use cases this is sufficient and the /actions/submit endpoint is not needed.

Explicit submission: If you need a synchronous status transition, or want to force inReview before all required fields are filled, use the /orderFulfillmentForms/{id}/actions/submit endpoint instead.

Request

Responses

OK