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": [
"c95089106bf717c74e66819e"
],
"templateRef": "3a10f9aa23b5ecfce803ffef",
"fields": {}
}
Response
{
"itemStickersGenerate": "example"
}
Arguments
| Name | Type | Description |
|---|---|---|
listingRefs | [ID]! | List of listing reference IDs to generate stickers for. |
templateRef | ID! | Reference ID of the template to use for sticker generation. |
fields | JSON | Additional fields or data to include in the sticker generation, as JSON. |