OBJECT
CommissionPackageVersion
Change log of commission packages
link GraphQL Schema definition
- type CommissionPackageVersion implements Node {
- # Is the commission package version the current commission package for the seller?
- Boolean! :
- # The "applies to postage" value for the commission package version
- Boolean! :
- # Created at date for the commission package version
- ISO8601DateTime! :
- # The list of custom rates for this commission package
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): CustomCommissionRateConnection ( :
- # The default rate for the commission package version
- Float! :
- ID! :
- # The id used to identify the commission package version
- Int :
- # Name of the commission package schedule
- String! :
- }