Skip to main content

itemStickersGenerate Mutation

Description

Generates stickers for specified listings using a template. Returns a URI to download the generated stickers file.

mutation itemStickersGenerate(
$listingRefs: [ID]!
$templateRef: ID!
$fields: JSON
) {
itemStickersGenerate(
listingRefs: $listingRefs
templateRef: $templateRef
fields: $fields
)
}

Variables

{
"listingRefs": [
"65c6af0fe2c7bd2f30c3a81d"
],
"templateRef": "bb09f2fd679f1a101adf5610",
"fields": {}
}

Response

{
"itemStickersGenerate": "example"
}

Arguments

NameTypeDescription
listingRefs[ID]!List of listing reference IDs to generate stickers for.
templateRefID!Reference ID of the template to use for sticker generation.
fieldsJSONAdditional fields or data to include in the sticker generation, as JSON.

Returns

String