Add product category via REST API

Hello,

is it possible to assign category to the product via REST API? And also can I create/get categories via REST API?

Thanks in advance

At this time it is not possible to manage Product Categories via the REST API, but that is a feature we have planned for the v2 Ecommerce API.

In the meantime, your same Access Token allows you to make calls to the Legacy XMLRPC API, and you can manipulate them there via the DataService using the ProductCategory and ProductCategoryAssign tables.

See Table Schema Documentation - Keap Developer Portal and xml-rpc - Keap Developer Portal for reference.