Content Requests
What is a content request?
A content request is your proposal to create or update a product, a brand or a manufacturer in the catalog. You submit it with the createContentRequest mutation.
- The request is created in a pending state and is reviewed by the marketplace team before any catalog change is applied.
- The mutation returns
202 Accepted— it does not change the catalog immediately. - The
idyou send is also the idempotency key: sending the sameidagain will not create a duplicate.
The mutation
mutation CreateContentRequest($input: CreateContentRequestInput!) {
createContentRequest(input: $input) {
code
message
}
}
The input has four fields:
| Field | Required | Description |
|---|---|---|
id |