| manufacturer_id | integer The ID of the manufacturer. Leave blank when adding a new manufacturer or sending an update. |
| manufacturer_name | string The name of the manufacturer |
| clicks | integer Number of times this has been viewed |
| post_id | integer The post ID in WordPress for this store_item in your store. |
{- "manufacturer_id": 0,
- "manufacturer_name": "string",
- "clicks": 0,
- "post_id": 0
}This allows you to get a list of manufacturers
Successful operation
Unauthorized
[- {
- "manufacturer_id": 0,
- "manufacturer_name": "string",
- "clicks": 0,
- "post_id": 0
}
]This allows you to add a new manufacturer
Successful operation
Unauthorized
{- "manufacturer_name": "string",
- "clicks": 0,
- "post_id": 0
}{- "manufacturer_id": 0,
- "manufacturer_name": "string",
- "clicks": 0,
- "post_id": 0
}This allows you to get a manufacturer from your store by manufacturer ID
Successful operation
Unauthorized
{- "manufacturer_id": 0,
- "manufacturer_name": "string",
- "clicks": 0,
- "post_id": 0
}This allows you to update a manufacturer
Submit any or all elements to update the manufacturer.
Successful operation
Unauthorized
{- "manufacturer_name": "string",
- "clicks": 0,
- "post_id": 0
}{- "manufacturer_id": 0,
- "manufacturer_name": "string",
- "clicks": 0,
- "post_id": 0
}This allows you to delete a manufacturer from your store
Successful operation
Unauthorized
{- "manufacturer_id": 0,
- "manufacturer_name": "string",
- "clicks": 0,
- "post_id": 0
}