Skip to main content

ProductFieldSource

A product field that can be chosen as the source for an accounting item field's default value.

type ProductFieldSource {
key: String!
label: String!
valueType: String!
}

Fields

ProductFieldSource.key ● String! non-null scalar common

The product field's identifier, as stored in the integration setting.

ProductFieldSource.label ● String! non-null scalar common

Human-readable field name.

ProductFieldSource.valueType ● String! non-null scalar common

The kind of value this field holds: text or money. A setting may only be given a source whose valueType matches the accounting field it feeds.

Returned By

productFieldSources query