/
VE
vendure
/
@vendure-io/api — public
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 3d ago
View markdown
vendure
@vendure-io/api — public
post
Create a new partner showcase (multipart with optional thumbnail)
latest
OpenAPI 3.0.0
2026-08-20
86
102
148.5 KB
5fc4757128af
Assets
1
Customers Me
3
Enterprise Plugins
3
License Binding
2
Licenses
5
Org Team
9
Partners Me
4
Partners Me Activities
4
Partners Me Plugins
6
Partners Me Showcases
7
get
List caller partner showcases (paginated)
post
Create a new partner showcase (multipart with optional thumbnail)
get
Showcase detail (must belong to caller partner)
delete
Delete a showcase
patch
Patch editable showcase fields (multipart; optional thumbnail)
post
Publish a showcase (flip visibility to PUBLIC)
post
Unpublish a showcase
Projects
16
Protected Assets
1
Public Enthusiasts
3
Public Partners
5
Public Plugin Categories
1
Public Plugins
3
Public VXP Awards
2
Users Me
6
Users Me Activities
3
Users Me Sessions
1
Well-Known
1
Partners Me Showcases
Create a new partner showcase (multipart with optional thumbnail)
post
/v1/partners/me/showcases
Response
ProjectShowcaseDto
required
id
string
uuid
required
title
string
required
description
string
required
thumbnailUrl
string
nullable
required
projectUrl
string
nullable
required
projectId
string
uuid
nullable
required
technologyTags
string[]
required
clientName
string
nullable
required
clientUrl
string
nullable
required
visibility
'PUBLIC'
|
'PRIVATE'
required
publishedAt
string
date-time
nullable
required
createdAt
string
date-time
required
updatedAt
string
date-time
required