---
title: "GET /api/v1.0/stuart/settings/{storeId}"
method: GET
path: "/api/v1.0/stuart/settings/{storeId}"
tags: ["Stuart"]
---

# GET /api/v1.0/stuart/settings/{storeId}

`GET /api/v1.0/stuart/settings/{storeId}`

## Path parameters

- `storeId` integer, required

## Response `200`

OK

- RestApiResultStuartSettings — Rest api result
  - `Data` StuartSettings, required — Stuart settings
    - `ClientId` string — Client Id
    - `ClientSecret` string — Client Secret
    - `Enabled` boolean — Enabled
    - `WebhookUrlBasicAuthentication` string — Webhook url to settle in the Stuart portal
    - `OverrideWebhookUrl` boolean — Override Flipdish Webhook Url
    - `MinutesToPickupBeforeThanDeliveryTime` integer, nullable — MinutesToPickupBeforeThanDeliveryTime
    - `PackageType` 'Xsmall' | 'Small' | 'Medium' | 'Large' | 'Xlarge', nullable — Package type
    - `TransportType` 'Bike' | 'Cargobike' | 'Cargobikexl' | 'Motorbike' | 'Motorbikexl' | 'Car' | 'Van', nullable — Transport type
    - `CancelOrderIfStuartCancelDelivery` boolean — Determines if Flipdish order should be cancel when Stuart cancels delivery
    - `TransportPrices` object — If the order exceeds are certain amount this configuration will determine a new vehicle type
      - `Bike` number, double
      - `Cargobike` number, double
      - `Cargobikexl` number, double
      - `Motorbike` number, double
      - `Motorbikexl` number, double
      - `Car` number, double
      - `Van` number, double

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
