Skip to main content

Attach MetaData to Shop

POST 

/shop/:guid/metadata/:metadata_guid

Attach a MetaData to a Shop.

Request

Path Parameters

    guid uuidrequired

    The guid of the Shop.

    metadata_guid uuidrequired

    The guid of the MetaData.

Responses

MetaData attached to Shop. This returns an empty response.

Loading...