---
title: "Create"
method: POST
path: "/resources/create/"
---

# Create

`POST /resources/create/`

Creates a resource.

## Request body

- object
  - `name` string, required — Resource name
  - `external_resource_id` string, required — Merchant resource ID
  - `description` string — Resource description
  - `image_url` string — Resource image URL

## Response `201`

201

- object
  - `public_id` string
  - `merchant` string
  - `name` string
  - `external_resource_id` string
  - `description` unknown
  - `image_url` string
  - `created` string
  - `last_updated` string

## Other responses

- `400` — 400
- `403` — 403

---

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