Skip to main content

SupplierProductImageFromFileInputResponse

The original input that errored

type SupplierProductImageFromFileInputResponse {
alt: String!
category: String
fileExtension: String!
fileName: String!
position: Int
supplierId: ID!
supplierProductId: ID!
}

Fields

SupplierProductImageFromFileInputResponse.alt ● String! non-null scalar

SupplierProductImageFromFileInputResponse.category ● String scalar

SupplierProductImageFromFileInputResponse.fileExtension ● String! non-null scalar

SupplierProductImageFromFileInputResponse.fileName ● String! non-null scalar

SupplierProductImageFromFileInputResponse.position ● Int scalar

Used to determine what order the content comes out in. Positive Integers are allowed, up to 9,999,999,999, and it does not have to be unique or sequential.

SupplierProductImageFromFileInputResponse.supplierId ● ID! non-null scalar

SupplierProductImageFromFileInputResponse.supplierProductId ● ID! non-null scalar

Member of

SupplierProductImagesFromFilesError object