Untitled
Preparing Your Data
Option 1 — Standard Payload Format (Legacy)
POST https://start.wearepatchworks.com/api/v1/flows/{flow_id}/start/{version_id?}
POST https://start.wearepatchworks.com/api/v1/flows/{flow_id}/manual/{version_id?}{
"payload": "{\"ORDER\": \"#LMUK62388\", \"DATA\": [{\"CARRIER\": \"EVRI\", \"QUANTITY\": \"3\", \"SKU\": \"42108803101\", \"HOST_LINE_ID\": \"17070133346600\", \"TRACKING_NUMBER\": \"T042RA0001996850\"}]}"
}Option 2 — Raw Payload Format (Recommended for new integrations)
Example cURL Requests
Start (standard)
Start (raw)
Manual (standard)
Manual (raw)
Sending an Empty Payload
Response
Error Responses
Status
Cause
Which Endpoint Should I Use?
Scenario
Recommendation
Last updated
Was this helpful?