Attach Metadata to Product Type
POST/product/:guid/metaData/:metadata_guid
Attach a Metadata to a Product Type.
Request
Path Parameters
guid uuidrequired
The guid of the Product Type.
metadata_guid uuidrequired
The guid of the Metadata.
Responses
- 204
- 403
- 404
- 406
MetaData attached to Product Type.
Unauthorized. You do not have permission to modify the Product Type.
- application/json
- Schema
- Example (from schema)
Schema
error_code string
The general error code.
error_description stringrequired
The exact reason of failure.
{
"error_code": "string",
"error_description": "string"
}
Product Type or Metadata not found.
- application/json
- Schema
- Example (from schema)
Schema
error_code string
The general error code.
error_description stringrequired
The exact reason of failure.
{
"error_code": "string",
"error_description": "string"
}
Metadata is already attachted to this Product Type.
- application/json
- Schema
- Example (from schema)
Schema
error_code string
The general error code.
error_description stringrequired
The exact reason of failure.
{
"error_code": "string",
"error_description": "string"
}
Loading...