INPUT_OBJECT

CreateOrUpdateProductPriceListPriceInput

link GraphQL Schema definition

  • input CreateOrUpdateProductPriceListPriceInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • currencyId: ID
  • price: Float
  • # Relation to single entity instance.
  • productId: ID
  • # Relation to single entity instance.
  • productPriceListId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by