We have provided a number of product categories that should suit all likely web-2-print products. Please map your product groups to the product category that is the best fit.
If you cannot find a product category to suit, please request a new product category by contacting API Support.
Request product category by code
Syntax
/product_categories/<product_category.code>
Retrieves a product category.
Parameter |
Description |
format |
json or xml |
HTTP request
GET http://dev.flyerlink.com/api.php/product_categories/BUSCARD?format=json
HTTP response (JSON)
{
"product_category" : {
"code" : "BUSCARD",
"prodzone" : "BUSCARD",
"name" : "Business Cards"
}
}
Response Item |
Description |
product_category |
Container item |
|
code |
Unique identifier for the product category. |
|
name |
The product category’s name, in the current language. |
|
prodzone |
The product zone that this product category belongs to. |