Anchor to PaymentIconImagePayment
objectPayment Icon Image
Represents an image resource.
Anchor to FieldsFields
- Anchor to altTextalt•String
Text A word or phrase to share the nature or contents of an image.
- Anchor to heightheight•Int
The original height of the image in pixels. Returns
null
if the image isn't hosted by Shopify.- •ID!non-nullPre-auth accessible
A unique non-nullable ID for the image.
- •URL!non-nullPre-auth accessible
The location of the image as a URL.
If no transform options are specified, then the original image will be preserved including any pre-applied transforms.
All transformation options are considered "best-effort". Any transformation that the original image type doesn't support will be ignored.
If you need multiple variations of the same image, then you can use GraphQL aliases.
- Anchor to widthwidth•Int
The original width of the image in pixels. Returns
null
if the image isn't hosted by Shopify.
Deprecated fields
- Anchor to originalSrcoriginal•URL!
Src - •URL!
- Anchor to transformedSrctransformed•URL!
Src
Was this section helpful?