Skip to main content

ProductChannelListingCreateInput

No description

input ProductChannelListingCreateInput {
channelId: ID!
isPublished: Boolean
publishedAt: DateTime
visibleInListings: Boolean
isAvailableForPurchase: Boolean
availableForPurchaseAt: DateTime
}

Fields

ProductChannelListingCreateInput.channelId ● ID! non-null scalar

ID of a channel.

ProductChannelListingCreateInput.isPublished ● Boolean scalar

Determines if object is visible to customers.

ProductChannelListingCreateInput.publishedAt ● DateTime scalar

Publication date time. ISO 8601 standard.

ProductChannelListingCreateInput.visibleInListings ● Boolean scalar

Determines if product is visible in product listings (doesn't apply to product collections).

ProductChannelListingCreateInput.isAvailableForPurchase ● Boolean scalar

Determine if product should be available for purchase.

ProductChannelListingCreateInput.availableForPurchaseAt ● DateTime scalar

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


Was this page helpful?