---
title: "Update merchant integration"
method: PATCH
path: "/merchants/{merchantId}/integrations/{providerName}"
tags: ["Merchants"]
---

# Update merchant integration

`PATCH /merchants/{merchantId}/integrations/{providerName}`

Update merchant integration

## Path parameters

- `providerName` 'meli' | 'shopify' | 'tiendanube' | 'woocommerce', required
- `merchantId` string, required

## Request body

- object
  - `status` 'pending' | 'authorized' | 'expired' — Integration status
  - `provider` object — Integration provider
    - `name` 'meli' | 'shopify' | 'tiendanube' | 'woocommerce' — Provider name
    - `externalId` string — Provider external id
  - `email` string — Integration email

## Response `200`

- object
  - `meta` object
    - `numRows` string
    - `affectedRows` string
    - `insertId` string
  - `data` object
    - `status` 'pending' | 'authorized' | 'expired' — Integration status
    - `provider` object — Integration provider
      - `name` 'meli' | 'shopify' | 'tiendanube' | 'woocommerce' — Provider name
      - `externalId` string — Provider external id
    - `email` string — Integration email

## Other responses

- `403` — Not authorized access

---

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