Retrieve a customer's eligible promotions
- Customers
- Payment
- 1 route
How do I retrieve a client's list of offers?
This route retrieves all the promotions a client is eligible for.
It only requires a client's ID and returns all available promotions for that client in response.
Promotions can belong to different categories, including:
- Credit notes (CREDIT_NOTE)
- Sponsorship (SPONSORSHIP)
- Targeted offers (TARGETED_OFFER)
- Refunds (REFUND)
Overview
Use this scenario to retrieve the promotions or commercial benefits available for a given customer account. The response can feed a customer area, a seller cockpit, or a quotation flow that needs eligible offers before pricing.
Prerequisites
- Have a valid
customer_id. - Send
authorization,x-api-key, andaccept-languagewhen your integration context requires them.
1
Retrieve a customer's commercial offers
Mandatory
GET/v2/customers/{customer_id}/commercial_offers
S