Resource: webshopproductimages.nv
HTTP-method: GET
Note! If you are using Rackbeat inventory management in Netvisor, the API documentation can be found here: https://support.netvisor.fi/en/support/solutions/articles/77000554491-rackbeat-stoplight-api
Fetches the product's first image. If the product has variants, the resource will return all images of the variant.
Querystring parameters:
| Parameter name | Occurs | Description | Example |
| identifier | 1 | Netvisor ID of the product whose images are to be fetched | 123 |
Response:
| Level | Element Name | Type and length | Occurs | Description | Example |
| Root | root | Aggregate | 1 | ||
| 1 | WebShopProductImages | Aggregate | 1 | ||
| 2 | WebShopProductImage | Aggregate | 0...n | ||
| 3 | MimeType | String | 1 | Image MIME type | image/jpg |
| 3 | Title | String | 1 | Title of the image | Image |
| 3 | FileName | String | 1 | Original file name of the image | image.jpg |
| 3 | DocumentData | Base64 | 1 | Image data in Base64 encoded string |
Did you find it helpful? Yes No
Send feedback