object ProductImage
Fields
| Field | Type | Description |
|---|---|---|
src | String | The url where the image is hosted. |
position | Int | The order in which the image should appear. |
Referenced By
- Product Type
Example
{
"src": "https://example.com/images/blue-tee.jpg",
"position": 1
}