grubhub · Schema

MerchantActivationRequest

Request to activate a merchant for partner integration.

Properties

Name Type Description
merchant_id string The Grubhub merchant identifier to activate.
View JSON Schema on GitHub

JSON Schema

grubhub-merchantactivationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MerchantActivationRequest",
  "title": "MerchantActivationRequest",
  "type": "object",
  "description": "Request to activate a merchant for partner integration.",
  "required": [
    "merchant_id"
  ],
  "properties": {
    "merchant_id": {
      "type": "string",
      "description": "The Grubhub merchant identifier to activate."
    }
  }
}