---
title: "Start Shopify Flow"
method: POST
path: "/v6/integrations/shopify/authFlow"
tags: ["Integration Management"]
---

# Start Shopify Flow

`POST /v6/integrations/shopify/authFlow`

Start OAuth flow for Shopify

## Request body

- AuthorizeIntegrationParam
  - `redirectUri` string, required — The final redirect URI for the user within the partner's app
  - `state` string — Any additional state to pass to final redirect URI

## Response `200`

Success

- SuccessResponseAuthorizeIntegrationParam
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` AuthorizeIntegrationParam
    - `redirectUri` string, required — The final redirect URI for the user within the partner's app
    - `state` string — Any additional state to pass to final redirect URI

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

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