INPUT_OBJECT

CreateAccountProductPricingInput

link GraphQL Schema definition

  • input CreateAccountProductPricingInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the account.
  • accountId: ID!
  • # Id of the currency.
  • currencyId: ID!
  • # Price applied for this product when sold to this account, in the specified
  • # currency.
  • price: Float
  • # Id of the product.
  • productId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by