Skip to main content

Create a Flow

POST 

https://euwest.api.elasticpath.com/v2/flows

  • For Commerce, this endpoint creates a flow.
  • For Product Experience Manager, this endpoint creates a template.
caution

Custom names and values prefixed with $ are not supported.

Request

Responses

Authorization: http

name: bearerAuthtype: httpscheme: bearer

Request Collapse all
Base URL
https://euwest.api.elasticpath.com
Auth
Body required
{
  "data": {
    "description": "string",
    "enabled": true,
    "name": "string",
    "slug": "string",
    "type": "string"
  }
}
ResponseClear

Click the Send API Request button above and see the response here!