Structured information to guide you through Unbxd PIM with minimal assistance
Shopify Graph QL
The extra properties supported by GraphQL
- Image_altText: When you see an image on a webpage, the ‘image_altText’ provides a descriptive text that adds context to the image. This is important because it helps users understand what the image is about.
- 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
- requiresShipping:You can utilize the ‘requiresShipping’ attribute in Shopify to indicate that a product is a physical item sourced from Unbxd PIM. This attribute allows you to specify whether shipping is required for the product. Example In Shopify website if under Shipping if you want This is a physical product box to be checkmarked automatically then set the requiredShipping attribute in the template
0 of 0 users found this section helpful