VendorPayoutCreate
Creates a VendorPayout for the specified seller in the payout if it does not already exist.
type VendorPayoutCreate {
vendorPayout: VendorPayout
payoutErrors: [PayoutError!]!
}
Fields
VendorPayoutCreate.vendorPayout ● VendorPayout object
Vendor Payout that was created.
VendorPayoutCreate.payoutErrors ● [PayoutError!]! non-null object
Returned By
vendorPayoutCreate mutation