inventoryExportStickers Query
Description
Exports sticker data for specified listings to a CSV file. Returns a URI to download the exported file.
query inventoryExportStickers($listingRefs: [String!]!) {
inventoryExportStickers(listingRefs: $listingRefs) {
uri
}
}
Variables
{
"listingRefs": [
"listingRefs"
]
}
Response
{
"inventoryExportStickers": {
"uri": "https://www.my-common-ground-store.com/release/1763553751/release-artist-release-name"
}
}
Arguments
| Name | Type | Description |
|---|---|---|
listingRefs | [String!]! | List of listing reference IDs to export sticker data for. |