Create Marketplace Placement
POST/marketplaces/:marketplaceID/marketplace_placements
Create a new marketplace placement type with translations.
- The base placement (
text) catalog is shared across marketplaces; if the suppliedtextalready exists at the platform level, the existing base entry is reused rather than creating a new one. - However, creating a duplicate marketplace placement for the same marketplace (i.e. the same
textfor this marketplace) returns 409 Conflict — the per-marketplace mapping is unique.
Request
Responses
- 201
- 400
- 401
- 409
- 500
Marketplace Placement Created Successfully
Bad Request
Unauthorized
Conflict — a marketplace placement with the same text already exists for this marketplace.
Internal Server Error