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
| 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. |