Resource: getproducimage.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
The resource getproductimage.nv can be used to retreive product images. The used parameter is image's NetvisorKey, that is returned when retreiving extended product list (extendedproductlist.nv). The max size for the returned message is 50Mb.
Querystring parameters:
Parameter | Occurs | Description | Example |
productimagenetvisorkeys | 1 | Definition with images' NetvisorKey | 18, 19, 20 |
Response:
Level | Element | Type | Occurs | Description | Example |
Root | Root | Aggr. | 1 | ||
1 | ProductImages | Aggr. | 1 | ||
2 | ProductImage | Aggr. | 1...n | ||
3 | MimeType | String | 1 | Image's mime-type | image/jpeg |
3 | Title | String | 0...1 | Caption | Product image |
3 | FileName | String | 1 | Image name | Productimage.jpg |
3 | ImageData | Base64 | 1 | Image in Base64 | |
Attr. | type | String | 1 | Always Base64 | Base64 |
Did you find it helpful? Yes No
Send feedback