Order
Vehicle Production Details
GET
https://appointment.fiskerdps.com/vehicle/getDetails
Query Parameters
order_id*
String
reservation_id*
String
Headers
Authorization*
String
Bearer {accessToken} from Authenticaiton
Order Details
GET
https://order.fiskerdps.com/v2/order/user
Order details based on users access token obtain from the authentication method
Headers
Authorization*
Bearer {accessToken} from Authentication
Pickup
GET
https://price-calculator.fiskerdps.com/pickup-scheduler/get-pickup-nearest-center-plus
Query Parameters
orderId*
String
vehicle order ID
Price Estimate
GET
https://order.fiskerdps.com/order/estimate
Query Parameters
orderID*
String
vehicle order ID
Headers
Authorization*
String
Bearer {accessToken} from authentication
Shipping Address
GET
https://order.fiskerdps.com/order-address/findAll/{order_id}
Get physical address for order_id specified
Payments
GET
https://order.fiskerdps.com/order-payments
Query Parameters
order_id*
String
fee_type*
String
ORDER_FEE
GET
https://trade-in.fiskerdps.com/acv-trade-in/trade-in-details
Query Parameters
reservationId*
String
Reservervation ID
Headers
Authorization*
String
Bearer {accessToken} from Authenticaiton
Last updated