Skip to main content

vendorPayoutCreate

Creates a VendorPayout for the specified seller in the payout if it does not already exist.

vendorPayoutCreate(
payoutId: ID!
sellerId: ID!
): VendorPayoutCreate

Arguments

vendorPayoutCreate.payoutId ● ID! non-null scalar

ID of the payout to create the VendorPayout in. Must be in a draft state

vendorPayoutCreate.sellerId ● ID! non-null scalar

ID of the seller to create the payout against

Type

VendorPayoutCreate object

Creates a VendorPayout for the specified seller in the payout if it does not already exist.

Was this page helpful?