CreateManualTaxLotsBulk
Create multiple manual tax lots in a single operation.
type CreateManualTaxLotsBulk {
errors: [TaxLotCreationError!]
taxLots: [TaxLot!]
}
Fields
CreateManualTaxLotsBulk.errors ● [TaxLotCreationError!] list object
Errors for tax lots that failed
CreateManualTaxLotsBulk.taxLots ● [TaxLot!] list object
Successfully created tax lots
Returned By
createManualTaxLotsBulk mutation