Skip to main content

ProductImageFromUrlInCompositeCreateInput

Input object to create a new ProductContentItem from a URL for a Product inside a ProductCompositeCreateInput

input ProductImageFromUrlInCompositeCreateInput {
alt: String
category: String
contentItemInputId: String
position: Int
url: String!
}

Fields

ProductImageFromUrlInCompositeCreateInput.alt ● String scalar

ProductImageFromUrlInCompositeCreateInput.category ● String scalar

ProductImageFromUrlInCompositeCreateInput.contentItemInputId ● String scalar

Temporary ID, can be any string, to associate Variants with this Image. On create, the real contentItemId will be substituted.

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

ProductImageFromUrlInCompositeCreateInput.url ● String! non-null scalar

Member of

ProductCompositeCreateInput input