See the Queries page for a presentation of this resource.
Creates a new stock count.
Parameters:
Example:
GraphQL
mutation {
CreateStockCount(input: {
label: "SC-2026-001",
location: { id: 100001 }
}) {
id
label
status
}
}
Updates an existing stock count.
Parameters:
Adds a line item or increments its quantity by scanning a barcode.
Parameters:
Parameter Type Description idID! ID of the stock count. barcodeString! The scanned barcode.
Sets the counted quantity of a line item within a stock count.
Parameters:
Parameter Type Description idID! ID of the stock count line item. quantityFloat The new quantity.
Generates the next available stock count label.
GraphQL
mutation {
GenerateStockCountNumber
}
label Label of the stock count
dated_at Date of the stock count
location Location to count (required)
notes Notes attached to the stock count
bin_location_filter Optional filter on bin locations during count
label Label of the stock count
dated_at Date of the stock count
notes Notes attached to the stock count
status Status of the stock count
Value Description in_progressCount is in progress. stock_update_in_progressStock is being updated. completedCount completed and stock updated. cancelledDocument voided.