CreateProductInput
Autogenerated input type of CreateProduct
Fields
clientMutationId (String)
A unique identifier for the client performing the mutation.
metadata (JSON)
Metadata that can be used by developers to store additional information on objects.
slug (String)
sku (String)
supplier (String)
eligibleForDiscount (Boolean)
interval (Int)
intervalUnitOfMeasure (String)
initialShipmentDelay (Int)
initialShipmentDelayUnitOfMeasure (String)
minimumCommitmentEnabled (Boolean)
minimumCommitmentUnit (String)
minimumCommitmentPeriod (Int)
maximumCommitmentEnabled (Boolean)
maximumCommitmentPeriod (Int)
maximumCommitmentUnit (String)
graceCancellationEnabled (Boolean)
graceCancellationPeriod (Int)
graceCancellationUnit (String)
productType (String)
availableViaSsc (Boolean)
If enabled the product can be added by existing customer via the self service center
available (Boolean)
If enabled the product can be added to the checkout by new customers
title (String!)
priceCents (Int!)
taxRateId (ID!)
prices ([PriceInput!])
Country specific prices set for this product. These price will override default product price for specified countries.
Last updated