Retrieving Stores Data
Use the GET stores-pa
endpoint to retrieve the following information from your stores.
integrationId
It is the id of the store that you assign in the integration.rappiId
It is the id of the store assigned by Rappi.name
It 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
id
This is Rappi id from the product.name
Product name.price
Product price.toppings
Toppings from the product.
Toppings
id
This is Rappi id from the topping.name
This is name from the Topping.price
This is price from the Topping.category
This is category information from the Topping.
Topping Category
id
This is Rappi id from the topping category.name
Topping 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.