RL
RL Studio

Rise Data Labs

DashboardWorldsEnvironmentsTask designerSessions
  1. Environments
  2. Omnichannel POS

Omnichannel POS

Store inventory, pickups, and channel reservations.

WIPRetailInventory
NameDescriptionParameters
omnichannel_pos_getLoad a single record by id.{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}
omnichannel_pos_list_openList open items in the default queue.{"type":"object","properties":{"limit":{"type":"integer"}}}
omnichannel_pos_searchSearch records with filters and free text.{"type":"object","properties":{"query":{"type":"string"},"limit":{"type":"integer"}},"required":["query"]}
omnichannel_pos_submit_actionSubmit a workflow action (approve, escalate, merge, etc.).{"type":"object","properties":{"action":{"type":"string"},"targetId":{"type":"string"},"note":{"type":"string"}},"required":["action","targetId"]}
omnichannel_pos_updateApply a partial update to a record.{"type":"object","properties":{"id":{"type":"string"},"patch":{"type":"object"}},"required":["id"]}