commerce icon indicating copy to clipboard operation
commerce copied to clipboard

Somebody managed to get featured image from collection/category with Shopify?

Open geniti opened this issue 2 years ago • 1 comments

im trying to get the image I uploaded in Shopify collection featured image

geniti avatar Dec 29 '21 10:12 geniti

@goncy @willianjusten could you help me with this

i have created this type export type Category = { id: string name: string image: CategoryImage[] slug: string path: string }

export type CategoryImage = { url: string alt?: string }

geniti avatar Jan 07 '22 13:01 geniti

Hey there! Thank you for opening this issue. We have decided to take Next.js Commerce in a new direction and will be closing out current PRs and issues due to this change. Please see this PR for more details: https://github.com/vercel/commerce/pull/966

leerob avatar Apr 18 '23 02:04 leerob