---
uuid: 009a9cea-b82c-4033-929c-132e8061f2ae
date_created: 2025-07-05T08:07:48.096Z
date_updated: 2026-03-11T09:25:34.696Z
outdated: true
end_of_support_date: 2023-12-21
routes: 
  - GET /v0/products/{product_id}/pictures
---

# Impact Migration of the route GET ​/v1/products​/{product\_id}​/pictures

## Context

Each image has the possibility to have a tag

***

> As B2B
> I want to be able to select the images I want to display
> In order to be able to customize the display of my pictures for my sellers

***

## Impacts

Route to call: `GET ​/v1/products​/{product_id}​/pictures`

Input parameters : unchanged

Output model:

```diff
[
-  "https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/49117-ndqq4xkolx-swhr.jpg",
+  {
+    "url": +"https://ns.clubmed.com/dream/PRODUCT_CENTER/DESTINATIONS/SUN/Caraibes___Amerique_du_Nord/Republique_Dominicaine/Punta_Cana/49117-ndqq4xkolx-swhr.jpg",
+    "keywords": [
+      "MAIN_KEY_VISUAL"
+    ]
+  }
]
```
