Products and Services
United Nations Standard Products and Services Codes (UNSPSC) - https://en.wikipedia.org/wiki/UNSPSC
Fields
Query example
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
productAndServiceCodes {
code
name
level
}
}
}
# variables
{ "domain": "meta.com" }Last updated
Was this helpful?