# Create product asset type Creates a new product asset type. Endpoint: POST /v1/product-asset-types Version: 1.0.0 Security: Bearer ## Request fields (application/json): - `code` (string, required) Code for the product asset type. - `isFeatured` (boolean, required) ## Response 201 fields (application/json): - `uuid` (string, required) Unique identifier for this product asset type. - `createdAt` (string, required) Timestamp when this product asset type was created. Example: "2025-11-23T14:15:22.123456Z" - `updatedAt` (string, required) Timestamp when this product asset type was last modified. Example: "2025-11-23T14:15:22.123456Z" - `code` (string, required) Code for this product asset type. - `isFeatured` (boolean, required) Indicates if this is the featured product asset type. ## Response 401 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 409 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 422 fields (application/problem+json): - `errors` (array) - `errors.code` (string, required) - `errors.message` (string, required) - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 500 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null)