Order

circle-info

Not all methods seem to be active depending on a users place in the production line.

Vehicle Production Details

GET https://appointment.fiskerdps.com/vehicle/getDetails

Query Parameters

Name
Type
Description

order_id*

String

reservation_id*

String

Headers

Name
Type
Description

Authorization*

String

Bearer {accessToken} from Authenticaiton

{
    "exterior": "BSB",
    "interior": "BL",
    "lastUpdatedAt": "2023-07-20T07:15:58.278Z",
    "model": "OC",
    "modelYear": "2023",
    "orderId": "123456-ec55-4b61-9e6f-49b35be27ca5",
    "reservationId": "OC-ACBDE",
    "salesCountry": "US",
    "trim": "O1",
    "vin": "VCF1ZBU28PG123456",
    "wheel": "F3B",
    "digitalId": "9999"
}

Order Details

GET https://order.fiskerdps.com/v2/order/user

Order details based on users access token obtain from the authentication method

Headers

Name
Type
Description

Authorization*

Bearer {accessToken} from Authentication

Pickup

GET https://price-calculator.fiskerdps.com/pickup-scheduler/get-pickup-nearest-center-plus

Query Parameters

Name
Type
Description

orderId*

String

vehicle order ID

Price Estimate

GET https://order.fiskerdps.com/order/estimate

Query Parameters

Name
Type
Description

orderID*

String

vehicle order ID

Headers

Name
Type
Description

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

Name
Type
Description

order_id*

String

fee_type*

String

ORDER_FEE

GET https://trade-in.fiskerdps.com/acv-trade-in/trade-in-details

Query Parameters

Name
Type
Description

reservationId*

String

Reservervation ID

Headers

Name
Type
Description

Authorization*

String

Bearer {accessToken} from Authenticaiton

Last updated