input CreateProductImageInput
Fields
| Field | Type | Description |
|---|---|---|
src | String! | Src for this product image. |
position | Int | Position as a numeric value. |
Referenced By
- CreateProductInput Type
Example
{
"src": "https://example.com/images/blue-tee.jpg",
"position": 1
}