API DocumentationManufacturer order controller

Update order kanban column

Moves an order to a different kanban column

PATCH
/api/manufacturer/v1/order/{id}/kanban-column
AuthorizationBearer <token>

In: header

Path Parameters

idinteger

ID of the order to update

Formatint64
kanbanColumnIdstring
Formatuuid
kanbanColumnAutomationRequestDtosarray<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