Queries
experimentalAffiliateCommission
Returns the commission status of a specific order by its ID.
Arguments
orderId
ID!
requiredThe unique identifier of the order for which the commission status is being queried.
Returns
ExperimentalAffiliateCommission.*
required
Returns an object implementing the ExperimentalAffiliateCommission
interface, which provides details about the affiliate commission associated with the given order ID.
Example - request
Query arguments
GraphQL
Example - response
Response
Was this page helpful?