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

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

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

## Path parameters

- `storeId` integer, required

## Request body

- LightspeedSettings — Ligthspeed store settings
  - `CompanyId` string — Company Id
  - `UseOAuth` boolean — Use OAuth for authentication
  - `Enabled` boolean — Enabled
  - `EstimatedMinutesForDelivery` integer — Estimated minutes for delivery
  - `EstimatedMinutesForCollection` integer — Estimated minutes for collection
  - `GeographicLocation` string — Geographic location (euc1, nae1, euw2, ....))
  - `Establishment` boolean — Is the CompanyId an establishment (kind of the store of a group of store)
  - `VoucherId` string — The Lightspeed voucher identifier to map with our
  - `DeliveryFeeId` string — The Lightspeed delivery fee identifier to map with our
  - `ProcessingFeeId` string — The Lightspeed processing fee identifier to map with our
  - `PriceType` 'Default' | 'Takeaway' | 'Delivery', nullable — Which price to choose from Lightspeed menu
  - `MenuId` integer — The menu id of the store
  - `CollectionTableId` integer, nullable — Collection Table ID to send orders
  - `DeliveryTableId` integer, nullable — Delivery Table ID to send orders
  - `CollectionTableIds` object — Collection Table IDs to send orders to
  - `DeliveryTableIds` object — Delivery Table IDs to send orders to
  - `UseTaxInclusivePrices` boolean — Exclude tax
  - `SkipStatusCheckAndAcceptOrderAfterSending` boolean — WARNING: only use this option if the Liteserver is not synchronizing within max 5 minutes with Lightspeed cloud!
  - `SendTableNumberToTableId` boolean — Send Table Number to Table Id
  - `AddChefNoteToProduct` boolean — Add ChefNote To Product
  - `ChefNoteItemId` string — The Lightspeed Chef Note Item Id to map
  - `ChefNoteModifierId` string — The Lightspeed Chef Note Modifier Id to map
  - `ServiceChargeId` string — The Lightspeed Service Charge Id to map

## Response `200`

OK

- RestApiResultLightspeedSettings — Rest api result
  - `Data` LightspeedSettings, required — Ligthspeed store settings
    - `CompanyId` string — Company Id
    - `UseOAuth` boolean — Use OAuth for authentication
    - `Enabled` boolean — Enabled
    - `EstimatedMinutesForDelivery` integer — Estimated minutes for delivery
    - `EstimatedMinutesForCollection` integer — Estimated minutes for collection
    - `GeographicLocation` string — Geographic location (euc1, nae1, euw2, ....))
    - `Establishment` boolean — Is the CompanyId an establishment (kind of the store of a group of store)
    - `VoucherId` string — The Lightspeed voucher identifier to map with our
    - `DeliveryFeeId` string — The Lightspeed delivery fee identifier to map with our
    - `ProcessingFeeId` string — The Lightspeed processing fee identifier to map with our
    - `PriceType` 'Default' | 'Takeaway' | 'Delivery', nullable — Which price to choose from Lightspeed menu
    - `MenuId` integer — The menu id of the store
    - `CollectionTableId` integer, nullable — Collection Table ID to send orders
    - `DeliveryTableId` integer, nullable — Delivery Table ID to send orders
    - `CollectionTableIds` object — Collection Table IDs to send orders to
    - `DeliveryTableIds` object — Delivery Table IDs to send orders to
    - `UseTaxInclusivePrices` boolean — Exclude tax
    - `SkipStatusCheckAndAcceptOrderAfterSending` boolean — WARNING: only use this option if the Liteserver is not synchronizing within max 5 minutes with Lightspeed cloud!
    - `SendTableNumberToTableId` boolean — Send Table Number to Table Id
    - `AddChefNoteToProduct` boolean — Add ChefNote To Product
    - `ChefNoteItemId` string — The Lightspeed Chef Note Item Id to map
    - `ChefNoteModifierId` string — The Lightspeed Chef Note Modifier Id to map
    - `ServiceChargeId` string — The Lightspeed Service Charge Id to map

## Other responses

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