run
{% if request == blank %}
{% json request %}
{
"body": {}
}
{% endjson %}
{% endif %}
{% capture task_input %}
{ "recieved_inventories": {{request.body | json }} }
{% endcapture %}
{{ task_input | run: "update_inventory_levels" }}
{% json response %}
{
"status": "ok"
}
{% endjson %}Last updated