How to add add warehouse to account

Can you guys pls tell how to add warehouse to account?

When I try to get warehouse of my shiphero account, I got something like

{
    "data": {
        "account": {
            "request_id": "5f609ea8f88e3346740ba655",
            "complexity": 1,
            "data": {
                "id": "QWNjb3VudDozNTMw",
                "warehouses": [
                    {
                        "id": "V2FyZWhvdXNlOjU5NzA=",
                        "legacy_id": 5970,
                        "account_id": "QWNjb3VudDozNTMw",
                        "identifier": "Primary",
                        "profile": "default"
                    }
                ]
            }
        }
    }
}

are there any way or we have to use only “id”: “V2FyZWhvdXNlOjU5NzA=” as warehouseid?

Hi @tomasw

Can you pls help on this?

Hi @velvinayak!
It seems like the account is not Multi Warehouse, so its just that warehouse.
You could still add a warehouse at https://app.shiphero.com/dashboard/warehouses but we don’t have a Mutation for that through the Public API. It will work, but it wont work with allocations for example

Let me know if this doesn’t help or I could make a better explanation.
Thanks in advance!
Tom