Companies
The code on each company is what you pass as company_code on inventory
adjustments and cycle counts.
List companies 🔗
Text
1
GET /v1/companies.json
Returns the companies configured on this warehouse. Use the returned code
as company_code on the inventory adjustment
and cycle count endpoints.
No query parameters.
Response
JSON
1
2
3
4
5
6
{
"companies": [
{ "code": "ACME", "name": "Acme Corporation" },
{ "code": "WIDGETS", "name": "Widgets Inc" }
]
}