SupplierProductImageFromUrlInCompositeCreateInput
Input object to create a new SupplierProductContentItem from a URL for a SupplierProduct inside a SupplierProductCompositeCreateInput
input SupplierProductImageFromUrlInCompositeCreateInput {
alt: String
category: String
contentItemInputId: String
position: Int
url: String!
}
Fields
SupplierProductImageFromUrlInCompositeCreateInput.alt
● String
scalar
SupplierProductImageFromUrlInCompositeCreateInput.category
● String
scalar
SupplierProductImageFromUrlInCompositeCreateInput.contentItemInputId
● String
scalar
Temporary ID, can be any string, to associate Variants with this Image. On create, the real contentItemId will be substituted.
SupplierProductImageFromUrlInCompositeCreateInput.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.