Shops > Workflows > workflows
Commerce APIShopsWorkflowsworkflows
workflows
GET:workflows.json

Description

Get all or specific workflow endpoints.

This is a typical bulk get endpoint.

Permission bit: "workflows.read"

Topic: Workflows

Arguments

ids: [String!]

List of workflow ids. See also: Unique Identifiers

Example: ["wf_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Workflow!]

Preview (typescript)

Loading module