---
title: "Falabella Store"
method: POST
path: "/configs/companies/apps/falabella"
tags: ["Configuraciones de componentes del proveedor"]
---

# Falabella Store

`POST /configs/companies/apps/falabella`

Guardar configuracion de Falabella por empresa

## Headers

- `X-Company-Token` string, required

## Request body

- FalabellaIntegrationCreate
  - `provider` string
  - `channel` string
  - `user_id` string
  - `invoice_status` string
  - `automation_mode` string
  - `api_key` string, nullable

## Response `200`

Successful Response

- FalabellaIntegrationOut
  - `provider` string
  - `channel` string
  - `user_id` string
  - `invoice_status` string
  - `automation_mode` string
  - `id` integer, nullable
  - `company_id` integer, required
  - `has_api_key` boolean
  - `active` boolean
  - `sync_enabled` boolean
  - `api_key_masked` string, nullable
  - `webhook_path` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/factpro/apis/note-service-api.md) · [All operations](https://skmtc.net/factpro/apis/note-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factpro/note-service-api/revisions/d88e14b2de42/schema)
