# ProductAppendImagesPayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `productAppendImages` mutation. ### Access Scopes ## Fields * [newImages](/docs/api/admin-graphql/2024-07/objects/Image): Image - List of new images appended to the product. * [product](/docs/api/admin-graphql/2024-07/objects/Product): Product - The product object. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [productAppendImages](/docs/api/admin-graphql/2024-07/mutations/productAppendImages) ## Examples