Retailers¶
Retailer Attributes¶
| Attribute | Description |
|---|---|
| id | The unique ID of the given retailer. |
| name | The name of the retailer’s business. |
| address | Retailers’s address. |
| city | Retailers’s city. |
| state | Retailers’s state. |
| zip | Retailers’s zip code. |
| phone | Retailers’s phone number. |
| contact_first_name | The first name of the retailer’s primary contact. |
| contact_last_name | The last name of the retailer’s primary contact. |
Sample¶
{
"id": 458,
"name": "AgriSmart - Glenwood",
"address": "PO Box 542",
"city": "Red Oak",
"state": "IA",
"zip": "51566",
"phone": "800 890-6945",
"contact_first_name": "Larry",
"contact_last_name": "Barmann"
}