Removes products from the market
This is auto-generated documentation. It is not intended to be used as a reference.
Please use for request and response only necessary fields. It decreases response time for you.
mutation {
market_remove_multiple(
items: ["1ef34673-32bf-6dbc-84bb-0242ac1e000b"] # IDs of products
) {
# Position in request
index # 1
# instance of MarketProductUnion. Possible types:
# MarketProduct
# MarketProductHistory
product
# Error category
errorCategory # market.product.not_found
# Error category
errorMessage # ❗️ Oops! Item not found.
}
}