VendorPayoutsBulkProcess
Process vendor payouts.
type VendorPayoutsBulkProcess {
count: Int!
payoutErrors: [PayoutError!]!
}
Fields
VendorPayoutsBulkProcess.count ● Int! non-null scalar
Returns how many objects were affected.
VendorPayoutsBulkProcess.payoutErrors ● [PayoutError!]! non-null object
Returned By
vendorPayoutsBulkProcess mutation