Skip to main content

VendorPayoutUpdateInput

No description

input VendorPayoutUpdateInput {
vendorId: ID
adjustments: Decimal
penalties: Decimal
adjustmentDirection: String
}

Fields

VendorPayoutUpdateInput.vendorId ● ID scalar

The ID of the order line.

VendorPayoutUpdateInput.adjustments ● Decimal scalar

Adjustment amount for the vendor payout

VendorPayoutUpdateInput.penalties ● Decimal scalar

DEPRECATED: Penalty amount for the vendor payout

VendorPayoutUpdateInput.adjustmentDirection ● String scalar

Member Of

PayoutUpdateInput input

Was this page helpful?