---
title: "POST /api/v1.0/stores/{storeId}/collectionsettings"
method: POST
path: "/api/v1.0/stores/{storeId}/collectionsettings"
tags: ["Stores"]
---

# POST /api/v1.0/stores/{storeId}/collectionsettings

`POST /api/v1.0/stores/{storeId}/collectionsettings`

## Path parameters

- `storeId` integer, required

## Query parameters

- `inheritFromProperty` boolean

## Request body

- StoreCollectionSettings — Store Collection Settings
  - `PickupEnabled` boolean, required — True if the store accepts pickup orders
  - `MinimumPickupOrderAmount` number, double, required — Minimum pickup order amount
  - `RequireCustomerNameForPickup` boolean, required — True if customer name required for pickup orders
  - `CashOrdersPickupEnabled` boolean, required — True if the store accepts cash payment for pickup orders
  - `LeadTimeMinutes` integer, required — Auto accept lead time for collection orders
  - `EtaInPickupConfirmationSmsEnabled` boolean, required — True if order confirmation sms includes estimated time when order will be ready for collection

## Response `200`

OK

- RestApiResultRestApiDefaultResponse — Rest api result
  - `Data` RestApiDefaultResponse, required — Rest api default response
    - `Data` string — Data string

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `409` — Conflict
- `500` — InternalServerError

---

[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/revisions/a72c0465da74/schema)
