Structured information to guide you through Unbxd PIM with minimal assistance
Shopify Graph QL
The extra properties supported by GraphQL
- Image_altText: The image_altText is a descriptive text added to an image on a webpage. It’s important because it provides context about the image.
- Options: Options Property to be added to a template when you want the options to go in certain format.
To arrange option fields in a specific order on Shopify, you should include a custom property called “Options” and, in the code view, input a list of values in the precise format you desire for them to appear on Shopify. - Image_src:The image_src field retrieves the URL of an image associated with a product, variant, or collection.For example: let’s say you have an online store that sells T-shirts in different colors and sizes. Each T-shirt has a corresponding image that shows what it looks like. To display these images on your store, you must upload the files to Shopify and then use the image_src attribute to link each image to its corresponding product or product variant.
- Variant_ImageSrc:Each variant of a product is linked to one specific image. In other words, for a given product with multiple variations (variants), each variant will have its own unique image associated with it. This means that when customers select a particular variant (such as a specific size or color) on a product page, the image displayed will correspond to that particular variant, providing a visual representation of what the selected variant looks like. This helps customers make informed choices and ensures that the product image accurately represents the chosen variant.
- Position:To define the order of property values for variant products in a template, introduce a property called “positions.” Assign a value of “1” to the property for the value you want to appear at the top.
Example: if you desire to arrange the sizes in ascending order such as XS, S, M, L, XL, you would set “resultant = 1” for XS and “resultant = 2” for S. - Seo_title: The SEO title field in Shopify GraphQL retrieves a product or variant’s search engine optimization (SEO) title. The SEO title is a meta title tag that provides a concise and descriptive title for a webpage to search engines.The seo Title field is a string-type field on Shopify’s Product and ProductVariant objects. A product or variant with an SEO title set can be retrieved using this field.
- Seo_description:The SEO description field in Shopify GraphQL retrieves a product or variant’s search engine optimization (SEO) description. The SEO description is a meta description tag that summarizes a webpage’s content to search engines.The seoDescription field is a string-type field on Shopify’s Product and ProductVariant objects. If a product or product variant has an SEO description set, it can be retrieved using this field.
Note: While updating SEO information, it is mandatory to send both seo_title and seo_description
0 of 0 users found this section helpful