Update fulfillment status and update necessary details in the database after verifying OEM key and admin authentication.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the purchased vehicle where the fulfillment status will be updated.
Key to identify and authenticate the OEM admin.
The fulfillment status to be assigned to the vehicle.
UNFULFILLED, ON_HOLD, CANCELED, READY_TO_FULFILL, FULFILLED, SHIPPED, READY_FOR_PICK_UP Optional. Additional details about the fulfillment - only relevant when vehicleFulfillmentStatus is "SHIPPED".
Optional. Updated estimated delivery date of the vehicle. Relevant when vehicleFulfillmentStatus is "SHIPPED" or "READY_FOR_PICK_UP".
Fulfillment status successfully updated on the purchased vehicle.
The updated fulfillment status set on the purchased vehicle.