ProductChannelListingCreateInput Input Type
No description
input ProductChannelListingCreateInput {
channelId: ID!
isPublished: Boolean
publishedAt: DateTime
visibleInListings: Boolean
isAvailableForPurchase: Boolean
availableForPurchaseAt: DateTime
}
Fields
channelId ● ID!
ID of a channel.
isPublished ● Boolean
Determines if object is visible to customers.
publishedAt ● DateTime
Publication date time. ISO 8601 standard.
visibleInListings ● Boolean
Determines if product is visible in product listings (doesn't apply to product collections).
isAvailableForPurchase ● Boolean
Determines if product should be available for purchase in this channel. This does not guarantee the availability of stock. When set to False, this product is still visible to customers, but it cannot be purchased.
availableForPurchaseAt ● DateTime
A start date time from which a product will be available for purchase. When not set and isAvailable is set to True, the current day is assumed.
Member Of
ProductBulkCreateInput input