INPUT_OBJECT
UpdateProductPriceListPriceInput
link GraphQL Schema definition
- input UpdateProductPriceListPriceInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID
- : Float
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- : ProductPriceListPriceSettingsJSONString
- # Revision when entity was lastly changed.
- : Int
- }