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

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

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

## Path parameters

- `storeId` integer, required

## Request body

- StuartSettings — 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

## Response `200`

OK

- object

## Other responses

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

---

[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)
