- Storeharmony API
- Mobile Apps
- Apps Registration
- Stock Inventory
- Stock Categories
- Create Bulk Products
- Create Product with Variants
- Add Variants to Product
- Upload Product Picture
- Update Product Prices
- Add New Quantity to Product
- Deduct Quantity from Product
- Creates a simple product in the inventory
- Get Product by Item ID
- getProductTransfers
- acceptTransferIntoStore
- listProductsPricesForRecentChanges
- listProductsPrices
- Get Inventory Stock Items
- getProductAudit
- findBySKU
- Update Product
- Removes provided variants from provided Existing Product
- Add Variants to Existing Product
- getProductsWithComplexQuery
- Removes Product by Item ID
- Add Variants to Existing Product
- Store Admin Operations
- Invoicing Operations
- CRM
- Online Store
- Restuarant Order Menus AppCalls
- Place an OrderPOST
- Submit Store ReviewPOST
- getServiceNameGET
- Load a Restro Store DetailGET
- Restro Product OrderGET
- Track Order StatusGET
- Restro Store TablesGET
- List Auto CategoriesGET
- Restro Product DetailsGET
- Fetch Related Products or Recommended Pairs for a ProductGET
- Fetch All CategoriesGET
- Fetch All Products Belonging to a Particular CategoryGET
- Fetch All Products by Store ID Based on Categories and SubcategoriesGET
- Fetch All Categories and Subcategories by Store IDGET
- updatesOrderPUT
- cancelOrderDELETE
- postCustomerReviewPOST
- getCustomerProfileGET
- updateProfilePOST
- updateProfileShippingAddressPOST
- submitIssuesPOST
- placeOrderToStorePOST
- contactStorePOST
- calculateOrderShippingPOST
- passResettingPOST
- getStoreInfoGET
- getCustomerWalletReportGET
- getRegularPurchaseGET
- getRecentPurchaseGET
- getCustomerReceiptsGET
- getReceiptDetails_1GET
- getCustomerProfileDetailsGET
- getCustomerOrdersGET
- getOrderDetailsGET
- getCustomerLoyaltyReportGET
- getCustomerInvoicesGET
- trackPaymentGET
- trackOrder_1GET
- loadDeliverypolicyGET
- listAutoCategories_1GET
- getShippingRatesGET
- shippingInformationGET
- searchProductsGET
- sendReceiptGET
- listStoreProductsForHomeGET
- loadProductByItemId_1GET
- getCustomerReviewGET
- loadProducRecommendationsByItemIdGET
- loadProductBySlugGET
- loadRelatedProductsByItemIdGET
- loadPrivacypolicyGET
- searchPagedProductsGET
- searchPagedProductsByPagesGET
- getStoreLocationsGET
- getGeocodeGET
- loadHomeBannersGET
- getCountries_1GET
- getCountryStates_1GET
- getCountryStatesLGARegion_1GET
- loadStoreCategories_1GET
- loadStoreSubCategories_1GET
- loadStoreAllCategoriesAndSubCategories_1GET
- loadStoreBannersGET
- verifyMobile_1GET
- verifyEmailGET
- loadAboutUsGET
- Log in a customer with tokenPOST
- Log in a customerPOST
- Register a new customerPOST
- User Operations
- Get User Information
- Update User Information
- Set Default Wallet Bank Account
- Set VAT, VAT Type and currency etc used for business activities in this location
- Set a particular location as the default store used for business activities
- Retrieve Profile Image
- Upload Profile Image
- Log a User Complaint
- createNewStoreLocation
- Change User Password
- Get the details, settings and important parameters for a store location
- Get Bank Account Details
- Switch account to another store location
- Get User Store Locations
- Data Sources & Reports
- Utility Operations
- Create PDF Invoice Link
- Load Store Credentials By ID
- Verify Mobile Number
- Verify Email Address
- Retrieve Store Profiles
- Retrieve List of Roles
- Retrieve Registered Nigerian Banks. Only Supports Nigerian Banks
- Lookup Bank Account Details
- Retrieve List of Countries
- Retrieve States in a Country
- Retrieve Regions within a State
- Payments & Webhooks
- Webhooks & Operations
Load a Restro Store Detail
GET
/restro/{storeid}
Restuarant Order Menus AppCalls
Request
Path Params
storeid
stringÂ
required
Query Params
tableno
stringÂ
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://gateway.storeharmony.com/cloudapi/restro/'
Responses
🟢200OK
*/*
Body
originalStoreId
stringÂ
optional
sitename
stringÂ
optional
siteTitle
stringÂ
optional
siteSEO
stringÂ
optional
domain
stringÂ
optional
businessname
stringÂ
optional
address
stringÂ
optional
stateOfCountry
stringÂ
optional
country
stringÂ
optional
id
stringÂ
optional
category
stringÂ
optional
logoPath
stringÂ
optional
emailAddress
stringÂ
optional
contactPhone
stringÂ
optional
contactPhone2
stringÂ
optional
facebookId
stringÂ
optional
twitterId
stringÂ
optional
instagramId
stringÂ
optional
currency
stringÂ
optional
aboutStore
stringÂ
optional
userClass
stringÂ
optional
taxRate
number <double>
optional
taxType
stringÂ
optional
faviconurl
stringÂ
optional
storeGpsLatitude
number <double>
optional
storeGpsLongitude
number <double>
optional
businessTagline
stringÂ
optional
storePolicy
stringÂ
optional
storeRole
stringÂ
optional
contactEmail2
stringÂ
optional
basicStoreInfo
stringÂ
optional
aboutUs
stringÂ
optional
defaultCustomerName
stringÂ
optional
customerId
stringÂ
optional
expireDate
string <date-time>
optional
Example
{
"originalStoreId": "string",
"sitename": "string",
"siteTitle": "string",
"siteSEO": "string",
"domain": "string",
"businessname": "string",
"address": "string",
"stateOfCountry": "string",
"country": "string",
"id": "string",
"category": "string",
"logoPath": "string",
"emailAddress": "string",
"contactPhone": "string",
"contactPhone2": "string",
"facebookId": "string",
"twitterId": "string",
"instagramId": "string",
"currency": "string",
"aboutStore": "string",
"userClass": "string",
"taxRate": 0,
"taxType": "string",
"faviconurl": "string",
"storeGpsLatitude": 0,
"storeGpsLongitude": 0,
"businessTagline": "string",
"storePolicy": "string",
"storeRole": "string",
"contactEmail2": "string",
"basicStoreInfo": "string",
"aboutUs": "string",
"defaultCustomerName": "string",
"customerId": "string",
"expireDate": "2019-08-24T14:15:22Z"
}
🟠404Record Not Found
🔴500Server Error
Modified at 2025-03-27 14:31:04