Creates a new product category
Creates a new product category with the given details.
Request
This endpoint expects an object.
name
Name of the product category.
parent_product_category_id
Identifier of the parent category. null if there is no parent category.
Response
Product category created successfully.
product_category_id
Unique identifier for the newly created product category.
name
Name of the newly created product category.
parent_product_category_id
Identifier for the parent category. null if there is no parent category.