/
Authorizations
Body
item_idsstring[]Required
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
post
/users/orders/POST /users/orders/ HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"item_ids": [
"text"
],
"location": {
"latitude": 1,
"longitude": 1
}
}No content
Last updated