Skip to main content

createContentRequest

Submits a content request: a seller's proposal to create or update a product. The request is created in a pending state and reviewed by the marketplace team. Returns 202 Accepted when the request is queued.

Example: createContentRequest(input: { id: "b3f1c2a4-5d6e-4f70-8a91-2c3d4e5f6071", resourceType: "product", operation: "create", payload: { ean: "4262493171667", product_name: "Citicolin" } }) { code message }

createContentRequest(
input: CreateContentRequestInput!
): CatalogMutationResponse

Arguments

createContentRequest.input ● CreateContentRequestInput! non-null input

Type

CatalogMutationResponse object

The standard response returned by catalog mutations.