ProductImageCandidates
A product paired with its unassigned image candidates. Candidates are matched by SKU substring against the image file name. An empty candidates list means no unassigned images matched this product's SKU.
type ProductImageCandidates {
candidates: [Image!]!
product: Product!
}
Fields
ProductImageCandidates.candidates ● [Image!]! non-null object products
Unassigned images whose file name contains the product SKU. Pass the image ID to updateImage to confirm an assignment.
ProductImageCandidates.product ● Product! non-null object products
The product being matched.
Returned By
productsImageCandidates query