SupplierProductImageFromFilesResponse
Returned object from createSupplierProductImagesFromFiles
type SupplierProductImageFromFilesResponse {
errors: [SupplierProductImagesFromFilesError!]
mutationResponses: [SupplierProductImageFromFileResponse!]!
}
Fields
SupplierProductImageFromFilesResponse.errors
● [SupplierProductImagesFromFilesError!]
list object
SupplierProductImageFromFilesResponse.mutationResponses
● [SupplierProductImageFromFileResponse!]!
non-null object
A signed S3 url to upload the image to along with supporting data about the image
Returned by
createSupplierProductImagesFromFiles
mutation