Modify product reference

Renames the an existing product reference.

PATCH /v4/product/{product_ref}

API Permissions

OBJECT_FETCH

Body

{
    "ref": "B03423"
}

Try it out

Request

Copy-paste the cURL request in your Terminal or click on the API Explorer tab to see the API in action.

host: 'https://api.filerobot.com/fdocs' path: '/v4/product/{product_ref}' headers: X-Filerobot-Key: 19692813e7364ef8ad6a6504d50a12ca variables: product_ref: H03423 theme: clouds-midnight editor_theme: clouds_midnight method: PATCH body: | { "ref": "B03423" } render: curl_tab: true

Response

{
    "status": "success",
    "msg": "Product ref well updated",
    "new_product_ref": "B03423",
    "files_uuids": [
        "d273f14f-9401-58f1-b372-f43954f50001",
        "6bcf252e-a3c3-5c98-a593-3dfb51450000",
        "513aa8e6-db4d-5561-a87b-4f1456950000",
        "d7a64732-8a70-5b28-a483-b09298350000"
    ]
}