Skip to main content

PushProductToAccountingInput

Autogenerated input type of PushProductToAccounting

input PushProductToAccountingInput {
clientMutationId: String
integrationId: ID
productId: ID!
}

Fields

PushProductToAccountingInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

PushProductToAccountingInput.integrationId ● ID scalar common

The accounting integration to push to. Omit to use the company's only one, which is ambiguous once more than one is connected.

PushProductToAccountingInput.productId ● ID! non-null scalar common

The product to push to accounting.

Member Of

pushProductToAccounting mutation