API Account entity

Add “customer name” to Account entity of GraphQL API. ASAP PLEASE!

Hello, can we get a respond here asap? It is impossible to develop any logic without client ID.

Hi @veraioele!
The customer name would be the names displayed at https://app.shiphero.com/3pl ?

If that is the case there is already a field for that:

query {
  account {
    request_id
    complexity
    data {
      id
      legacy_id
      customers {
        edges {
          node {
            warehouses {
              company_alias
            }
          }
        }
      }
    }
  }
}

Let me know if that still doesn’t work for you.
Thanks in advance!
Tom