Add a product to a category
Classifies a product under the category (appended to the end).
Required scope: write_categories (for API-key authentication).
POST
Add a product to a category
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Path Parameters
Category ID
Body
application/json
Example:
"prod_abc123"
Response
201 - application/json
product added
Add a product to a category

