Submit a fulfillment form to the vendor
POST/orderFulfillmentForms/:id/actions/submit
Status: Trusted Tester
Explicitly sets the fulfillment order status to inReview, notifying the vendor that the form is ready for processing.
Note: In most cases you do not need to call this endpoint. When all required fields are filled via PATCH, the status automatically transitions to inReview asynchronously. Use this endpoint only when you need a synchronous transition, or want to force submission before all required fields are filled.
The request body is optional. If fields are provided, they will be saved before the status transition occurs. If the fields were already saved via PATCH, the body can be omitted.
Request
Responses
- 204
- 404
No Content — form submitted successfully.
Not Found — the fulfillment order was not found for the given ID.