Skip to main content

Reorder Metadata within Product Type

PUT 

/product/:guid/metaData/reorder

Change the order of Metadata within the Product Type by specifying a new predecessor successor pair. The predecessor will be removed from its current place in the Product Type and reinserted directly before (visually: above) the successor. The successor will retain its current place in the Product Type.

Note it takes two operations to reorder a Metadata to the last position: first reorder it before the last one, then reorder the last one before it.

Request

Path Parameters

    guid uuidrequired

    The guid of the Product Type.

Body

Input data

    predecessor uuid

    The guid of the Metadata that will be moved within the Product Type.

    successor uuid

    The guid of the Metadata that determines where to move the predecessor.

Responses

Reordering of MetaData within Product Type successful.

Loading...