OBJECT

CommissionPackageScheduleItem

Commission package schedule item within a commission package schedule

link GraphQL Schema definition

  • type CommissionPackageScheduleItem implements Node {
  • # Commission package which will be assigned to the specified seller
  • commissionPackage: CommissionPackage!
  • id: ID!
  • # Seller to which the commission package will be assigned
  • seller: Seller!
  • }