get https://example.com/api/basedata/v1/orderflows/
By giving the required id
as path parameter, this endpoint returns the one orderflow linked to it.
Log in to see full request history
Responses
401You are not unauthorized
404Not Found
By giving the required id
as path parameter, this endpoint returns the one orderflow linked to it.
401You are not unauthorized
404Not Found
xxxxxxxxxx
curl --request GET \
--url 'https://example.com/api/basedata/v1/orderflows/id?storeId=null&includeDeleted=false' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: