POST to Product Folders

Hey @nikan

After doing a little digging, I found the “hs_folder_id” property.

I ran the example json from the docs and was able to successfully create a product in that folder

Here is my code:

{
 "properties": {
 "hs_folder_id": "1858187",
 "description": "Onboarding service for data product",
 "hs_cost_of_goods_sold": "600.00",
 "hs_sku": "191902",
 "name": "Implementation Service ",
 "price": "6000.00"
 }
}

Hope this gets you somewhere!