OrderChangeRequest is a JSON Structure definition published by Grubhub, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/grubhub/refs/heads/main/json-structure/grubhub-orderchangerequest-structure.json",
"name": "OrderChangeRequest",
"description": "A change request for an existing order.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier for the change request."
},
"status": {
"type": "string",
"description": "The current status of the change request.",
"enum": [
"PENDING",
"APPROVED",
"REJECTED"
]
},
"type": {
"type": "string",
"description": "The type of change being requested."
},
"details": {
"type": "string",
"description": "Details about the requested change."
},
"created_at": {
"type": "datetime",
"description": "When the change request was created."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.