ProductBulkCreateInput
No description
input ProductBulkCreateInput {
seller: ID!
productType: ID
name: String
slug: String
description: String
descriptionJson: String
descriptionHtml: String
category: ID
collections: [ID!]
isPublished: Boolean
isAvailable: Boolean
publicationDate: Date
startDate: Date
visibleInListings: Boolean
basePrice: PositiveDecimal
costPrice: PositiveDecimal
currency: String
overridePrice: Boolean
overrideCurrency: Boolean
stocks: [StockInput!]
sku: String
trackInventory: Boolean
allowBackorders: Boolean
isShippingRequired: Boolean
isDigital: Boolean
isPriceOverrideAllowed: Boolean
weight: WeightScalar
dimensions: ProductDimensionsInput
chargeTaxes: Boolean
taxCode: String
attributes: [AttributeValueInput!]
variantAttributes: [ID!]
customFields: [AttributeValueInput!]
seo: SeoInput
subStatus: ProductSubStatusEnum
subStatusReason: String
externalSource: String
externalId: String
image: Upload
productSource: ProductSourceEnum
allowSellerVariants: Boolean
}
Show more ↓