Retrieving Stores Data#
Use the GET stores-pa endpoint to retrieve the following information from your stores.
integrationIdIt is the id of the store that you assign in the integration.rappiIdIt is the id of the store assigned by Rappi.nameIt is the name of the store.
Important
The stores to show are those that are only associated with your clientId.
To retrieve this information:
Make a GET request to the following URL.
URL: https://{COUNTRY_DOMAIN}/api/v2/restaurants-integrations-public-api/stores-pa
{COUNTRY_DOMAIN}: This is your Rappi Country Domain. See the list of Country Domains.
The system returns a JSON response with the information of your stores.
Menú info#
Use the GET store/{RAPPI_ID}/menu/current endpoint to retrieve the menu information from your store.
Products#
idThis is Rappi id from the product.nameProduct name.priceProduct price.toppingsToppings from the product.
Toppings#
idThis is Rappi id from the topping.nameThis is name from the Topping.priceThis is price from the Topping.categoryThis is category information from the Topping.
Topping Category#
idThis is Rappi id from the topping category.nameTopping category name.
Important
The stores to show are those that are only associated with your clientId.
To retrieve this information:
Make a GET request to the following URL.
URL: https://{COUNTRY_DOMAIN}/api/v2/restaurants-integrations-public-api/store/{RAPPI_ID}/menu/current
{COUNTRY_DOMAIN}: This is your Rappi Country Domain. See the list of Country Domains.
{RAPPI_ID}: This is Rappi id from the store.
The system returns a JSON response with the information of your menu from the store.