supersonic-models
Version:
Supersonic models and API specifications
48 lines (47 loc) • 1.2 kB
YAML
get:
description: The count object for the menu associated with the Organisation and StoreId
responses:
"200":
description: The file from the bucket
schema:
type: object
required:
- numberOfProducts
- numberOfCategories
- numberOfUpsells
- numberOfMeals
- numberOfCoupons
- numberOfProductsPage
properties:
numberOfProducts:
type: integer
numberOfProductsPage:
type: integer
numberOfCategories:
type: integer
numberOfUpsells:
type: integer
numberOfMeals:
type: integer
numberOfCoupons:
type: integer
"403":
description: Unauthorized request
"404":
description: The menu couldn't be found
"500":
description: The file couldn't be downloaded
"304":
description: The file wasn't modified since the last request
parameters:
- name: organisation
in: path
required: true
type: string
- name: storeId
in: path
required: true
type: string
- name: If-Modified-Since
in: header
type: string