Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the purchased vehicle where the fulfillment status will be updated.
Body
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".
Response
Fulfillment status successfully updated on the purchased vehicle.
The updated fulfillment status set on the purchased vehicle.