Skip to main content

BulkAddProductsInput

Autogenerated input type of BulkAddProducts

input BulkAddProductsInput {
clientMutationId: String
products: [ProductAddInput!]!
}

Fields

BulkAddProductsInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

BulkAddProductsInput.products ● [ProductAddInput!]! non-null input

The list of products to add including its attributes. A maximum of 50 products are allowed per request.

Member Of

bulkAddProducts mutation