Products and Services
United Nations Standard Products and Services Codes (UNSPSC) - https://en.wikipedia.org/wiki/UNSPSC
Field | Type | Description |
code | String | UNSPSC code |
name | String | UNSPSC code name |
level | String | Hierarchy level: segment, family, class or commodity |
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
productAndServiceCodes {
code
name
level
}
}
}
# variables
{ "domain": "meta.com" }
Last modified 27d ago