API DocumentationManufacturer order controller
Update order kanban column
Moves an order to a different kanban column
AuthorizationBearer <token>
In: header
Path Parameters
idinteger
ID of the order to update
Format
int64kanbanColumnIdstring
Format
uuidkanbanColumnAutomationRequestDtosarray<GenerateShippingLabelDto>
Response Body
curl -X PATCH "http://m-api-dev.phas.io/api/manufacturer/v1/order/1/kanban-column" \ -H "Content-Type: application/json" \ -d '{ "kanbanColumnId": "27499dc2-5b09-4761-a653-1ede87308d6b", "kanbanColumnAutomationRequestDtos": [ { "type": "string" } ] }'Empty
Empty
Empty