Skip to main content

SupplierProductImageFromUrlInput

Input object for creating an Image SupplierProductContentItem from a URL

input SupplierProductImageFromUrlInput {
alt: String
category: String
position: Int
supplierId: ID!
supplierProductId: ID!
url: String!
}

Fields

SupplierProductImageFromUrlInput.alt ● String scalar

SupplierProductImageFromUrlInput.category ● String scalar

SupplierProductImageFromUrlInput.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.

SupplierProductImageFromUrlInput.supplierId ● ID! non-null scalar

SupplierProductImageFromUrlInput.supplierProductId ● ID! non-null scalar

SupplierProductImageFromUrlInput.url ● String! non-null scalar

Member of

createSupplierProductImageFromUrl mutation