get_client_item_images_m
Summary
| API Name | get_client_item_images_m |
|---|---|
| Class | system_services_m |
| Update Version | 47 |
Description
Returns all images associated with a given inventory item
Inputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| client_no | long | 22 | Yes |
Aria-assigned unique identifier indicating the Aria client providing service to this account. |
| auth_key | string | 32 | Yes |
Aria-assigned unique key for authenticating the validity of the requestor. This key is passed with each method call. |
| item_no | long | Yes |
The item number by which to search for images Alternative required field: client_sku |
|
| client_item_id | string | 100 | No |
Note: This field is deprecated. Aria no longer supports client_item_id. |
| client_sku | string | 100 | Yes |
The client defined SKU for this item Alternative required field: item_no |
Outputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| item_images | object | No | ||
| error_code | long | No |
Aria-assigned error identifier. 0 indicates no error. |
|
| error_msg | string | No |
Description of any error that occurred. "OK" if there was no error. |
item_images fields
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| image_class_name | string | No |
The category of the image, such as thumbnail or full |
|
| image_class_no | long | No |
The unique ID for the image class |
|
| image_class_seq_no | long | No |
The sequence number of this image within its class |
|
| image_url | string | No |
The actual URL for this image |
|
| image_text | string | No |
The alt text for the image tag displaying the item image |
|
| default_ind | long | No |
Whether or not this image is the default for that item |