pushProductToAccounting
Pushes a product to the company's connected accounting integration (QuickBooks) as an item.
Enqueues a background push job. The company must have a connected accounting integration and the product must already have an accounting item; otherwise the mutation errors. Completion is asynchronous.
Permissions Required
accounting:push_itempermission.
pushProductToAccounting(
input: PushProductToAccountingInput!
): PushProductToAccountingPayload
Arguments
pushProductToAccounting.input ● PushProductToAccountingInput! non-null input common
Parameters for PushProductToAccounting
Type
PushProductToAccountingPayload object common
Autogenerated return type of PushProductToAccounting.