---
title: "POST /api/shopify/plan_change"
method: POST
path: "/api/shopify/plan_change"
tags: ["Shopify"]
---

# POST /api/shopify/plan_change

`POST /api/shopify/plan_change`

## Request body

- ShopifyPlanChangePayload
  - `idempotency_key` string, required
  - `organization_id` string, uuid, required
  - `shopify_plan` ShopifyPlan, required
    - `current_period_end` string, nullable
    - `handle` string, required
    - `status` string, required

## Response `204`

No content

## Other responses

- `400` — Service error relating to Shopify plan change

---

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