Skip to main content

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

MetaData attached to Product Type. This returns an empty response.

Loading...