get_store_information_inserts
Fetch store-specific banners, notices, and messages for requested placements (e.g., checkout top, summary, slot, payment) to display contextual info during Carrefour checkout.
Instructions
Retrieves store-specific information inserts (e.g. banners, notices, messages) for a given store and a set of placement identifiers on Carrefour France. Useful for displaying contextual informational content at specific locations during checkout (e.g. top of checkout, checkout summary, checkout slot selection, checkout payment). Returns a list of information insert items for the requested placements. (requires an authenticated Carrefour session)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | The ID of the store to retrieve information inserts for (e.g. '7052'). | |
| insert_ids | Yes | A list of placement/insert identifiers to retrieve content for (e.g. ['checkout_top', 'checkout_summary', 'checkout_slot', 'checkout_payment']). |