Product result of new/edit/remove operation
type MarketProductResult {
# Position in request
index: Int! # 1
product: MarketProductUnion
# Error category
errorCategory: String # market.product.not_found
# Error category
errorMessage: String # ❗️ Oops! Item not found.
}