Successful order creation
Order Accept
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"message": [
"Operation completed successfully"
],
"data": null
}"Unauthorized."{
"message": [
"User not authenticated.",
"User not found.",
"You don't have this store available.",
"Order not found.",
"Microservice does not have this integration configured.",
"Unable to get token.",
"Error sending the acceptance to the delivery platform."
],
"data": null
}{
"delivery_id": [
"The delivery id field is required."
],
"store_id": [
"The store id field is required.",
],
"order_external_id": [
"The order external id field is required."
]
}Last updated
Was this helpful?