Otter · JSON Structure

Public Api Create Shipment Response Structure

A response containing information about the created shipment.

Type: object Properties: 1 Required: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

CreateShipmentResponse is a JSON Structure definition published by Otter, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-create-shipment-response-structure.json",
  "name": "CreateShipmentResponse",
  "description": "A response containing information about the created shipment.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "A unique identifier for the shipment.",
      "example": "18695c43-c670-4c57-a714-e0d7b215db20"
    }
  },
  "required": [
    "id"
  ]
}