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": [
"0e8717da247d18139801377f"
],
"templateRef": "916957c7a48e33b753193dd0",
"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. |