ProductImagesResponse
interface ProductImagesResponse {
data: Image[];
meta: MetaCollection;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | Image[] | Collection of options |
meta | Required | MetaCollection | Data about the response, including pagination and collection totals. |