---
title: "Request Access"
method: POST
path: "/dropship/request-access"
tags: ["dropship"]
---

# Request Access

`POST /dropship/request-access`

Creates (or re-submits) a dropship access request for this user.

## Request body

- DropshipRequestAccessRequest
  - `store_platform` string, nullable
  - `store_url` string, nullable
  - `volume_estimate` string, nullable
  - `contact_phone` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rmfg/apis/fastapi.md) · [All operations](https://skmtc.dev/rmfg/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmfg/fastapi/revisions/17a4ad42a016/schema)
