Inventory Mutations

Interactive examples coming soon...

createDiagnostic :: Diagnostic!

ArgumentTypeDescription
inputDiagnosticInput

createFulfillmentSource :: FulfillmentSource!

ArgumentTypeDescription
inputFulfillmentSourceInput

createInventoryAdjustment :: InventoryAdjustment

ArgumentTypeDescription
inputInventoryAdjustmentInput

createProductCategory :: ProductCategory!

ArgumentTypeDescription
inputProductCategoryInput

createProductType :: ProductType!

ArgumentTypeDescription
inputProductTypeInput

createStockLocation :: StockLocation

ArgumentTypeDescription
inputStockLocationInput

deleteDiagnostic :: Diagnostic!

ArgumentTypeDescription
idID!

deleteFulfillmentSource :: FulfillmentSource!

ArgumentTypeDescription
idID!

deleteProductCategory :: ProductCategory!

ArgumentTypeDescription
idID!

deleteProductType :: ProductType!

ArgumentTypeDescription
idID!

generateInventoryReport :: String

ArgumentTypeDescription
emailString
locationIdID

generateUsageSummaryReport :: String

ArgumentTypeDescription
emailString
insertedAtEndNaiveDateTime
insertedAtStartNaiveDateTime
locationIdID

reassignProductType :: ProductType

ArgumentTypeDescription
newProductTypeIdID
productTypeIdID

updateDiagnostic :: Diagnostic

ArgumentTypeDescription
idID!
inputDiagnosticInput!

updateFulfillmentSource :: FulfillmentSource

ArgumentTypeDescription
idID!
inputFulfillmentSourceInput!

updateProductCategory :: ProductCategory

ArgumentTypeDescription
idID!
inputProductCategoryInput!

updateProductCubexEnabled :: Product

Controls whether a product is synced to Cubex at the specified location. Requires the Cubex Sync feature to be enabled.

ArgumentTypeDescription
enableBoolean!
locationIdID!
productIdID!

updateProductEnabled :: Product

ArgumentTypeDescription
enableBoolean!
locationIdID!
productIdID!

updateProductType :: ProductType

ArgumentTypeDescription
idID!
inputProductTypeInput!

updateStockLocation :: StockLocation

ArgumentTypeDescription
inputStockLocationUpdate

uploadMassInventory :: MassUploadResult

ArgumentTypeDescription
fileUpload!
locationIdID!