ProductChannelListingCreateInput
No description
input ProductChannelListingCreateInput {
  channelId: ID!
  isPublished: Boolean
  publishedAt: DateTime
  visibleInListings: Boolean
  isAvailableForPurchase: Boolean
  availableForPurchaseAt: DateTime
}
Fields
ProductChannelListingCreateInput.channelId ● ID! non-null scalar miscellaneous
ID of a channel.
ProductChannelListingCreateInput.isPublished ● Boolean scalar miscellaneous
Determines if object is visible to customers.
ProductChannelListingCreateInput.publishedAt ● DateTime scalar miscellaneous
Publication date time. ISO 8601 standard.
ProductChannelListingCreateInput.visibleInListings ● Boolean scalar miscellaneous
Determines if product is visible in product listings (doesn't apply to product collections).
ProductChannelListingCreateInput.isAvailableForPurchase ● Boolean scalar miscellaneous
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.
ProductChannelListingCreateInput.availableForPurchaseAt ● DateTime scalar miscellaneous
A start date time from which a product will be available for purchase. When not set and
isAvailableis set to True, the current day is assumed.
Member Of
ProductBulkCreateInput input