Categorisation
A product must nominate a category to be placed in. This can be done using either a Kogan category or an Ebay category ID.
This is done in the category field in the product.
Kogan Categories
To place a product directly in a Kogan category, use the ID of the category, using the format kogan:{id}
To get a list of categories, see API: Categories
{
"product_sku": "12345",
"category": "kogan:7016",
...
}
Ebay categories
For your convenience, we also allow the use of eBay Australia category IDs.
To use an eBay category, set the category field to "ebay:".
For example, to put a product in the “Firepits & Chimeneas” eBay category:
{
"product_sku": "12345",
"category": "ebay:85916",
...
}
Updated almost 4 years ago
What’s Next