ENUM
CropRegion
The part of the image that should remain after cropping.
link GraphQL Schema definition
- enum CropRegion {
- # Keep the center of the image
- # Keep the top of the image
- # Keep the bottom of the image
- # Keep the left of the image
- # Keep the right of the image
- }
link Require by
- CollectionA collection represents a grouping of products that a shop owner can create to organize them or make their shops easier to browse.
- ProductA product represents an individual item for sale in a Shopify store. Products are often physical, but they don't have to be. For example, a digital download (such as a movie, music or ebook file) also qualifies as a product, as do services (such as equipment rental, work for hire, customization of another product or an extended warranty).
- ProductVariantA product variant represents a different version of a product, such as differing sizes or differing colors.