OrderPayoutSummary
No description
type OrderPayoutSummary {
commissions: Money!
discounts: Money!
fees: Money!
refunds: Money!
refundsCommission: Money!
sales: Money!
shipping: Money!
total: Money!
vendorPayout: VendorPayout!
}
Fields
OrderPayoutSummary.commissions ● Money! non-null object
Commissions that affected the payout
OrderPayoutSummary.discounts ● Money! non-null object
Discounts that affected payouts
OrderPayoutSummary.fees ● Money! non-null object
Fees that affect the payout
OrderPayoutSummary.refunds ● Money! non-null object
Refunds that affected the payout
OrderPayoutSummary.refundsCommission ● Money! non-null object
Commissions that were reduced as a result of refunds
OrderPayoutSummary.sales ● Money! non-null object
Sales in the payout
OrderPayoutSummary.shipping ● Money! non-null object
Shipping in the payout
OrderPayoutSummary.total ● Money! non-null object
Total for this payout
OrderPayoutSummary.vendorPayout ● VendorPayout! non-null object
Vendor Payout associated with this data
Member Of
Order object