---
updatedAt: 2025-05-27T12:40:32.000Z
---

Fetch the complete documentation index at: https://developers.flipdish.com/v1.0/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# /api/v1.0/{appId}/storeordercapacity/{storeId}/{deliveryType}

# OpenAPI definition

```json
{
  "openapi": "3.0.0",
  "info": {
    "version": "v1.0",
    "title": "Flipdish Open API v1.0"
  },
  "paths": {
    "/api/v1.0/{appId}/storeordercapacity/{storeId}/{deliveryType}": {
      "get": {
        "tags": [
          "StoreOrderCapacity"
        ],
        "operationId": "GetStoreOrderCapacity",
        "parameters": [
          {
            "name": "appId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storeId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "deliveryType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "enum": [
                "Delivery",
                "Pickup"
              ]
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiResult-StoreOrderCapacityConfig"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiResult-StoreOrderCapacityConfig"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiResult-StoreOrderCapacityConfig"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiResult-StoreOrderCapacityConfig"
                }
              },
              "Data": {
                "examples": {
                  "response": {
                    "value": {
                      "StoreId": 2553,
                      "DeliveryType": "Delivery",
                      "StoreIntervalInMinutes": 10,
                      "OrderCapacityPeriods": [
                        {
                          "MaxOrderNumberPerStoreInterval": 5,
                          "DayOfTheWeek": "Sunday",
                          "PeriodStartHour": 9,
                          "PeriodStartMinutes": 0,
                          "PeriodEndHour": 11,
                          "PeriodEndMinutes": 0
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "400": {
            "description": "BadRequest",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiErrorResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiErrorResult"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiErrorResult"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiErrorResult"
                }
              }
            }
          },
          "401": {
            "description": "Authentication has been denied for this request.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiUnauthorizedResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiUnauthorizedResult"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiUnauthorizedResult"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiUnauthorizedResult"
                }
              }
            }
          },
          "403": {
            "description": "Successful authentication, but authorization has been denied for this request.",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiForbiddenResult"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiForbiddenResult"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiForbiddenResult"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RestApiForbiddenResult"
                }
              }
            }
          }
        },
        "security": [
          {
            "oauth2": [
              "api"
            ]
          }
        ]
      }
    }
  },
  "x-samples-languages": [
    "curl",
    "node",
    "csharp",
    "ruby",
    "javascript",
    "python",
    "swift"
  ],
  "x-send-defaults": true,
  "x-flipdish-signalr": [
    {
      "hubName": "AnalyticsHub",
      "events": [
        {
          "eventName": "analytics.website",
          "eventType": "AnalyticsClientEvent"
        }
      ]
    },
    {
      "hubName": "AppHub",
      "events": [
        {
          "eventName": "app.created",
          "eventType": "AppCreatedEvent"
        },
        {
          "eventName": "app.updated",
          "eventType": "AppUpdatedEvent"
        }
      ]
    },
    {
      "hubName": "AuthorizationHub",
      "events": []
    },
    {
      "hubName": "BankAccountHub",
      "events": [
        {
          "eventName": "bankaccount.created",
          "eventType": "BankAccountCreatedEvent"
        },
        {
          "eventName": "bankaccount.updated",
          "eventType": "BankAccountUpdatedEvent"
        },
        {
          "eventName": "bankaccount.deleted",
          "eventType": "BankAccountDeletedEvent"
        }
      ]
    },
    {
      "hubName": "CampaignHub",
      "events": []
    },
    {
      "hubName": "CardReaderHub",
      "events": [
        {
          "eventName": "cardreaders.kiosk.bluetooth.initiatepairingmode",
          "eventType": "KioskBluetoothPairingModeEvent"
        },
        {
          "eventName": "cardreaders.kiosk.bluetooth.unpaired",
          "eventType": "KioskBluetoothTerminalUnpairedEvent"
        },
        {
          "eventName": "cardreaders.kiosk.bluetooth.updated",
          "eventType": "KioskBluetoothTerminalUpdatedEvent"
        },
        {
          "eventName": "cardreaders.kiosk.bluetooth.checkforupdates",
          "eventType": "KioskBluetoothTerminalInitiateUpdateCheckEvent"
        },
        {
          "eventName": "cardreaders.kiosk.bluetooth.initiateinstallupdatemode",
          "eventType": "KioskBluetoothInstallUpdateInitiateEvent"
        },
        {
          "eventName": "cardreaders.kiosk.bluetooth.cancelupdateinstall",
          "eventType": "KioskBluetoothTerminalCancelUpdateEvent"
        },
        {
          "eventName": "cardreaders.kiosk.bluetooth.installationstatus",
          "eventType": "KioskBluetoothTerminalInstallationStatusEvent"
        },
        {
          "eventName": "cardreaders.kiosk.bluetooth.firmwareupdateversion",
          "eventType": "KioskBluetoothTerminalFirmwareVersionStatusEvent"
        },
        {
          "eventName": "cardreaders.kiosk.bluetooth.terminalactionstatechanged",
          "eventType": "KioskTerminalActionStateChangedEvent"
        }
      ]
    },
    {
      "hubName": "ChannelHub",
      "events": []
    },
    {
      "hubName": "CustomerHub",
      "events": [
        {
          "eventName": "customer.created",
          "eventType": "CustomerCreatedEvent"
        },
        {
          "eventName": "customer.updated",
          "eventType": "CustomerUpdatedEvent"
        },
        {
          "eventName": "customer.consent.updated",
          "eventType": "CustomerConsentUpdatedEvent"
        }
      ]
    },
    {
      "hubName": "HydraHub",
      "events": [
        {
          "eventName": "hydra.assigned",
          "eventType": "HydraAssignedEvent"
        },
        {
          "eventName": "hydra.request_reset",
          "eventType": "HydraRequestResetEvent"
        },
        {
          "eventName": "hydra.setting_changed",
          "eventType": "HydraSettingChangedEvent"
        },
        {
          "eventName": "hydra.conection_status_changed",
          "eventType": "HydraConnectionStatusChangedEvent"
        },
        {
          "eventName": "hydra.unassigned",
          "eventType": "HydraUnAssignedEvent"
        },
        {
          "eventName": "hydra.store.assigned",
          "eventType": "HydraStoreAssignedEvent"
        },
        {
          "eventName": "hydra.store.unassigned",
          "eventType": "HydraStoreUnassignedEvent"
        }
      ]
    },
    {
      "hubName": "MenuCheckpointHub",
      "events": []
    },
    {
      "hubName": "MenuHub",
      "events": []
    },
    {
      "hubName": "OrderHub",
      "events": [
        {
          "eventName": "order.created",
          "eventType": "OrderCreatedEvent"
        },
        {
          "eventName": "order.rejected",
          "eventType": "OrderRejectedEvent"
        },
        {
          "eventName": "order.accepted",
          "eventType": "OrderAcceptedEvent"
        },
        {
          "eventName": "order.refunded",
          "eventType": "OrderRefundedEvent"
        }
      ]
    },
    {
      "hubName": "PhoneCallHub",
      "events": []
    },
    {
      "hubName": "PrinterHub",
      "events": []
    },
    {
      "hubName": "StoreGroupHub",
      "events": [
        {
          "eventName": "store_group.created",
          "eventType": "StoreGroupCreatedEvent"
        },
        {
          "eventName": "store_group.updated",
          "eventType": "StoreGroupUpdatedEvent"
        },
        {
          "eventName": "store_group.deleted",
          "eventType": "StoreGroupDeletedEvent"
        }
      ]
    },
    {
      "hubName": "StoreHub",
      "events": [
        {
          "eventName": "store.created",
          "eventType": "StoreCreatedEvent"
        },
        {
          "eventName": "store.updated",
          "eventType": "StoreUpdatedEvent"
        },
        {
          "eventName": "store.archived",
          "eventType": "StoreArchivedEvent"
        },
        {
          "eventName": "store.unarchived",
          "eventType": "StoreUnarchivedEvent"
        },
        {
          "eventName": "store.published",
          "eventType": "StorePublishedEvent"
        },
        {
          "eventName": "store.unpublished",
          "eventType": "StoreUnpublishedEvent"
        },
        {
          "eventName": "store.deleted",
          "eventType": "StoreDeletedEvent"
        },
        {
          "eventName": "store.address.updated",
          "eventType": "StoreAddressUpdatedEvent"
        },
        {
          "eventName": "store.opening_hours.updated",
          "eventType": "StoreOpeningHoursUpdatedEvent"
        },
        {
          "eventName": "store.menu.assigned",
          "eventType": "StoreMenuAssignedEvent"
        },
        {
          "eventName": "store.delivery_zone.created",
          "eventType": "DeliveryZoneCreatedEvent"
        },
        {
          "eventName": "store.delivery_zone.updated",
          "eventType": "DeliveryZoneUpdatedEvent"
        },
        {
          "eventName": "store.delivery_zone.deleted",
          "eventType": "DeliveryZoneDeletedEvent"
        },
        {
          "eventName": "store_group.created",
          "eventType": "StoreGroupCreatedEvent"
        },
        {
          "eventName": "store_group.updated",
          "eventType": "StoreGroupUpdatedEvent"
        },
        {
          "eventName": "store_group.deleted",
          "eventType": "StoreGroupDeletedEvent"
        },
        {
          "eventName": "store.business_hours_override.created",
          "eventType": "StoreBusinessHoursOverrideCreatedEvent"
        },
        {
          "eventName": "store.business_hours_override.deleted",
          "eventType": "StoreBusinessHoursOverrideDeletedEvent"
        },
        {
          "eventName": "store.preorder_config.updated",
          "eventType": "StorePreOrderConfigUpdatedEvent"
        },
        {
          "eventName": "store.logo.created",
          "eventType": "StoreLogoCreatedEvent"
        },
        {
          "eventName": "store.logo.updated",
          "eventType": "StoreLogoUpdatedEvent"
        },
        {
          "eventName": "store.logo.deleted",
          "eventType": "StoreLogoDeletedEvent"
        },
        {
          "eventName": "store.kiosk_setting.updated",
          "eventType": "StoreKioskSettingUpdatedEvent"
        },
        {
          "eventName": "store.fee_config.updated",
          "eventType": "StoreFeeConfigUpdatedEvent"
        }
      ]
    },
    {
      "hubName": "TeammateHub",
      "events": [
        {
          "eventName": "teammate.invite.sent",
          "eventType": "TeammateInviteSentEvent"
        },
        {
          "eventName": "teammate.invite.accepted",
          "eventType": "TeammateInviteAcceptedEvent"
        },
        {
          "eventName": "teammate.updated",
          "eventType": "TeammateUpdatedEvent"
        },
        {
          "eventName": "teammate.deleted",
          "eventType": "TeammateDeletedEvent"
        }
      ]
    },
    {
      "hubName": "TelephonyConfigHub",
      "events": []
    },
    {
      "hubName": "VoucherHub",
      "events": [
        {
          "eventName": "voucher.created",
          "eventType": "VoucherCreatedEvent"
        },
        {
          "eventName": "voucher.deleted",
          "eventType": "VoucherDeletedEvent"
        },
        {
          "eventName": "voucher.updated",
          "eventType": "VoucherUpdatedEvent"
        },
        {
          "eventName": "voucher.applied",
          "eventType": "VoucherAppliedEvent"
        }
      ]
    },
    {
      "hubName": "WebhookHub",
      "events": []
    },
    {
      "hubName": "WebsiteHub",
      "events": []
    }
  ],
  "servers": [
    {
      "url": "https://api.flipdish.co"
    }
  ],
  "components": {
    "securitySchemes": {
      "oauth2": {
        "type": "oauth2",
        "description": "OAuth2 Implicit Grant",
        "flows": {
          "implicit": {
            "authorizationUrl": "https://api.flipdish.co/identity/connect/authorize",
            "scopes": {
              "api": "Access to Flipdish API"
            }
          }
        }
      }
    },
    "schemas": {
      "RestApiErrorResult": {
        "description": "Rest api error result",
        "required": [
          "Message"
        ],
        "type": "object",
        "properties": {
          "Message": {
            "description": "Error message",
            "type": "string"
          },
          "ErrorCode": {
            "format": "int32",
            "description": "Error code",
            "type": "integer"
          },
          "StackTrace": {
            "description": "Stack trace",
            "type": "string"
          },
          "Errors": {
            "description": "List of errors grouped by field name",
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ValidationErrorResult"
            }
          }
        }
      },
      "ValidationErrorResult": {
        "description": "Validation error result",
        "type": "object",
        "properties": {
          "FieldName": {
            "description": "Field name",
            "type": "string"
          },
          "Errors": {
            "description": "List of errors relates to field",
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "RestApiUnauthorizedResult": {
        "description": "Rest api unauthorized result",
        "required": [
          "Message"
        ],
        "type": "object",
        "properties": {
          "Message": {
            "description": "Message",
            "type": "string",
            "readOnly": true
          }
        }
      },
      "RestApiForbiddenResult": {
        "description": "Rest Api Forbidden Result",
        "required": [
          "Message"
        ],
        "type": "object",
        "properties": {
          "Message": {
            "description": "Message",
            "type": "string",
            "readOnly": true
          }
        }
      },
      "StoreOrderCapacityPeriod": {
        "description": "Represents a single order capacity period",
        "type": "object",
        "properties": {
          "MaxOrderNumberPerStoreInterval": {
            "format": "int32",
            "description": "The maximum number of orders per each store order interval in this order capacity period.\r\nE.g. for a period from 9:00 till 11:00, if the store's interval is 10 minutes, and MaxOrderNumberPerStoreInterval is set to 5,\r\nit means that within each 10-minute interval between 9:00 and 11:00 (i.e. 9:00-9:10, 9:10-9:20, .. , 10:50-11:00) it will be possible to\r\nrequest at most 5 orders.",
            "type": "integer"
          },
          "DayOfTheWeek": {
            "description": "Day of the week the period pertains to",
            "enum": [
              "Sunday",
              "Monday",
              "Tuesday",
              "Wednesday",
              "Thursday",
              "Friday",
              "Saturday"
            ],
            "type": "string"
          },
          "PeriodStartHour": {
            "format": "int32",
            "description": "The hour the period starts at",
            "type": "integer"
          },
          "PeriodStartMinutes": {
            "format": "int32",
            "description": "The minutes after the hour the period starts at",
            "type": "integer"
          },
          "PeriodEndHour": {
            "format": "int32",
            "description": "The hour the period ends at",
            "type": "integer"
          },
          "PeriodEndMinutes": {
            "format": "int32",
            "description": "The minutes after the hour the period ends at",
            "type": "integer"
          }
        }
      },
      "RestApiResult-StoreOrderCapacityConfig": {
        "description": "Rest api result",
        "required": [
          "Data"
        ],
        "type": "object",
        "properties": {
          "Data": {
            "$ref": "#/components/schemas/StoreOrderCapacityConfig"
          }
        }
      },
      "StoreOrderCapacityConfig": {
        "description": "Represents one store's order capacity configuration",
        "type": "object",
        "properties": {
          "StoreId": {
            "format": "int32",
            "description": "Store identifier",
            "type": "integer"
          },
          "DeliveryType": {
            "description": "Signifies whether the order capacity configuration is for Delivery / Pickup",
            "enum": [
              "Delivery",
              "Pickup"
            ],
            "type": "string"
          },
          "StoreIntervalInMinutes": {
            "format": "int32",
            "description": "Store Interval - time between orders, e.g. 10 minutes between each order time available to customer",
            "type": "integer"
          },
          "OrderCapacityPeriods": {
            "description": "Order capacity periods",
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/StoreOrderCapacityPeriod"
            }
          }
        }
      }
    }
  },
  "x-readme": {
    "explorer-enabled": true,
    "proxy-enabled": true
  }
}
```