post https://{environment}.plugsurfing.com/emp/v1/orders//assign
Mark order as 'Assigned'
Log in to see full request history
Responses
Mark order as 'Assigned'
xxxxxxxxxx
curl --request POST \
--url https://drive-api-stage.plugsurfing.com/emp/v1/orders/orderId/assign \
--header 'accept: */*'
xxxxxxxxxx
23{
"id": "aYnky297eG",
"address": {
"country": "Austria",
"additionalInformation": "test test",
"firstName": "Frans",
"lastName": "Anderson",
"city": "Wistful Vista",
"postalCode": "85960",
"companyName": "Low area Corp.",
"addressLine1": "First Way 261b",
"addressLine2": "Suite 9"
},
"quantity": 1,
"language": "en",
"product": {
"id": "Am07b6Q7JZ"
},
"created": "2023-06-26T10:00:00Z",
"organizationId": "JoEl1xoP7r",
"status": "ORDER_PAID",
"updated": "2023-06-26T12:00:00Z"
}