OBJECT
AlteredPricesSetPayload
link GraphQL Schema definition
1 type AlteredPricesSetPayload implements Payload { 2 # Required permission: Price:read 3 # 4 # Store restrictions apply. 5 PriceAlteration : 6 7 # Required permission: Pricelist:read 8 # 9 # Store restrictions apply. 10 Pricelist : 11 12 # Required permission: Product:read 13 Product!]! : [ 14 15 UserError!]! : [ 16 17 UserWarning!]! : [ 18 19 }