For AI agents: visit https://erplain.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Associated query Returns multiple results StockEntry StockEntries ✔️
Label Type Notes Null changed Date The date of the stock entry's last modification created Date The date of the stock entry's creation external_reference string The external reference of this document ✔️ id integer The id of the document label string The order number of this specific stock entry. Automatically generated line_items Line items The line items of the document location Location The location used in the document notes string Notes about this document that you AND the customer will see ✔️ stock_entry_status string The status of this stock entry ("completed", "cancelled") total_units decimal (17,7)The total units of this order user User The user who created this order
JSON
query{
StockEntries{
edges{
node{
changed
created
external_reference
id
label
line_items{
edges{
node{
id
}
}
}
location{
id
}
notes
stock_entry_status
total_units
user{
display_name
}
}
}
}
}