affiliateProducts
Information on products for affiliate organizations.
Arguments
Organization name.
Returns
[AffiliateProductType]Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query AffiliateProducts($organizationName: String!) {
affiliateProducts(organizationName: $organizationName) {
numMaxAgreements
numTotalAgreements
productName
}
}
Variables
{
"organizationName": "always-mother-kitchen-campaign-house"
}
Response
{
"data": {
"affiliateProducts": [
{
"numMaxAgreements": 91,
"numTotalAgreements": 58,
"productName": "agency-modern-bed-song-beat"
}
]
}
}